koatty_router 2.1.7 → 2.1.9

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.
@@ -1,10 +1,10 @@
1
1
 
2
2
  
3
- > koatty_router@2.1.7 build /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-router
3
+ > koatty_router@2.1.9 build /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-router
4
4
  > pnpm run build:js && pnpm run build:dts && pnpm run build:doc && pnpm run build:cp
5
5
 
6
6
 
7
- > koatty_router@2.1.7 build:js /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-router
7
+ > koatty_router@2.1.9 build:js /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-router
8
8
  > tsup
9
9
 
10
10
  CLI Building entry: src/index.ts
@@ -17,12 +17,12 @@
17
17
  ESM Build start
18
18
  ESM dist/index.mjs 141.83 KB
19
19
  ESM dist/index.mjs.map 376.26 KB
20
- ESM ⚡️ Build success in 340ms
20
+ ESM ⚡️ Build success in 656ms
21
21
  CJS dist/index.js 147.84 KB
22
22
  CJS dist/index.js.map 376.58 KB
23
- CJS ⚡️ Build success in 340ms
23
+ CJS ⚡️ Build success in 657ms
24
24
 
25
- > koatty_router@2.1.7 build:dts /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-router
25
+ > koatty_router@2.1.9 build:dts /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-router
26
26
  > bash ../../scripts/build-dts.sh
27
27
 
28
28
  🔨 Building type declarations for koatty-router...
@@ -38,10 +38,10 @@
38
38
  ✓ koatty_proto type declarations ready
39
39
  ✓ koatty_validation type declarations ready
40
40
 
41
- ✅ All dependencies ready (waited 1ms)
41
+ ✅ All dependencies ready (waited 2ms)
42
42
  📝 Running TypeScript compiler...
43
- ⠙📦 Running API Extractor...
44
- 
43
+ ⠙⠙📦 Running API Extractor...
44
+ ⠙
45
45
  api-extractor 7.55.2  - https://api-extractor.com/
46
46
  
47
47
  Using configuration from ./api-extractor.json
@@ -123,7 +123,7 @@ Analysis will use the bundled TypeScript version 5.8.2
123
123
  Warning: src/router/router.ts:54:66 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
124
124
  Warning: src/router/router.ts:54:14 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
125
125
  Warning: src/router/router.ts:55:62 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
126
- Warning: src/router/router.ts:55:17 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
126
+ Warning: src/router/router.ts:55:17 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
127
127
  Warning: src/router/router.ts:89:4 - (tsdoc-undefined-tag) The TSDoc tag "@export" is not defined in this configuration
128
128
  Warning: src/router/router.ts:90:11 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
129
129
  Warning: src/router/router.ts:91:11 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
@@ -137,7 +137,7 @@ Analysis will use the bundled TypeScript version 5.8.2
137
137
  API Extractor completed successfully
138
138
  ⠙✅ Type declarations built successfully
139
139
 
140
- > koatty_router@2.1.7 build:doc /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-router
140
+ > koatty_router@2.1.9 build:doc /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-router
141
141
  > api-documenter markdown --input temp --output docs/api
142
142
 
143
143
 
@@ -180,7 +180,7 @@ Unsupported block tag: @interface
180
180
  Unsupported block tag: @RequestBody
181
181
  Unsupported block tag: @RequestParam
182
182
 
183
- > koatty_router@2.1.7 build:cp /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-router
183
+ > koatty_router@2.1.9 build:cp /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-router
184
184
  > node ../../scripts/postBuild.js
185
185
 
186
186
  📦 postBuild: koatty-router
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.1.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - koatty_container@2.0.7
9
+ - koatty_core@2.1.8
10
+ - koatty_exception@2.1.8
11
+ - koatty_validation@2.0.7
12
+
13
+ ## 2.1.8
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+ - koatty_lib@1.4.8
19
+ - koatty_container@2.0.6
20
+ - koatty_core@2.1.7
21
+ - koatty_exception@2.1.7
22
+ - koatty_graphql@1.1.8
23
+ - koatty_logger@2.8.4
24
+ - koatty_proto@1.3.8
25
+ - koatty_validation@2.0.6
26
+
3
27
  ## 2.1.7
4
28
 
5
29
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2026-02-13 20:23:42
3
+ * @Date: 2026-03-07 23:34:52
4
4
  * @License: BSD (3-Clause)
5
5
  * @Copyright (c) - <richenlin(at)gmail.com>
6
6
  * @HomePage: https://koatty.org/
package/dist/index.js CHANGED
@@ -54,7 +54,7 @@ var onFinished__default = /*#__PURE__*/_interopDefault(onFinished);
54
54
 
55
55
  /*!
56
56
  * @Author: richen
57
- * @Date: 2026-02-13 12:23:37
57
+ * @Date: 2026-03-07 15:34:44
58
58
  * @License: BSD (3-Clause)
59
59
  * @Copyright (c) - <richenlin(at)gmail.com>
60
60
  * @HomePage: https://koatty.org/
package/dist/index.mjs CHANGED
@@ -24,7 +24,7 @@ import { LoadProto, ListServices } from 'koatty_proto';
24
24
 
25
25
  /*!
26
26
  * @Author: richen
27
- * @Date: 2026-02-13 12:23:37
27
+ * @Date: 2026-03-07 15:34:44
28
28
  * @License: BSD (3-Clause)
29
29
  * @Copyright (c) - <richenlin(at)gmail.com>
30
30
  * @HomePage: https://koatty.org/
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koatty_router",
3
- "version": "2.1.7",
3
+ "version": "2.1.9",
4
4
  "description": "Koatty routing component, adapt to http1/2, websocket, gRPC.",
5
5
  "scripts": {
6
6
  "build": "pnpm run build:js && pnpm run build:dts && pnpm run build:doc && pnpm run build:cp",
@@ -71,14 +71,14 @@
71
71
  "graphql-http": "^1.22.4",
72
72
  "inflation": "^2.1.0",
73
73
  "koa-compose": "^4.1.0",
74
- "koatty_container": "^2.0.5",
75
- "koatty_core": "^2.1.6",
76
- "koatty_exception": "^2.1.6",
77
- "koatty_graphql": "^1.1.7",
78
- "koatty_lib": "^1.4.7",
79
- "koatty_logger": "^2.8.3",
80
- "koatty_proto": "^1.3.7",
81
- "koatty_validation": "^2.0.5",
74
+ "koatty_container": "^2.0.7",
75
+ "koatty_core": "^2.1.8",
76
+ "koatty_exception": "^2.1.8",
77
+ "koatty_graphql": "^1.1.8",
78
+ "koatty_lib": "^1.4.8",
79
+ "koatty_logger": "^2.8.4",
80
+ "koatty_proto": "^1.3.8",
81
+ "koatty_validation": "^2.0.7",
82
82
  "lru-cache": "^11.2.5",
83
83
  "on-finished": "^2.4.1",
84
84
  "raw-body": "^3.0.2"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koatty_router",
3
- "version": "2.1.7",
3
+ "version": "2.1.9",
4
4
  "description": "Koatty routing component, adapt to http1/2, websocket, gRPC.",
5
5
  "scripts": {
6
6
  "build": "pnpm run build:js && pnpm run build:dts && pnpm run build:doc && pnpm run build:cp",