koatty_schedule 4.0.7 → 4.0.8
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 +9 -9
- package/CHANGELOG.md +8 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/package.json +5 -5
- package/package.json +5 -5
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> koatty_schedule@4.0.
|
|
3
|
+
> koatty_schedule@4.0.8 build /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-schedule
|
|
4
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.
|
|
7
|
+
> koatty_schedule@4.0.8 build:js /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-schedule
|
|
8
8
|
> tsup
|
|
9
9
|
|
|
10
10
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -17,12 +17,12 @@
|
|
|
17
17
|
[34mESM[39m Build start
|
|
18
18
|
[32mCJS[39m [1mdist/index.js [22m[32m36.77 KB[39m
|
|
19
19
|
[32mCJS[39m [1mdist/index.js.map [22m[32m92.32 KB[39m
|
|
20
|
-
[32mCJS[39m ⚡️ Build success in
|
|
20
|
+
[32mCJS[39m ⚡️ Build success in 332ms
|
|
21
21
|
[32mESM[39m [1mdist/index.mjs [22m[32m35.33 KB[39m
|
|
22
22
|
[32mESM[39m [1mdist/index.mjs.map [22m[32m92.24 KB[39m
|
|
23
|
-
[32mESM[39m ⚡️ Build success in
|
|
23
|
+
[32mESM[39m ⚡️ Build success in 332ms
|
|
24
24
|
|
|
25
|
-
> koatty_schedule@4.0.
|
|
25
|
+
> koatty_schedule@4.0.8 build:dts /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-schedule
|
|
26
26
|
> bash ../../scripts/build-dts.sh
|
|
27
27
|
|
|
28
28
|
🔨 Building type declarations for koatty-schedule...
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
|
|
38
38
|
✅ All dependencies ready (waited 1ms)
|
|
39
39
|
📝 Running TypeScript compiler...
|
|
40
|
-
[1G[0K[1G[0K⠙[1G[0K📦 Running API Extractor...
|
|
41
|
-
[1G[0K
|
|
40
|
+
[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K📦 Running API Extractor...
|
|
41
|
+
[1G[0K⠙[1G[0K
|
|
42
42
|
[1mapi-extractor 7.55.2 [36m - https://api-extractor.com/[39m
|
|
43
43
|
[22m
|
|
44
44
|
Using configuration from ./api-extractor.json
|
|
@@ -75,7 +75,7 @@ Analysis will use the bundled TypeScript version 5.8.2
|
|
|
75
75
|
API Extractor completed successfully
|
|
76
76
|
[1G[0K⠙[1G[0K✅ Type declarations built successfully
|
|
77
77
|
|
|
78
|
-
> koatty_schedule@4.0.
|
|
78
|
+
> koatty_schedule@4.0.8 build:doc /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-schedule
|
|
79
79
|
> api-documenter markdown --input temp --output docs/api
|
|
80
80
|
|
|
81
81
|
|
|
@@ -96,7 +96,7 @@ Unsupported block tag: @export
|
|
|
96
96
|
Unsupported block tag: @export
|
|
97
97
|
Unsupported block tag: @export
|
|
98
98
|
|
|
99
|
-
> koatty_schedule@4.0.
|
|
99
|
+
> koatty_schedule@4.0.8 build:cp /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-schedule
|
|
100
100
|
> node ../../scripts/postBuild.js
|
|
101
101
|
|
|
102
102
|
📦 postBuild: koatty-schedule
|
package/CHANGELOG.md
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -13,7 +13,7 @@ var Redis__default = /*#__PURE__*/_interopDefault(Redis);
|
|
|
13
13
|
|
|
14
14
|
/*!
|
|
15
15
|
* @Author: richen
|
|
16
|
-
* @Date: 2026-03-
|
|
16
|
+
* @Date: 2026-03-08 04:45:07
|
|
17
17
|
* @License: BSD (3-Clause)
|
|
18
18
|
* @Copyright (c) - <richenlin(at)gmail.com>
|
|
19
19
|
* @HomePage: https://koatty.org/
|
package/dist/index.mjs
CHANGED
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koatty_schedule",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.8",
|
|
4
4
|
"description": "Schedule for koatty.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "pnpm run build:js && pnpm run build:dts && pnpm run build:doc && pnpm run build:cp",
|
|
@@ -71,15 +71,15 @@
|
|
|
71
71
|
"@sesamecare-oss/redlock": "^1.4.0",
|
|
72
72
|
"cron": "^4.4.0",
|
|
73
73
|
"ioredis": "^5.9.2",
|
|
74
|
-
"koatty_container": "^2.0.
|
|
75
|
-
"koatty_core": "^2.1.
|
|
74
|
+
"koatty_container": "^2.0.8",
|
|
75
|
+
"koatty_core": "^2.1.9",
|
|
76
76
|
"koatty_lib": "^1.4.8",
|
|
77
77
|
"koatty_logger": "^2.8.4",
|
|
78
78
|
"koatty_store": "^2.0.5"
|
|
79
79
|
},
|
|
80
80
|
"peerDependencies": {
|
|
81
|
-
"koatty_container": "^2.0.
|
|
82
|
-
"koatty_core": "^2.1.
|
|
81
|
+
"koatty_container": "^2.0.8",
|
|
82
|
+
"koatty_core": "^2.1.9",
|
|
83
83
|
"koatty_lib": "^1.4.8",
|
|
84
84
|
"koatty_logger": "^2.8.4"
|
|
85
85
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koatty_schedule",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.8",
|
|
4
4
|
"description": "Schedule for koatty.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -60,15 +60,15 @@
|
|
|
60
60
|
"@sesamecare-oss/redlock": "^1.4.0",
|
|
61
61
|
"cron": "^4.4.0",
|
|
62
62
|
"ioredis": "^5.9.2",
|
|
63
|
-
"koatty_container": "2.0.
|
|
63
|
+
"koatty_container": "2.0.8",
|
|
64
|
+
"koatty_core": "2.1.9",
|
|
64
65
|
"koatty_lib": "1.4.8",
|
|
65
|
-
"koatty_core": "2.1.8",
|
|
66
66
|
"koatty_logger": "2.8.4",
|
|
67
67
|
"koatty_store": "2.0.5"
|
|
68
68
|
},
|
|
69
69
|
"peerDependencies": {
|
|
70
|
-
"koatty_container": "^2.0.
|
|
71
|
-
"koatty_core": "^2.1.
|
|
70
|
+
"koatty_container": "^2.0.8",
|
|
71
|
+
"koatty_core": "^2.1.9",
|
|
72
72
|
"koatty_lib": "^1.4.8",
|
|
73
73
|
"koatty_logger": "^2.8.4"
|
|
74
74
|
},
|