Skip to content

Commit 400e1c3

Browse files
ci
1 parent 43231a6 commit 400e1c3

5 files changed

Lines changed: 12 additions & 7 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,12 @@ jobs:
1414
node-version: '22'
1515
registry-url: https://registry.npmjs.org/
1616
cache: 'npm'
17-
- run: npm ci
17+
- name: install server:
18+
working-directory: packages/server
19+
run: npm ci
20+
- name: install client:
21+
working-directory: packages/client
22+
run: npm ci
1823
- run: npm run build
1924
- name: Publish server
2025
working-directory: packages/server

packages/client/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@billionsnetwork/x402-human-proof-client",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"license": "UNLICENSED",
55
"description": "Client helper for agent-side HUMAN-PROOF signing — wraps CAIP-122 challenge/response for EVM agents",
66
"type": "module",

packages/server/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@billionsnetwork/x402-human-proof",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"license": "UNLICENSED",
55
"description": "Server SDK for the x402 human-proof extension — human verification for API providers using signature verification and PoU registry lookups",
66
"type": "module",

0 commit comments

Comments
 (0)