Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
name: version bumped when published files change
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.3.1
with:
# Need history back to the merge base to compare versions.
fetch-depth: 0

- uses: actions/setup-node@v4
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: 20

Expand All @@ -41,9 +41,9 @@ jobs:
run:
working-directory: node
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.3.1

- uses: actions/setup-node@v4
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: 20
cache: npm
Expand Down Expand Up @@ -96,8 +96,8 @@ jobs:
run:
working-directory: wallet
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.3.1
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: 20
cache: npm
Expand All @@ -122,9 +122,9 @@ jobs:
run:
working-directory: mcp
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.3.1

- uses: actions/setup-node@v4
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: 20
cache: npm
Expand Down Expand Up @@ -165,8 +165,8 @@ jobs:
name: mcp — built against the agent in this commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.3.1
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: 20

Expand Down Expand Up @@ -194,9 +194,9 @@ jobs:
run:
working-directory: python
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.3.1

- uses: actions/setup-python@v5
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
with:
python-version: '3.13'
cache: pip
Expand All @@ -212,9 +212,9 @@ jobs:
name: examples — syntax gate
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.3.1

- uses: actions/setup-node@v4
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: 20

Expand Down
28 changes: 8 additions & 20 deletions examples/_generic-x402-bridge/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion examples/_generic-x402-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"overrides": {
"ws": "^8.21.0",
"qs": "^6.15.2",
"body-parser": "^1.20.6"
"body-parser": "^1.20.6",
"uuid": "^11.1.1"
}
}
13 changes: 8 additions & 5 deletions examples/exa-x402-bridge/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion examples/exa-x402-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"overrides": {
"ws": "^8.21.0",
"qs": "^6.15.2",
"body-parser": "^2.3.0"
"body-parser": "^2.3.0",
"uuid": "^11.1.1"
}
}
13 changes: 8 additions & 5 deletions examples/io-net-x402-bridge/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion examples/io-net-x402-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"overrides": {
"ws": "^8.21.0",
"qs": "^6.15.2",
"body-parser": "^2.3.0"
"body-parser": "^2.3.0",
"uuid": "^11.1.1"
}
}
13 changes: 8 additions & 5 deletions examples/venice-x402-bridge/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion examples/venice-x402-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"overrides": {
"ws": "^8.21.0",
"qs": "^6.15.2",
"body-parser": "^2.3.0"
"body-parser": "^2.3.0",
"uuid": "^11.1.1"
}
}
13 changes: 8 additions & 5 deletions mcp-http/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion mcp-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"overrides": {
"ws": ">=8.21.0",
"fast-uri": ">=3.1.5",
"ip-address": ">=10.3.1"
"ip-address": ">=10.3.1",
"uuid": "^11.1.1"
}
}
32 changes: 10 additions & 22 deletions mcp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aifinpay/mcp",
"version": "2.0.0-rc.3",
"version": "2.0.0-rc.4",
"description": "AiFinPay MCP production-RC control surface for Agent Passport resolution and runtime-verified AIFP-1/AIFP-2 settlement invoices. Signing tools remain gated until @aifinpay/agent v2 release.",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -80,5 +80,8 @@
},
"publishConfig": {
"access": "public"
},
"overrides": {
"uuid": "^11.1.1"
}
}
17 changes: 10 additions & 7 deletions node/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aifinpay/agent",
"version": "2.0.0-rc.3",
"version": "2.0.0-rc.4",
"description": "AiFinPay SDK for global Agent Passport identity and route-verified AIFP-1/AIFP-2 settlement for autonomous AI agents.",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -99,5 +99,8 @@
},
"publishConfig": {
"access": "public"
},
"overrides": {
"uuid": "^11.1.1"
}
}
Loading
Loading