@inflowpayai/x402-buyer 0.5.0 → 0.5.1

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inflowpayai/x402-buyer",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "InFlow x402 SDK: buyer-side InflowClient (x402Client subclass) for InFlow MPC signing alongside foundation @x402/evm and @x402/svm scheme registrations.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -29,7 +29,7 @@
29
29
  "license": "MIT",
30
30
  "dependencies": {
31
31
  "bs58": "^6.0.0",
32
- "@inflowpayai/x402": "^0.5.0"
32
+ "@inflowpayai/x402": "^0.5.1"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "@x402/core": "^2.12.0"