@payai/x402-fetch-starter 0.1.5 → 1.0.0

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 913fa57453809815d3e10d83392dcc60f111b24a. See LICENSE and upstream LICENSE notices.
2
+ commit 6a99ba028b0d657122db8a06328cd432bdd8c7c0. 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.5",
3
+ "version": "1.0.0",
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": "2.2.0"
36
+ "x402FetchVersion": "2.3.0"
37
37
  }
38
38
  }
@@ -15,9 +15,9 @@
15
15
  "dependencies": {
16
16
  "@scure/base": "^1.2.6",
17
17
  "@solana/kit": "^2.1.1",
18
- "@x402/evm": "^2.2.0",
19
- "@x402/fetch": "^2.2.0",
20
- "@x402/svm": "^2.2.0",
18
+ "@x402/evm": "^2.3.0",
19
+ "@x402/fetch": "^2.3.0",
20
+ "@x402/svm": "^2.3.0",
21
21
  "dotenv": "^16.4.7",
22
22
  "viem": "^2.39.0"
23
23
  },