koatty 4.1.14 → 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.
@@ -1,10 +1,10 @@
1
1
 
2
2
  
3
- > koatty@4.1.14 build /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty
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.1.14 build:js /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty
7
+ > koatty@4.2.0 build:js /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty
8
8
  > tsup
9
9
 
10
10
  CLI Building entry: src/index.ts
@@ -15,14 +15,14 @@
15
15
  CLI Cleaning output folder
16
16
  CJS Build start
17
17
  ESM Build start
18
- CJS dist/index.js 31.49 KB
19
- CJS dist/index.js.map 65.60 KB
18
+ ESM dist/index.mjs 27.66 KB
19
+ ESM dist/index.mjs.map 65.74 KB
20
+ ESM ⚡️ Build success in 84ms
21
+ CJS dist/index.js 31.62 KB
22
+ CJS dist/index.js.map 65.89 KB
20
23
  CJS ⚡️ Build success in 85ms
21
- ESM dist/index.mjs 27.58 KB
22
- ESM dist/index.mjs.map 65.46 KB
23
- ESM ⚡️ Build success in 85ms
24
24
 
25
- > koatty@4.1.14 build:dts /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty
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
  Writing: /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty/temp/koatty.api.json
54
54
  Writing package typings: /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty/dist/index.d.ts
55
- Warning: /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-core/dist/index.d.ts:908:4 - (tsdoc-undefined-tag) The TSDoc tag "@interface" is not defined in this configuration
56
- Warning: /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-core/dist/index.d.ts:909:4 - (tsdoc-undefined-tag) The TSDoc tag "@extends" is not defined in this configuration
55
+ Warning: /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
56
+ Warning: /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
57
57
  Warning: 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
58
58
  Warning: 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)
59
59
  Warning: 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 "@"
60
60
  Warning: 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)
61
61
  Warning: 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
62
62
  Warning: 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)
63
- Warning: src/core/Decorator.ts:44: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.
64
- Warning: src/core/Decorator.ts:44:11 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
65
- Warning: src/core/Decorator.ts:45:28 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
66
- Warning: src/core/Decorator.ts:45:13 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
67
- Warning: src/core/Decorator.ts:46:18 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
68
- Warning: src/core/Decorator.ts:46:12 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
69
- Warning: src/core/Decorator.ts:55: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)
70
- Warning: src/core/Decorator.ts:73:4 - (tsdoc-code-fence-missing-delimiter) Error parsing code fence: Missing closing delimiter
71
- Warning: 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 "@"
72
- Warning: src/core/Decorator.ts:75:36 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
73
- Warning: 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
63
+ Warning: 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.
64
+ Warning: src/core/Decorator.ts:43:11 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
65
+ Warning: 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
66
+ Warning: src/core/Decorator.ts:44:13 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
67
+ Warning: 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
68
+ Warning: src/core/Decorator.ts:45:12 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
69
+ Warning: 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)
74
70
  Warning: 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)
75
71
 
76
72
  API Extractor completed successfully
77
73
  ⠙✅ Type declarations built successfully
78
74
 
79
- > koatty@4.1.14 build:doc /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty
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.1.14 build:cp /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty
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/
@@ -0,0 +1,4 @@
1
+
2
+ > koatty@4.1.15 clean /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty
3
+ > rimraf dist temp docs/api
4
+