@twin.org/background-task-scheduler 0.0.3-next.5 → 0.0.3-next.6
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/docs/changelog.md +61 -47
- package/package.json +4 -4
package/docs/changelog.md
CHANGED
|
@@ -1,6 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3-next.
|
|
3
|
+
## [0.0.3-next.6](https://github.com/iotaledger/twin-background-task/compare/background-task-scheduler-v0.0.3-next.5...background-task-scheduler-v0.0.3-next.6) (2026-05-11)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* typescript 6 update ([e3f2727](https://github.com/iotaledger/twin-background-task/commit/e3f272783e0de7cf4d31f3e84a8e6f5ff633961b))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @twin.org/background-task-models bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
16
|
+
|
|
17
|
+
## [0.0.3-next.5](https://github.com/iotaledger/twin-background-task/compare/background-task-scheduler-v0.0.3-next.4...background-task-scheduler-v0.0.3-next.5) (2026-04-10)
|
|
4
18
|
|
|
5
19
|
|
|
6
20
|
### Miscellaneous Chores
|
|
@@ -14,12 +28,12 @@
|
|
|
14
28
|
* dependencies
|
|
15
29
|
* @twin.org/background-task-models bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
16
30
|
|
|
17
|
-
## [0.0.3-next.4](https://github.com/
|
|
31
|
+
## [0.0.3-next.4](https://github.com/iotaledger/twin-background-task/compare/background-task-scheduler-v0.0.3-next.3...background-task-scheduler-v0.0.3-next.4) (2026-02-23)
|
|
18
32
|
|
|
19
33
|
|
|
20
34
|
### Features
|
|
21
35
|
|
|
22
|
-
* multi-instance lock ([#39](https://github.com/
|
|
36
|
+
* multi-instance lock ([#39](https://github.com/iotaledger/twin-background-task/issues/39)) ([7dcd434](https://github.com/iotaledger/twin-background-task/commit/7dcd434da5e3d1645b6fcd19ed34be4e628e50de))
|
|
23
37
|
|
|
24
38
|
|
|
25
39
|
### Dependencies
|
|
@@ -28,7 +42,7 @@
|
|
|
28
42
|
* dependencies
|
|
29
43
|
* @twin.org/background-task-models bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
30
44
|
|
|
31
|
-
## [0.0.3-next.3](https://github.com/
|
|
45
|
+
## [0.0.3-next.3](https://github.com/iotaledger/twin-background-task/compare/background-task-scheduler-v0.0.3-next.2...background-task-scheduler-v0.0.3-next.3) (2026-01-07)
|
|
32
46
|
|
|
33
47
|
|
|
34
48
|
### Miscellaneous Chores
|
|
@@ -42,7 +56,7 @@
|
|
|
42
56
|
* dependencies
|
|
43
57
|
* @twin.org/background-task-models bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
44
58
|
|
|
45
|
-
## [0.0.3-next.2](https://github.com/
|
|
59
|
+
## [0.0.3-next.2](https://github.com/iotaledger/twin-background-task/compare/background-task-scheduler-v0.0.3-next.1...background-task-scheduler-v0.0.3-next.2) (2025-11-28)
|
|
46
60
|
|
|
47
61
|
|
|
48
62
|
### Miscellaneous Chores
|
|
@@ -56,26 +70,26 @@
|
|
|
56
70
|
* dependencies
|
|
57
71
|
* @twin.org/background-task-models bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
58
72
|
|
|
59
|
-
## [0.0.3-next.1](https://github.com/
|
|
73
|
+
## [0.0.3-next.1](https://github.com/iotaledger/twin-background-task/compare/background-task-scheduler-v0.0.3-next.0...background-task-scheduler-v0.0.3-next.1) (2025-11-11)
|
|
60
74
|
|
|
61
75
|
|
|
62
76
|
### Features
|
|
63
77
|
|
|
64
|
-
* add context id features ([#29](https://github.com/
|
|
65
|
-
* add task scheduler ([754d973](https://github.com/
|
|
66
|
-
* add validate-locales ([968cbf9](https://github.com/
|
|
67
|
-
* background tasks immediately trigger ([a0a847b](https://github.com/
|
|
68
|
-
* eslint migration to flat config ([6c9136c](https://github.com/
|
|
69
|
-
* remove unused parameters ([1028b3c](https://github.com/
|
|
70
|
-
* rename task scheduler component ([2f8aa59](https://github.com/
|
|
71
|
-
* rename task scheduler component to service ([f097a98](https://github.com/
|
|
72
|
-
* update framework core ([a068098](https://github.com/
|
|
73
|
-
* update IComponent signatures ([e1a79bc](https://github.com/
|
|
78
|
+
* add context id features ([#29](https://github.com/iotaledger/twin-background-task/issues/29)) ([46ede49](https://github.com/iotaledger/twin-background-task/commit/46ede49a51a4955fe1530e645a66f0073db9a1fd))
|
|
79
|
+
* add task scheduler ([754d973](https://github.com/iotaledger/twin-background-task/commit/754d973e7c8483e5e54e887c157661867d5a0375))
|
|
80
|
+
* add validate-locales ([968cbf9](https://github.com/iotaledger/twin-background-task/commit/968cbf966fffb5060305e8b221fecc0b6c8105b9))
|
|
81
|
+
* background tasks immediately trigger ([a0a847b](https://github.com/iotaledger/twin-background-task/commit/a0a847ba9686adcd0460e810540959f87dcaeab1))
|
|
82
|
+
* eslint migration to flat config ([6c9136c](https://github.com/iotaledger/twin-background-task/commit/6c9136c37bccdbbd109892d1503660aab7080d49))
|
|
83
|
+
* remove unused parameters ([1028b3c](https://github.com/iotaledger/twin-background-task/commit/1028b3cc147c25da22a8ba8d7207acfb34f89cdb))
|
|
84
|
+
* rename task scheduler component ([2f8aa59](https://github.com/iotaledger/twin-background-task/commit/2f8aa59c069055ff020a3c0c149601f20c656022))
|
|
85
|
+
* rename task scheduler component to service ([f097a98](https://github.com/iotaledger/twin-background-task/commit/f097a988c9ee0795aa55d74deda616365ec4ffb1))
|
|
86
|
+
* update framework core ([a068098](https://github.com/iotaledger/twin-background-task/commit/a0680983d7923a1bfb980a67879019bb870ccc5d))
|
|
87
|
+
* update IComponent signatures ([e1a79bc](https://github.com/iotaledger/twin-background-task/commit/e1a79bc4dd813435c56e376f231a4b4ecd2276bf))
|
|
74
88
|
|
|
75
89
|
|
|
76
90
|
### Bug Fixes
|
|
77
91
|
|
|
78
|
-
* models import ([c830b0d](https://github.com/
|
|
92
|
+
* models import ([c830b0d](https://github.com/iotaledger/twin-background-task/commit/c830b0da4deb06f8aeca6fec8988be4da877e73b))
|
|
79
93
|
|
|
80
94
|
|
|
81
95
|
### Dependencies
|
|
@@ -84,12 +98,12 @@
|
|
|
84
98
|
* dependencies
|
|
85
99
|
* @twin.org/background-task-models bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
86
100
|
|
|
87
|
-
## [0.0.2-next.9](https://github.com/
|
|
101
|
+
## [0.0.2-next.9](https://github.com/iotaledger/twin-background-task/compare/background-task-scheduler-v0.0.2-next.8...background-task-scheduler-v0.0.2-next.9) (2025-10-09)
|
|
88
102
|
|
|
89
103
|
|
|
90
104
|
### Features
|
|
91
105
|
|
|
92
|
-
* add validate-locales ([968cbf9](https://github.com/
|
|
106
|
+
* add validate-locales ([968cbf9](https://github.com/iotaledger/twin-background-task/commit/968cbf966fffb5060305e8b221fecc0b6c8105b9))
|
|
93
107
|
|
|
94
108
|
|
|
95
109
|
### Dependencies
|
|
@@ -98,12 +112,12 @@
|
|
|
98
112
|
* dependencies
|
|
99
113
|
* @twin.org/background-task-models bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
100
114
|
|
|
101
|
-
## [0.0.2-next.8](https://github.com/
|
|
115
|
+
## [0.0.2-next.8](https://github.com/iotaledger/twin-background-task/compare/background-task-scheduler-v0.0.2-next.7...background-task-scheduler-v0.0.2-next.8) (2025-09-29)
|
|
102
116
|
|
|
103
117
|
|
|
104
118
|
### Features
|
|
105
119
|
|
|
106
|
-
* update IComponent signatures ([e1a79bc](https://github.com/
|
|
120
|
+
* update IComponent signatures ([e1a79bc](https://github.com/iotaledger/twin-background-task/commit/e1a79bc4dd813435c56e376f231a4b4ecd2276bf))
|
|
107
121
|
|
|
108
122
|
|
|
109
123
|
### Dependencies
|
|
@@ -112,12 +126,12 @@
|
|
|
112
126
|
* dependencies
|
|
113
127
|
* @twin.org/background-task-models bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
114
128
|
|
|
115
|
-
## [0.0.2-next.7](https://github.com/
|
|
129
|
+
## [0.0.2-next.7](https://github.com/iotaledger/twin-background-task/compare/background-task-scheduler-v0.0.2-next.6...background-task-scheduler-v0.0.2-next.7) (2025-08-29)
|
|
116
130
|
|
|
117
131
|
|
|
118
132
|
### Features
|
|
119
133
|
|
|
120
|
-
* eslint migration to flat config ([6c9136c](https://github.com/
|
|
134
|
+
* eslint migration to flat config ([6c9136c](https://github.com/iotaledger/twin-background-task/commit/6c9136c37bccdbbd109892d1503660aab7080d49))
|
|
121
135
|
|
|
122
136
|
|
|
123
137
|
### Dependencies
|
|
@@ -126,12 +140,12 @@
|
|
|
126
140
|
* dependencies
|
|
127
141
|
* @twin.org/background-task-models bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
128
142
|
|
|
129
|
-
## [0.0.2-next.6](https://github.com/
|
|
143
|
+
## [0.0.2-next.6](https://github.com/iotaledger/twin-background-task/compare/background-task-scheduler-v0.0.2-next.5...background-task-scheduler-v0.0.2-next.6) (2025-08-22)
|
|
130
144
|
|
|
131
145
|
|
|
132
146
|
### Features
|
|
133
147
|
|
|
134
|
-
* remove unused parameters ([1028b3c](https://github.com/
|
|
148
|
+
* remove unused parameters ([1028b3c](https://github.com/iotaledger/twin-background-task/commit/1028b3cc147c25da22a8ba8d7207acfb34f89cdb))
|
|
135
149
|
|
|
136
150
|
|
|
137
151
|
### Dependencies
|
|
@@ -140,12 +154,12 @@
|
|
|
140
154
|
* dependencies
|
|
141
155
|
* @twin.org/background-task-models bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
142
156
|
|
|
143
|
-
## [0.0.2-next.5](https://github.com/
|
|
157
|
+
## [0.0.2-next.5](https://github.com/iotaledger/twin-background-task/compare/background-task-scheduler-v0.0.2-next.4...background-task-scheduler-v0.0.2-next.5) (2025-08-20)
|
|
144
158
|
|
|
145
159
|
|
|
146
160
|
### Features
|
|
147
161
|
|
|
148
|
-
* update framework core ([a068098](https://github.com/
|
|
162
|
+
* update framework core ([a068098](https://github.com/iotaledger/twin-background-task/commit/a0680983d7923a1bfb980a67879019bb870ccc5d))
|
|
149
163
|
|
|
150
164
|
|
|
151
165
|
### Dependencies
|
|
@@ -154,12 +168,12 @@
|
|
|
154
168
|
* dependencies
|
|
155
169
|
* @twin.org/background-task-models bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
156
170
|
|
|
157
|
-
## [0.0.2-next.4](https://github.com/
|
|
171
|
+
## [0.0.2-next.4](https://github.com/iotaledger/twin-background-task/compare/background-task-scheduler-v0.0.2-next.3...background-task-scheduler-v0.0.2-next.4) (2025-07-23)
|
|
158
172
|
|
|
159
173
|
|
|
160
174
|
### Features
|
|
161
175
|
|
|
162
|
-
* background tasks immediately trigger ([a0a847b](https://github.com/
|
|
176
|
+
* background tasks immediately trigger ([a0a847b](https://github.com/iotaledger/twin-background-task/commit/a0a847ba9686adcd0460e810540959f87dcaeab1))
|
|
163
177
|
|
|
164
178
|
|
|
165
179
|
### Dependencies
|
|
@@ -168,12 +182,12 @@
|
|
|
168
182
|
* dependencies
|
|
169
183
|
* @twin.org/background-task-models bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
170
184
|
|
|
171
|
-
## [0.0.2-next.3](https://github.com/
|
|
185
|
+
## [0.0.2-next.3](https://github.com/iotaledger/twin-background-task/compare/background-task-scheduler-v0.0.2-next.2...background-task-scheduler-v0.0.2-next.3) (2025-07-21)
|
|
172
186
|
|
|
173
187
|
|
|
174
188
|
### Features
|
|
175
189
|
|
|
176
|
-
* rename task scheduler component to service ([f097a98](https://github.com/
|
|
190
|
+
* rename task scheduler component to service ([f097a98](https://github.com/iotaledger/twin-background-task/commit/f097a988c9ee0795aa55d74deda616365ec4ffb1))
|
|
177
191
|
|
|
178
192
|
|
|
179
193
|
### Dependencies
|
|
@@ -182,18 +196,18 @@
|
|
|
182
196
|
* dependencies
|
|
183
197
|
* @twin.org/background-task-models bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
184
198
|
|
|
185
|
-
## [0.0.2-next.2](https://github.com/
|
|
199
|
+
## [0.0.2-next.2](https://github.com/iotaledger/twin-background-task/compare/background-task-scheduler-v0.0.2-next.1...background-task-scheduler-v0.0.2-next.2) (2025-07-09)
|
|
186
200
|
|
|
187
201
|
|
|
188
202
|
### Features
|
|
189
203
|
|
|
190
|
-
* add task scheduler ([754d973](https://github.com/
|
|
191
|
-
* rename task scheduler component ([2f8aa59](https://github.com/
|
|
204
|
+
* add task scheduler ([754d973](https://github.com/iotaledger/twin-background-task/commit/754d973e7c8483e5e54e887c157661867d5a0375))
|
|
205
|
+
* rename task scheduler component ([2f8aa59](https://github.com/iotaledger/twin-background-task/commit/2f8aa59c069055ff020a3c0c149601f20c656022))
|
|
192
206
|
|
|
193
207
|
|
|
194
208
|
### Bug Fixes
|
|
195
209
|
|
|
196
|
-
* models import ([c830b0d](https://github.com/
|
|
210
|
+
* models import ([c830b0d](https://github.com/iotaledger/twin-background-task/commit/c830b0da4deb06f8aeca6fec8988be4da877e73b))
|
|
197
211
|
|
|
198
212
|
|
|
199
213
|
### Dependencies
|
|
@@ -202,18 +216,18 @@
|
|
|
202
216
|
* dependencies
|
|
203
217
|
* @twin.org/background-task-models bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
204
218
|
|
|
205
|
-
## [0.0.2-next.1](https://github.com/
|
|
219
|
+
## [0.0.2-next.1](https://github.com/iotaledger/twin-background-task/compare/background-task-scheduler-v0.0.2-next.0...background-task-scheduler-v0.0.2-next.1) (2025-07-09)
|
|
206
220
|
|
|
207
221
|
|
|
208
222
|
### Features
|
|
209
223
|
|
|
210
|
-
* add task scheduler ([754d973](https://github.com/
|
|
211
|
-
* rename task scheduler component ([2f8aa59](https://github.com/
|
|
224
|
+
* add task scheduler ([754d973](https://github.com/iotaledger/twin-background-task/commit/754d973e7c8483e5e54e887c157661867d5a0375))
|
|
225
|
+
* rename task scheduler component ([2f8aa59](https://github.com/iotaledger/twin-background-task/commit/2f8aa59c069055ff020a3c0c149601f20c656022))
|
|
212
226
|
|
|
213
227
|
|
|
214
228
|
### Bug Fixes
|
|
215
229
|
|
|
216
|
-
* models import ([c830b0d](https://github.com/
|
|
230
|
+
* models import ([c830b0d](https://github.com/iotaledger/twin-background-task/commit/c830b0da4deb06f8aeca6fec8988be4da877e73b))
|
|
217
231
|
|
|
218
232
|
|
|
219
233
|
### Dependencies
|
|
@@ -227,7 +241,7 @@
|
|
|
227
241
|
|
|
228
242
|
### Features
|
|
229
243
|
|
|
230
|
-
* release to production ([7ce9896](https://github.com/
|
|
244
|
+
* release to production ([7ce9896](https://github.com/iotaledger/twin-background-task/commit/7ce989659e6819f05655c86b1bda2a265af5d281))
|
|
231
245
|
|
|
232
246
|
|
|
233
247
|
### Dependencies
|
|
@@ -236,12 +250,12 @@
|
|
|
236
250
|
* dependencies
|
|
237
251
|
* @twin.org/background-task-models bumped from ^0.0.0 to ^0.0.1
|
|
238
252
|
|
|
239
|
-
## [0.0.1-next.21](https://github.com/
|
|
253
|
+
## [0.0.1-next.21](https://github.com/iotaledger/twin-background-task/compare/background-task-scheduler-v0.0.1-next.20...background-task-scheduler-v0.0.1-next.21) (2025-06-23)
|
|
240
254
|
|
|
241
255
|
|
|
242
256
|
### Features
|
|
243
257
|
|
|
244
|
-
* rename task scheduler component ([2f8aa59](https://github.com/
|
|
258
|
+
* rename task scheduler component ([2f8aa59](https://github.com/iotaledger/twin-background-task/commit/2f8aa59c069055ff020a3c0c149601f20c656022))
|
|
245
259
|
|
|
246
260
|
|
|
247
261
|
### Dependencies
|
|
@@ -250,17 +264,17 @@
|
|
|
250
264
|
* dependencies
|
|
251
265
|
* @twin.org/background-task-models bumped from 0.0.1-next.20 to 0.0.1-next.21
|
|
252
266
|
|
|
253
|
-
## [0.0.1-next.20](https://github.com/
|
|
267
|
+
## [0.0.1-next.20](https://github.com/iotaledger/twin-background-task/compare/background-task-scheduler-v0.0.1-next.19...background-task-scheduler-v0.0.1-next.20) (2025-06-23)
|
|
254
268
|
|
|
255
269
|
|
|
256
270
|
### Features
|
|
257
271
|
|
|
258
|
-
* add task scheduler ([754d973](https://github.com/
|
|
272
|
+
* add task scheduler ([754d973](https://github.com/iotaledger/twin-background-task/commit/754d973e7c8483e5e54e887c157661867d5a0375))
|
|
259
273
|
|
|
260
274
|
|
|
261
275
|
### Bug Fixes
|
|
262
276
|
|
|
263
|
-
* models import ([c830b0d](https://github.com/
|
|
277
|
+
* models import ([c830b0d](https://github.com/iotaledger/twin-background-task/commit/c830b0da4deb06f8aeca6fec8988be4da877e73b))
|
|
264
278
|
|
|
265
279
|
|
|
266
280
|
### Dependencies
|
|
@@ -269,12 +283,12 @@
|
|
|
269
283
|
* dependencies
|
|
270
284
|
* @twin.org/background-task-models bumped from 0.0.1-next.19 to 0.0.1-next.20
|
|
271
285
|
|
|
272
|
-
## [0.0.1-next.19](https://github.com/
|
|
286
|
+
## [0.0.1-next.19](https://github.com/iotaledger/twin-background-task/compare/background-task-scheduler-v0.0.1-next.18...background-task-scheduler-v0.0.1-next.19) (2025-06-23)
|
|
273
287
|
|
|
274
288
|
|
|
275
289
|
### Features
|
|
276
290
|
|
|
277
|
-
* add task scheduler ([754d973](https://github.com/
|
|
291
|
+
* add task scheduler ([754d973](https://github.com/iotaledger/twin-background-task/commit/754d973e7c8483e5e54e887c157661867d5a0375))
|
|
278
292
|
|
|
279
293
|
|
|
280
294
|
### Dependencies
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/background-task-scheduler",
|
|
3
|
-
"version": "0.0.3-next.
|
|
3
|
+
"version": "0.0.3-next.6",
|
|
4
4
|
"description": "Schedules background tasks for one-off or recurring execution windows",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
|
-
"url": "git+https://github.com/
|
|
7
|
+
"url": "git+https://github.com/iotaledger/background-task.git",
|
|
8
8
|
"directory": "packages/background-task-scheduler"
|
|
9
9
|
},
|
|
10
10
|
"author": "martyn.janes@iota.org",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"node": ">=20.0.0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@twin.org/background-task-models": "0.0.3-next.
|
|
17
|
+
"@twin.org/background-task-models": "0.0.3-next.6",
|
|
18
18
|
"@twin.org/core": "next",
|
|
19
19
|
"@twin.org/entity-storage-models": "next",
|
|
20
20
|
"@twin.org/logging-models": "next",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"async"
|
|
50
50
|
],
|
|
51
51
|
"bugs": {
|
|
52
|
-
"url": "git+https://github.com/
|
|
52
|
+
"url": "git+https://github.com/iotaledger/background-task/issues"
|
|
53
53
|
},
|
|
54
54
|
"homepage": "https://twindev.org"
|
|
55
55
|
}
|