From 35d0301c8e3374f35703bd92cb1e55da2d135f66 Mon Sep 17 00:00:00 2001 From: boboliu-1010 Date: Fri, 18 Sep 2026 16:25:13 +0800 Subject: [PATCH] chore: upgrade x402 SDK dependencies to stable releases --- ts/package-lock.json | 30 +++++++++++++++--------------- ts/package.json | 8 ++++---- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/ts/package-lock.json b/ts/package-lock.json index 51983bd81..a750a4336 100644 --- a/ts/package-lock.json +++ b/ts/package-lock.json @@ -35,10 +35,10 @@ "wallet-cli": "dist/index.js" }, "devDependencies": { - "@bankofai/x402-core": "1.1.1-beta.1", - "@bankofai/x402-evm": "^1.1.0", - "@bankofai/x402-fetch": "^1.1.0", - "@bankofai/x402-tron": "2.0.0-beta.1", + "@bankofai/x402-core": "1.1.1", + "@bankofai/x402-evm": "1.1.1", + "@bankofai/x402-fetch": "1.1.0", + "@bankofai/x402-tron": "2.0.0", "@eslint/js": "^10.0.1", "@types/node": "^25.9.3", "@types/qrcode": "^1.5.6", @@ -92,9 +92,9 @@ } }, "node_modules/@bankofai/x402-core": { - "version": "1.1.1-beta.1", - "resolved": "https://registry.npmjs.org/@bankofai/x402-core/-/x402-core-1.1.1-beta.1.tgz", - "integrity": "sha512-xT9W1A6Sh710i09x46+KeHaQ/xtBxmWNUzYB8n00uLZ9MbfnNCBodTagPHr4g+wC1q9wiLXwcouu4zmiojWCIQ==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@bankofai/x402-core/-/x402-core-1.1.1.tgz", + "integrity": "sha512-hpFGLLB4butV8gDG8pTmXxY+okDttFgohlwtXkUHthPAzEnczgyQQNijHBLsG3QSqLKUJDxLoS1/ItGUBQkhvQ==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -112,13 +112,13 @@ } }, "node_modules/@bankofai/x402-evm": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@bankofai/x402-evm/-/x402-evm-1.1.0.tgz", - "integrity": "sha512-HaURYqlBf97/gTAt+VFOI9xLabrRYe+KnTJ5j3jzP23onwFcxKr6kA48cO4BTLQMWZ9Tga8c3+GU5ES6ffqskg==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@bankofai/x402-evm/-/x402-evm-1.1.1.tgz", + "integrity": "sha512-kJGeHSVDa4J42caFG2Sm7IRq3CDjwozElJ9uPkB7hwaXk+EhSLAcChf347brPaWEtrcRZbGFxUThAzkpjTM1jg==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@bankofai/x402-core": "~1.1.0", + "@bankofai/x402-core": "~1.1.1", "viem": "^2.48.11", "zod": "^3.24.2" } @@ -144,13 +144,13 @@ } }, "node_modules/@bankofai/x402-tron": { - "version": "2.0.0-beta.1", - "resolved": "https://registry.npmjs.org/@bankofai/x402-tron/-/x402-tron-2.0.0-beta.1.tgz", - "integrity": "sha512-hYcG/gMDA7LcFzv78rfj8qUmYEp4EbaMiE5n8MqPJKGzcX4XzmzOiiX/KqvW12YNrYQ8W/mfGx76EAplWhR65g==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@bankofai/x402-tron/-/x402-tron-2.0.0.tgz", + "integrity": "sha512-PYmMUVA22c3Hq3cz9dW3nojGYOt1Xrs43k5TJPtsgGmyrgNBAmNL6xHd4rllpUR9j0OFQve51lTPitUzTARuyg==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@bankofai/x402-core": "~1.1.1-beta.1", + "@bankofai/x402-core": "~1.1.1", "tronweb": "^6.1.0" } }, diff --git a/ts/package.json b/ts/package.json index 54426d25e..faac2de1e 100644 --- a/ts/package.json +++ b/ts/package.json @@ -90,10 +90,10 @@ "nanoid": "^3.3.18" }, "devDependencies": { - "@bankofai/x402-core": "1.1.1-beta.1", - "@bankofai/x402-evm": "^1.1.0", - "@bankofai/x402-fetch": "^1.1.0", - "@bankofai/x402-tron": "2.0.0-beta.1", + "@bankofai/x402-core": "1.1.1", + "@bankofai/x402-evm": "1.1.1", + "@bankofai/x402-fetch": "1.1.0", + "@bankofai/x402-tron": "2.0.0", "@eslint/js": "^10.0.1", "@types/node": "^25.9.3", "@types/qrcode": "^1.5.6",