diff --git a/bun.lock b/bun.lock index 6f3802f..09136cb 100644 --- a/bun.lock +++ b/bun.lock @@ -16,7 +16,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", @@ -41,7 +41,7 @@ }, }, "patchedDependencies": { - "incur@0.4.26": "patches/incur@0.4.26.patch", + "incur@0.5.1": "patches/incur@0.5.1.patch", }, "overrides": { "esbuild": "^0.28.1", @@ -733,7 +733,7 @@ "imurmurhash": ["imurmurhash@0.1.4", "", {}, "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA=="], - "incur": ["incur@0.4.26", "", { "dependencies": { "@cfworker/json-schema": "^4.1.1", "@modelcontextprotocol/server": "2.0.0-alpha.4", "@scalar/openapi-types": "^0.8.0", "@toon-format/toon": "^2.1.0", "tokenx": "^1.3.0", "yaml": "^2.8.2", "zod": "^4.3.6" }, "bin": { "incur": "dist/bin.js", "incur.src": "src/bin.ts" } }, "sha512-63lwOc8+o1VeFkIW3sWWMrDSP5Dd1NsvucUWyxLUk+DoNRiNl7cj481nlLdlboXkq+tqYPBSlV/7XbylS2S4BA=="], + "incur": ["incur@0.5.1", "", { "dependencies": { "@cfworker/json-schema": "^4.1.1", "@modelcontextprotocol/server": "2.0.0-alpha.4", "@scalar/openapi-types": "^0.8.0", "@toon-format/toon": "^2.1.0", "tokenx": "^1.3.0", "yaml": "^2.8.2", "zod": "^4.3.6" }, "bin": { "incur": "dist/cli/index.js", "incur.src": "src/cli/index.ts" } }, "sha512-gEwPg0Rwf+Oi8pwySLumYgWk//Xiv2wRJhwsOwVskt7ZHrfwFTR7oQmANnyDqudRYhqK3I5/dp489kPehPjIww=="], "internal-slot": ["internal-slot@1.1.0", "", { "dependencies": { "es-errors": "^1.3.0", "hasown": "^2.0.2", "side-channel": "^1.1.0" } }, "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw=="], diff --git a/package.json b/package.json index b23632f..be0fdca 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" @@ -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" } } diff --git a/patches/incur@0.4.26.patch b/patches/incur@0.5.1.patch similarity index 88% rename from patches/incur@0.4.26.patch rename to patches/incur@0.5.1.patch index 9ffb485..c287e7f 100644 --- a/patches/incur@0.4.26.patch +++ b/patches/incur@0.5.1.patch @@ -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() {