koatty_router 2.1.8 → 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.
- package/.turbo/turbo-build.log +10 -10
- package/CHANGELOG.md +10 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/package.json +5 -5
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> koatty_router@2.1.
|
|
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
|
+
> 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
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -17,12 +17,12 @@
|
|
|
17
17
|
[34mESM[39m Build start
|
|
18
18
|
[32mESM[39m [1mdist/index.mjs [22m[32m141.83 KB[39m
|
|
19
19
|
[32mESM[39m [1mdist/index.mjs.map [22m[32m376.26 KB[39m
|
|
20
|
-
[32mESM[39m ⚡️ Build success in
|
|
20
|
+
[32mESM[39m ⚡️ Build success in 656ms
|
|
21
21
|
[32mCJS[39m [1mdist/index.js [22m[32m147.84 KB[39m
|
|
22
22
|
[32mCJS[39m [1mdist/index.js.map [22m[32m376.58 KB[39m
|
|
23
|
-
[32mCJS[39m ⚡️ Build success in
|
|
23
|
+
[32mCJS[39m ⚡️ Build success in 657ms
|
|
24
24
|
|
|
25
|
-
> koatty_router@2.1.
|
|
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
|
|
41
|
+
✅ All dependencies ready (waited 2ms)
|
|
42
42
|
📝 Running TypeScript compiler...
|
|
43
43
|
[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K📦 Running API Extractor...
|
|
44
|
-
[1G[0K
|
|
44
|
+
[1G[0K⠙[1G[0K
|
|
45
45
|
[1mapi-extractor 7.55.2 [36m - https://api-extractor.com/[39m
|
|
46
46
|
[22m
|
|
47
47
|
Using configuration from ./api-extractor.json
|
|
@@ -123,7 +123,7 @@ Analysis will use the bundled TypeScript version 5.8.2
|
|
|
123
123
|
[33mWarning: 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[39m
|
|
124
124
|
[33mWarning: src/router/router.ts:54:14 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
125
125
|
[33mWarning: 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[39m
|
|
126
|
-
[33mWarning: src/router/router.ts:55:17 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
126
|
+
[33mWarning: src/router/router.ts:55:17 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
127
127
|
[33mWarning: src/router/router.ts:89:4 - (tsdoc-undefined-tag) The TSDoc tag "@export" is not defined in this configuration[39m
|
|
128
128
|
[33mWarning: src/router/router.ts:90:11 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
129
129
|
[33mWarning: src/router/router.ts:91:11 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
@@ -137,7 +137,7 @@ Analysis will use the bundled TypeScript version 5.8.2
|
|
|
137
137
|
API Extractor completed successfully
|
|
138
138
|
[1G[0K⠙[1G[0K✅ Type declarations built successfully
|
|
139
139
|
|
|
140
|
-
> koatty_router@2.1.
|
|
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.
|
|
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
package/dist/index.d.ts
CHANGED
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-03-
|
|
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-03-
|
|
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.
|
|
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.
|
|
75
|
-
"koatty_core": "^2.1.
|
|
76
|
-
"koatty_exception": "^2.1.
|
|
74
|
+
"koatty_container": "^2.0.7",
|
|
75
|
+
"koatty_core": "^2.1.8",
|
|
76
|
+
"koatty_exception": "^2.1.8",
|
|
77
77
|
"koatty_graphql": "^1.1.8",
|
|
78
78
|
"koatty_lib": "^1.4.8",
|
|
79
79
|
"koatty_logger": "^2.8.4",
|
|
80
80
|
"koatty_proto": "^1.3.8",
|
|
81
|
-
"koatty_validation": "^2.0.
|
|
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