koatty 4.1.3 → 4.1.5

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,17 +1,17 @@
1
1
 
2
2
  
3
- > koatty@4.1.3 build /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty
3
+ > koatty@4.1.5 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.1.3 build:js
7
+ > koatty@4.1.5 build:js
8
8
  > npx rollup --bundleConfigAsCjs -c .rollup.config.js
9
9
 
10
10
  
11
11
  ./src/index.ts → ./dist/index.js, ./dist/index.mjs...
12
- created ./dist/index.js, ./dist/index.mjs in 1.2s
12
+ created ./dist/index.js, ./dist/index.mjs in 984ms
13
13
  ⠙⠙
14
- > koatty@4.1.3 build:dts
14
+ > koatty@4.1.5 build:dts
15
15
  > bash scripts/build-dts.sh
16
16
 
17
17
  🔨 Building type declarations for koatty...
@@ -30,7 +30,7 @@
30
30
  ✓ koatty_trace type declarations ready
31
31
  ✓ koatty_validation type declarations ready
32
32
 
33
- ✅ All dependencies ready (waited 1ms)
33
+ ✅ All dependencies ready (waited 2ms)
34
34
  📝 Running TypeScript compiler...
35
35
  ⠙📦 Running API Extractor...
36
36
  
@@ -44,27 +44,26 @@ Analysis will use the bundled TypeScript version 5.8.2
44
44
  Warning: /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-core/dist/index.d.ts:866:4 - (tsdoc-undefined-tag) The TSDoc tag "@interface" is not defined in this configuration
45
45
  Warning: /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-core/dist/index.d.ts:867:4 - (tsdoc-undefined-tag) The TSDoc tag "@extends" is not defined in this configuration
46
46
  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
47
- Warning: src/core/Bootstrap.ts:33: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)
48
- Warning: src/core/Bootstrap.ts:47:4 - (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
49
- Warning: src/core/Bootstrap.ts:56: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)
50
- Warning: src/core/Bootstrap.ts:69: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.
51
- Warning: src/core/Bootstrap.ts:69:11 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
52
- Warning: src/core/Bootstrap.ts:70:28 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
53
- Warning: src/core/Bootstrap.ts:70:13 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
54
- Warning: src/core/Bootstrap.ts:71:18 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
55
- Warning: src/core/Bootstrap.ts:71:12 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
56
- Warning: src/core/Bootstrap.ts:80: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)
57
- Warning: src/core/Bootstrap.ts:97:4 - (tsdoc-code-fence-missing-delimiter) Error parsing code fence: Missing closing delimiter
58
- Warning: src/core/Bootstrap.ts:98: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 "@"
59
- Warning: src/core/Bootstrap.ts:99:36 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
60
- Warning: src/core/Bootstrap.ts:101:4 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag
61
- Warning: src/core/Bootstrap.ts:103: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)
62
- Warning: src/util/Logger.ts:17:14 - (ae-missing-release-tag) "Logger" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
47
+ 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)
48
+ 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
49
+ 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)
50
+ 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.
51
+ Warning: src/core/Decorator.ts:44:11 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
52
+ 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
53
+ Warning: src/core/Decorator.ts:45:13 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
54
+ 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
55
+ Warning: src/core/Decorator.ts:46:12 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
56
+ 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)
57
+ Warning: src/core/Decorator.ts:73:4 - (tsdoc-code-fence-missing-delimiter) Error parsing code fence: Missing closing delimiter
58
+ 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 "@"
59
+ Warning: src/core/Decorator.ts:75:36 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"
60
+ 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
61
+ 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)
63
62
 
64
63
  API Extractor completed successfully
65
64
  ⠙✅ Type declarations built successfully
66
65
  ⠙
67
- > koatty@4.1.3 build:doc
66
+ > koatty@4.1.5 build:doc
68
67
  > npx api-documenter markdown --input temp --output docs/api
69
68
 
70
69
  
@@ -75,7 +74,7 @@ Reading koatty.api.json
75
74
  Deleting old output from docs/api
76
75
  Writing koatty package
77
76
  ⠙⠙
78
- > koatty@4.1.3 build:cp
77
+ > koatty@4.1.5 build:cp
79
78
  > node scripts/copyFiles && node scripts/postBuild
80
79
 
81
80
  Copied package.json to dist/