@twin.org/background-task-models 0.0.3-next.5 → 0.0.3-next.7
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 +71 -57
- package/package.json +3 -3
package/docs/changelog.md
CHANGED
|
@@ -1,192 +1,206 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3-next.
|
|
3
|
+
## [0.0.3-next.7](https://github.com/iotaledger/twin-background-task/compare/background-task-models-v0.0.3-next.6...background-task-models-v0.0.3-next.7) (2026-05-20)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* update dependencies ([0867e02](https://github.com/iotaledger/twin-background-task/commit/0867e02fc3c034f8e8cf5918ac6cc4e6b5ca0c93))
|
|
9
|
+
|
|
10
|
+
## [0.0.3-next.6](https://github.com/iotaledger/twin-background-task/compare/background-task-models-v0.0.3-next.5...background-task-models-v0.0.3-next.6) (2026-05-11)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* typescript 6 update ([e3f2727](https://github.com/iotaledger/twin-background-task/commit/e3f272783e0de7cf4d31f3e84a8e6f5ff633961b))
|
|
16
|
+
|
|
17
|
+
## [0.0.3-next.5](https://github.com/iotaledger/twin-background-task/compare/background-task-models-v0.0.3-next.4...background-task-models-v0.0.3-next.5) (2026-04-10)
|
|
4
18
|
|
|
5
19
|
|
|
6
20
|
### Miscellaneous Chores
|
|
7
21
|
|
|
8
22
|
* **background-task-models:** Synchronize repo versions
|
|
9
23
|
|
|
10
|
-
## [0.0.3-next.4](https://github.com/
|
|
24
|
+
## [0.0.3-next.4](https://github.com/iotaledger/twin-background-task/compare/background-task-models-v0.0.3-next.3...background-task-models-v0.0.3-next.4) (2026-02-23)
|
|
11
25
|
|
|
12
26
|
|
|
13
27
|
### Miscellaneous Chores
|
|
14
28
|
|
|
15
29
|
* **background-task-models:** Synchronize repo versions
|
|
16
30
|
|
|
17
|
-
## [0.0.3-next.3](https://github.com/
|
|
31
|
+
## [0.0.3-next.3](https://github.com/iotaledger/twin-background-task/compare/background-task-models-v0.0.3-next.2...background-task-models-v0.0.3-next.3) (2026-01-07)
|
|
18
32
|
|
|
19
33
|
|
|
20
34
|
### Miscellaneous Chores
|
|
21
35
|
|
|
22
36
|
* **background-task-models:** Synchronize repo versions
|
|
23
37
|
|
|
24
|
-
## [0.0.3-next.2](https://github.com/
|
|
38
|
+
## [0.0.3-next.2](https://github.com/iotaledger/twin-background-task/compare/background-task-models-v0.0.3-next.1...background-task-models-v0.0.3-next.2) (2025-11-28)
|
|
25
39
|
|
|
26
40
|
|
|
27
41
|
### Features
|
|
28
42
|
|
|
29
|
-
* add multi-threading ([#32](https://github.com/
|
|
43
|
+
* add multi-threading ([#32](https://github.com/iotaledger/twin-background-task/issues/32)) ([60fb5ef](https://github.com/iotaledger/twin-background-task/commit/60fb5ef55d3f7dc46a27c38d4497812d80b98e3b))
|
|
30
44
|
|
|
31
|
-
## [0.0.3-next.1](https://github.com/
|
|
45
|
+
## [0.0.3-next.1](https://github.com/iotaledger/twin-background-task/compare/background-task-models-v0.0.3-next.0...background-task-models-v0.0.3-next.1) (2025-11-11)
|
|
32
46
|
|
|
33
47
|
|
|
34
48
|
### Features
|
|
35
49
|
|
|
36
|
-
* add context id features ([#29](https://github.com/
|
|
37
|
-
* add task scheduler ([754d973](https://github.com/
|
|
38
|
-
* add validate-locales ([968cbf9](https://github.com/
|
|
39
|
-
* eslint migration to flat config ([6c9136c](https://github.com/
|
|
40
|
-
* improve comment ([f2b4ac2](https://github.com/
|
|
41
|
-
* only run tasks from your own thread ([c7d305b](https://github.com/
|
|
42
|
-
* update dependencies ([8e65767](https://github.com/
|
|
43
|
-
* update framework core ([a068098](https://github.com/
|
|
44
|
-
* update IComponent signatures ([e1a79bc](https://github.com/
|
|
45
|
-
* use shared store mechanism ([#6](https://github.com/
|
|
50
|
+
* add context id features ([#29](https://github.com/iotaledger/twin-background-task/issues/29)) ([46ede49](https://github.com/iotaledger/twin-background-task/commit/46ede49a51a4955fe1530e645a66f0073db9a1fd))
|
|
51
|
+
* add task scheduler ([754d973](https://github.com/iotaledger/twin-background-task/commit/754d973e7c8483e5e54e887c157661867d5a0375))
|
|
52
|
+
* add validate-locales ([968cbf9](https://github.com/iotaledger/twin-background-task/commit/968cbf966fffb5060305e8b221fecc0b6c8105b9))
|
|
53
|
+
* eslint migration to flat config ([6c9136c](https://github.com/iotaledger/twin-background-task/commit/6c9136c37bccdbbd109892d1503660aab7080d49))
|
|
54
|
+
* improve comment ([f2b4ac2](https://github.com/iotaledger/twin-background-task/commit/f2b4ac22fb8f735d2bf4ce28583cf7c54acdf272))
|
|
55
|
+
* only run tasks from your own thread ([c7d305b](https://github.com/iotaledger/twin-background-task/commit/c7d305b9807e65b8b1af6d0c2ca59e74190cab69))
|
|
56
|
+
* update dependencies ([8e65767](https://github.com/iotaledger/twin-background-task/commit/8e657679f5e4305dbcb15ac7bcb3ab8a4613a60b))
|
|
57
|
+
* update framework core ([a068098](https://github.com/iotaledger/twin-background-task/commit/a0680983d7923a1bfb980a67879019bb870ccc5d))
|
|
58
|
+
* update IComponent signatures ([e1a79bc](https://github.com/iotaledger/twin-background-task/commit/e1a79bc4dd813435c56e376f231a4b4ecd2276bf))
|
|
59
|
+
* use shared store mechanism ([#6](https://github.com/iotaledger/twin-background-task/issues/6)) ([27ed203](https://github.com/iotaledger/twin-background-task/commit/27ed20367d5ace7257bfa7a82b59ad70e5b5d209))
|
|
46
60
|
|
|
47
|
-
## [0.0.2-next.9](https://github.com/
|
|
61
|
+
## [0.0.2-next.9](https://github.com/iotaledger/twin-background-task/compare/background-task-models-v0.0.2-next.8...background-task-models-v0.0.2-next.9) (2025-10-09)
|
|
48
62
|
|
|
49
63
|
|
|
50
64
|
### Features
|
|
51
65
|
|
|
52
|
-
* add validate-locales ([968cbf9](https://github.com/
|
|
66
|
+
* add validate-locales ([968cbf9](https://github.com/iotaledger/twin-background-task/commit/968cbf966fffb5060305e8b221fecc0b6c8105b9))
|
|
53
67
|
|
|
54
|
-
## [0.0.2-next.8](https://github.com/
|
|
68
|
+
## [0.0.2-next.8](https://github.com/iotaledger/twin-background-task/compare/background-task-models-v0.0.2-next.7...background-task-models-v0.0.2-next.8) (2025-09-29)
|
|
55
69
|
|
|
56
70
|
|
|
57
71
|
### Features
|
|
58
72
|
|
|
59
|
-
* update IComponent signatures ([e1a79bc](https://github.com/
|
|
73
|
+
* update IComponent signatures ([e1a79bc](https://github.com/iotaledger/twin-background-task/commit/e1a79bc4dd813435c56e376f231a4b4ecd2276bf))
|
|
60
74
|
|
|
61
|
-
## [0.0.2-next.7](https://github.com/
|
|
75
|
+
## [0.0.2-next.7](https://github.com/iotaledger/twin-background-task/compare/background-task-models-v0.0.2-next.6...background-task-models-v0.0.2-next.7) (2025-08-29)
|
|
62
76
|
|
|
63
77
|
|
|
64
78
|
### Features
|
|
65
79
|
|
|
66
|
-
* eslint migration to flat config ([6c9136c](https://github.com/
|
|
80
|
+
* eslint migration to flat config ([6c9136c](https://github.com/iotaledger/twin-background-task/commit/6c9136c37bccdbbd109892d1503660aab7080d49))
|
|
67
81
|
|
|
68
|
-
## [0.0.2-next.6](https://github.com/
|
|
82
|
+
## [0.0.2-next.6](https://github.com/iotaledger/twin-background-task/compare/background-task-models-v0.0.2-next.5...background-task-models-v0.0.2-next.6) (2025-08-22)
|
|
69
83
|
|
|
70
84
|
|
|
71
85
|
### Miscellaneous Chores
|
|
72
86
|
|
|
73
87
|
* **background-task-models:** Synchronize repo versions
|
|
74
88
|
|
|
75
|
-
## [0.0.2-next.5](https://github.com/
|
|
89
|
+
## [0.0.2-next.5](https://github.com/iotaledger/twin-background-task/compare/background-task-models-v0.0.2-next.4...background-task-models-v0.0.2-next.5) (2025-08-20)
|
|
76
90
|
|
|
77
91
|
|
|
78
92
|
### Features
|
|
79
93
|
|
|
80
|
-
* update framework core ([a068098](https://github.com/
|
|
94
|
+
* update framework core ([a068098](https://github.com/iotaledger/twin-background-task/commit/a0680983d7923a1bfb980a67879019bb870ccc5d))
|
|
81
95
|
|
|
82
|
-
## [0.0.2-next.4](https://github.com/
|
|
96
|
+
## [0.0.2-next.4](https://github.com/iotaledger/twin-background-task/compare/background-task-models-v0.0.2-next.3...background-task-models-v0.0.2-next.4) (2025-07-23)
|
|
83
97
|
|
|
84
98
|
|
|
85
99
|
### Miscellaneous Chores
|
|
86
100
|
|
|
87
101
|
* **background-task-models:** Synchronize repo versions
|
|
88
102
|
|
|
89
|
-
## [0.0.2-next.3](https://github.com/
|
|
103
|
+
## [0.0.2-next.3](https://github.com/iotaledger/twin-background-task/compare/background-task-models-v0.0.2-next.2...background-task-models-v0.0.2-next.3) (2025-07-21)
|
|
90
104
|
|
|
91
105
|
|
|
92
106
|
### Miscellaneous Chores
|
|
93
107
|
|
|
94
108
|
* **background-task-models:** Synchronize repo versions
|
|
95
109
|
|
|
96
|
-
## [0.0.2-next.2](https://github.com/
|
|
110
|
+
## [0.0.2-next.2](https://github.com/iotaledger/twin-background-task/compare/background-task-models-v0.0.2-next.1...background-task-models-v0.0.2-next.2) (2025-07-09)
|
|
97
111
|
|
|
98
112
|
|
|
99
113
|
### Features
|
|
100
114
|
|
|
101
|
-
* add task scheduler ([754d973](https://github.com/
|
|
102
|
-
* improve comment ([f2b4ac2](https://github.com/
|
|
103
|
-
* only run tasks from your own thread ([c7d305b](https://github.com/
|
|
104
|
-
* update dependencies ([8e65767](https://github.com/
|
|
105
|
-
* use shared store mechanism ([#6](https://github.com/
|
|
115
|
+
* add task scheduler ([754d973](https://github.com/iotaledger/twin-background-task/commit/754d973e7c8483e5e54e887c157661867d5a0375))
|
|
116
|
+
* improve comment ([f2b4ac2](https://github.com/iotaledger/twin-background-task/commit/f2b4ac22fb8f735d2bf4ce28583cf7c54acdf272))
|
|
117
|
+
* only run tasks from your own thread ([c7d305b](https://github.com/iotaledger/twin-background-task/commit/c7d305b9807e65b8b1af6d0c2ca59e74190cab69))
|
|
118
|
+
* update dependencies ([8e65767](https://github.com/iotaledger/twin-background-task/commit/8e657679f5e4305dbcb15ac7bcb3ab8a4613a60b))
|
|
119
|
+
* use shared store mechanism ([#6](https://github.com/iotaledger/twin-background-task/issues/6)) ([27ed203](https://github.com/iotaledger/twin-background-task/commit/27ed20367d5ace7257bfa7a82b59ad70e5b5d209))
|
|
106
120
|
|
|
107
|
-
## [0.0.2-next.1](https://github.com/
|
|
121
|
+
## [0.0.2-next.1](https://github.com/iotaledger/twin-background-task/compare/background-task-models-v0.0.2-next.0...background-task-models-v0.0.2-next.1) (2025-07-09)
|
|
108
122
|
|
|
109
123
|
|
|
110
124
|
### Features
|
|
111
125
|
|
|
112
|
-
* add task scheduler ([754d973](https://github.com/
|
|
113
|
-
* improve comment ([f2b4ac2](https://github.com/
|
|
114
|
-
* only run tasks from your own thread ([c7d305b](https://github.com/
|
|
115
|
-
* update dependencies ([8e65767](https://github.com/
|
|
116
|
-
* use shared store mechanism ([#6](https://github.com/
|
|
126
|
+
* add task scheduler ([754d973](https://github.com/iotaledger/twin-background-task/commit/754d973e7c8483e5e54e887c157661867d5a0375))
|
|
127
|
+
* improve comment ([f2b4ac2](https://github.com/iotaledger/twin-background-task/commit/f2b4ac22fb8f735d2bf4ce28583cf7c54acdf272))
|
|
128
|
+
* only run tasks from your own thread ([c7d305b](https://github.com/iotaledger/twin-background-task/commit/c7d305b9807e65b8b1af6d0c2ca59e74190cab69))
|
|
129
|
+
* update dependencies ([8e65767](https://github.com/iotaledger/twin-background-task/commit/8e657679f5e4305dbcb15ac7bcb3ab8a4613a60b))
|
|
130
|
+
* use shared store mechanism ([#6](https://github.com/iotaledger/twin-background-task/issues/6)) ([27ed203](https://github.com/iotaledger/twin-background-task/commit/27ed20367d5ace7257bfa7a82b59ad70e5b5d209))
|
|
117
131
|
|
|
118
132
|
## 0.0.1 (2025-07-07)
|
|
119
133
|
|
|
120
134
|
|
|
121
135
|
### Features
|
|
122
136
|
|
|
123
|
-
* release to production ([7ce9896](https://github.com/
|
|
137
|
+
* release to production ([7ce9896](https://github.com/iotaledger/twin-background-task/commit/7ce989659e6819f05655c86b1bda2a265af5d281))
|
|
124
138
|
|
|
125
|
-
## [0.0.1-next.21](https://github.com/
|
|
139
|
+
## [0.0.1-next.21](https://github.com/iotaledger/twin-background-task/compare/background-task-models-v0.0.1-next.20...background-task-models-v0.0.1-next.21) (2025-06-23)
|
|
126
140
|
|
|
127
141
|
|
|
128
142
|
### Miscellaneous Chores
|
|
129
143
|
|
|
130
144
|
* **background-task-models:** Synchronize repo versions
|
|
131
145
|
|
|
132
|
-
## [0.0.1-next.20](https://github.com/
|
|
146
|
+
## [0.0.1-next.20](https://github.com/iotaledger/twin-background-task/compare/background-task-models-v0.0.1-next.19...background-task-models-v0.0.1-next.20) (2025-06-23)
|
|
133
147
|
|
|
134
148
|
|
|
135
149
|
### Features
|
|
136
150
|
|
|
137
|
-
* add task scheduler ([754d973](https://github.com/
|
|
138
|
-
* improve comment ([f2b4ac2](https://github.com/
|
|
139
|
-
* update dependencies ([8e65767](https://github.com/
|
|
140
|
-
* use shared store mechanism ([#6](https://github.com/
|
|
151
|
+
* add task scheduler ([754d973](https://github.com/iotaledger/twin-background-task/commit/754d973e7c8483e5e54e887c157661867d5a0375))
|
|
152
|
+
* improve comment ([f2b4ac2](https://github.com/iotaledger/twin-background-task/commit/f2b4ac22fb8f735d2bf4ce28583cf7c54acdf272))
|
|
153
|
+
* update dependencies ([8e65767](https://github.com/iotaledger/twin-background-task/commit/8e657679f5e4305dbcb15ac7bcb3ab8a4613a60b))
|
|
154
|
+
* use shared store mechanism ([#6](https://github.com/iotaledger/twin-background-task/issues/6)) ([27ed203](https://github.com/iotaledger/twin-background-task/commit/27ed20367d5ace7257bfa7a82b59ad70e5b5d209))
|
|
141
155
|
|
|
142
|
-
## [0.0.1-next.19](https://github.com/
|
|
156
|
+
## [0.0.1-next.19](https://github.com/iotaledger/twin-background-task/compare/background-task-models-v0.0.1-next.18...background-task-models-v0.0.1-next.19) (2025-06-23)
|
|
143
157
|
|
|
144
158
|
|
|
145
159
|
### Features
|
|
146
160
|
|
|
147
|
-
* add task scheduler ([754d973](https://github.com/
|
|
161
|
+
* add task scheduler ([754d973](https://github.com/iotaledger/twin-background-task/commit/754d973e7c8483e5e54e887c157661867d5a0375))
|
|
148
162
|
|
|
149
|
-
## [0.0.1-next.18](https://github.com/
|
|
163
|
+
## [0.0.1-next.18](https://github.com/iotaledger/twin-background-task/compare/background-task-models-v0.0.1-next.17...background-task-models-v0.0.1-next.18) (2025-06-19)
|
|
150
164
|
|
|
151
165
|
|
|
152
166
|
### Miscellaneous Chores
|
|
153
167
|
|
|
154
168
|
* **background-task-models:** Synchronize repo versions
|
|
155
169
|
|
|
156
|
-
## [0.0.1-next.17](https://github.com/
|
|
170
|
+
## [0.0.1-next.17](https://github.com/iotaledger/twin-background-task/compare/background-task-models-v0.0.1-next.16...background-task-models-v0.0.1-next.17) (2025-06-12)
|
|
157
171
|
|
|
158
172
|
|
|
159
173
|
### Features
|
|
160
174
|
|
|
161
|
-
* update dependencies ([8e65767](https://github.com/
|
|
175
|
+
* update dependencies ([8e65767](https://github.com/iotaledger/twin-background-task/commit/8e657679f5e4305dbcb15ac7bcb3ab8a4613a60b))
|
|
162
176
|
|
|
163
|
-
## [0.0.1-next.16](https://github.com/
|
|
177
|
+
## [0.0.1-next.16](https://github.com/iotaledger/twin-background-task/compare/background-task-models-v0.0.1-next.15...background-task-models-v0.0.1-next.16) (2025-06-05)
|
|
164
178
|
|
|
165
179
|
|
|
166
180
|
### Miscellaneous Chores
|
|
167
181
|
|
|
168
182
|
* **background-task-models:** Synchronize repo versions
|
|
169
183
|
|
|
170
|
-
## [0.0.1-next.15](https://github.com/
|
|
184
|
+
## [0.0.1-next.15](https://github.com/iotaledger/twin-background-task/compare/background-task-models-v0.0.1-next.14...background-task-models-v0.0.1-next.15) (2025-04-17)
|
|
171
185
|
|
|
172
186
|
|
|
173
187
|
### Features
|
|
174
188
|
|
|
175
|
-
* use shared store mechanism ([#6](https://github.com/
|
|
189
|
+
* use shared store mechanism ([#6](https://github.com/iotaledger/twin-background-task/issues/6)) ([27ed203](https://github.com/iotaledger/twin-background-task/commit/27ed20367d5ace7257bfa7a82b59ad70e5b5d209))
|
|
176
190
|
|
|
177
|
-
## [0.0.1-next.14](https://github.com/
|
|
191
|
+
## [0.0.1-next.14](https://github.com/iotaledger/twin-background-task/compare/background-task-models-v0.0.1-next.13...background-task-models-v0.0.1-next.14) (2025-04-11)
|
|
178
192
|
|
|
179
193
|
|
|
180
194
|
### Miscellaneous Chores
|
|
181
195
|
|
|
182
196
|
* **background-task-models:** Synchronize repo versions
|
|
183
197
|
|
|
184
|
-
## [0.0.1-next.13](https://github.com/
|
|
198
|
+
## [0.0.1-next.13](https://github.com/iotaledger/twin-background-task/compare/background-task-models-v0.0.1-next.12...background-task-models-v0.0.1-next.13) (2025-03-28)
|
|
185
199
|
|
|
186
200
|
|
|
187
201
|
### Features
|
|
188
202
|
|
|
189
|
-
* improve comment ([f2b4ac2](https://github.com/
|
|
203
|
+
* improve comment ([f2b4ac2](https://github.com/iotaledger/twin-background-task/commit/f2b4ac22fb8f735d2bf4ce28583cf7c54acdf272))
|
|
190
204
|
|
|
191
205
|
## v0.0.1-next.12
|
|
192
206
|
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/background-task-models",
|
|
3
|
-
"version": "0.0.3-next.
|
|
3
|
+
"version": "0.0.3-next.7",
|
|
4
4
|
"description": "Defines shared contracts and status models for background task workflows",
|
|
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-models"
|
|
9
9
|
},
|
|
10
10
|
"author": "martyn.janes@iota.org",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"schemas"
|
|
51
51
|
],
|
|
52
52
|
"bugs": {
|
|
53
|
-
"url": "git+https://github.com/
|
|
53
|
+
"url": "git+https://github.com/iotaledger/background-task/issues"
|
|
54
54
|
},
|
|
55
55
|
"homepage": "https://twindev.org"
|
|
56
56
|
}
|