Skip to content
Merged
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
6 changes: 3 additions & 3 deletions bun.lock

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agent-score/pay",
"version": "0.5.1",
"version": "0.5.2",
"description": "CLI wallet for one-shell-command agent payments across x402 (Base) and MPP (Tempo, Solana)",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -69,7 +69,7 @@
"@x402/evm": "^2.24.0",
"@x402/fetch": "^2.24.0",
"ed25519-hd-key": "^2.0.0",
"incur": "0.4.26",
"incur": "0.5.1",
"mppx": "0.9.1",
"qrcode-terminal": "^0.12.0",
"viem": "2.56.1"
Expand Down Expand Up @@ -98,6 +98,6 @@
},
"packageManager": "bun@1.4.0",
"patchedDependencies": {
"incur@0.4.26": "patches/incur@0.4.26.patch"
"incur@0.5.1": "patches/incur@0.5.1.patch"
}
}
2 changes: 1 addition & 1 deletion patches/incur@0.4.26.patch → patches/incur@0.5.1.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/dist/Mcp.js b/dist/Mcp.js
index d916f16d0d3789a809d7a90d88ed6de7844708fd..4125dbc6fc1cf71beaced21f6015b532f4300a1d 100644
index 3102a678e6c37a08be9e735485e3e1187619ea88..06b1f719e8b8d3af88c9d4ae1485a337bb4726d6 100644
--- a/dist/Mcp.js
+++ b/dist/Mcp.js
@@ -40,7 +40,13 @@ function importStdioModule() {
Expand Down