@payai/x402-hono-starter 1.0.2 → 2.3.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/servers/hono), Apache-2.0,
2
- commit 7a83a1d57196b27ff9efe30c994f91eb50f60af5. 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-hono-starter",
3
- "version": "1.0.2",
3
+ "version": "2.3.0",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -37,6 +37,6 @@
37
37
  "url": "git+https://github.com/PayAINetwork/x402-hono-starter.git"
38
38
  },
39
39
  "config": {
40
- "x402HonoVersion": "2.2.0"
40
+ "x402HonoVersion": "2.3.0"
41
41
  }
42
42
  }
@@ -13,11 +13,11 @@
13
13
  "dotenv": "^16.4.7",
14
14
  "@hono/node-server": "^1.14.0",
15
15
  "hono": "^4.7.1",
16
- "@x402/hono": "^2.2.0",
17
- "@x402/evm": "^2.2.0",
18
- "@x402/svm": "^2.2.0",
19
- "@x402/core": "^2.2.0",
20
- "@x402/extensions": "^2.2.0"
16
+ "@x402/hono": "^2.3.0",
17
+ "@x402/evm": "^2.3.0",
18
+ "@x402/svm": "^2.3.0",
19
+ "@x402/core": "^2.3.0",
20
+ "@x402/extensions": "^2.3.0"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@eslint/js": "^9.24.0",