@payai/x402-express-starter 0.1.2 → 0.1.3
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 +3 -3
- package/template/package.json +1 -1
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 77e5c5188f3c4ea48a009b80138b3d384cf6b477. 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": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Create an x402 Express server in less than 2 minutes!",
|
|
6
6
|
"type": "module",
|
|
@@ -33,6 +33,6 @@
|
|
|
33
33
|
"url": "https://github.com/PayAINetwork/x402-express-starter"
|
|
34
34
|
},
|
|
35
35
|
"config": {
|
|
36
|
-
"x402ExpressVersion": "0.
|
|
36
|
+
"x402ExpressVersion": "0.7.1"
|
|
37
37
|
}
|
|
38
|
-
}
|
|
38
|
+
}
|