koatty_schedule 4.0.2 → 4.0.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 +8 -8
- package/CHANGELOG.md +65 -46
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/package.json +8 -8
- package/package.json +13 -13
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> koatty_schedule@4.0.
|
|
3
|
+
> koatty_schedule@4.0.4 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@4.0.
|
|
7
|
+
> koatty_schedule@4.0.4 build:js
|
|
8
8
|
> npx rollup --bundleConfigAsCjs -c .rollup.config.js
|
|
9
9
|
|
|
10
|
-
[1G[0K[1G[0K
|
|
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 [1m6.9s[22m[39m
|
|
13
13
|
[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K
|
|
14
|
-
> koatty_schedule@4.0.
|
|
14
|
+
> koatty_schedule@4.0.4 build:dts
|
|
15
15
|
> bash ../../scripts/build-dts.sh
|
|
16
16
|
|
|
17
17
|
[1G[0K🔨 Building type declarations for koatty-schedule...
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
✓ koatty_logger type declarations ready
|
|
25
25
|
✓ koatty_store type declarations ready
|
|
26
26
|
|
|
27
|
-
✅ All dependencies ready (waited
|
|
27
|
+
✅ All dependencies ready (waited 6ms)
|
|
28
28
|
📝 Running TypeScript compiler...
|
|
29
29
|
[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K📦 Running API Extractor...
|
|
30
30
|
[1G[0K⠙[1G[0K
|
|
@@ -64,7 +64,7 @@ Analysis will use the bundled TypeScript version 5.8.2
|
|
|
64
64
|
API Extractor completed successfully
|
|
65
65
|
[1G[0K⠙[1G[0K✅ Type declarations built successfully
|
|
66
66
|
[1G[0K⠙[1G[0K
|
|
67
|
-
> koatty_schedule@4.0.
|
|
67
|
+
> koatty_schedule@4.0.4 build:doc
|
|
68
68
|
> npx api-documenter markdown --input temp --output docs/api
|
|
69
69
|
|
|
70
70
|
[1G[0K[1G[0K⠙[1G[0K
|
|
@@ -85,7 +85,7 @@ Unsupported block tag: @export
|
|
|
85
85
|
Unsupported block tag: @export
|
|
86
86
|
Unsupported block tag: @export
|
|
87
87
|
[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K
|
|
88
|
-
> koatty_schedule@4.0.
|
|
88
|
+
> koatty_schedule@4.0.4 build:cp
|
|
89
89
|
> node scripts/postBuild && npx copyfiles package.json LICENSE README.md dist/
|
|
90
90
|
|
|
91
91
|
[1G[0K[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 4.0.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- koatty_logger@2.8.2
|
|
9
|
+
- koatty_container@2.0.4
|
|
10
|
+
- koatty_core@2.1.4
|
|
11
|
+
- koatty_store@2.0.3
|
|
12
|
+
|
|
13
|
+
## 4.0.3
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
- koatty_container@2.0.3
|
|
20
|
+
- koatty_core@2.1.3
|
|
21
|
+
|
|
3
22
|
## 4.0.2
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
|
@@ -81,107 +100,107 @@
|
|
|
81
100
|
|
|
82
101
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
83
102
|
|
|
84
|
-
### [3.3.3](https://github.com/
|
|
103
|
+
### [3.3.3](https://github.com/koatty/koatty_schedule/compare/v3.3.2...v3.3.3) (2025-10-31)
|
|
85
104
|
|
|
86
|
-
### [3.3.2](https://github.com/
|
|
105
|
+
### [3.3.2](https://github.com/koatty/koatty_schedule/compare/v3.3.1...v3.3.2) (2025-06-22)
|
|
87
106
|
|
|
88
|
-
### [3.3.1](https://github.com/
|
|
107
|
+
### [3.3.1](https://github.com/koatty/koatty_schedule/compare/v3.3.0...v3.3.1) (2025-06-22)
|
|
89
108
|
|
|
90
109
|
### Bug Fixes
|
|
91
110
|
|
|
92
|
-
- unify component type constant to 'COMPONENT' string literal in IOCContainer registration ([7098c7e](https://github.com/
|
|
111
|
+
- unify component type constant to 'COMPONENT' string literal in IOCContainer registration ([7098c7e](https://github.com/koatty/koatty_schedule/commit/7098c7e2c326a6461b6b8b5c84d07a3ced75de5f))
|
|
93
112
|
|
|
94
|
-
## [3.3.0](https://github.com/
|
|
113
|
+
## [3.3.0](https://github.com/koatty/koatty_schedule/compare/v3.2.0...v3.3.0) (2025-06-22)
|
|
95
114
|
|
|
96
115
|
### Features
|
|
97
116
|
|
|
98
|
-
- enhance distributed locking and scheduling system with global configuration management and improved validation ([79a10f5](https://github.com/
|
|
99
|
-
- improve RedLock singleton management with thread-safe initialization and lock renewal enhancements ([ec426aa](https://github.com/
|
|
100
|
-
- introduce component-specific metadata keys for scheduled and redlock decorators ([173e79a](https://github.com/
|
|
101
|
-
- refactor RedLock configuration and remove deprecated ScheduleConfig ([7bd4667](https://github.com/
|
|
102
|
-
- update decorator types to support symbol property keys and improve IOC container integration ([f7b6382](https://github.com/
|
|
103
|
-
- use dynamic componentType instead of hardcoded constants for IOCContainer registration ([42ca073](https://github.com/
|
|
117
|
+
- enhance distributed locking and scheduling system with global configuration management and improved validation ([79a10f5](https://github.com/koatty/koatty_schedule/commit/79a10f5a1ac66958aa44d3ea9151a65826748724))
|
|
118
|
+
- improve RedLock singleton management with thread-safe initialization and lock renewal enhancements ([ec426aa](https://github.com/koatty/koatty_schedule/commit/ec426aae3cd0d824661b1b94ae8043bf66ace606))
|
|
119
|
+
- introduce component-specific metadata keys for scheduled and redlock decorators ([173e79a](https://github.com/koatty/koatty_schedule/commit/173e79ac916c13b20c93d2efac7e69009cc5cf32))
|
|
120
|
+
- refactor RedLock configuration and remove deprecated ScheduleConfig ([7bd4667](https://github.com/koatty/koatty_schedule/commit/7bd4667242c6fd07cfd58a4322d93f4c4548100a))
|
|
121
|
+
- update decorator types to support symbol property keys and improve IOC container integration ([f7b6382](https://github.com/koatty/koatty_schedule/commit/f7b6382e855914176c130b10a769b03cc74c0f23))
|
|
122
|
+
- use dynamic componentType instead of hardcoded constants for IOCContainer registration ([42ca073](https://github.com/koatty/koatty_schedule/commit/42ca07353a8082b1af9e49d43914497d41cddd27))
|
|
104
123
|
|
|
105
124
|
### Bug Fixes
|
|
106
125
|
|
|
107
|
-
- 修复 IOC 容器元数据键格式不匹配问题 ([644714f](https://github.com/
|
|
126
|
+
- 修复 IOC 容器元数据键格式不匹配问题 ([644714f](https://github.com/koatty/koatty_schedule/commit/644714f20497196fb705e551880a9ef527257cb7))
|
|
108
127
|
|
|
109
|
-
### [2.1.1](https://github.com/
|
|
128
|
+
### [2.1.1](https://github.com/koatty/koatty_schedule/compare/v2.1.0...v2.1.1) (2025-06-09)
|
|
110
129
|
|
|
111
|
-
### [1.6.2](https://github.com/
|
|
130
|
+
### [1.6.2](https://github.com/koatty/koatty_schedule/compare/v2.0.1...v1.6.2) (2024-11-07)
|
|
112
131
|
|
|
113
|
-
## [3.2.0](https://github.com/
|
|
132
|
+
## [3.2.0](https://github.com/koatty/koatty_schedule/compare/v3.1.0...v3.2.0) (2025-06-22)
|
|
114
133
|
|
|
115
134
|
### Features
|
|
116
135
|
|
|
117
|
-
- introduce component-specific metadata keys for scheduled and redlock decorators ([803b350](https://github.com/
|
|
136
|
+
- introduce component-specific metadata keys for scheduled and redlock decorators ([803b350](https://github.com/koatty/koatty_schedule/commit/803b3503489c02ab138b3f9f14cb520dd6c7fec4))
|
|
118
137
|
|
|
119
138
|
### Bug Fixes
|
|
120
139
|
|
|
121
|
-
- 修复 IOC 容器元数据键格式不匹配问题 ([065d456](https://github.com/
|
|
140
|
+
- 修复 IOC 容器元数据键格式不匹配问题 ([065d456](https://github.com/koatty/koatty_schedule/commit/065d456fc65004e25eb19838da96bf0a52cb2af1))
|
|
122
141
|
|
|
123
|
-
## [3.1.0](https://github.com/
|
|
142
|
+
## [3.1.0](https://github.com/koatty/koatty_schedule/compare/v3.0.0...v3.1.0) (2025-06-21)
|
|
124
143
|
|
|
125
144
|
### Features
|
|
126
145
|
|
|
127
|
-
- update decorator types to support symbol property keys and improve IOC container integration ([a60ef3e](https://github.com/
|
|
146
|
+
- update decorator types to support symbol property keys and improve IOC container integration ([a60ef3e](https://github.com/koatty/koatty_schedule/commit/a60ef3e361b245f97ba0d6ee51d42efd437a1252))
|
|
128
147
|
|
|
129
|
-
## [3.0.0](https://github.com/
|
|
148
|
+
## [3.0.0](https://github.com/koatty/koatty_schedule/compare/v2.1.0...v3.0.0) (2025-06-21)
|
|
130
149
|
|
|
131
150
|
### Features
|
|
132
151
|
|
|
133
|
-
- enhance distributed locking and scheduling system with global configuration management and improved validation ([cf3924c](https://github.com/
|
|
134
|
-
- improve RedLock singleton management with thread-safe initialization and lock renewal enhancements ([4e381cd](https://github.com/
|
|
135
|
-
- refactor RedLock configuration and remove deprecated ScheduleConfig ([bb10ac7](https://github.com/
|
|
152
|
+
- enhance distributed locking and scheduling system with global configuration management and improved validation ([cf3924c](https://github.com/koatty/koatty_schedule/commit/cf3924cf6bccf951f070c68e33483ae935828382))
|
|
153
|
+
- improve RedLock singleton management with thread-safe initialization and lock renewal enhancements ([4e381cd](https://github.com/koatty/koatty_schedule/commit/4e381cd8eec6aa366a6db813918f213f07b02921))
|
|
154
|
+
- refactor RedLock configuration and remove deprecated ScheduleConfig ([bb10ac7](https://github.com/koatty/koatty_schedule/commit/bb10ac7dab67d32ca75a43db92c587a662bc1b9f))
|
|
136
155
|
|
|
137
|
-
## [2.1.0](https://github.com/
|
|
156
|
+
## [2.1.0](https://github.com/koatty/koatty_schedule/compare/v2.0.1...v2.1.0) (2025-06-09)
|
|
138
157
|
|
|
139
158
|
### Features
|
|
140
159
|
|
|
141
|
-
- add schedule and redlock decorators with config management ([c1b5359](https://github.com/
|
|
142
|
-
- enhance ConfigManager with singleton pattern, environment config loading ([00db6eb](https://github.com/
|
|
143
|
-
- introduce DecoratorType enum, refactor decorator management system, ([e58e718](https://github.com/
|
|
160
|
+
- add schedule and redlock decorators with config management ([c1b5359](https://github.com/koatty/koatty_schedule/commit/c1b535940df2b8a3403bf024137519246945870e))
|
|
161
|
+
- enhance ConfigManager with singleton pattern, environment config loading ([00db6eb](https://github.com/koatty/koatty_schedule/commit/00db6eb97bdae226aaf433b23c770704b33d05e8))
|
|
162
|
+
- introduce DecoratorType enum, refactor decorator management system, ([e58e718](https://github.com/koatty/koatty_schedule/commit/e58e718975e663820778352bedb6421e6852ba9f))
|
|
144
163
|
|
|
145
164
|
### Bug Fixes
|
|
146
165
|
|
|
147
|
-
- simplify error handling in ConfigManager and RedLocker ([7be75fc](https://github.com/
|
|
166
|
+
- simplify error handling in ConfigManager and RedLocker ([7be75fc](https://github.com/koatty/koatty_schedule/commit/7be75fc7f4160094b57ca64905df4c81f77adb51))
|
|
148
167
|
|
|
149
168
|
### Refactor
|
|
150
169
|
|
|
151
|
-
- use MethodDecoratorManager ([ff077c7](https://github.com/
|
|
170
|
+
- use MethodDecoratorManager ([ff077c7](https://github.com/koatty/koatty_schedule/commit/ff077c7211bb6cf258c6885e1d7dcbdacde90ef1))
|
|
152
171
|
|
|
153
|
-
### [2.0.1](https://github.com/
|
|
172
|
+
### [2.0.1](https://github.com/koatty/koatty_schedule/compare/v2.0.0...v2.0.1) (2024-01-17)
|
|
154
173
|
|
|
155
|
-
## [2.0.0](https://github.com/
|
|
174
|
+
## [2.0.0](https://github.com/koatty/koatty_schedule/compare/v1.6.0...v2.0.0) (2024-01-17)
|
|
156
175
|
|
|
157
176
|
### Refactor
|
|
158
177
|
|
|
159
|
-
- redlock ([beb7cd9](https://github.com/
|
|
160
|
-
- redlock ([ea29337](https://github.com/
|
|
178
|
+
- redlock ([beb7cd9](https://github.com/koatty/koatty_schedule/commit/beb7cd90878319cb1c480f4ad11b2632c184872b))
|
|
179
|
+
- redlock ([ea29337](https://github.com/koatty/koatty_schedule/commit/ea29337052aee081322918914876a95923d314ae))
|
|
161
180
|
|
|
162
|
-
## [1.6.0](https://github.com/
|
|
181
|
+
## [1.6.0](https://github.com/koatty/koatty_schedule/compare/v1.5.11...v1.6.0) (2023-12-20)
|
|
163
182
|
|
|
164
|
-
### [1.5.11](https://github.com/
|
|
183
|
+
### [1.5.11](https://github.com/koatty/koatty_schedule/compare/v1.5.10...v1.5.11) (2023-07-28)
|
|
165
184
|
|
|
166
|
-
### [1.5.10](https://github.com/
|
|
185
|
+
### [1.5.10](https://github.com/koatty/koatty_schedule/compare/v1.5.8...v1.5.10) (2023-01-13)
|
|
167
186
|
|
|
168
|
-
### [1.5.8](https://github.com/
|
|
187
|
+
### [1.5.8](https://github.com/koatty/koatty_schedule/compare/v1.5.7...v1.5.8) (2022-11-03)
|
|
169
188
|
|
|
170
|
-
### [1.5.7](https://github.com/
|
|
189
|
+
### [1.5.7](https://github.com/koatty/koatty_schedule/compare/v1.5.6...v1.5.7) (2022-09-05)
|
|
171
190
|
|
|
172
191
|
### Bug Fixes
|
|
173
192
|
|
|
174
|
-
- update ([8eb40be](https://github.com/
|
|
175
|
-
- upgrade deps ([51a68af](https://github.com/
|
|
193
|
+
- update ([8eb40be](https://github.com/koatty/koatty_schedule/commit/8eb40be4f0778d218a2a8b9a9370ffbe26c9e884))
|
|
194
|
+
- upgrade deps ([51a68af](https://github.com/koatty/koatty_schedule/commit/51a68af12437a08e3a5468b27b57ae597f66695d))
|
|
176
195
|
|
|
177
|
-
### [1.5.6](https://github.com/
|
|
196
|
+
### [1.5.6](https://github.com/koatty/koatty_schedule/compare/v1.5.5...v1.5.6) (2022-05-27)
|
|
178
197
|
|
|
179
|
-
### [1.5.5](https://github.com/
|
|
198
|
+
### [1.5.5](https://github.com/koatty/koatty_schedule/compare/v1.5.4...v1.5.5) (2022-03-02)
|
|
180
199
|
|
|
181
|
-
### [1.5.4](https://github.com/
|
|
200
|
+
### [1.5.4](https://github.com/koatty/koatty_schedule/compare/v1.5.2...v1.5.4) (2021-12-09)
|
|
182
201
|
|
|
183
|
-
### [1.5.2](https://github.com/
|
|
202
|
+
### [1.5.2](https://github.com/koatty/koatty_schedule/compare/v1.4.10...v1.5.2) (2021-12-02)
|
|
184
203
|
|
|
185
|
-
### [1.4.10](https://github.com/
|
|
204
|
+
### [1.4.10](https://github.com/koatty/koatty_schedule/compare/v1.4.8...v1.4.10) (2021-11-23)
|
|
186
205
|
|
|
187
|
-
### [1.4.8](https://github.com/
|
|
206
|
+
### [1.4.8](https://github.com/koatty/koatty_schedule/compare/v1.4.6...v1.4.8) (2021-11-20)
|
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": "4.0.
|
|
3
|
+
"version": "4.0.4",
|
|
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",
|
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
},
|
|
24
24
|
"repository": {
|
|
25
25
|
"type": "git",
|
|
26
|
-
"url": "git+https://github.com/
|
|
26
|
+
"url": "git+https://github.com/koatty/koatty_schedule.git"
|
|
27
27
|
},
|
|
28
28
|
"keywords": [
|
|
29
29
|
"schedule",
|
|
30
30
|
"koatty",
|
|
31
|
-
"
|
|
31
|
+
"koatty"
|
|
32
32
|
],
|
|
33
33
|
"engines": {
|
|
34
34
|
"node": ">10.0.0"
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
},
|
|
40
40
|
"license": "BSD-3-Clause",
|
|
41
41
|
"bugs": {
|
|
42
|
-
"url": "https://github.com/
|
|
42
|
+
"url": "https://github.com/koatty/koatty_schedule/issues"
|
|
43
43
|
},
|
|
44
|
-
"homepage": "https://github.com/
|
|
44
|
+
"homepage": "https://github.com/koatty/koatty_schedule",
|
|
45
45
|
"maintainers": [
|
|
46
46
|
{
|
|
47
47
|
"name": "richenlin",
|
|
@@ -93,9 +93,9 @@
|
|
|
93
93
|
"koatty_store": "workspace:*"
|
|
94
94
|
},
|
|
95
95
|
"peerDependencies": {
|
|
96
|
-
"koatty_container": "^2.0.
|
|
97
|
-
"koatty_core": "^2.1.
|
|
96
|
+
"koatty_container": "^2.0.4",
|
|
97
|
+
"koatty_core": "^2.1.4",
|
|
98
98
|
"koatty_lib": "^1.4.6",
|
|
99
|
-
"koatty_logger": "^2.
|
|
99
|
+
"koatty_logger": "^2.8.2"
|
|
100
100
|
}
|
|
101
101
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koatty_schedule",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.4",
|
|
4
4
|
"description": "Schedule for koatty.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
},
|
|
11
11
|
"repository": {
|
|
12
12
|
"type": "git",
|
|
13
|
-
"url": "git+https://github.com/
|
|
13
|
+
"url": "git+https://github.com/koatty/koatty_schedule.git"
|
|
14
14
|
},
|
|
15
15
|
"keywords": [
|
|
16
16
|
"schedule",
|
|
17
17
|
"koatty",
|
|
18
|
-
"
|
|
18
|
+
"koatty"
|
|
19
19
|
],
|
|
20
20
|
"engines": {
|
|
21
21
|
"node": ">10.0.0"
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
},
|
|
27
27
|
"license": "BSD-3-Clause",
|
|
28
28
|
"bugs": {
|
|
29
|
-
"url": "https://github.com/
|
|
29
|
+
"url": "https://github.com/koatty/koatty_schedule/issues"
|
|
30
30
|
},
|
|
31
|
-
"homepage": "https://github.com/
|
|
31
|
+
"homepage": "https://github.com/koatty/koatty_schedule",
|
|
32
32
|
"maintainers": [
|
|
33
33
|
{
|
|
34
34
|
"name": "richenlin",
|
|
@@ -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": "2.0.
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
76
|
+
"koatty_container": "2.0.4",
|
|
77
|
+
"koatty_logger": "2.8.2",
|
|
78
|
+
"koatty_store": "2.0.3",
|
|
79
|
+
"koatty_core": "2.1.4",
|
|
80
|
+
"koatty_lib": "1.4.6"
|
|
81
81
|
},
|
|
82
82
|
"peerDependencies": {
|
|
83
|
-
"koatty_container": "^2.0.
|
|
84
|
-
"koatty_core": "^2.1.
|
|
83
|
+
"koatty_container": "^2.0.4",
|
|
84
|
+
"koatty_core": "^2.1.4",
|
|
85
85
|
"koatty_lib": "^1.4.6",
|
|
86
|
-
"koatty_logger": "^2.
|
|
86
|
+
"koatty_logger": "^2.8.2"
|
|
87
87
|
},
|
|
88
88
|
"scripts": {
|
|
89
89
|
"build": "npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp",
|