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.
- package/.turbo/turbo-build.log +21 -22
- package/CHANGELOG.md +17 -0
- package/dist/index.d.ts +16 -3
- package/dist/index.js +168 -174
- package/dist/index.mjs +238 -255
- package/dist/package.json +12 -12
- package/package.json +12 -12
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> koatty@4.1.
|
|
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.
|
|
7
|
+
> koatty@4.1.4 build:js
|
|
8
8
|
> npx rollup --bundleConfigAsCjs -c .rollup.config.js
|
|
9
9
|
|
|
10
10
|
[1G[0K[1G[0K[36m
|
|
11
11
|
[1m./src/index.ts[22m → [1m./dist/index.js, ./dist/index.mjs[22m...[39m
|
|
12
|
-
[32mcreated [1m./dist/index.js, ./dist/index.mjs[22m in [
|
|
12
|
+
[32mcreated [1m./dist/index.js, ./dist/index.mjs[22m in [1m1s[22m[39m
|
|
13
13
|
[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K
|
|
14
|
-
> koatty@4.1.
|
|
14
|
+
> koatty@4.1.4 build:dts
|
|
15
15
|
> bash scripts/build-dts.sh
|
|
16
16
|
|
|
17
17
|
[1G[0K🔨 Building type declarations for koatty...
|
|
@@ -44,27 +44,26 @@ Analysis will use the bundled TypeScript version 5.8.2
|
|
|
44
44
|
[33mWarning: /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[39m
|
|
45
45
|
[33mWarning: /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[39m
|
|
46
46
|
[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
|
-
[33mWarning: src/core/Bootstrap.ts:
|
|
48
|
-
[33mWarning: src/core/
|
|
49
|
-
[33mWarning: src/core/
|
|
50
|
-
[33mWarning: src/core/
|
|
51
|
-
[33mWarning: src/core/
|
|
52
|
-
[33mWarning: src/core/
|
|
53
|
-
[33mWarning: src/core/
|
|
54
|
-
[33mWarning: src/core/
|
|
55
|
-
[33mWarning: src/core/
|
|
56
|
-
[33mWarning: src/core/
|
|
57
|
-
[33mWarning: src/core/
|
|
58
|
-
[33mWarning: src/core/
|
|
59
|
-
[33mWarning: src/core/
|
|
60
|
-
[33mWarning: src/core/
|
|
61
|
-
[33mWarning: src/core/
|
|
62
|
-
[33mWarning: 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)[39m
|
|
47
|
+
[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
|
+
[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
|
|
49
|
+
[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
|
|
50
|
+
[33mWarning: 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.[39m
|
|
51
|
+
[33mWarning: src/core/Decorator.ts:44:11 - (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'[39m
|
|
52
|
+
[33mWarning: 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[39m
|
|
53
|
+
[33mWarning: src/core/Decorator.ts:45:13 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
54
|
+
[33mWarning: 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[39m
|
|
55
|
+
[33mWarning: src/core/Decorator.ts:46:12 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
56
|
+
[33mWarning: 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)[39m
|
|
57
|
+
[33mWarning: src/core/Decorator.ts:73:4 - (tsdoc-code-fence-missing-delimiter) Error parsing code fence: Missing closing delimiter[39m
|
|
58
|
+
[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
|
|
59
|
+
[33mWarning: src/core/Decorator.ts:75:36 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
60
|
+
[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
|
|
61
|
+
[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
|
|
63
62
|
|
|
64
63
|
API Extractor completed successfully
|
|
65
64
|
[1G[0K⠙[1G[0K✅ Type declarations built successfully
|
|
66
65
|
[1G[0K⠙[1G[0K
|
|
67
|
-
> koatty@4.1.
|
|
66
|
+
> koatty@4.1.4 build:doc
|
|
68
67
|
> npx api-documenter markdown --input temp --output docs/api
|
|
69
68
|
|
|
70
69
|
[1G[0K[1G[0K
|
|
@@ -75,7 +74,7 @@ Reading koatty.api.json
|
|
|
75
74
|
Deleting old output from docs/api
|
|
76
75
|
Writing koatty package
|
|
77
76
|
[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K
|
|
78
|
-
> koatty@4.1.
|
|
77
|
+
> koatty@4.1.4 build:cp
|
|
79
78
|
> node scripts/copyFiles && node scripts/postBuild
|
|
80
79
|
|
|
81
80
|
[1G[0KCopied 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
|
|
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 {
|
|
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
|
|
89
|
+
export { Log }
|
|
90
|
+
|
|
91
|
+
export { Logger }
|
|
92
|
+
|
|
93
|
+
export { LogLevelType }
|
|
81
94
|
|
|
82
95
|
|
|
83
96
|
export * from "koatty_container";
|