koatty 4.1.13 → 4.2.0
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 +21 -25
- package/.turbo/turbo-clean.log +4 -0
- package/CHANGELOG.md +12 -2142
- package/README.md +1 -1
- package/dist/README.md +1 -1
- package/dist/index.d.ts +5 -4
- package/dist/index.js +10 -11
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -11
- package/dist/index.mjs.map +1 -1
- package/dist/package.json +12 -12
- package/package.json +12 -12
- package/tsconfig.test.json +1 -0
- package/tsconfig.tsbuildinfo +1 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> koatty@4.
|
|
3
|
+
> koatty@4.2.0 build /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty
|
|
4
4
|
> pnpm run build:js && pnpm run build:dts && pnpm run build:doc && pnpm run build:cp
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
> koatty@4.
|
|
7
|
+
> koatty@4.2.0 build:js /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty
|
|
8
8
|
> tsup
|
|
9
9
|
|
|
10
10
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -15,14 +15,14 @@
|
|
|
15
15
|
[34mCLI[39m Cleaning output folder
|
|
16
16
|
[34mCJS[39m Build start
|
|
17
17
|
[34mESM[39m Build start
|
|
18
|
-
[
|
|
19
|
-
[
|
|
20
|
-
[
|
|
21
|
-
[
|
|
22
|
-
[
|
|
23
|
-
[
|
|
24
|
-
|
|
25
|
-
> koatty@4.
|
|
18
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m27.66 KB[39m
|
|
19
|
+
[32mESM[39m [1mdist/index.mjs.map [22m[32m65.74 KB[39m
|
|
20
|
+
[32mESM[39m ⚡️ Build success in 84ms
|
|
21
|
+
[32mCJS[39m [1mdist/index.js [22m[32m31.62 KB[39m
|
|
22
|
+
[32mCJS[39m [1mdist/index.js.map [22m[32m65.89 KB[39m
|
|
23
|
+
[32mCJS[39m ⚡️ Build success in 85ms
|
|
24
|
+
|
|
25
|
+
> koatty@4.2.0 build:dts /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty
|
|
26
26
|
> bash scripts/build-dts.sh
|
|
27
27
|
|
|
28
28
|
🔨 Building type declarations for koatty...
|
|
@@ -52,31 +52,27 @@ Analysis will use the bundled TypeScript version 5.8.2
|
|
|
52
52
|
*** The target project appears to use TypeScript 5.9.3 which is newer than the bundled compiler engine; consider upgrading API Extractor.
|
|
53
53
|
[36mWriting: /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty/temp/koatty.api.json[39m
|
|
54
54
|
[36mWriting package typings: /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty/dist/index.d.ts[39m
|
|
55
|
-
[33mWarning: /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-core/dist/index.d.ts:
|
|
56
|
-
[33mWarning: /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-core/dist/index.d.ts:
|
|
55
|
+
[33mWarning: /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-core/dist/index.d.ts:899:4 - (tsdoc-undefined-tag) The TSDoc tag "@interface" is not defined in this configuration[39m
|
|
56
|
+
[33mWarning: /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-core/dist/index.d.ts:900:4 - (tsdoc-undefined-tag) The TSDoc tag "@extends" is not defined in this configuration[39m
|
|
57
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
|
|
58
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
|
|
59
59
|
[33mWarning: src/core/Bootstrap.ts:140:64 - (tsdoc-characters-after-block-tag) The token "@Bootstrap" looks like a TSDoc tag but contains an invalid character "("; if it is not a tag, use a backslash to escape the "@"[39m
|
|
60
60
|
[33mWarning: src/core/Bootstrap.ts:165:1 - (ae-missing-release-tag) "createApplication" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)[39m
|
|
61
61
|
[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
62
|
[33mWarning: src/core/Decorator.ts:29:1 - (ae-missing-release-tag) "Bootstrap" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)[39m
|
|
63
|
-
[33mWarning: src/core/Decorator.ts:
|
|
64
|
-
[33mWarning: src/core/Decorator.ts:
|
|
65
|
-
[33mWarning: src/core/Decorator.ts:
|
|
66
|
-
[33mWarning: src/core/Decorator.ts:
|
|
67
|
-
[33mWarning: src/core/Decorator.ts:
|
|
68
|
-
[33mWarning: src/core/Decorator.ts:
|
|
69
|
-
[33mWarning: src/core/Decorator.ts:
|
|
70
|
-
[33mWarning: src/core/Decorator.ts:73:4 - (tsdoc-code-fence-missing-delimiter) Error parsing code fence: Missing closing delimiter[39m
|
|
71
|
-
[33mWarning: src/core/Decorator.ts:74:4 - (tsdoc-characters-after-block-tag) The token "@ConfigurationScan" looks like a TSDoc tag but contains an invalid character "("; if it is not a tag, use a backslash to escape the "@"[39m
|
|
72
|
-
[33mWarning: src/core/Decorator.ts:75:36 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
73
|
-
[33mWarning: src/core/Decorator.ts:77:4 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
63
|
+
[33mWarning: src/core/Decorator.ts:43:31 - (tsdoc-param-tag-with-invalid-optional-name) The @param should not include a JSDoc-style optional name; it must not be enclosed in '[ ]' brackets.[39m
|
|
64
|
+
[33mWarning: src/core/Decorator.ts:43:11 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
65
|
+
[33mWarning: src/core/Decorator.ts:44:28 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
66
|
+
[33mWarning: src/core/Decorator.ts:44:13 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
67
|
+
[33mWarning: src/core/Decorator.ts:45:18 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
68
|
+
[33mWarning: src/core/Decorator.ts:45:12 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
69
|
+
[33mWarning: src/core/Decorator.ts:54:1 - (ae-missing-release-tag) "ComponentScan" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)[39m
|
|
74
70
|
[33mWarning: src/core/Decorator.ts:79:1 - (ae-missing-release-tag) "ConfigurationScan" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)[39m
|
|
75
71
|
|
|
76
72
|
API Extractor completed successfully
|
|
77
73
|
[1G[0K⠙[1G[0K✅ Type declarations built successfully
|
|
78
74
|
|
|
79
|
-
> koatty@4.
|
|
75
|
+
> koatty@4.2.0 build:doc /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty
|
|
80
76
|
> api-documenter markdown --input temp --output docs/api
|
|
81
77
|
|
|
82
78
|
|
|
@@ -87,7 +83,7 @@ Reading koatty.api.json
|
|
|
87
83
|
Deleting old output from docs/api
|
|
88
84
|
Writing koatty package
|
|
89
85
|
|
|
90
|
-
> koatty@4.
|
|
86
|
+
> koatty@4.2.0 build:cp /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty
|
|
91
87
|
> node scripts/copyFiles && node ../../scripts/postBuild.js
|
|
92
88
|
|
|
93
89
|
Copied package.json to dist/
|