@payai/x402-express-starter 1.3.0 → 1.4.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 +1 -1
- package/package.json +7 -7
- package/template/package.json +5 -5
package/NOTICE
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
This package includes portions derived from coinbase/x402 (examples/typescript/servers/express), Apache-2.0,
|
|
2
|
-
commit
|
|
2
|
+
commit 6a99ba028b0d657122db8a06328cd432bdd8c7c0. See LICENSE and upstream LICENSE notices.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@payai/x402-express-starter",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
"url": "git+https://github.com/PayAINetwork/x402-express-starter.git"
|
|
38
38
|
},
|
|
39
39
|
"config": {
|
|
40
|
-
"x402ExpressVersion": "2.
|
|
40
|
+
"x402ExpressVersion": "2.3.0",
|
|
41
41
|
"x402FetchVersion": "1.1.0",
|
|
42
|
-
"x402EvmVersion": "2.
|
|
43
|
-
"x402SvmVersion": "2.
|
|
44
|
-
"x402CoreVersion": "2.
|
|
45
|
-
"x402ExtensionsVersion": "2.
|
|
42
|
+
"x402EvmVersion": "2.3.0",
|
|
43
|
+
"x402SvmVersion": "2.3.0",
|
|
44
|
+
"x402CoreVersion": "2.3.0",
|
|
45
|
+
"x402ExtensionsVersion": "2.3.0"
|
|
46
46
|
}
|
|
47
|
-
}
|
|
47
|
+
}
|
package/template/package.json
CHANGED
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"dotenv": "^16.4.7",
|
|
14
14
|
"express": "^4.18.2",
|
|
15
|
-
"@x402/express": "^2.
|
|
16
|
-
"@x402/evm": "^2.
|
|
17
|
-
"@x402/svm": "^2.
|
|
18
|
-
"@x402/core": "^2.
|
|
19
|
-
"@x402/extensions": "^2.
|
|
15
|
+
"@x402/express": "^2.3.0",
|
|
16
|
+
"@x402/evm": "^2.3.0",
|
|
17
|
+
"@x402/svm": "^2.3.0",
|
|
18
|
+
"@x402/core": "^2.3.0",
|
|
19
|
+
"@x402/extensions": "^2.3.0"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@eslint/js": "^9.24.0",
|