Skip to content

Commit 43231a6

Browse files
v0.1.2
1 parent ffadc98 commit 43231a6

5 files changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-node@v4
1313
with:
14+
node-version: '22'
1415
registry-url: https://registry.npmjs.org/
1516
cache: 'npm'
1617
- run: npm ci

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.1",
3+
"version": "0.1.2",
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.1",
3+
"version": "0.1.2",
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)