koatty 4.1.7 → 4.1.8
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 +40 -22
- package/CHANGELOG.md +17 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +753 -478
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +704 -409
- package/dist/index.mjs.map +1 -0
- package/dist/package.json +32 -41
- package/package.json +29 -38
- package/tsup.config.ts +6 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,20 +1,31 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> koatty@4.1.
|
|
4
|
-
>
|
|
3
|
+
> koatty@4.1.8 build /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty
|
|
4
|
+
> pnpm run build:js && pnpm run build:dts && pnpm run build:doc && pnpm run build:cp
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
> koatty@4.1.
|
|
8
|
-
>
|
|
7
|
+
> koatty@4.1.8 build:js /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty
|
|
8
|
+
> tsup
|
|
9
9
|
|
|
10
|
-
[
|
|
11
|
-
[
|
|
12
|
-
[
|
|
13
|
-
[
|
|
14
|
-
|
|
10
|
+
[34mCLI[39m Building entry: src/index.ts
|
|
11
|
+
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
12
|
+
[34mCLI[39m tsup v8.5.1
|
|
13
|
+
[34mCLI[39m Using tsup config: /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty/tsup.config.ts
|
|
14
|
+
[34mCLI[39m Target: node18
|
|
15
|
+
[34mCLI[39m Cleaning output folder
|
|
16
|
+
[34mCJS[39m Build start
|
|
17
|
+
[34mESM[39m Build start
|
|
18
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m26.91 KB[39m
|
|
19
|
+
[32mESM[39m [1mdist/index.mjs.map [22m[32m62.51 KB[39m
|
|
20
|
+
[32mESM[39m ⚡️ Build success in 170ms
|
|
21
|
+
[32mCJS[39m [1mdist/index.js [22m[32m30.78 KB[39m
|
|
22
|
+
[32mCJS[39m [1mdist/index.js.map [22m[32m62.66 KB[39m
|
|
23
|
+
[32mCJS[39m ⚡️ Build success in 170ms
|
|
24
|
+
|
|
25
|
+
> koatty@4.1.8 build:dts /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty
|
|
15
26
|
> bash scripts/build-dts.sh
|
|
16
27
|
|
|
17
|
-
|
|
28
|
+
🔨 Building type declarations for koatty...
|
|
18
29
|
⏳ Waiting for dependencies to be ready...
|
|
19
30
|
|
|
20
31
|
🔍 Checking dependencies: koatty_config, koatty_container, koatty_core, koatty_exception, koatty_lib, koatty_loader, koatty_logger, koatty_router, koatty_serve, koatty_trace, koatty_validation
|
|
@@ -30,7 +41,7 @@
|
|
|
30
41
|
✓ koatty_trace type declarations ready
|
|
31
42
|
✓ koatty_validation type declarations ready
|
|
32
43
|
|
|
33
|
-
✅ All dependencies ready (waited
|
|
44
|
+
✅ All dependencies ready (waited 1ms)
|
|
34
45
|
📝 Running TypeScript compiler...
|
|
35
46
|
[1G[0K[1G[0K⠙[1G[0K📦 Running API Extractor...
|
|
36
47
|
[1G[0K
|
|
@@ -41,8 +52,8 @@ Analysis will use the bundled TypeScript version 5.8.2
|
|
|
41
52
|
*** The target project appears to use TypeScript 5.9.3 which is newer than the bundled compiler engine; consider upgrading API Extractor.
|
|
42
53
|
[36mWriting: /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty/temp/koatty.api.json[39m
|
|
43
54
|
[36mWriting package typings: /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty/dist/index.d.ts[39m
|
|
44
|
-
[33mWarning: /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-core/dist/index.d.ts:
|
|
45
|
-
[33mWarning: /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-core/dist/index.d.ts:
|
|
55
|
+
[33mWarning: /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-core/dist/index.d.ts:865:4 - (tsdoc-undefined-tag) The TSDoc tag "@interface" is not defined in this configuration[39m
|
|
56
|
+
[33mWarning: /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-core/dist/index.d.ts:866:4 - (tsdoc-undefined-tag) The TSDoc tag "@extends" is not defined in this configuration[39m
|
|
46
57
|
[33mWarning: src/core/Bootstrap.ts:21:4 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen[39m
|
|
47
58
|
[33mWarning: src/core/Bootstrap.ts:30:1 - (ae-missing-release-tag) "ExecBootStrap" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)[39m
|
|
48
59
|
[33mWarning: src/core/Decorator.ts:17:4 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen[39m
|
|
@@ -62,23 +73,30 @@ Analysis will use the bundled TypeScript version 5.8.2
|
|
|
62
73
|
|
|
63
74
|
API Extractor completed successfully
|
|
64
75
|
[1G[0K⠙[1G[0K✅ Type declarations built successfully
|
|
65
|
-
[1G[0K⠙[1G[0K
|
|
66
|
-
> koatty@4.1.7 build:doc
|
|
67
|
-
> npx api-documenter markdown --input temp --output docs/api
|
|
68
76
|
|
|
69
|
-
|
|
77
|
+
> koatty@4.1.8 build:doc /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty
|
|
78
|
+
> api-documenter markdown --input temp --output docs/api
|
|
79
|
+
|
|
80
|
+
|
|
70
81
|
[1mapi-documenter 7.28.2 [36m - https://api-extractor.com/[39m
|
|
71
82
|
[22m
|
|
72
83
|
Reading koatty.api.json
|
|
73
84
|
|
|
74
85
|
Deleting old output from docs/api
|
|
75
86
|
Writing koatty package
|
|
76
|
-
[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K
|
|
77
|
-
> koatty@4.1.7 build:cp
|
|
78
|
-
> node scripts/copyFiles && node scripts/postBuild
|
|
79
87
|
|
|
80
|
-
|
|
88
|
+
> koatty@4.1.8 build:cp /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty
|
|
89
|
+
> node scripts/copyFiles && node ../../scripts/postBuild.js
|
|
90
|
+
|
|
91
|
+
Copied package.json to dist/
|
|
81
92
|
Copied LICENSE to dist/
|
|
82
93
|
Copied README.md to dist/
|
|
83
94
|
File copy completed
|
|
84
|
-
|
|
95
|
+
📦 postBuild: koatty
|
|
96
|
+
✓ Copied package.json to dist/
|
|
97
|
+
✓ Copied LICENSE to dist/
|
|
98
|
+
✓ Copied README.md to dist/
|
|
99
|
+
✓ Fixed paths in dist/package.json
|
|
100
|
+
✓ Cleaned DTS declarations
|
|
101
|
+
✅ Done
|
|
102
|
+
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 4.1.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- build
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- koatty_container@2.0.5
|
|
10
|
+
- koatty_lib@1.4.7
|
|
11
|
+
- koatty_loader@1.1.7
|
|
12
|
+
- koatty_logger@2.8.3
|
|
13
|
+
- koatty_config@1.2.15
|
|
14
|
+
- koatty_core@2.1.5
|
|
15
|
+
- koatty_exception@2.1.5
|
|
16
|
+
- koatty_router@2.1.5
|
|
17
|
+
- koatty_serve@3.1.6
|
|
18
|
+
- koatty_trace@2.1.6
|
|
19
|
+
|
|
3
20
|
## 4.1.7
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|