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