@t402/next 2.3.0 → 2.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.
Files changed (2) hide show
  1. package/README.md +9 -0
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -276,3 +276,12 @@ export const middleware = paymentProxy(
276
276
 
277
277
  Note: The `payTo` address is now specified within each route configuration rather than as a separate parameter.
278
278
 
279
+ ## Related Packages
280
+
281
+ - `@t402/core` - Core protocol types and client
282
+ - `@t402/evm` - EVM mechanism implementation
283
+ - `@t402/paywall` - Universal paywall UI component
284
+ - `@t402/express` - Express.js middleware
285
+ - `@t402/hono` - Hono middleware
286
+ - `@t402/fastify` - Fastify middleware
287
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t402/next",
3
- "version": "2.3.0",
3
+ "version": "2.4.0",
4
4
  "main": "./dist/cjs/index.js",
5
5
  "module": "./dist/esm/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -11,12 +11,12 @@
11
11
  "description": "t402 Payment Protocol",
12
12
  "devDependencies": {
13
13
  "@eslint/js": "^9.24.0",
14
- "@types/node": "^22.13.4",
14
+ "@types/node": "^25.2.0",
15
15
  "@typescript-eslint/eslint-plugin": "^8.29.1",
16
16
  "@typescript-eslint/parser": "^8.29.1",
17
17
  "eslint": "^9.24.0",
18
18
  "eslint-plugin-import": "^2.31.0",
19
- "eslint-plugin-jsdoc": "^50.6.9",
19
+ "eslint-plugin-jsdoc": "^62.5.0",
20
20
  "eslint-plugin-prettier": "^5.2.6",
21
21
  "glob": "^13.0.0",
22
22
  "prettier": "3.5.2",
@@ -29,12 +29,12 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "zod": "^3.24.2",
32
- "@t402/core": "2.3.0",
33
- "@t402/extensions": "2.3.0"
32
+ "@t402/core": "2.4.0",
33
+ "@t402/extensions": "2.4.0"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "next": "^15.0.0 || ^16.0.0",
37
- "@t402/paywall": "2.3.0"
37
+ "@t402/paywall": "2.4.0"
38
38
  },
39
39
  "peerDependenciesMeta": {
40
40
  "@t402/paywall": {