koatty_schedule 4.0.2 → 4.0.3

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