Merge pull request #280 from Permissionless-Software-Foundation/ct-unstable

fix(x402-bch-axios): Updating from v1.1.2 to v2.1.0
This commit is contained in:
Chris Troutner
2025-12-24 14:09:54 -07:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -32,7 +32,7 @@
"slp-mdm": "0.0.7", "slp-mdm": "0.0.7",
"slp-parser": "0.0.4", "slp-parser": "0.0.4",
"wif": "2.0.6", "wif": "2.0.6",
"x402-bch-axios": "1.1.2" "x402-bch-axios": "2.1.0"
}, },
"devDependencies": { "devDependencies": {
"apidoc": "1.2.0", "apidoc": "1.2.0",
@@ -16749,9 +16749,9 @@
"license": "ISC" "license": "ISC"
}, },
"node_modules/x402-bch-axios": { "node_modules/x402-bch-axios": {
"version": "1.1.2", "version": "2.1.0",
"resolved": "https://registry.npmjs.org/x402-bch-axios/-/x402-bch-axios-1.1.2.tgz", "resolved": "https://registry.npmjs.org/x402-bch-axios/-/x402-bch-axios-2.1.0.tgz",
"integrity": "sha512-HG44zvQZJDHIjLN79ZCubFdMDpanhGJT+n5iyIyy6ni8S2bLDwKJeAyqhNMlTIPKjcZD9JLyyxU6iWtqxjUXOw==", "integrity": "sha512-6IE6tUmg/+W4Poi6JBs5z0xjSOhvouzea9IH6BUnuBIdXDm0wv5cwT0cN5qAA4k7BE7hiB98LPiG6QIIkoGjVA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@chris.troutner/retry-queue": "1.0.11", "@chris.troutner/retry-queue": "1.0.11",
+1 -1
View File
@@ -52,7 +52,7 @@
"slp-mdm": "0.0.7", "slp-mdm": "0.0.7",
"slp-parser": "0.0.4", "slp-parser": "0.0.4",
"wif": "2.0.6", "wif": "2.0.6",
"x402-bch-axios": "1.1.2" "x402-bch-axios": "2.1.0"
}, },
"devDependencies": { "devDependencies": {
"apidoc": "1.2.0", "apidoc": "1.2.0",