@t402/hono 2.3.1 → 2.5.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.
Files changed (2) hide show
  1. package/README.md +9 -0
  2. package/package.json +15 -15
package/README.md CHANGED
@@ -253,3 +253,12 @@ const resourceServer = new t402ResourceServer(customFacilitator)
253
253
 
254
254
  app.use(paymentMiddleware(routes, resourceServer, paywallConfig));
255
255
  ```
256
+
257
+ ## Related Packages
258
+
259
+ - `@t402/core` - Core protocol types and client
260
+ - `@t402/evm` - EVM mechanism implementation
261
+ - `@t402/paywall` - Universal paywall UI component
262
+ - `@t402/express` - Express.js middleware
263
+ - `@t402/fastify` - Fastify middleware
264
+ - `@t402/next` - Next.js integration
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t402/hono",
3
- "version": "2.3.1",
3
+ "version": "2.5.0",
4
4
  "main": "./dist/cjs/index.js",
5
5
  "module": "./dist/esm/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -10,32 +10,32 @@
10
10
  "repository": "https://github.com/t402-io/t402",
11
11
  "description": "t402 Payment Protocol",
12
12
  "devDependencies": {
13
- "@eslint/js": "^9.24.0",
14
- "@types/node": "^22.13.4",
15
- "@typescript-eslint/eslint-plugin": "^8.29.1",
16
- "@typescript-eslint/parser": "^8.29.1",
13
+ "@eslint/js": "^9.39.2",
14
+ "@types/node": "^25.2.2",
15
+ "@typescript-eslint/eslint-plugin": "^8.55.0",
16
+ "@typescript-eslint/parser": "^8.55.0",
17
17
  "eslint": "^9.24.0",
18
18
  "eslint-plugin-import": "^2.31.0",
19
- "eslint-plugin-jsdoc": "^50.6.9",
20
- "eslint-plugin-prettier": "^5.2.6",
19
+ "eslint-plugin-jsdoc": "^62.5.4",
20
+ "eslint-plugin-prettier": "^5.5.5",
21
21
  "glob": "^13.0.0",
22
- "hono": "^4.11.4",
23
- "prettier": "3.5.2",
24
- "tsup": "^8.4.0",
22
+ "hono": "^4.11.9",
23
+ "prettier": "3.8.1",
24
+ "tsup": "^8.5.1",
25
25
  "tsx": "^4.21.0",
26
- "typescript": "^5.7.3",
26
+ "typescript": "^5.9.3",
27
27
  "vite": "^7.3.1",
28
- "vite-tsconfig-paths": "^5.1.4",
28
+ "vite-tsconfig-paths": "^6.1.0",
29
29
  "vitest": "^3.2.4"
30
30
  },
31
31
  "dependencies": {
32
32
  "zod": "^3.24.2",
33
- "@t402/core": "2.3.1",
34
- "@t402/extensions": "2.3.1"
33
+ "@t402/core": "2.5.0",
34
+ "@t402/extensions": "2.5.0"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "hono": "^4.0.0",
38
- "@t402/paywall": "2.3.1"
38
+ "@t402/paywall": "2.5.0"
39
39
  },
40
40
  "peerDependenciesMeta": {
41
41
  "@t402/paywall": {