@t402/express 2.3.1 → 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
@@ -279,3 +279,12 @@ app.use(
279
279
  ```
280
280
 
281
281
  Note: The `payTo` address is now specified within each route configuration rather than as a separate parameter.
282
+
283
+ ## Related Packages
284
+
285
+ - `@t402/core` - Core protocol types and client
286
+ - `@t402/evm` - EVM mechanism implementation
287
+ - `@t402/paywall` - Universal paywall UI component
288
+ - `@t402/hono` - Hono middleware
289
+ - `@t402/fastify` - Fastify middleware
290
+ - `@t402/next` - Next.js integration
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t402/express",
3
- "version": "2.3.1",
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",
@@ -12,12 +12,12 @@
12
12
  "devDependencies": {
13
13
  "@eslint/js": "^9.24.0",
14
14
  "@types/express": "^5.0.6",
15
- "@types/node": "^22.13.4",
15
+ "@types/node": "^25.2.0",
16
16
  "@typescript-eslint/eslint-plugin": "^8.29.1",
17
17
  "@typescript-eslint/parser": "^8.29.1",
18
18
  "eslint": "^9.24.0",
19
19
  "eslint-plugin-import": "^2.31.0",
20
- "eslint-plugin-jsdoc": "^50.6.9",
20
+ "eslint-plugin-jsdoc": "^62.5.0",
21
21
  "eslint-plugin-prettier": "^5.2.6",
22
22
  "express": "^5.2.1",
23
23
  "glob": "^13.0.0",
@@ -31,12 +31,12 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "zod": "^3.24.2",
34
- "@t402/extensions": "2.3.1",
35
- "@t402/core": "2.3.1"
34
+ "@t402/core": "2.4.0",
35
+ "@t402/extensions": "2.4.0"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "express": "^4.0.0 || ^5.0.0",
39
- "@t402/paywall": "2.3.1"
39
+ "@t402/paywall": "2.4.0"
40
40
  },
41
41
  "peerDependenciesMeta": {
42
42
  "@t402/paywall": {