@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 CHANGED
@@ -1,2 +1,2 @@
1
1
  This package includes portions derived from coinbase/x402 (examples/typescript/servers/express), Apache-2.0,
2
- commit 4ec9c29df28a54e5ec151d4a8000935e96f4c3ee. 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-express-starter",
3
- "version": "0.1.2",
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.6.5"
36
+ "x402ExpressVersion": "0.7.1"
37
37
  }
38
- }
38
+ }
@@ -12,7 +12,7 @@
12
12
  "dependencies": {
13
13
  "dotenv": "^16.4.7",
14
14
  "express": "^4.18.2",
15
- "x402-express": "^0.6.5"
15
+ "x402-express": "^0.7.1"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@eslint/js": "^9.24.0",