@payai/x402-fetch-starter 0.1.3 → 0.1.4

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/NOTICE CHANGED
@@ -1,2 +1,2 @@
1
1
  This package includes portions derived from coinbase/x402 (examples/typescript/clients/fetch), Apache-2.0,
2
- commit f3d44638965794ff9b550cdbba1f8197ab4a8df5. See LICENSE and upstream LICENSE notices.
2
+ commit 77e5c5188f3c4ea48a009b80138b3d384cf6b477. See LICENSE and upstream LICENSE notices.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payai/x402-fetch-starter",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "private": false,
5
5
  "description": "Create an x402 Fetch client in less than 2 minutes!",
6
6
  "type": "module",
@@ -33,6 +33,6 @@
33
33
  "url": "https://github.com/PayAINetwork/x402-fetch-starter"
34
34
  },
35
35
  "config": {
36
- "x402FetchVersion": "0.6.6"
36
+ "x402FetchVersion": "0.7.0"
37
37
  }
38
38
  }
@@ -12,7 +12,7 @@
12
12
  },
13
13
  "dependencies": {
14
14
  "dotenv": "^16.4.7",
15
- "x402-fetch": "^0.6.6"
15
+ "x402-fetch": "^0.7.0"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@eslint/js": "^9.24.0",