@bosonprotocol/x402-client 0.3.1 → 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bosonprotocol/x402-client",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Boson Protocol x402 buyer-side SDK — framework-agnostic client that intercepts 402 escrow-scheme responses and produces the X-PAYMENT header.",
|
|
6
6
|
"repository": {
|
|
@@ -41,12 +41,12 @@
|
|
|
41
41
|
"access": "public"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@bosonprotocol/common": "1.
|
|
45
|
-
"@bosonprotocol/core-sdk": "1.48.
|
|
44
|
+
"@bosonprotocol/common": "1.35.0",
|
|
45
|
+
"@bosonprotocol/core-sdk": "1.48.2",
|
|
46
46
|
"ajv": "^8.17.1",
|
|
47
47
|
"viem": "^2.39.3",
|
|
48
|
-
"@bosonprotocol/x402-core": "^0.2.
|
|
49
|
-
"@bosonprotocol/x402-evm": "^0.2.
|
|
48
|
+
"@bosonprotocol/x402-core": "^0.2.3",
|
|
49
|
+
"@bosonprotocol/x402-evm": "^0.2.2"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@types/node": "^20.17.10",
|