koatty_schedule 4.0.3 → 4.0.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.
- package/.turbo/turbo-build.log +38 -20
- package/CHANGELOG.md +22 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +988 -1257
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +983 -1257
- package/dist/index.mjs.map +1 -0
- package/dist/package.json +33 -47
- package/package.json +31 -44
- package/tsup.config.ts +6 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,20 +1,31 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> koatty_schedule@4.0.
|
|
4
|
-
>
|
|
3
|
+
> koatty_schedule@4.0.5 build /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-schedule
|
|
4
|
+
> pnpm run build:js && pnpm run build:dts && pnpm run build:doc && pnpm run build:cp
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
> koatty_schedule@4.0.
|
|
8
|
-
>
|
|
7
|
+
> koatty_schedule@4.0.5 build:js /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-schedule
|
|
8
|
+
> tsup
|
|
9
9
|
|
|
10
|
-
[
|
|
11
|
-
[
|
|
12
|
-
[
|
|
13
|
-
[
|
|
14
|
-
|
|
10
|
+
[34mCLI[39m Building entry: src/index.ts
|
|
11
|
+
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
12
|
+
[34mCLI[39m tsup v8.5.1
|
|
13
|
+
[34mCLI[39m Using tsup config: /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-schedule/tsup.config.ts
|
|
14
|
+
[34mCLI[39m Target: node18
|
|
15
|
+
[34mCLI[39m Cleaning output folder
|
|
16
|
+
[34mCJS[39m Build start
|
|
17
|
+
[34mESM[39m Build start
|
|
18
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m35.33 KB[39m
|
|
19
|
+
[32mESM[39m [1mdist/index.mjs.map [22m[32m92.24 KB[39m
|
|
20
|
+
[32mESM[39m ⚡️ Build success in 479ms
|
|
21
|
+
[32mCJS[39m [1mdist/index.js [22m[32m36.77 KB[39m
|
|
22
|
+
[32mCJS[39m [1mdist/index.js.map [22m[32m92.32 KB[39m
|
|
23
|
+
[32mCJS[39m ⚡️ Build success in 481ms
|
|
24
|
+
|
|
25
|
+
> koatty_schedule@4.0.5 build:dts /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-schedule
|
|
15
26
|
> bash ../../scripts/build-dts.sh
|
|
16
27
|
|
|
17
|
-
|
|
28
|
+
🔨 Building type declarations for koatty-schedule...
|
|
18
29
|
⏳ Waiting for dependencies to be ready...
|
|
19
30
|
|
|
20
31
|
🔍 Checking dependencies: koatty_container, koatty_core, koatty_lib, koatty_logger, koatty_store
|
|
@@ -24,7 +35,7 @@
|
|
|
24
35
|
✓ koatty_logger type declarations ready
|
|
25
36
|
✓ koatty_store type declarations ready
|
|
26
37
|
|
|
27
|
-
✅ All dependencies ready (waited
|
|
38
|
+
✅ All dependencies ready (waited 1ms)
|
|
28
39
|
📝 Running TypeScript compiler...
|
|
29
40
|
[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K📦 Running API Extractor...
|
|
30
41
|
[1G[0K⠙[1G[0K
|
|
@@ -53,7 +64,7 @@ Analysis will use the bundled TypeScript version 5.8.2
|
|
|
53
64
|
[33mWarning: src/decorator/scheduled.ts:30:13 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
54
65
|
[33mWarning: src/decorator/scheduled.ts:31:18 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag[39m
|
|
55
66
|
[33mWarning: src/decorator/scheduled.ts:31:12 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@"[39m
|
|
56
|
-
[33mWarning: src/index.ts:
|
|
67
|
+
[33mWarning: src/index.ts:63:1 - (ae-forgotten-export) The symbol "ScheduledOptions" needs to be exported by the entry point index.d.ts[39m
|
|
57
68
|
[33mWarning: src/locker/interface.ts:50:1 - (ae-forgotten-export) The symbol "BaseRedisConfig" needs to be exported by the entry point index.d.ts[39m
|
|
58
69
|
[33mWarning: src/locker/redlock.ts:79:6 - (tsdoc-undefined-tag) The TSDoc tag "@private" is not defined in this configuration[39m
|
|
59
70
|
[33mWarning: src/locker/redlock.ts:96:6 - (tsdoc-undefined-tag) The TSDoc tag "@static" is not defined in this configuration[39m
|
|
@@ -63,11 +74,11 @@ Analysis will use the bundled TypeScript version 5.8.2
|
|
|
63
74
|
|
|
64
75
|
API Extractor completed successfully
|
|
65
76
|
[1G[0K⠙[1G[0K✅ Type declarations built successfully
|
|
66
|
-
[1G[0K⠙[1G[0K
|
|
67
|
-
> koatty_schedule@4.0.3 build:doc
|
|
68
|
-
> npx api-documenter markdown --input temp --output docs/api
|
|
69
77
|
|
|
70
|
-
|
|
78
|
+
> koatty_schedule@4.0.5 build:doc /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-schedule
|
|
79
|
+
> api-documenter markdown --input temp --output docs/api
|
|
80
|
+
|
|
81
|
+
|
|
71
82
|
[1mapi-documenter 7.28.2 [36m - https://api-extractor.com/[39m
|
|
72
83
|
[22m
|
|
73
84
|
Reading koatty_schedule.api.json
|
|
@@ -84,8 +95,15 @@ Unsupported block tag: @static
|
|
|
84
95
|
Unsupported block tag: @export
|
|
85
96
|
Unsupported block tag: @export
|
|
86
97
|
Unsupported block tag: @export
|
|
87
|
-
[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K
|
|
88
|
-
> koatty_schedule@4.0.3 build:cp
|
|
89
|
-
> node scripts/postBuild && npx copyfiles package.json LICENSE README.md dist/
|
|
90
98
|
|
|
91
|
-
|
|
99
|
+
> koatty_schedule@4.0.5 build:cp /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-schedule
|
|
100
|
+
> node ../../scripts/postBuild.js
|
|
101
|
+
|
|
102
|
+
📦 postBuild: koatty-schedule
|
|
103
|
+
✓ Copied package.json to dist/
|
|
104
|
+
✓ Copied LICENSE to dist/
|
|
105
|
+
✓ Copied README.md to dist/
|
|
106
|
+
✓ Fixed paths in dist/package.json
|
|
107
|
+
✓ Cleaned DTS declarations
|
|
108
|
+
✅ Done
|
|
109
|
+
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 4.0.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- build
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- koatty_container@2.0.5
|
|
10
|
+
- koatty_lib@1.4.7
|
|
11
|
+
- koatty_logger@2.8.3
|
|
12
|
+
- koatty_store@2.0.4
|
|
13
|
+
- koatty_core@2.1.5
|
|
14
|
+
|
|
15
|
+
## 4.0.4
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
- koatty_logger@2.8.2
|
|
21
|
+
- koatty_container@2.0.4
|
|
22
|
+
- koatty_core@2.1.4
|
|
23
|
+
- koatty_store@2.0.3
|
|
24
|
+
|
|
3
25
|
## 4.0.3
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|