koatty_schedule 3.3.7 → 4.0.0
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 +11 -15
- package/CHANGELOG.md +10 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/package.json +9 -9
- package/package.json +9 -9
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,36 +1,32 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> koatty_schedule@
|
|
3
|
+
> koatty_schedule@4.0.0 build /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-schedule
|
|
4
4
|
> npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
> koatty_schedule@
|
|
7
|
+
> koatty_schedule@4.0.0 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 [1m4.4s[22m[39m
|
|
13
13
|
[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K
|
|
14
|
-
> koatty_schedule@
|
|
14
|
+
> koatty_schedule@4.0.0 build:dts
|
|
15
15
|
> bash ../../scripts/build-dts.sh
|
|
16
16
|
|
|
17
17
|
[1G[0K🔨 Building type declarations for koatty-schedule...
|
|
18
18
|
⏳ Waiting for dependencies to be ready...
|
|
19
19
|
|
|
20
20
|
🔍 Checking dependencies: koatty_container, koatty_core, koatty_lib, koatty_logger, koatty_store
|
|
21
|
+
✓ koatty_container type declarations ready
|
|
21
22
|
✓ koatty_core type declarations ready
|
|
22
23
|
✓ koatty_lib type declarations ready
|
|
23
24
|
✓ koatty_logger type declarations ready
|
|
24
25
|
✓ koatty_store type declarations ready
|
|
25
|
-
⏳ Waiting for: koatty_container (0s)
|
|
26
|
-
✗ koatty_container: not found
|
|
27
|
-
⏳ Waiting for: koatty_container (5s)
|
|
28
|
-
✗ koatty_container: missing .d.ts
|
|
29
|
-
✓ koatty_container type declarations ready
|
|
30
26
|
|
|
31
|
-
✅ All dependencies ready (waited
|
|
27
|
+
✅ All dependencies ready (waited 1ms)
|
|
32
28
|
📝 Running TypeScript compiler...
|
|
33
|
-
[1G[0K[1G[0K⠙[1G[0K📦 Running API Extractor...
|
|
29
|
+
[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K📦 Running API Extractor...
|
|
34
30
|
[1G[0K⠙[1G[0K
|
|
35
31
|
[1mapi-extractor 7.55.2 [36m - https://api-extractor.com/[39m
|
|
36
32
|
[22m
|
|
@@ -68,10 +64,10 @@ Analysis will use the bundled TypeScript version 5.8.2
|
|
|
68
64
|
API Extractor completed successfully
|
|
69
65
|
[1G[0K⠙[1G[0K✅ Type declarations built successfully
|
|
70
66
|
[1G[0K⠙[1G[0K
|
|
71
|
-
> koatty_schedule@
|
|
67
|
+
> koatty_schedule@4.0.0 build:doc
|
|
72
68
|
> npx api-documenter markdown --input temp --output docs/api
|
|
73
69
|
|
|
74
|
-
[1G[0K[1G[0K
|
|
70
|
+
[1G[0K[1G[0K
|
|
75
71
|
[1mapi-documenter 7.28.2 [36m - https://api-extractor.com/[39m
|
|
76
72
|
[22m
|
|
77
73
|
Reading koatty_schedule.api.json
|
|
@@ -89,7 +85,7 @@ Unsupported block tag: @export
|
|
|
89
85
|
Unsupported block tag: @export
|
|
90
86
|
Unsupported block tag: @export
|
|
91
87
|
[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K
|
|
92
|
-
> koatty_schedule@
|
|
88
|
+
> koatty_schedule@4.0.0 build:cp
|
|
93
89
|
> node scripts/postBuild && npx copyfiles package.json LICENSE README.md dist/
|
|
94
90
|
|
|
95
|
-
[1G[0K[1G[0K
|
|
91
|
+
[1G[0K[1G[0K[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K
|
package/CHANGELOG.md
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koatty_schedule",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0",
|
|
4
4
|
"description": "Schedule for koatty.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp",
|
|
@@ -86,16 +86,16 @@
|
|
|
86
86
|
"@sesamecare-oss/redlock": "^1.4.0",
|
|
87
87
|
"cron": "^4.4.0",
|
|
88
88
|
"ioredis": "^5.9.2",
|
|
89
|
-
"koatty_container": "
|
|
90
|
-
"koatty_core": "
|
|
91
|
-
"koatty_lib": "
|
|
92
|
-
"koatty_logger": "
|
|
93
|
-
"koatty_store": "
|
|
89
|
+
"koatty_container": "workspace:*",
|
|
90
|
+
"koatty_core": "workspace:*",
|
|
91
|
+
"koatty_lib": "workspace:*",
|
|
92
|
+
"koatty_logger": "workspace:*",
|
|
93
|
+
"koatty_store": "workspace:*"
|
|
94
94
|
},
|
|
95
95
|
"peerDependencies": {
|
|
96
|
-
"koatty_container": "^
|
|
97
|
-
"koatty_core": "^2.0
|
|
96
|
+
"koatty_container": "^2.0.0",
|
|
97
|
+
"koatty_core": "^2.1.0",
|
|
98
98
|
"koatty_lib": "^1.4.5",
|
|
99
|
-
"koatty_logger": "^2.
|
|
99
|
+
"koatty_logger": "^2.4.0"
|
|
100
100
|
}
|
|
101
101
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koatty_schedule",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0",
|
|
4
4
|
"description": "Schedule for koatty.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -73,17 +73,17 @@
|
|
|
73
73
|
"@sesamecare-oss/redlock": "^1.4.0",
|
|
74
74
|
"cron": "^4.4.0",
|
|
75
75
|
"ioredis": "^5.9.2",
|
|
76
|
-
"koatty_container": "
|
|
77
|
-
"
|
|
78
|
-
"koatty_lib": "
|
|
79
|
-
"
|
|
80
|
-
"
|
|
76
|
+
"koatty_container": "2.0.0",
|
|
77
|
+
"koatty_logger": "2.4.0",
|
|
78
|
+
"koatty_lib": "1.4.5",
|
|
79
|
+
"koatty_store": "2.0.0",
|
|
80
|
+
"koatty_core": "2.1.0"
|
|
81
81
|
},
|
|
82
82
|
"peerDependencies": {
|
|
83
|
-
"koatty_container": "^
|
|
84
|
-
"koatty_core": "^2.0
|
|
83
|
+
"koatty_container": "^2.0.0",
|
|
84
|
+
"koatty_core": "^2.1.0",
|
|
85
85
|
"koatty_lib": "^1.4.5",
|
|
86
|
-
"koatty_logger": "^2.
|
|
86
|
+
"koatty_logger": "^2.4.0"
|
|
87
87
|
},
|
|
88
88
|
"scripts": {
|
|
89
89
|
"build": "npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp",
|