koatty 4.1.3 → 4.1.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.
@@ -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.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.1.3 build:js
7
+ > koatty@4.1.4 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 1s
13
13
  ⠙⠙
14
- > koatty@4.1.3 build:dts
14
+ > koatty@4.1.4 build:dts
15
15
  > bash scripts/build-dts.sh
16
16
 
17
17
  🔨 Building type declarations for koatty...
@@ -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.4 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.4 build:cp
79
78
  > node scripts/copyFiles && node scripts/postBuild
80
79
 
81
80
  Copied package.json to dist/
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Changelog
2
2
 
3
+ ## 4.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - patch version bump for koatty, koatty_cacheable, koatty_config, koatty_container, koatty_core, koatty_exception, koatty_graphql, koatty_lib, koatty_loader, koatty_logger, koatty_proto, koatty_router, koatty_schedule, koatty_serve, koatty_store, koatty_trace, koatty_typeorm, koatty_validation
8
+ - Updated dependencies
9
+ - koatty_config@1.2.11
10
+ - koatty_container@2.0.2
11
+ - koatty_core@2.1.2
12
+ - koatty_exception@2.1.2
13
+ - koatty_lib@1.4.6
14
+ - koatty_loader@1.1.5
15
+ - koatty_logger@2.4.2
16
+ - koatty_router@2.1.2
17
+ - koatty_serve@3.1.3
18
+ - koatty_trace@2.1.3
19
+
3
20
  ## 4.1.3
4
21
 
5
22
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2026-02-03 15:21:53
3
+ * @Date: 2026-02-03 16:55:00
4
4
  * @License: BSD (3-Clause)
5
5
  * @Copyright (c) - <richenlin(at)gmail.com>
6
6
  * @HomePage: https://koatty.org/
@@ -8,8 +8,17 @@
8
8
  import { Config } from 'koatty_config';
9
9
  import { Helper } from 'koatty_lib';
10
10
  import { KoattyApplication } from 'koatty_core';
11
- import { Logger as Logger_2 } from 'koatty_logger';
11
+ import { Log } from 'koatty_logger';
12
+ import { DefaultLogger as Logger } from 'koatty_logger';
13
+ import { LogLevelType } from 'koatty_logger';
12
14
 
15
+ /**
16
+ * Decorator for Koatty framework
17
+ * @author richen
18
+ * @copyright Copyright (c) - <richenlin(at)gmail.com>
19
+ * @license BSD (3-Clause)
20
+ * @version 2026-02-03 10:00:00
21
+ */
13
22
  /**
14
23
  * Bootstrap decorator for Koatty application class.
15
24
  *
@@ -77,7 +86,11 @@ export declare function ExecBootStrap(bootFunc?: (...args: any[]) => any): (targ
77
86
 
78
87
  export { Helper }
79
88
 
80
- export declare const Logger: Logger_2;
89
+ export { Log }
90
+
91
+ export { Logger }
92
+
93
+ export { LogLevelType }
81
94
 
82
95
 
83
96
  export * from "koatty_container";