@inflowpayai/x402-seller 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-seller",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "InFlow x402 SDK: facilitator client, seller client, and inflowAccepts helper for the foundation V2 middleware.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "license": "MIT",
30
30
  "dependencies": {
31
- "@inflowpayai/x402": "^0.5.0"
31
+ "@inflowpayai/x402": "^0.5.1"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "@x402/core": "^2.12.0"