koatty 4.0.3 → 4.0.4
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 +7 -7
- package/CHANGELOG.md +7 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/dist/package.json +2 -2
- package/package.json +10 -10
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> koatty@4.0.
|
|
3
|
+
> koatty@4.0.4 build /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty
|
|
4
4
|
> npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
> koatty@4.0.
|
|
7
|
+
> koatty@4.0.4 build:js
|
|
8
8
|
> npx rollup --bundleConfigAsCjs -c .rollup.config.js
|
|
9
9
|
|
|
10
10
|
[1G[0K[1G[0K⠙[1G[0K[36m
|
|
11
11
|
[1m./src/index.ts[22m → [1m./dist/index.js, ./dist/index.mjs[22m...[39m
|
|
12
|
-
[32mcreated [1m./dist/index.js, ./dist/index.mjs[22m in [1m1.
|
|
12
|
+
[32mcreated [1m./dist/index.js, ./dist/index.mjs[22m in [1m1.8s[22m[39m
|
|
13
13
|
[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K
|
|
14
|
-
> koatty@4.0.
|
|
14
|
+
> koatty@4.0.4 build:dts
|
|
15
15
|
> npx tsc --skipLibCheck && npx api-extractor run --local --verbose
|
|
16
16
|
|
|
17
|
-
[1G[0K[1G[0K[1G[0K⠙[1G[0K[1G[0K
|
|
17
|
+
[1G[0K[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K
|
|
18
18
|
[1mapi-extractor 7.55.2 [36m - https://api-extractor.com/[39m
|
|
19
19
|
[22m
|
|
20
20
|
Using configuration from ./api-extractor.json
|
|
@@ -58,7 +58,7 @@ Analysis will use the bundled TypeScript version 5.8.2
|
|
|
58
58
|
|
|
59
59
|
API Extractor completed successfully
|
|
60
60
|
[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K
|
|
61
|
-
> koatty@4.0.
|
|
61
|
+
> koatty@4.0.4 build:doc
|
|
62
62
|
> npx api-documenter markdown --input temp --output docs/api
|
|
63
63
|
|
|
64
64
|
[1G[0K[1G[0K
|
|
@@ -69,7 +69,7 @@ Reading koatty.api.json
|
|
|
69
69
|
Deleting old output from docs/api
|
|
70
70
|
Writing koatty package
|
|
71
71
|
[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K
|
|
72
|
-
> koatty@4.0.
|
|
72
|
+
> koatty@4.0.4 build:cp
|
|
73
73
|
> node scripts/copyFiles && node scripts/postBuild
|
|
74
74
|
|
|
75
75
|
[1G[0KCopied package.json to dist/
|
package/CHANGELOG.md
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* @Author: richen
|
|
3
|
-
* @Date: 2026-01-28
|
|
3
|
+
* @Date: 2026-01-28 16:08:28
|
|
4
4
|
* @License: BSD (3-Clause)
|
|
5
5
|
* @Copyright (c) - <richenlin(at)gmail.com>
|
|
6
6
|
* @HomePage: https://koatty.org/
|
|
@@ -48,7 +48,7 @@ function d(e) {
|
|
|
48
48
|
|
|
49
49
|
var f = d(c);
|
|
50
50
|
|
|
51
|
-
var u = "4.0.
|
|
51
|
+
var u = "4.0.4";
|
|
52
52
|
|
|
53
53
|
var g = {
|
|
54
54
|
node: ">=18.0.0"
|
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* @Author: richen
|
|
3
|
-
* @Date: 2026-01-28
|
|
3
|
+
* @Date: 2026-01-28 16:08:28
|
|
4
4
|
* @License: BSD (3-Clause)
|
|
5
5
|
* @Copyright (c) - <richenlin(at)gmail.com>
|
|
6
6
|
* @HomePage: https://koatty.org/
|
|
@@ -37,7 +37,7 @@ import { Trace as v } from "koatty_trace";
|
|
|
37
37
|
|
|
38
38
|
import * as w from "path";
|
|
39
39
|
|
|
40
|
-
var C = "4.0.
|
|
40
|
+
var C = "4.0.4";
|
|
41
41
|
|
|
42
42
|
var E = {
|
|
43
43
|
node: ">=18.0.0"
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koatty",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.4",
|
|
4
4
|
"description": "Koa + Typescript = koatty. Use Typescript's decorator implement auto injection.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"typescript": "^5.x.x"
|
|
83
83
|
},
|
|
84
84
|
"dependencies": {
|
|
85
|
-
"koa": "^3.
|
|
85
|
+
"koa": "^3.1.1",
|
|
86
86
|
"koatty_config": "workspace:*",
|
|
87
87
|
"koatty_container": "workspace:*",
|
|
88
88
|
"koatty_core": "workspace:*",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koatty",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.4",
|
|
4
4
|
"description": "Koa + Typescript = koatty. Use Typescript's decorator implement auto injection.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -72,18 +72,18 @@
|
|
|
72
72
|
"typescript": "^5.x.x"
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
|
-
"koa": "^3.
|
|
75
|
+
"koa": "^3.1.1",
|
|
76
76
|
"ts-morph": "^27.0.2",
|
|
77
|
-
"koatty_loader": "1.3.0",
|
|
78
|
-
"koatty_exception": "2.0.7",
|
|
79
|
-
"koatty_logger": "2.8.1",
|
|
80
|
-
"koatty_container": "1.18.0",
|
|
81
|
-
"koatty_lib": "1.4.3",
|
|
82
|
-
"koatty_router": "2.0.5",
|
|
83
|
-
"koatty_serve": "3.0.3",
|
|
84
77
|
"koatty_config": "1.2.5",
|
|
85
78
|
"koatty_core": "2.0.11",
|
|
86
|
-
"
|
|
79
|
+
"koatty_container": "1.18.0",
|
|
80
|
+
"koatty_exception": "2.0.7",
|
|
81
|
+
"koatty_lib": "1.4.3",
|
|
82
|
+
"koatty_loader": "1.3.0",
|
|
83
|
+
"koatty_router": "2.0.6",
|
|
84
|
+
"koatty_logger": "2.8.1",
|
|
85
|
+
"koatty_trace": "2.0.3",
|
|
86
|
+
"koatty_serve": "3.0.4"
|
|
87
87
|
},
|
|
88
88
|
"scripts": {
|
|
89
89
|
"build": "npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp",
|