koatty_router 2.1.2 → 2.1.3

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,17 +1,17 @@
1
1
 
2
2
  
3
- > koatty_router@2.1.2 build /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-router
3
+ > koatty_router@2.1.3 build /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-router
4
4
  > npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp
5
5
 
6
6
 
7
- > koatty_router@2.1.2 build:js
7
+ > koatty_router@2.1.3 build:js
8
8
  > npx rollup --bundleConfigAsCjs -c .rollup.config.js
9
9
 
10
- ⠙
10
+ 
11
11
  ./src/index.ts → ./dist/index.js, ./dist/index.mjs...
12
- created ./dist/index.js, ./dist/index.mjs in 14.2s
12
+ created ./dist/index.js, ./dist/index.mjs in 15.3s
13
13
  ⠙⠙
14
- > koatty_router@2.1.2 build:dts
14
+ > koatty_router@2.1.3 build:dts
15
15
  > bash ../../scripts/build-dts.sh
16
16
 
17
17
  🔨 Building type declarations for koatty-router...
@@ -27,10 +27,10 @@
27
27
  ✓ koatty_proto type declarations ready
28
28
  ✓ koatty_validation type declarations ready
29
29
 
30
- ✅ All dependencies ready (waited 1ms)
30
+ ✅ All dependencies ready (waited 3ms)
31
31
  📝 Running TypeScript compiler...
32
- ⠙⠙📦 Running API Extractor...
33
- 
32
+ ⠙⠹⠙📦 Running API Extractor...
33
+ ⠙
34
34
  api-extractor 7.55.2  - https://api-extractor.com/
35
35
  
36
36
  Using configuration from ./api-extractor.json
@@ -126,7 +126,7 @@ Analysis will use the bundled TypeScript version 5.8.2
126
126
  API Extractor completed successfully
127
127
  ⠙✅ Type declarations built successfully
128
128
  ⠙
129
- > koatty_router@2.1.2 build:doc
129
+ > koatty_router@2.1.3 build:doc
130
130
  > npx api-documenter markdown --input temp --output docs/api
131
131
 
132
132
  
@@ -169,17 +169,17 @@ Unsupported block tag: @interface
169
169
  Unsupported block tag: @RequestBody
170
170
  Unsupported block tag: @RequestParam
171
171
  ⠙⠙
172
- > koatty_router@2.1.2 build:cp
172
+ > koatty_router@2.1.3 build:cp
173
173
  > copyfiles package.json LICENSE README.md dist/ && node scripts/postBuild
174
174
 
175
- ✓ Fixed dependencies.koatty_container: workspace:* → ^2.0.2
176
- ✓ Fixed dependencies.koatty_core: workspace:* → ^2.1.2
177
- ✓ Fixed dependencies.koatty_exception: workspace:* → ^2.1.2
175
+ ✓ Fixed dependencies.koatty_container: workspace:* → ^2.0.3
176
+ ✓ Fixed dependencies.koatty_core: workspace:* → ^2.1.3
177
+ ✓ Fixed dependencies.koatty_exception: workspace:* → ^2.1.3
178
178
  ✓ Fixed dependencies.koatty_graphql: workspace:* → ^1.1.5
179
179
  ✓ Fixed dependencies.koatty_lib: workspace:* → ^1.4.6
180
180
  ✓ Fixed dependencies.koatty_logger: workspace:* → ^2.4.2
181
181
  ✓ Fixed dependencies.koatty_proto: workspace:* → ^1.3.6
182
- ✓ Fixed dependencies.koatty_validation: workspace:* → ^2.0.2
182
+ ✓ Fixed dependencies.koatty_validation: workspace:* → ^2.0.3
183
183
  ✓ Fixed main: ./dist/... → ./index.js
184
184
  ✓ Fixed types: ./dist/... → ./index.d.ts
185
185
  ✓ Fixed exports.require: ./dist/index.js → ./index.js
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - Updated dependencies
9
+ - koatty_container@2.0.3
10
+ - koatty_core@2.1.3
11
+ - koatty_exception@2.1.3
12
+ - koatty_validation@2.0.3
13
+
3
14
  ## 2.1.2
4
15
 
5
16
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2026-02-03 16:54:52
3
+ * @Date: 2026-02-04 10:49:30
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
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2026-02-03 16:54:26
3
+ * @Date: 2026-02-04 10:49:03
4
4
  * @License: BSD (3-Clause)
5
5
  * @Copyright (c) - <richenlin(at)gmail.com>
6
6
  * @HomePage: https://koatty.org/
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2026-02-03 16:54:26
3
+ * @Date: 2026-02-04 10:49:03
4
4
  * @License: BSD (3-Clause)
5
5
  * @Copyright (c) - <richenlin(at)gmail.com>
6
6
  * @HomePage: https://koatty.org/
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koatty_router",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "description": "Koatty routing component, adapt to http1/2, websocket, gRPC.",
5
5
  "scripts": {
6
6
  "build": "npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp",
@@ -83,14 +83,14 @@
83
83
  "graphql-http": "^1.22.4",
84
84
  "inflation": "^2.1.0",
85
85
  "koa-compose": "^4.1.0",
86
- "koatty_container": "^2.0.2",
87
- "koatty_core": "^2.1.2",
88
- "koatty_exception": "^2.1.2",
86
+ "koatty_container": "^2.0.3",
87
+ "koatty_core": "^2.1.3",
88
+ "koatty_exception": "^2.1.3",
89
89
  "koatty_graphql": "^1.1.5",
90
90
  "koatty_lib": "^1.4.6",
91
91
  "koatty_logger": "^2.4.2",
92
92
  "koatty_proto": "^1.3.6",
93
- "koatty_validation": "^2.0.2",
93
+ "koatty_validation": "^2.0.3",
94
94
  "lru-cache": "^11.2.5",
95
95
  "on-finished": "^2.4.1",
96
96
  "raw-body": "^3.0.2"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koatty_router",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "description": "Koatty routing component, adapt to http1/2, websocket, gRPC.",
5
5
  "scripts": {
6
6
  "build": "npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp",