@twin.org/modules 0.0.3-next.9 → 0.0.4-next.1

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 CHANGED
@@ -1,6 +1,839 @@
1
- # @twin.org/modules - Changelog
1
+ # Changelog
2
2
 
3
- ## [0.0.3-next.9](https://github.com/twinfoundation/framework/compare/modules-v0.0.3-next.8...modules-v0.0.3-next.9) (2026-01-05)
3
+ ## [0.0.4-next.1](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.4-next.0...modules-v0.0.4-next.1) (2026-05-27)
4
+
5
+
6
+ ### Features
7
+
8
+ * add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
9
+ * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
10
+ * add mutex ([#316](https://github.com/iotaledger/twin-framework/issues/316)) ([1027e5a](https://github.com/iotaledger/twin-framework/commit/1027e5ac77aa9804178b4253abdeefd6f1c3d521))
11
+ * eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
12
+ * improve async pattern and error handling ([aaa1f68](https://github.com/iotaledger/twin-framework/commit/aaa1f6879d60adf04b78b0c1bbbec50f2873f020))
13
+ * improve Is.function and ModuleHelper.getModuleMethod signatures ([ecf968b](https://github.com/iotaledger/twin-framework/commit/ecf968b02934b3676be4bf7cd2d1e7f8e7af6ce2))
14
+ * locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
15
+ * module helper can now handle long running threads with messaging ([4ecbb9a](https://github.com/iotaledger/twin-framework/commit/4ecbb9a526927d462d4fb3f95ba2a44889202753))
16
+ * nodeIdentity optional in IComponent methods ([c78dc17](https://github.com/iotaledger/twin-framework/commit/c78dc17f4357d3e1ae40e415f468d3eae13e81f4))
17
+ * provide module helper override ([e998a64](https://github.com/iotaledger/twin-framework/commit/e998a64842cfd18693a14444be33b084fef2bb90))
18
+ * relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
19
+ * retain detail in Errors from background threads ([52bdeef](https://github.com/iotaledger/twin-framework/commit/52bdeef7a75fd462ed118073b9dc7612304e038d))
20
+ * typescript 6 update ([1d10f31](https://github.com/iotaledger/twin-framework/commit/1d10f31e6516ec622773f45e88af82fe749b384a))
21
+ * update dependencies ([4da77ab](https://github.com/iotaledger/twin-framework/commit/4da77ab30f499e52825ac5a76f51436ceb59c26e))
22
+ * update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
23
+ * use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
24
+ * use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
25
+
26
+
27
+ ### Bug Fixes
28
+
29
+ * ensure __decorate is defined for decorators ([103a563](https://github.com/iotaledger/twin-framework/commit/103a563ce01ebdef6240d2e590e7b026e8692684))
30
+
31
+
32
+ ### Dependencies
33
+
34
+ * The following workspace dependencies were updated
35
+ * dependencies
36
+ * @twin.org/core bumped from 0.0.4-next.0 to 0.0.4-next.1
37
+ * @twin.org/context bumped from 0.0.4-next.0 to 0.0.4-next.1
38
+ * @twin.org/nameof bumped from 0.0.4-next.0 to 0.0.4-next.1
39
+ * devDependencies
40
+ * @twin.org/nameof-transformer bumped from 0.0.4-next.0 to 0.0.4-next.1
41
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.4-next.0 to 0.0.4-next.1
42
+ * @twin.org/validate-locales bumped from 0.0.4-next.0 to 0.0.4-next.1
43
+
44
+ ## [0.0.3](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.3...modules-v0.0.3) (2026-05-27)
45
+
46
+
47
+ ### Features
48
+
49
+ * release to production ([b24cba1](https://github.com/iotaledger/twin-framework/commit/b24cba1b6a969278d638e632590602ec881e49fb))
50
+ * release to production ([787287d](https://github.com/iotaledger/twin-framework/commit/787287d06ea8319657401589d61fff369310c422))
51
+ * release to production ([53f4843](https://github.com/iotaledger/twin-framework/commit/53f484326b2851d7a506d2620db24c4a65cee7b3))
52
+ * release to production ([56cda4d](https://github.com/iotaledger/twin-framework/commit/56cda4da93e978c5be19ec7cfd421ae2a7fe4147))
53
+ * release to production ([f7c6586](https://github.com/iotaledger/twin-framework/commit/f7c6586f6976b903b647b4c5ac5ad9421e0c9051))
54
+ * release to production ([829d53d](https://github.com/iotaledger/twin-framework/commit/829d53d3953b1e1b40b0243c04cfdfd3842aac7b))
55
+ * release to production ([5cf3a76](https://github.com/iotaledger/twin-framework/commit/5cf3a76a09eff2e6414d0cba846c7c37400a11d6))
56
+ * release to production ([#330](https://github.com/iotaledger/twin-framework/issues/330)) ([d73f565](https://github.com/iotaledger/twin-framework/commit/d73f565588d156d23ef49b2a5718973756f7a696))
57
+
58
+
59
+ ### Miscellaneous Chores
60
+
61
+ * release to production ([63cae24](https://github.com/iotaledger/twin-framework/commit/63cae2401f6c11f93b2a01260b665064e8bd28e0))
62
+
63
+ ## [0.0.3-next.47](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.3-next.46...modules-v0.0.3-next.47) (2026-05-25)
64
+
65
+
66
+ ### Features
67
+
68
+ * add mutex ([#316](https://github.com/iotaledger/twin-framework/issues/316)) ([1027e5a](https://github.com/iotaledger/twin-framework/commit/1027e5ac77aa9804178b4253abdeefd6f1c3d521))
69
+
70
+
71
+ ### Dependencies
72
+
73
+ * The following workspace dependencies were updated
74
+ * dependencies
75
+ * @twin.org/core bumped from 0.0.3-next.46 to 0.0.3-next.47
76
+ * @twin.org/context bumped from 0.0.3-next.46 to 0.0.3-next.47
77
+ * @twin.org/nameof bumped from 0.0.3-next.46 to 0.0.3-next.47
78
+ * devDependencies
79
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.46 to 0.0.3-next.47
80
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.46 to 0.0.3-next.47
81
+ * @twin.org/validate-locales bumped from 0.0.3-next.46 to 0.0.3-next.47
82
+
83
+ ## [0.0.3-next.46](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.3-next.45...modules-v0.0.3-next.46) (2026-05-22)
84
+
85
+
86
+ ### Miscellaneous Chores
87
+
88
+ * **modules:** Synchronize repo versions
89
+
90
+
91
+ ### Dependencies
92
+
93
+ * The following workspace dependencies were updated
94
+ * dependencies
95
+ * @twin.org/core bumped from 0.0.3-next.45 to 0.0.3-next.46
96
+ * @twin.org/context bumped from 0.0.3-next.45 to 0.0.3-next.46
97
+ * @twin.org/nameof bumped from 0.0.3-next.45 to 0.0.3-next.46
98
+ * devDependencies
99
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.45 to 0.0.3-next.46
100
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.45 to 0.0.3-next.46
101
+ * @twin.org/validate-locales bumped from 0.0.3-next.45 to 0.0.3-next.46
102
+
103
+ ## [0.0.3-next.45](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.3-next.44...modules-v0.0.3-next.45) (2026-05-21)
104
+
105
+
106
+ ### Miscellaneous Chores
107
+
108
+ * **modules:** Synchronize repo versions
109
+
110
+
111
+ ### Dependencies
112
+
113
+ * The following workspace dependencies were updated
114
+ * dependencies
115
+ * @twin.org/core bumped from 0.0.3-next.44 to 0.0.3-next.45
116
+ * @twin.org/context bumped from 0.0.3-next.44 to 0.0.3-next.45
117
+ * @twin.org/nameof bumped from 0.0.3-next.44 to 0.0.3-next.45
118
+ * devDependencies
119
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.44 to 0.0.3-next.45
120
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.44 to 0.0.3-next.45
121
+ * @twin.org/validate-locales bumped from 0.0.3-next.44 to 0.0.3-next.45
122
+
123
+ ## [0.0.3-next.44](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.3-next.43...modules-v0.0.3-next.44) (2026-05-19)
124
+
125
+
126
+ ### Features
127
+
128
+ * update dependencies ([4da77ab](https://github.com/iotaledger/twin-framework/commit/4da77ab30f499e52825ac5a76f51436ceb59c26e))
129
+
130
+
131
+ ### Dependencies
132
+
133
+ * The following workspace dependencies were updated
134
+ * dependencies
135
+ * @twin.org/core bumped from 0.0.3-next.43 to 0.0.3-next.44
136
+ * @twin.org/context bumped from 0.0.3-next.43 to 0.0.3-next.44
137
+ * @twin.org/nameof bumped from 0.0.3-next.43 to 0.0.3-next.44
138
+ * devDependencies
139
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.43 to 0.0.3-next.44
140
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.43 to 0.0.3-next.44
141
+ * @twin.org/validate-locales bumped from 0.0.3-next.43 to 0.0.3-next.44
142
+
143
+ ## [0.0.3-next.43](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.3-next.42...modules-v0.0.3-next.43) (2026-05-18)
144
+
145
+
146
+ ### Miscellaneous Chores
147
+
148
+ * **modules:** Synchronize repo versions
149
+
150
+
151
+ ### Dependencies
152
+
153
+ * The following workspace dependencies were updated
154
+ * dependencies
155
+ * @twin.org/core bumped from 0.0.3-next.42 to 0.0.3-next.43
156
+ * @twin.org/context bumped from 0.0.3-next.42 to 0.0.3-next.43
157
+ * @twin.org/nameof bumped from 0.0.3-next.42 to 0.0.3-next.43
158
+ * devDependencies
159
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.42 to 0.0.3-next.43
160
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.42 to 0.0.3-next.43
161
+ * @twin.org/validate-locales bumped from 0.0.3-next.42 to 0.0.3-next.43
162
+
163
+ ## [0.0.3-next.42](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.3-next.41...modules-v0.0.3-next.42) (2026-05-15)
164
+
165
+
166
+ ### Miscellaneous Chores
167
+
168
+ * **modules:** Synchronize repo versions
169
+
170
+
171
+ ### Dependencies
172
+
173
+ * The following workspace dependencies were updated
174
+ * dependencies
175
+ * @twin.org/core bumped from 0.0.3-next.41 to 0.0.3-next.42
176
+ * @twin.org/context bumped from 0.0.3-next.41 to 0.0.3-next.42
177
+ * @twin.org/nameof bumped from 0.0.3-next.41 to 0.0.3-next.42
178
+ * devDependencies
179
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.41 to 0.0.3-next.42
180
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.41 to 0.0.3-next.42
181
+ * @twin.org/validate-locales bumped from 0.0.3-next.41 to 0.0.3-next.42
182
+
183
+ ## [0.0.3-next.41](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.3-next.40...modules-v0.0.3-next.41) (2026-05-13)
184
+
185
+
186
+ ### Miscellaneous Chores
187
+
188
+ * **modules:** Synchronize repo versions
189
+
190
+
191
+ ### Dependencies
192
+
193
+ * The following workspace dependencies were updated
194
+ * dependencies
195
+ * @twin.org/core bumped from 0.0.3-next.40 to 0.0.3-next.41
196
+ * @twin.org/context bumped from 0.0.3-next.40 to 0.0.3-next.41
197
+ * @twin.org/nameof bumped from 0.0.3-next.40 to 0.0.3-next.41
198
+ * devDependencies
199
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.40 to 0.0.3-next.41
200
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.40 to 0.0.3-next.41
201
+ * @twin.org/validate-locales bumped from 0.0.3-next.40 to 0.0.3-next.41
202
+
203
+ ## [0.0.3-next.40](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.3-next.39...modules-v0.0.3-next.40) (2026-05-13)
204
+
205
+
206
+ ### Miscellaneous Chores
207
+
208
+ * **modules:** Synchronize repo versions
209
+
210
+
211
+ ### Dependencies
212
+
213
+ * The following workspace dependencies were updated
214
+ * dependencies
215
+ * @twin.org/core bumped from 0.0.3-next.39 to 0.0.3-next.40
216
+ * @twin.org/context bumped from 0.0.3-next.39 to 0.0.3-next.40
217
+ * @twin.org/nameof bumped from 0.0.3-next.39 to 0.0.3-next.40
218
+ * devDependencies
219
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.39 to 0.0.3-next.40
220
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.39 to 0.0.3-next.40
221
+ * @twin.org/validate-locales bumped from 0.0.3-next.39 to 0.0.3-next.40
222
+
223
+ ## [0.0.3-next.39](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.3-next.38...modules-v0.0.3-next.39) (2026-05-13)
224
+
225
+
226
+ ### Miscellaneous Chores
227
+
228
+ * **modules:** Synchronize repo versions
229
+
230
+
231
+ ### Dependencies
232
+
233
+ * The following workspace dependencies were updated
234
+ * dependencies
235
+ * @twin.org/core bumped from 0.0.3-next.38 to 0.0.3-next.39
236
+ * @twin.org/context bumped from 0.0.3-next.38 to 0.0.3-next.39
237
+ * @twin.org/nameof bumped from 0.0.3-next.38 to 0.0.3-next.39
238
+ * devDependencies
239
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.38 to 0.0.3-next.39
240
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.38 to 0.0.3-next.39
241
+ * @twin.org/validate-locales bumped from 0.0.3-next.38 to 0.0.3-next.39
242
+
243
+ ## [0.0.3-next.38](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.3-next.37...modules-v0.0.3-next.38) (2026-05-11)
244
+
245
+
246
+ ### Features
247
+
248
+ * typescript 6 update ([1d10f31](https://github.com/iotaledger/twin-framework/commit/1d10f31e6516ec622773f45e88af82fe749b384a))
249
+
250
+
251
+ ### Dependencies
252
+
253
+ * The following workspace dependencies were updated
254
+ * dependencies
255
+ * @twin.org/core bumped from 0.0.3-next.37 to 0.0.3-next.38
256
+ * @twin.org/context bumped from 0.0.3-next.37 to 0.0.3-next.38
257
+ * @twin.org/nameof bumped from 0.0.3-next.37 to 0.0.3-next.38
258
+ * devDependencies
259
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.37 to 0.0.3-next.38
260
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.37 to 0.0.3-next.38
261
+ * @twin.org/validate-locales bumped from 0.0.3-next.37 to 0.0.3-next.38
262
+
263
+ ## [0.0.3-next.37](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.3-next.36...modules-v0.0.3-next.37) (2026-05-07)
264
+
265
+
266
+ ### Miscellaneous Chores
267
+
268
+ * **modules:** Synchronize repo versions
269
+
270
+
271
+ ### Dependencies
272
+
273
+ * The following workspace dependencies were updated
274
+ * dependencies
275
+ * @twin.org/core bumped from 0.0.3-next.36 to 0.0.3-next.37
276
+ * @twin.org/context bumped from 0.0.3-next.36 to 0.0.3-next.37
277
+ * @twin.org/nameof bumped from 0.0.3-next.36 to 0.0.3-next.37
278
+ * devDependencies
279
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.36 to 0.0.3-next.37
280
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.36 to 0.0.3-next.37
281
+ * @twin.org/validate-locales bumped from 0.0.3-next.36 to 0.0.3-next.37
282
+
283
+ ## [0.0.3-next.36](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.3-next.35...modules-v0.0.3-next.36) (2026-05-07)
284
+
285
+
286
+ ### Miscellaneous Chores
287
+
288
+ * **modules:** Synchronize repo versions
289
+
290
+
291
+ ### Dependencies
292
+
293
+ * The following workspace dependencies were updated
294
+ * dependencies
295
+ * @twin.org/core bumped from 0.0.3-next.35 to 0.0.3-next.36
296
+ * @twin.org/context bumped from 0.0.3-next.35 to 0.0.3-next.36
297
+ * @twin.org/nameof bumped from 0.0.3-next.35 to 0.0.3-next.36
298
+ * devDependencies
299
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.35 to 0.0.3-next.36
300
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.35 to 0.0.3-next.36
301
+ * @twin.org/validate-locales bumped from 0.0.3-next.35 to 0.0.3-next.36
302
+
303
+ ## [0.0.3-next.35](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.3-next.34...modules-v0.0.3-next.35) (2026-05-06)
304
+
305
+
306
+ ### Miscellaneous Chores
307
+
308
+ * **modules:** Synchronize repo versions
309
+
310
+
311
+ ### Dependencies
312
+
313
+ * The following workspace dependencies were updated
314
+ * dependencies
315
+ * @twin.org/core bumped from 0.0.3-next.34 to 0.0.3-next.35
316
+ * @twin.org/context bumped from 0.0.3-next.34 to 0.0.3-next.35
317
+ * @twin.org/nameof bumped from 0.0.3-next.34 to 0.0.3-next.35
318
+ * devDependencies
319
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.34 to 0.0.3-next.35
320
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.34 to 0.0.3-next.35
321
+ * @twin.org/validate-locales bumped from 0.0.3-next.34 to 0.0.3-next.35
322
+
323
+ ## [0.0.3-next.34](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.3-next.33...modules-v0.0.3-next.34) (2026-05-06)
324
+
325
+
326
+ ### Miscellaneous Chores
327
+
328
+ * **modules:** Synchronize repo versions
329
+
330
+
331
+ ### Dependencies
332
+
333
+ * The following workspace dependencies were updated
334
+ * dependencies
335
+ * @twin.org/core bumped from 0.0.3-next.33 to 0.0.3-next.34
336
+ * @twin.org/context bumped from 0.0.3-next.33 to 0.0.3-next.34
337
+ * @twin.org/nameof bumped from 0.0.3-next.33 to 0.0.3-next.34
338
+ * devDependencies
339
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.33 to 0.0.3-next.34
340
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.33 to 0.0.3-next.34
341
+ * @twin.org/validate-locales bumped from 0.0.3-next.33 to 0.0.3-next.34
342
+
343
+ ## [0.0.3-next.33](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.3-next.32...modules-v0.0.3-next.33) (2026-05-05)
344
+
345
+
346
+ ### Miscellaneous Chores
347
+
348
+ * **modules:** Synchronize repo versions
349
+
350
+
351
+ ### Dependencies
352
+
353
+ * The following workspace dependencies were updated
354
+ * dependencies
355
+ * @twin.org/core bumped from 0.0.3-next.32 to 0.0.3-next.33
356
+ * @twin.org/context bumped from 0.0.3-next.32 to 0.0.3-next.33
357
+ * @twin.org/nameof bumped from 0.0.3-next.32 to 0.0.3-next.33
358
+ * devDependencies
359
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.32 to 0.0.3-next.33
360
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.32 to 0.0.3-next.33
361
+ * @twin.org/validate-locales bumped from 0.0.3-next.32 to 0.0.3-next.33
362
+
363
+ ## [0.0.3-next.32](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.3-next.31...modules-v0.0.3-next.32) (2026-04-30)
364
+
365
+
366
+ ### Miscellaneous Chores
367
+
368
+ * **modules:** Synchronize repo versions
369
+
370
+
371
+ ### Dependencies
372
+
373
+ * The following workspace dependencies were updated
374
+ * dependencies
375
+ * @twin.org/core bumped from 0.0.3-next.31 to 0.0.3-next.32
376
+ * @twin.org/context bumped from 0.0.3-next.31 to 0.0.3-next.32
377
+ * @twin.org/nameof bumped from 0.0.3-next.31 to 0.0.3-next.32
378
+ * devDependencies
379
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.31 to 0.0.3-next.32
380
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.31 to 0.0.3-next.32
381
+ * @twin.org/validate-locales bumped from 0.0.3-next.31 to 0.0.3-next.32
382
+
383
+ ## [0.0.3-next.31](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.3-next.30...modules-v0.0.3-next.31) (2026-04-14)
384
+
385
+
386
+ ### Miscellaneous Chores
387
+
388
+ * **modules:** Synchronize repo versions
389
+
390
+
391
+ ### Dependencies
392
+
393
+ * The following workspace dependencies were updated
394
+ * dependencies
395
+ * @twin.org/core bumped from 0.0.3-next.30 to 0.0.3-next.31
396
+ * @twin.org/context bumped from 0.0.3-next.30 to 0.0.3-next.31
397
+ * @twin.org/nameof bumped from 0.0.3-next.30 to 0.0.3-next.31
398
+ * devDependencies
399
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.30 to 0.0.3-next.31
400
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.30 to 0.0.3-next.31
401
+ * @twin.org/validate-locales bumped from 0.0.3-next.30 to 0.0.3-next.31
402
+
403
+ ## [0.0.3-next.30](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.3-next.29...modules-v0.0.3-next.30) (2026-04-14)
404
+
405
+
406
+ ### Miscellaneous Chores
407
+
408
+ * **modules:** Synchronize repo versions
409
+
410
+
411
+ ### Dependencies
412
+
413
+ * The following workspace dependencies were updated
414
+ * dependencies
415
+ * @twin.org/core bumped from 0.0.3-next.29 to 0.0.3-next.30
416
+ * @twin.org/context bumped from 0.0.3-next.29 to 0.0.3-next.30
417
+ * @twin.org/nameof bumped from 0.0.3-next.29 to 0.0.3-next.30
418
+ * devDependencies
419
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.29 to 0.0.3-next.30
420
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.29 to 0.0.3-next.30
421
+ * @twin.org/validate-locales bumped from 0.0.3-next.29 to 0.0.3-next.30
422
+
423
+ ## [0.0.3-next.29](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.3-next.28...modules-v0.0.3-next.29) (2026-04-14)
424
+
425
+
426
+ ### Miscellaneous Chores
427
+
428
+ * **modules:** Synchronize repo versions
429
+
430
+
431
+ ### Dependencies
432
+
433
+ * The following workspace dependencies were updated
434
+ * dependencies
435
+ * @twin.org/core bumped from 0.0.3-next.28 to 0.0.3-next.29
436
+ * @twin.org/context bumped from 0.0.3-next.28 to 0.0.3-next.29
437
+ * @twin.org/nameof bumped from 0.0.3-next.28 to 0.0.3-next.29
438
+ * devDependencies
439
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.28 to 0.0.3-next.29
440
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.28 to 0.0.3-next.29
441
+ * @twin.org/validate-locales bumped from 0.0.3-next.28 to 0.0.3-next.29
442
+
443
+ ## [0.0.3-next.28](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.3-next.27...modules-v0.0.3-next.28) (2026-03-27)
444
+
445
+
446
+ ### Miscellaneous Chores
447
+
448
+ * **modules:** Synchronize repo versions
449
+
450
+
451
+ ### Dependencies
452
+
453
+ * The following workspace dependencies were updated
454
+ * dependencies
455
+ * @twin.org/core bumped from 0.0.3-next.27 to 0.0.3-next.28
456
+ * @twin.org/context bumped from 0.0.3-next.27 to 0.0.3-next.28
457
+ * @twin.org/nameof bumped from 0.0.3-next.27 to 0.0.3-next.28
458
+ * devDependencies
459
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.27 to 0.0.3-next.28
460
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.27 to 0.0.3-next.28
461
+ * @twin.org/validate-locales bumped from 0.0.3-next.27 to 0.0.3-next.28
462
+
463
+ ## [0.0.3-next.27](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.3-next.26...modules-v0.0.3-next.27) (2026-03-27)
464
+
465
+
466
+ ### Miscellaneous Chores
467
+
468
+ * **modules:** Synchronize repo versions
469
+
470
+
471
+ ### Dependencies
472
+
473
+ * The following workspace dependencies were updated
474
+ * dependencies
475
+ * @twin.org/core bumped from 0.0.3-next.26 to 0.0.3-next.27
476
+ * @twin.org/context bumped from 0.0.3-next.26 to 0.0.3-next.27
477
+ * @twin.org/nameof bumped from 0.0.3-next.26 to 0.0.3-next.27
478
+ * devDependencies
479
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.26 to 0.0.3-next.27
480
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.26 to 0.0.3-next.27
481
+ * @twin.org/validate-locales bumped from 0.0.3-next.26 to 0.0.3-next.27
482
+
483
+ ## [0.0.3-next.26](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.3-next.25...modules-v0.0.3-next.26) (2026-03-24)
484
+
485
+
486
+ ### Miscellaneous Chores
487
+
488
+ * **modules:** Synchronize repo versions
489
+
490
+
491
+ ### Dependencies
492
+
493
+ * The following workspace dependencies were updated
494
+ * dependencies
495
+ * @twin.org/core bumped from 0.0.3-next.25 to 0.0.3-next.26
496
+ * @twin.org/context bumped from 0.0.3-next.25 to 0.0.3-next.26
497
+ * @twin.org/nameof bumped from 0.0.3-next.25 to 0.0.3-next.26
498
+ * devDependencies
499
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.25 to 0.0.3-next.26
500
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.25 to 0.0.3-next.26
501
+ * @twin.org/validate-locales bumped from 0.0.3-next.25 to 0.0.3-next.26
502
+
503
+ ## [0.0.3-next.25](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.3-next.24...modules-v0.0.3-next.25) (2026-03-23)
504
+
505
+
506
+ ### Miscellaneous Chores
507
+
508
+ * **modules:** Synchronize repo versions
509
+
510
+
511
+ ### Dependencies
512
+
513
+ * The following workspace dependencies were updated
514
+ * dependencies
515
+ * @twin.org/core bumped from 0.0.3-next.24 to 0.0.3-next.25
516
+ * @twin.org/context bumped from 0.0.3-next.24 to 0.0.3-next.25
517
+ * @twin.org/nameof bumped from 0.0.3-next.24 to 0.0.3-next.25
518
+ * devDependencies
519
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.24 to 0.0.3-next.25
520
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.24 to 0.0.3-next.25
521
+ * @twin.org/validate-locales bumped from 0.0.3-next.24 to 0.0.3-next.25
522
+
523
+ ## [0.0.3-next.24](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.3-next.23...modules-v0.0.3-next.24) (2026-03-19)
524
+
525
+
526
+ ### Bug Fixes
527
+
528
+ * ensure __decorate is defined for decorators ([103a563](https://github.com/iotaledger/twin-framework/commit/103a563ce01ebdef6240d2e590e7b026e8692684))
529
+
530
+
531
+ ### Dependencies
532
+
533
+ * The following workspace dependencies were updated
534
+ * dependencies
535
+ * @twin.org/core bumped from 0.0.3-next.23 to 0.0.3-next.24
536
+ * @twin.org/context bumped from 0.0.3-next.23 to 0.0.3-next.24
537
+ * @twin.org/nameof bumped from 0.0.3-next.23 to 0.0.3-next.24
538
+ * devDependencies
539
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.23 to 0.0.3-next.24
540
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.23 to 0.0.3-next.24
541
+ * @twin.org/validate-locales bumped from 0.0.3-next.23 to 0.0.3-next.24
542
+
543
+ ## [0.0.3-next.23](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.3-next.22...modules-v0.0.3-next.23) (2026-03-17)
544
+
545
+
546
+ ### Miscellaneous Chores
547
+
548
+ * **modules:** Synchronize repo versions
549
+
550
+
551
+ ### Dependencies
552
+
553
+ * The following workspace dependencies were updated
554
+ * dependencies
555
+ * @twin.org/core bumped from 0.0.3-next.22 to 0.0.3-next.23
556
+ * @twin.org/context bumped from 0.0.3-next.22 to 0.0.3-next.23
557
+ * @twin.org/nameof bumped from 0.0.3-next.22 to 0.0.3-next.23
558
+ * devDependencies
559
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.22 to 0.0.3-next.23
560
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.22 to 0.0.3-next.23
561
+ * @twin.org/validate-locales bumped from 0.0.3-next.22 to 0.0.3-next.23
562
+
563
+ ## [0.0.3-next.22](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.3-next.21...modules-v0.0.3-next.22) (2026-02-26)
564
+
565
+
566
+ ### Miscellaneous Chores
567
+
568
+ * **modules:** Synchronize repo versions
569
+
570
+
571
+ ### Dependencies
572
+
573
+ * The following workspace dependencies were updated
574
+ * dependencies
575
+ * @twin.org/core bumped from 0.0.3-next.21 to 0.0.3-next.22
576
+ * @twin.org/context bumped from 0.0.3-next.21 to 0.0.3-next.22
577
+ * @twin.org/nameof bumped from 0.0.3-next.21 to 0.0.3-next.22
578
+ * devDependencies
579
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.21 to 0.0.3-next.22
580
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.21 to 0.0.3-next.22
581
+ * @twin.org/validate-locales bumped from 0.0.3-next.21 to 0.0.3-next.22
582
+
583
+ ## [0.0.3-next.21](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.3-next.20...modules-v0.0.3-next.21) (2026-02-26)
584
+
585
+
586
+ ### Features
587
+
588
+ * add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
589
+ * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
590
+ * eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
591
+ * improve async pattern and error handling ([aaa1f68](https://github.com/iotaledger/twin-framework/commit/aaa1f6879d60adf04b78b0c1bbbec50f2873f020))
592
+ * improve Is.function and ModuleHelper.getModuleMethod signatures ([ecf968b](https://github.com/iotaledger/twin-framework/commit/ecf968b02934b3676be4bf7cd2d1e7f8e7af6ce2))
593
+ * locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
594
+ * module helper can now handle long running threads with messaging ([4ecbb9a](https://github.com/iotaledger/twin-framework/commit/4ecbb9a526927d462d4fb3f95ba2a44889202753))
595
+ * nodeIdentity optional in IComponent methods ([c78dc17](https://github.com/iotaledger/twin-framework/commit/c78dc17f4357d3e1ae40e415f468d3eae13e81f4))
596
+ * provide module helper override ([e998a64](https://github.com/iotaledger/twin-framework/commit/e998a64842cfd18693a14444be33b084fef2bb90))
597
+ * relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
598
+ * retain detail in Errors from background threads ([52bdeef](https://github.com/iotaledger/twin-framework/commit/52bdeef7a75fd462ed118073b9dc7612304e038d))
599
+ * update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
600
+ * use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
601
+ * use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
602
+
603
+
604
+ ### Dependencies
605
+
606
+ * The following workspace dependencies were updated
607
+ * dependencies
608
+ * @twin.org/core bumped from 0.0.3-next.20 to 0.0.3-next.21
609
+ * @twin.org/context bumped from 0.0.3-next.20 to 0.0.3-next.21
610
+ * @twin.org/nameof bumped from 0.0.3-next.20 to 0.0.3-next.21
611
+ * devDependencies
612
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.20 to 0.0.3-next.21
613
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.20 to 0.0.3-next.21
614
+ * @twin.org/validate-locales bumped from 0.0.3-next.20 to 0.0.3-next.21
615
+
616
+ ## [0.0.3-next.20](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.3-next.19...modules-v0.0.3-next.20) (2026-02-26)
617
+
618
+
619
+ ### Miscellaneous Chores
620
+
621
+ * **modules:** Synchronize repo versions
622
+
623
+
624
+ ### Dependencies
625
+
626
+ * The following workspace dependencies were updated
627
+ * dependencies
628
+ * @twin.org/core bumped from 0.0.3-next.19 to 0.0.3-next.20
629
+ * @twin.org/context bumped from 0.0.3-next.19 to 0.0.3-next.20
630
+ * @twin.org/nameof bumped from 0.0.3-next.19 to 0.0.3-next.20
631
+ * devDependencies
632
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.19 to 0.0.3-next.20
633
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.19 to 0.0.3-next.20
634
+ * @twin.org/validate-locales bumped from 0.0.3-next.19 to 0.0.3-next.20
635
+
636
+ ## [0.0.3-next.19](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.3-next.18...modules-v0.0.3-next.19) (2026-02-26)
637
+
638
+
639
+ ### Miscellaneous Chores
640
+
641
+ * **modules:** Synchronize repo versions
642
+
643
+
644
+ ### Dependencies
645
+
646
+ * The following workspace dependencies were updated
647
+ * dependencies
648
+ * @twin.org/core bumped from 0.0.3-next.18 to 0.0.3-next.19
649
+ * @twin.org/context bumped from 0.0.3-next.18 to 0.0.3-next.19
650
+ * @twin.org/nameof bumped from 0.0.3-next.18 to 0.0.3-next.19
651
+ * devDependencies
652
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.18 to 0.0.3-next.19
653
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.18 to 0.0.3-next.19
654
+ * @twin.org/validate-locales bumped from 0.0.3-next.18 to 0.0.3-next.19
655
+
656
+ ## [0.0.3-next.18](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.3-next.17...modules-v0.0.3-next.18) (2026-02-23)
657
+
658
+
659
+ ### Miscellaneous Chores
660
+
661
+ * **modules:** Synchronize repo versions
662
+
663
+
664
+ ### Dependencies
665
+
666
+ * The following workspace dependencies were updated
667
+ * dependencies
668
+ * @twin.org/core bumped from 0.0.3-next.17 to 0.0.3-next.18
669
+ * @twin.org/context bumped from 0.0.3-next.17 to 0.0.3-next.18
670
+ * @twin.org/nameof bumped from 0.0.3-next.17 to 0.0.3-next.18
671
+ * devDependencies
672
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.17 to 0.0.3-next.18
673
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.17 to 0.0.3-next.18
674
+ * @twin.org/validate-locales bumped from 0.0.3-next.17 to 0.0.3-next.18
675
+
676
+ ## [0.0.3-next.17](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.3-next.16...modules-v0.0.3-next.17) (2026-02-09)
677
+
678
+
679
+ ### Miscellaneous Chores
680
+
681
+ * **modules:** Synchronize repo versions
682
+
683
+
684
+ ### Dependencies
685
+
686
+ * The following workspace dependencies were updated
687
+ * dependencies
688
+ * @twin.org/core bumped from 0.0.3-next.16 to 0.0.3-next.17
689
+ * @twin.org/context bumped from 0.0.3-next.16 to 0.0.3-next.17
690
+ * @twin.org/nameof bumped from 0.0.3-next.16 to 0.0.3-next.17
691
+ * devDependencies
692
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.16 to 0.0.3-next.17
693
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.16 to 0.0.3-next.17
694
+ * @twin.org/validate-locales bumped from 0.0.3-next.16 to 0.0.3-next.17
695
+
696
+ ## [0.0.3-next.16](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.3-next.15...modules-v0.0.3-next.16) (2026-02-06)
697
+
698
+
699
+ ### Miscellaneous Chores
700
+
701
+ * **modules:** Synchronize repo versions
702
+
703
+
704
+ ### Dependencies
705
+
706
+ * The following workspace dependencies were updated
707
+ * dependencies
708
+ * @twin.org/core bumped from 0.0.3-next.15 to 0.0.3-next.16
709
+ * @twin.org/context bumped from 0.0.3-next.15 to 0.0.3-next.16
710
+ * @twin.org/nameof bumped from 0.0.3-next.15 to 0.0.3-next.16
711
+ * devDependencies
712
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.15 to 0.0.3-next.16
713
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.15 to 0.0.3-next.16
714
+ * @twin.org/validate-locales bumped from 0.0.3-next.15 to 0.0.3-next.16
715
+
716
+ ## [0.0.3-next.15](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.3-next.14...modules-v0.0.3-next.15) (2026-01-29)
717
+
718
+
719
+ ### Miscellaneous Chores
720
+
721
+ * **modules:** Synchronize repo versions
722
+
723
+
724
+ ### Dependencies
725
+
726
+ * The following workspace dependencies were updated
727
+ * dependencies
728
+ * @twin.org/core bumped from 0.0.3-next.14 to 0.0.3-next.15
729
+ * @twin.org/context bumped from 0.0.3-next.14 to 0.0.3-next.15
730
+ * @twin.org/nameof bumped from 0.0.3-next.14 to 0.0.3-next.15
731
+ * devDependencies
732
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.14 to 0.0.3-next.15
733
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.14 to 0.0.3-next.15
734
+ * @twin.org/validate-locales bumped from 0.0.3-next.14 to 0.0.3-next.15
735
+
736
+ ## [0.0.3-next.14](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.3-next.13...modules-v0.0.3-next.14) (2026-01-22)
737
+
738
+
739
+ ### Miscellaneous Chores
740
+
741
+ * **modules:** Synchronize repo versions
742
+
743
+
744
+ ### Dependencies
745
+
746
+ * The following workspace dependencies were updated
747
+ * dependencies
748
+ * @twin.org/core bumped from 0.0.3-next.13 to 0.0.3-next.14
749
+ * @twin.org/context bumped from 0.0.3-next.13 to 0.0.3-next.14
750
+ * @twin.org/nameof bumped from 0.0.3-next.13 to 0.0.3-next.14
751
+ * devDependencies
752
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.13 to 0.0.3-next.14
753
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.13 to 0.0.3-next.14
754
+ * @twin.org/validate-locales bumped from 0.0.3-next.13 to 0.0.3-next.14
755
+
756
+ ## [0.0.3-next.13](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.3-next.12...modules-v0.0.3-next.13) (2026-01-08)
757
+
758
+
759
+ ### Miscellaneous Chores
760
+
761
+ * **modules:** Synchronize repo versions
762
+
763
+
764
+ ### Dependencies
765
+
766
+ * The following workspace dependencies were updated
767
+ * dependencies
768
+ * @twin.org/core bumped from 0.0.3-next.12 to 0.0.3-next.13
769
+ * @twin.org/context bumped from 0.0.3-next.12 to 0.0.3-next.13
770
+ * @twin.org/nameof bumped from 0.0.3-next.12 to 0.0.3-next.13
771
+ * devDependencies
772
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.12 to 0.0.3-next.13
773
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.12 to 0.0.3-next.13
774
+ * @twin.org/validate-locales bumped from 0.0.3-next.12 to 0.0.3-next.13
775
+
776
+ ## [0.0.3-next.12](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.3-next.11...modules-v0.0.3-next.12) (2026-01-08)
777
+
778
+
779
+ ### Miscellaneous Chores
780
+
781
+ * **modules:** Synchronize repo versions
782
+
783
+
784
+ ### Dependencies
785
+
786
+ * The following workspace dependencies were updated
787
+ * dependencies
788
+ * @twin.org/core bumped from 0.0.3-next.11 to 0.0.3-next.12
789
+ * @twin.org/context bumped from 0.0.3-next.11 to 0.0.3-next.12
790
+ * @twin.org/nameof bumped from 0.0.3-next.11 to 0.0.3-next.12
791
+ * devDependencies
792
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.11 to 0.0.3-next.12
793
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.11 to 0.0.3-next.12
794
+ * @twin.org/validate-locales bumped from 0.0.3-next.11 to 0.0.3-next.12
795
+
796
+ ## [0.0.3-next.11](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.3-next.10...modules-v0.0.3-next.11) (2026-01-07)
797
+
798
+
799
+ ### Miscellaneous Chores
800
+
801
+ * **modules:** Synchronize repo versions
802
+
803
+
804
+ ### Dependencies
805
+
806
+ * The following workspace dependencies were updated
807
+ * dependencies
808
+ * @twin.org/core bumped from 0.0.3-next.10 to 0.0.3-next.11
809
+ * @twin.org/context bumped from 0.0.3-next.10 to 0.0.3-next.11
810
+ * @twin.org/nameof bumped from 0.0.3-next.10 to 0.0.3-next.11
811
+ * devDependencies
812
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.10 to 0.0.3-next.11
813
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.10 to 0.0.3-next.11
814
+ * @twin.org/validate-locales bumped from 0.0.3-next.10 to 0.0.3-next.11
815
+
816
+ ## [0.0.3-next.10](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.3-next.9...modules-v0.0.3-next.10) (2026-01-07)
817
+
818
+
819
+ ### Features
820
+
821
+ * retain detail in Errors from background threads ([52bdeef](https://github.com/iotaledger/twin-framework/commit/52bdeef7a75fd462ed118073b9dc7612304e038d))
822
+
823
+
824
+ ### Dependencies
825
+
826
+ * The following workspace dependencies were updated
827
+ * dependencies
828
+ * @twin.org/core bumped from 0.0.3-next.9 to 0.0.3-next.10
829
+ * @twin.org/context bumped from 0.0.3-next.9 to 0.0.3-next.10
830
+ * @twin.org/nameof bumped from 0.0.3-next.9 to 0.0.3-next.10
831
+ * devDependencies
832
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.9 to 0.0.3-next.10
833
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.9 to 0.0.3-next.10
834
+ * @twin.org/validate-locales bumped from 0.0.3-next.9 to 0.0.3-next.10
835
+
836
+ ## [0.0.3-next.9](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.3-next.8...modules-v0.0.3-next.9) (2026-01-05)
4
837
 
5
838
 
6
839
  ### Miscellaneous Chores
@@ -20,7 +853,7 @@
20
853
  * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.8 to 0.0.3-next.9
21
854
  * @twin.org/validate-locales bumped from 0.0.3-next.8 to 0.0.3-next.9
22
855
 
23
- ## [0.0.3-next.8](https://github.com/twinfoundation/framework/compare/modules-v0.0.3-next.7...modules-v0.0.3-next.8) (2025-11-26)
856
+ ## [0.0.3-next.8](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.3-next.7...modules-v0.0.3-next.8) (2025-11-26)
24
857
 
25
858
 
26
859
  ### Miscellaneous Chores
@@ -40,24 +873,24 @@
40
873
  * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.7 to 0.0.3-next.8
41
874
  * @twin.org/validate-locales bumped from 0.0.3-next.7 to 0.0.3-next.8
42
875
 
43
- ## [0.0.3-next.7](https://github.com/twinfoundation/framework/compare/modules-v0.0.3-next.6...modules-v0.0.3-next.7) (2025-11-25)
876
+ ## [0.0.3-next.7](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.3-next.6...modules-v0.0.3-next.7) (2025-11-25)
44
877
 
45
878
 
46
879
  ### Features
47
880
 
48
- * add context id features ([#206](https://github.com/twinfoundation/framework/issues/206)) ([ef0d4ee](https://github.com/twinfoundation/framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
49
- * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/twinfoundation/framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
50
- * eslint migration to flat config ([74427d7](https://github.com/twinfoundation/framework/commit/74427d78d342167f7850e49ab87269326355befe))
51
- * improve async pattern and error handling ([aaa1f68](https://github.com/twinfoundation/framework/commit/aaa1f6879d60adf04b78b0c1bbbec50f2873f020))
52
- * improve Is.function and ModuleHelper.getModuleMethod signatures ([ecf968b](https://github.com/twinfoundation/framework/commit/ecf968b02934b3676be4bf7cd2d1e7f8e7af6ce2))
53
- * locales validation ([#197](https://github.com/twinfoundation/framework/issues/197)) ([55fdadb](https://github.com/twinfoundation/framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
54
- * module helper can now handle long running threads with messaging ([4ecbb9a](https://github.com/twinfoundation/framework/commit/4ecbb9a526927d462d4fb3f95ba2a44889202753))
55
- * nodeIdentity optional in IComponent methods ([c78dc17](https://github.com/twinfoundation/framework/commit/c78dc17f4357d3e1ae40e415f468d3eae13e81f4))
56
- * provide module helper override ([e998a64](https://github.com/twinfoundation/framework/commit/e998a64842cfd18693a14444be33b084fef2bb90))
57
- * relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
58
- * update dependencies ([f3bd015](https://github.com/twinfoundation/framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
59
- * use cause instead of inner for errors ([1f4acc4](https://github.com/twinfoundation/framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
60
- * use new shared store mechanism ([#131](https://github.com/twinfoundation/framework/issues/131)) ([934385b](https://github.com/twinfoundation/framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
881
+ * add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
882
+ * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
883
+ * eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
884
+ * improve async pattern and error handling ([aaa1f68](https://github.com/iotaledger/twin-framework/commit/aaa1f6879d60adf04b78b0c1bbbec50f2873f020))
885
+ * improve Is.function and ModuleHelper.getModuleMethod signatures ([ecf968b](https://github.com/iotaledger/twin-framework/commit/ecf968b02934b3676be4bf7cd2d1e7f8e7af6ce2))
886
+ * locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
887
+ * module helper can now handle long running threads with messaging ([4ecbb9a](https://github.com/iotaledger/twin-framework/commit/4ecbb9a526927d462d4fb3f95ba2a44889202753))
888
+ * nodeIdentity optional in IComponent methods ([c78dc17](https://github.com/iotaledger/twin-framework/commit/c78dc17f4357d3e1ae40e415f468d3eae13e81f4))
889
+ * provide module helper override ([e998a64](https://github.com/iotaledger/twin-framework/commit/e998a64842cfd18693a14444be33b084fef2bb90))
890
+ * relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
891
+ * update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
892
+ * use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
893
+ * use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
61
894
 
62
895
 
63
896
  ### Dependencies
@@ -72,12 +905,12 @@
72
905
  * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.6 to 0.0.3-next.7
73
906
  * @twin.org/validate-locales bumped from 0.0.3-next.6 to 0.0.3-next.7
74
907
 
75
- ## [0.0.3-next.6](https://github.com/twinfoundation/framework/compare/modules-v0.0.3-next.5...modules-v0.0.3-next.6) (2025-11-25)
908
+ ## [0.0.3-next.6](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.3-next.5...modules-v0.0.3-next.6) (2025-11-25)
76
909
 
77
910
 
78
911
  ### Features
79
912
 
80
- * module helper can now handle long running threads with messaging ([4ecbb9a](https://github.com/twinfoundation/framework/commit/4ecbb9a526927d462d4fb3f95ba2a44889202753))
913
+ * module helper can now handle long running threads with messaging ([4ecbb9a](https://github.com/iotaledger/twin-framework/commit/4ecbb9a526927d462d4fb3f95ba2a44889202753))
81
914
 
82
915
 
83
916
  ### Dependencies
@@ -92,7 +925,7 @@
92
925
  * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.5 to 0.0.3-next.6
93
926
  * @twin.org/validate-locales bumped from 0.0.3-next.5 to 0.0.3-next.6
94
927
 
95
- ## [0.0.3-next.5](https://github.com/twinfoundation/framework/compare/modules-v0.0.3-next.4...modules-v0.0.3-next.5) (2025-11-20)
928
+ ## [0.0.3-next.5](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.3-next.4...modules-v0.0.3-next.5) (2025-11-20)
96
929
 
97
930
 
98
931
  ### Miscellaneous Chores
@@ -111,7 +944,7 @@
111
944
  * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.4 to 0.0.3-next.5
112
945
  * @twin.org/validate-locales bumped from 0.0.3-next.4 to 0.0.3-next.5
113
946
 
114
- ## [0.0.3-next.4](https://github.com/twinfoundation/framework/compare/modules-v0.0.3-next.3...modules-v0.0.3-next.4) (2025-11-13)
947
+ ## [0.0.3-next.4](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.3-next.3...modules-v0.0.3-next.4) (2025-11-13)
115
948
 
116
949
 
117
950
  ### Miscellaneous Chores
@@ -130,7 +963,7 @@
130
963
  * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.3 to 0.0.3-next.4
131
964
  * @twin.org/validate-locales bumped from 0.0.3-next.3 to 0.0.3-next.4
132
965
 
133
- ## [0.0.3-next.3](https://github.com/twinfoundation/framework/compare/modules-v0.0.3-next.2...modules-v0.0.3-next.3) (2025-11-12)
966
+ ## [0.0.3-next.3](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.3-next.2...modules-v0.0.3-next.3) (2025-11-12)
134
967
 
135
968
 
136
969
  ### Miscellaneous Chores
@@ -149,7 +982,7 @@
149
982
  * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.2 to 0.0.3-next.3
150
983
  * @twin.org/validate-locales bumped from 0.0.3-next.2 to 0.0.3-next.3
151
984
 
152
- ## [0.0.3-next.2](https://github.com/twinfoundation/framework/compare/modules-v0.0.3-next.1...modules-v0.0.3-next.2) (2025-11-12)
985
+ ## [0.0.3-next.2](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.3-next.1...modules-v0.0.3-next.2) (2025-11-12)
153
986
 
154
987
 
155
988
  ### Miscellaneous Chores
@@ -168,23 +1001,23 @@
168
1001
  * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.1 to 0.0.3-next.2
169
1002
  * @twin.org/validate-locales bumped from 0.0.3-next.1 to 0.0.3-next.2
170
1003
 
171
- ## [0.0.3-next.1](https://github.com/twinfoundation/framework/compare/modules-v0.0.3-next.0...modules-v0.0.3-next.1) (2025-11-10)
1004
+ ## [0.0.3-next.1](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.3-next.0...modules-v0.0.3-next.1) (2025-11-10)
172
1005
 
173
1006
 
174
1007
  ### Features
175
1008
 
176
- * add context id features ([#206](https://github.com/twinfoundation/framework/issues/206)) ([ef0d4ee](https://github.com/twinfoundation/framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
177
- * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/twinfoundation/framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
178
- * eslint migration to flat config ([74427d7](https://github.com/twinfoundation/framework/commit/74427d78d342167f7850e49ab87269326355befe))
179
- * improve async pattern and error handling ([aaa1f68](https://github.com/twinfoundation/framework/commit/aaa1f6879d60adf04b78b0c1bbbec50f2873f020))
180
- * improve Is.function and ModuleHelper.getModuleMethod signatures ([ecf968b](https://github.com/twinfoundation/framework/commit/ecf968b02934b3676be4bf7cd2d1e7f8e7af6ce2))
181
- * locales validation ([#197](https://github.com/twinfoundation/framework/issues/197)) ([55fdadb](https://github.com/twinfoundation/framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
182
- * nodeIdentity optional in IComponent methods ([c78dc17](https://github.com/twinfoundation/framework/commit/c78dc17f4357d3e1ae40e415f468d3eae13e81f4))
183
- * provide module helper override ([e998a64](https://github.com/twinfoundation/framework/commit/e998a64842cfd18693a14444be33b084fef2bb90))
184
- * relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
185
- * update dependencies ([f3bd015](https://github.com/twinfoundation/framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
186
- * use cause instead of inner for errors ([1f4acc4](https://github.com/twinfoundation/framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
187
- * use new shared store mechanism ([#131](https://github.com/twinfoundation/framework/issues/131)) ([934385b](https://github.com/twinfoundation/framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
1009
+ * add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
1010
+ * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
1011
+ * eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
1012
+ * improve async pattern and error handling ([aaa1f68](https://github.com/iotaledger/twin-framework/commit/aaa1f6879d60adf04b78b0c1bbbec50f2873f020))
1013
+ * improve Is.function and ModuleHelper.getModuleMethod signatures ([ecf968b](https://github.com/iotaledger/twin-framework/commit/ecf968b02934b3676be4bf7cd2d1e7f8e7af6ce2))
1014
+ * locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
1015
+ * nodeIdentity optional in IComponent methods ([c78dc17](https://github.com/iotaledger/twin-framework/commit/c78dc17f4357d3e1ae40e415f468d3eae13e81f4))
1016
+ * provide module helper override ([e998a64](https://github.com/iotaledger/twin-framework/commit/e998a64842cfd18693a14444be33b084fef2bb90))
1017
+ * relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
1018
+ * update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
1019
+ * use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
1020
+ * use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
188
1021
 
189
1022
 
190
1023
  ### Dependencies
@@ -198,7 +1031,7 @@
198
1031
  * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.0 to 0.0.3-next.1
199
1032
  * @twin.org/validate-locales bumped from 0.0.3-next.0 to 0.0.3-next.1
200
1033
 
201
- ## [0.0.2-next.22](https://github.com/twinfoundation/framework/compare/modules-v0.0.2-next.21...modules-v0.0.2-next.22) (2025-10-10)
1034
+ ## [0.0.2-next.22](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.2-next.21...modules-v0.0.2-next.22) (2025-10-10)
202
1035
 
203
1036
 
204
1037
  ### Miscellaneous Chores
@@ -217,12 +1050,12 @@
217
1050
  * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.21 to 0.0.2-next.22
218
1051
  * @twin.org/validate-locales bumped from 0.0.2-next.21 to 0.0.2-next.22
219
1052
 
220
- ## [0.0.2-next.21](https://github.com/twinfoundation/framework/compare/modules-v0.0.2-next.20...modules-v0.0.2-next.21) (2025-10-09)
1053
+ ## [0.0.2-next.21](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.2-next.20...modules-v0.0.2-next.21) (2025-10-09)
221
1054
 
222
1055
 
223
1056
  ### Features
224
1057
 
225
- * locales validation ([#197](https://github.com/twinfoundation/framework/issues/197)) ([55fdadb](https://github.com/twinfoundation/framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
1058
+ * locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
226
1059
 
227
1060
 
228
1061
  ### Dependencies
@@ -236,12 +1069,12 @@
236
1069
  * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.20 to 0.0.2-next.21
237
1070
  * @twin.org/validate-locales bumped from 0.0.2-next.20 to 0.0.2-next.21
238
1071
 
239
- ## [0.0.2-next.20](https://github.com/twinfoundation/framework/compare/modules-v0.0.2-next.19...modules-v0.0.2-next.20) (2025-10-02)
1072
+ ## [0.0.2-next.20](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.2-next.19...modules-v0.0.2-next.20) (2025-10-02)
240
1073
 
241
1074
 
242
1075
  ### Features
243
1076
 
244
- * improve Is.function and ModuleHelper.getModuleMethod signatures ([ecf968b](https://github.com/twinfoundation/framework/commit/ecf968b02934b3676be4bf7cd2d1e7f8e7af6ce2))
1077
+ * improve Is.function and ModuleHelper.getModuleMethod signatures ([ecf968b](https://github.com/iotaledger/twin-framework/commit/ecf968b02934b3676be4bf7cd2d1e7f8e7af6ce2))
245
1078
 
246
1079
 
247
1080
  ### Dependencies
@@ -254,7 +1087,7 @@
254
1087
  * @twin.org/nameof-transformer bumped from 0.0.2-next.19 to 0.0.2-next.20
255
1088
  * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.19 to 0.0.2-next.20
256
1089
 
257
- ## [0.0.2-next.19](https://github.com/twinfoundation/framework/compare/modules-v0.0.2-next.18...modules-v0.0.2-next.19) (2025-09-30)
1090
+ ## [0.0.2-next.19](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.2-next.18...modules-v0.0.2-next.19) (2025-09-30)
258
1091
 
259
1092
 
260
1093
  ### Miscellaneous Chores
@@ -272,7 +1105,7 @@
272
1105
  * @twin.org/nameof-transformer bumped from 0.0.2-next.18 to 0.0.2-next.19
273
1106
  * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.18 to 0.0.2-next.19
274
1107
 
275
- ## [0.0.2-next.18](https://github.com/twinfoundation/framework/compare/modules-v0.0.2-next.17...modules-v0.0.2-next.18) (2025-09-29)
1108
+ ## [0.0.2-next.18](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.2-next.17...modules-v0.0.2-next.18) (2025-09-29)
276
1109
 
277
1110
 
278
1111
  ### Miscellaneous Chores
@@ -290,7 +1123,7 @@
290
1123
  * @twin.org/nameof-transformer bumped from 0.0.2-next.17 to 0.0.2-next.18
291
1124
  * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.17 to 0.0.2-next.18
292
1125
 
293
- ## [0.0.2-next.17](https://github.com/twinfoundation/framework/compare/modules-v0.0.2-next.16...modules-v0.0.2-next.17) (2025-09-29)
1126
+ ## [0.0.2-next.17](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.2-next.16...modules-v0.0.2-next.17) (2025-09-29)
294
1127
 
295
1128
 
296
1129
  ### Miscellaneous Chores
@@ -308,12 +1141,12 @@
308
1141
  * @twin.org/nameof-transformer bumped from 0.0.2-next.16 to 0.0.2-next.17
309
1142
  * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.16 to 0.0.2-next.17
310
1143
 
311
- ## [0.0.2-next.16](https://github.com/twinfoundation/framework/compare/modules-v0.0.2-next.15...modules-v0.0.2-next.16) (2025-09-28)
1144
+ ## [0.0.2-next.16](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.2-next.15...modules-v0.0.2-next.16) (2025-09-28)
312
1145
 
313
1146
 
314
1147
  ### Features
315
1148
 
316
- * nodeIdentity optional in IComponent methods ([c78dc17](https://github.com/twinfoundation/framework/commit/c78dc17f4357d3e1ae40e415f468d3eae13e81f4))
1149
+ * nodeIdentity optional in IComponent methods ([c78dc17](https://github.com/iotaledger/twin-framework/commit/c78dc17f4357d3e1ae40e415f468d3eae13e81f4))
317
1150
 
318
1151
 
319
1152
  ### Dependencies
@@ -326,7 +1159,7 @@
326
1159
  * @twin.org/nameof-transformer bumped from 0.0.2-next.15 to 0.0.2-next.16
327
1160
  * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.15 to 0.0.2-next.16
328
1161
 
329
- ## [0.0.2-next.15](https://github.com/twinfoundation/framework/compare/modules-v0.0.2-next.14...modules-v0.0.2-next.15) (2025-09-22)
1162
+ ## [0.0.2-next.15](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.2-next.14...modules-v0.0.2-next.15) (2025-09-22)
330
1163
 
331
1164
 
332
1165
  ### Miscellaneous Chores
@@ -344,7 +1177,7 @@
344
1177
  * @twin.org/nameof-transformer bumped from 0.0.2-next.14 to 0.0.2-next.15
345
1178
  * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.14 to 0.0.2-next.15
346
1179
 
347
- ## [0.0.2-next.14](https://github.com/twinfoundation/framework/compare/modules-v0.0.2-next.13...modules-v0.0.2-next.14) (2025-09-22)
1180
+ ## [0.0.2-next.14](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.2-next.13...modules-v0.0.2-next.14) (2025-09-22)
348
1181
 
349
1182
 
350
1183
  ### Miscellaneous Chores
@@ -362,7 +1195,7 @@
362
1195
  * @twin.org/nameof-transformer bumped from 0.0.2-next.13 to 0.0.2-next.14
363
1196
  * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.13 to 0.0.2-next.14
364
1197
 
365
- ## [0.0.2-next.13](https://github.com/twinfoundation/framework/compare/modules-v0.0.2-next.12...modules-v0.0.2-next.13) (2025-09-22)
1198
+ ## [0.0.2-next.13](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.2-next.12...modules-v0.0.2-next.13) (2025-09-22)
366
1199
 
367
1200
 
368
1201
  ### Miscellaneous Chores
@@ -380,7 +1213,7 @@
380
1213
  * @twin.org/nameof-transformer bumped from 0.0.2-next.12 to 0.0.2-next.13
381
1214
  * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.12 to 0.0.2-next.13
382
1215
 
383
- ## [0.0.2-next.12](https://github.com/twinfoundation/framework/compare/modules-v0.0.2-next.11...modules-v0.0.2-next.12) (2025-09-15)
1216
+ ## [0.0.2-next.12](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.2-next.11...modules-v0.0.2-next.12) (2025-09-15)
384
1217
 
385
1218
 
386
1219
  ### Miscellaneous Chores
@@ -398,7 +1231,7 @@
398
1231
  * @twin.org/nameof-transformer bumped from 0.0.2-next.11 to 0.0.2-next.12
399
1232
  * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.11 to 0.0.2-next.12
400
1233
 
401
- ## [0.0.2-next.11](https://github.com/twinfoundation/framework/compare/modules-v0.0.2-next.10...modules-v0.0.2-next.11) (2025-09-15)
1234
+ ## [0.0.2-next.11](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.2-next.10...modules-v0.0.2-next.11) (2025-09-15)
402
1235
 
403
1236
 
404
1237
  ### Miscellaneous Chores
@@ -416,7 +1249,7 @@
416
1249
  * @twin.org/nameof-transformer bumped from 0.0.2-next.10 to 0.0.2-next.11
417
1250
  * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.10 to 0.0.2-next.11
418
1251
 
419
- ## [0.0.2-next.10](https://github.com/twinfoundation/framework/compare/modules-v0.0.2-next.9...modules-v0.0.2-next.10) (2025-09-11)
1252
+ ## [0.0.2-next.10](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.2-next.9...modules-v0.0.2-next.10) (2025-09-11)
420
1253
 
421
1254
 
422
1255
  ### Miscellaneous Chores
@@ -434,7 +1267,7 @@
434
1267
  * @twin.org/nameof-transformer bumped from 0.0.2-next.9 to 0.0.2-next.10
435
1268
  * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.9 to 0.0.2-next.10
436
1269
 
437
- ## [0.0.2-next.9](https://github.com/twinfoundation/framework/compare/modules-v0.0.2-next.8...modules-v0.0.2-next.9) (2025-09-08)
1270
+ ## [0.0.2-next.9](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.2-next.8...modules-v0.0.2-next.9) (2025-09-08)
438
1271
 
439
1272
 
440
1273
  ### Miscellaneous Chores
@@ -452,7 +1285,7 @@
452
1285
  * @twin.org/nameof-transformer bumped from 0.0.2-next.8 to 0.0.2-next.9
453
1286
  * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.8 to 0.0.2-next.9
454
1287
 
455
- ## [0.0.2-next.8](https://github.com/twinfoundation/framework/compare/modules-v0.0.2-next.7...modules-v0.0.2-next.8) (2025-09-05)
1288
+ ## [0.0.2-next.8](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.2-next.7...modules-v0.0.2-next.8) (2025-09-05)
456
1289
 
457
1290
 
458
1291
  ### Miscellaneous Chores
@@ -470,12 +1303,12 @@
470
1303
  * @twin.org/nameof-transformer bumped from 0.0.2-next.7 to 0.0.2-next.8
471
1304
  * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.7 to 0.0.2-next.8
472
1305
 
473
- ## [0.0.2-next.7](https://github.com/twinfoundation/framework/compare/modules-v0.0.2-next.6...modules-v0.0.2-next.7) (2025-08-29)
1306
+ ## [0.0.2-next.7](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.2-next.6...modules-v0.0.2-next.7) (2025-08-29)
474
1307
 
475
1308
 
476
1309
  ### Features
477
1310
 
478
- * eslint migration to flat config ([74427d7](https://github.com/twinfoundation/framework/commit/74427d78d342167f7850e49ab87269326355befe))
1311
+ * eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
479
1312
 
480
1313
 
481
1314
  ### Dependencies
@@ -488,12 +1321,12 @@
488
1321
  * @twin.org/nameof-transformer bumped from 0.0.2-next.6 to 0.0.2-next.7
489
1322
  * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.6 to 0.0.2-next.7
490
1323
 
491
- ## [0.0.2-next.6](https://github.com/twinfoundation/framework/compare/modules-v0.0.2-next.5...modules-v0.0.2-next.6) (2025-08-27)
1324
+ ## [0.0.2-next.6](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.2-next.5...modules-v0.0.2-next.6) (2025-08-27)
492
1325
 
493
1326
 
494
1327
  ### Features
495
1328
 
496
- * provide module helper override ([e998a64](https://github.com/twinfoundation/framework/commit/e998a64842cfd18693a14444be33b084fef2bb90))
1329
+ * provide module helper override ([e998a64](https://github.com/iotaledger/twin-framework/commit/e998a64842cfd18693a14444be33b084fef2bb90))
497
1330
 
498
1331
 
499
1332
  ### Dependencies
@@ -506,12 +1339,12 @@
506
1339
  * @twin.org/nameof-transformer bumped from 0.0.2-next.5 to 0.0.2-next.6
507
1340
  * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.5 to 0.0.2-next.6
508
1341
 
509
- ## [0.0.2-next.5](https://github.com/twinfoundation/framework/compare/modules-v0.0.2-next.4...modules-v0.0.2-next.5) (2025-08-19)
1342
+ ## [0.0.2-next.5](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.2-next.4...modules-v0.0.2-next.5) (2025-08-19)
510
1343
 
511
1344
 
512
1345
  ### Features
513
1346
 
514
- * use cause instead of inner for errors ([1f4acc4](https://github.com/twinfoundation/framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
1347
+ * use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
515
1348
 
516
1349
 
517
1350
  ### Dependencies
@@ -524,7 +1357,7 @@
524
1357
  * @twin.org/nameof-transformer bumped from 0.0.2-next.4 to 0.0.2-next.5
525
1358
  * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.4 to 0.0.2-next.5
526
1359
 
527
- ## [0.0.2-next.4](https://github.com/twinfoundation/framework/compare/modules-v0.0.2-next.3...modules-v0.0.2-next.4) (2025-08-15)
1360
+ ## [0.0.2-next.4](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.2-next.3...modules-v0.0.2-next.4) (2025-08-15)
528
1361
 
529
1362
 
530
1363
  ### Miscellaneous Chores
@@ -542,16 +1375,16 @@
542
1375
  * @twin.org/nameof-transformer bumped from 0.0.2-next.3 to 0.0.2-next.4
543
1376
  * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.3 to 0.0.2-next.4
544
1377
 
545
- ## [0.0.2-next.3](https://github.com/twinfoundation/framework/compare/modules-v0.0.2-next.2...modules-v0.0.2-next.3) (2025-08-06)
1378
+ ## [0.0.2-next.3](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.2-next.2...modules-v0.0.2-next.3) (2025-08-06)
546
1379
 
547
1380
 
548
1381
  ### Features
549
1382
 
550
- * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/twinfoundation/framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
551
- * improve async pattern and error handling ([aaa1f68](https://github.com/twinfoundation/framework/commit/aaa1f6879d60adf04b78b0c1bbbec50f2873f020))
552
- * relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
553
- * update dependencies ([f3bd015](https://github.com/twinfoundation/framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
554
- * use new shared store mechanism ([#131](https://github.com/twinfoundation/framework/issues/131)) ([934385b](https://github.com/twinfoundation/framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
1383
+ * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
1384
+ * improve async pattern and error handling ([aaa1f68](https://github.com/iotaledger/twin-framework/commit/aaa1f6879d60adf04b78b0c1bbbec50f2873f020))
1385
+ * relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
1386
+ * update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
1387
+ * use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
555
1388
 
556
1389
 
557
1390
  ### Dependencies
@@ -564,16 +1397,16 @@
564
1397
  * @twin.org/nameof-transformer bumped from 0.0.2-next.2 to 0.0.2-next.3
565
1398
  * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.2 to 0.0.2-next.3
566
1399
 
567
- ## [0.0.2-next.2](https://github.com/twinfoundation/framework/compare/modules-v0.0.2-next.1...modules-v0.0.2-next.2) (2025-08-06)
1400
+ ## [0.0.2-next.2](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.2-next.1...modules-v0.0.2-next.2) (2025-08-06)
568
1401
 
569
1402
 
570
1403
  ### Features
571
1404
 
572
- * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/twinfoundation/framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
573
- * improve async pattern and error handling ([aaa1f68](https://github.com/twinfoundation/framework/commit/aaa1f6879d60adf04b78b0c1bbbec50f2873f020))
574
- * relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
575
- * update dependencies ([f3bd015](https://github.com/twinfoundation/framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
576
- * use new shared store mechanism ([#131](https://github.com/twinfoundation/framework/issues/131)) ([934385b](https://github.com/twinfoundation/framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
1405
+ * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
1406
+ * improve async pattern and error handling ([aaa1f68](https://github.com/iotaledger/twin-framework/commit/aaa1f6879d60adf04b78b0c1bbbec50f2873f020))
1407
+ * relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
1408
+ * update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
1409
+ * use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
577
1410
 
578
1411
 
579
1412
  ### Dependencies
@@ -586,16 +1419,16 @@
586
1419
  * @twin.org/nameof-transformer bumped from 0.0.2-next.1 to 0.0.2-next.2
587
1420
  * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.1 to 0.0.2-next.2
588
1421
 
589
- ## [0.0.2-next.1](https://github.com/twinfoundation/framework/compare/modules-v0.0.2-next.0...modules-v0.0.2-next.1) (2025-08-06)
1422
+ ## [0.0.2-next.1](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.2-next.0...modules-v0.0.2-next.1) (2025-08-06)
590
1423
 
591
1424
 
592
1425
  ### Features
593
1426
 
594
- * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/twinfoundation/framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
595
- * improve async pattern and error handling ([aaa1f68](https://github.com/twinfoundation/framework/commit/aaa1f6879d60adf04b78b0c1bbbec50f2873f020))
596
- * relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
597
- * update dependencies ([f3bd015](https://github.com/twinfoundation/framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
598
- * use new shared store mechanism ([#131](https://github.com/twinfoundation/framework/issues/131)) ([934385b](https://github.com/twinfoundation/framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
1427
+ * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
1428
+ * improve async pattern and error handling ([aaa1f68](https://github.com/iotaledger/twin-framework/commit/aaa1f6879d60adf04b78b0c1bbbec50f2873f020))
1429
+ * relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
1430
+ * update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
1431
+ * use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
599
1432
 
600
1433
 
601
1434
  ### Dependencies
@@ -613,8 +1446,8 @@
613
1446
 
614
1447
  ### Features
615
1448
 
616
- * release to production ([829d53d](https://github.com/twinfoundation/framework/commit/829d53d3953b1e1b40b0243c04cfdfd3842aac7b))
617
- * release to production ([5cf3a76](https://github.com/twinfoundation/framework/commit/5cf3a76a09eff2e6414d0cba846c7c37400a11d6))
1449
+ * release to production ([829d53d](https://github.com/iotaledger/twin-framework/commit/829d53d3953b1e1b40b0243c04cfdfd3842aac7b))
1450
+ * release to production ([5cf3a76](https://github.com/iotaledger/twin-framework/commit/5cf3a76a09eff2e6414d0cba846c7c37400a11d6))
618
1451
 
619
1452
 
620
1453
  ### Dependencies
@@ -627,15 +1460,15 @@
627
1460
  * @twin.org/nameof-transformer bumped from ^0.0.0 to ^0.0.1
628
1461
  * @twin.org/nameof-vitest-plugin bumped from ^0.0.0 to ^0.0.1
629
1462
 
630
- ## [0.0.1-next.70](https://github.com/twinfoundation/framework/compare/modules-v0.0.1-next.69...modules-v0.0.1-next.70) (2025-07-02)
1463
+ ## [0.0.1-next.70](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.1-next.69...modules-v0.0.1-next.70) (2025-07-02)
631
1464
 
632
1465
 
633
1466
  ### Features
634
1467
 
635
- * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/twinfoundation/framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
636
- * improve async pattern and error handling ([aaa1f68](https://github.com/twinfoundation/framework/commit/aaa1f6879d60adf04b78b0c1bbbec50f2873f020))
637
- * relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
638
- * use new shared store mechanism ([#131](https://github.com/twinfoundation/framework/issues/131)) ([934385b](https://github.com/twinfoundation/framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
1468
+ * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
1469
+ * improve async pattern and error handling ([aaa1f68](https://github.com/iotaledger/twin-framework/commit/aaa1f6879d60adf04b78b0c1bbbec50f2873f020))
1470
+ * relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
1471
+ * use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
639
1472
 
640
1473
 
641
1474
  ### Dependencies
@@ -648,15 +1481,15 @@
648
1481
  * @twin.org/nameof-transformer bumped from 0.0.1-next.69 to 0.0.1-next.70
649
1482
  * @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.69 to 0.0.1-next.70
650
1483
 
651
- ## [0.0.1-next.69](https://github.com/twinfoundation/framework/compare/modules-v0.0.1-next.68...modules-v0.0.1-next.69) (2025-07-02)
1484
+ ## [0.0.1-next.69](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.1-next.68...modules-v0.0.1-next.69) (2025-07-02)
652
1485
 
653
1486
 
654
1487
  ### Features
655
1488
 
656
- * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/twinfoundation/framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
657
- * improve async pattern and error handling ([aaa1f68](https://github.com/twinfoundation/framework/commit/aaa1f6879d60adf04b78b0c1bbbec50f2873f020))
658
- * relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
659
- * use new shared store mechanism ([#131](https://github.com/twinfoundation/framework/issues/131)) ([934385b](https://github.com/twinfoundation/framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
1489
+ * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
1490
+ * improve async pattern and error handling ([aaa1f68](https://github.com/iotaledger/twin-framework/commit/aaa1f6879d60adf04b78b0c1bbbec50f2873f020))
1491
+ * relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
1492
+ * use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
660
1493
 
661
1494
 
662
1495
  ### Dependencies
@@ -669,12 +1502,12 @@
669
1502
  * @twin.org/nameof-transformer bumped from 0.0.1-next.68 to 0.0.1-next.69
670
1503
  * @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.68 to 0.0.1-next.69
671
1504
 
672
- ## [0.0.1-next.68](https://github.com/twinfoundation/framework/compare/modules-v0.0.1-next.67...modules-v0.0.1-next.68) (2025-07-02)
1505
+ ## [0.0.1-next.68](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.1-next.67...modules-v0.0.1-next.68) (2025-07-02)
673
1506
 
674
1507
 
675
1508
  ### Features
676
1509
 
677
- * relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
1510
+ * relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
678
1511
 
679
1512
 
680
1513
  ### Dependencies
@@ -687,7 +1520,7 @@
687
1520
  * @twin.org/nameof-transformer bumped from 0.0.1-next.67 to 0.0.1-next.68
688
1521
  * @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.67 to 0.0.1-next.68
689
1522
 
690
- ## [0.0.1-next.67](https://github.com/twinfoundation/framework/compare/modules-v0.0.1-next.66...modules-v0.0.1-next.67) (2025-06-26)
1523
+ ## [0.0.1-next.67](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.1-next.66...modules-v0.0.1-next.67) (2025-06-26)
691
1524
 
692
1525
 
693
1526
  ### Miscellaneous Chores
@@ -701,7 +1534,7 @@
701
1534
  * dependencies
702
1535
  * @twin.org/core bumped from 0.0.1-next.66 to 0.0.1-next.67
703
1536
 
704
- ## [0.0.1-next.66](https://github.com/twinfoundation/framework/compare/modules-v0.0.1-next.65...modules-v0.0.1-next.66) (2025-06-26)
1537
+ ## [0.0.1-next.66](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.1-next.65...modules-v0.0.1-next.66) (2025-06-26)
705
1538
 
706
1539
 
707
1540
  ### Miscellaneous Chores
@@ -715,12 +1548,12 @@
715
1548
  * dependencies
716
1549
  * @twin.org/core bumped from 0.0.1-next.65 to 0.0.1-next.66
717
1550
 
718
- ## [0.0.1-next.65](https://github.com/twinfoundation/framework/compare/modules-v0.0.1-next.64...modules-v0.0.1-next.65) (2025-06-19)
1551
+ ## [0.0.1-next.65](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.1-next.64...modules-v0.0.1-next.65) (2025-06-19)
719
1552
 
720
1553
 
721
1554
  ### Features
722
1555
 
723
- * improve async pattern and error handling ([aaa1f68](https://github.com/twinfoundation/framework/commit/aaa1f6879d60adf04b78b0c1bbbec50f2873f020))
1556
+ * improve async pattern and error handling ([aaa1f68](https://github.com/iotaledger/twin-framework/commit/aaa1f6879d60adf04b78b0c1bbbec50f2873f020))
724
1557
 
725
1558
 
726
1559
  ### Dependencies
@@ -729,7 +1562,7 @@
729
1562
  * dependencies
730
1563
  * @twin.org/core bumped from 0.0.1-next.64 to 0.0.1-next.65
731
1564
 
732
- ## [0.0.1-next.64](https://github.com/twinfoundation/framework/compare/modules-v0.0.1-next.63...modules-v0.0.1-next.64) (2025-06-19)
1565
+ ## [0.0.1-next.64](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.1-next.63...modules-v0.0.1-next.64) (2025-06-19)
733
1566
 
734
1567
 
735
1568
  ### Miscellaneous Chores
@@ -743,7 +1576,7 @@
743
1576
  * dependencies
744
1577
  * @twin.org/core bumped from 0.0.1-next.63 to 0.0.1-next.64
745
1578
 
746
- ## [0.0.1-next.63](https://github.com/twinfoundation/framework/compare/modules-v0.0.1-next.62...modules-v0.0.1-next.63) (2025-06-18)
1579
+ ## [0.0.1-next.63](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.1-next.62...modules-v0.0.1-next.63) (2025-06-18)
747
1580
 
748
1581
 
749
1582
  ### Miscellaneous Chores
@@ -757,13 +1590,13 @@
757
1590
  * dependencies
758
1591
  * @twin.org/core bumped from 0.0.1-next.62 to 0.0.1-next.63
759
1592
 
760
- ## [0.0.1-next.62](https://github.com/twinfoundation/framework/compare/modules-v0.0.1-next.61...modules-v0.0.1-next.62) (2025-06-17)
1593
+ ## [0.0.1-next.62](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.1-next.61...modules-v0.0.1-next.62) (2025-06-17)
761
1594
 
762
1595
 
763
1596
  ### Features
764
1597
 
765
- * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/twinfoundation/framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
766
- * use new shared store mechanism ([#131](https://github.com/twinfoundation/framework/issues/131)) ([934385b](https://github.com/twinfoundation/framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
1598
+ * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
1599
+ * use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
767
1600
 
768
1601
 
769
1602
  ### Dependencies
@@ -772,7 +1605,7 @@
772
1605
  * dependencies
773
1606
  * @twin.org/core bumped from 0.0.1-next.61 to 0.0.1-next.62
774
1607
 
775
- ## [0.0.1-next.61](https://github.com/twinfoundation/framework/compare/modules-v0.0.1-next.60...modules-v0.0.1-next.61) (2025-06-17)
1608
+ ## [0.0.1-next.61](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.1-next.60...modules-v0.0.1-next.61) (2025-06-17)
776
1609
 
777
1610
 
778
1611
  ### Miscellaneous Chores
@@ -786,7 +1619,7 @@
786
1619
  * dependencies
787
1620
  * @twin.org/core bumped from 0.0.1-next.60 to 0.0.1-next.61
788
1621
 
789
- ## [0.0.1-next.60](https://github.com/twinfoundation/framework/compare/modules-v0.0.1-next.59...modules-v0.0.1-next.60) (2025-06-17)
1622
+ ## [0.0.1-next.60](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.1-next.59...modules-v0.0.1-next.60) (2025-06-17)
790
1623
 
791
1624
 
792
1625
  ### Miscellaneous Chores
@@ -800,7 +1633,7 @@
800
1633
  * dependencies
801
1634
  * @twin.org/core bumped from 0.0.1-next.59 to 0.0.1-next.60
802
1635
 
803
- ## [0.0.1-next.59](https://github.com/twinfoundation/framework/compare/modules-v0.0.1-next.58...modules-v0.0.1-next.59) (2025-06-17)
1636
+ ## [0.0.1-next.59](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.1-next.58...modules-v0.0.1-next.59) (2025-06-17)
804
1637
 
805
1638
 
806
1639
  ### Miscellaneous Chores
@@ -814,7 +1647,7 @@
814
1647
  * dependencies
815
1648
  * @twin.org/core bumped from 0.0.1-next.58 to 0.0.1-next.59
816
1649
 
817
- ## [0.0.1-next.58](https://github.com/twinfoundation/framework/compare/modules-v0.0.1-next.57...modules-v0.0.1-next.58) (2025-06-13)
1650
+ ## [0.0.1-next.58](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.1-next.57...modules-v0.0.1-next.58) (2025-06-13)
818
1651
 
819
1652
 
820
1653
  ### Miscellaneous Chores
@@ -828,12 +1661,12 @@
828
1661
  * dependencies
829
1662
  * @twin.org/core bumped from 0.0.1-next.57 to 0.0.1-next.58
830
1663
 
831
- ## [0.0.1-next.57](https://github.com/twinfoundation/framework/compare/modules-v0.0.1-next.56...modules-v0.0.1-next.57) (2025-06-10)
1664
+ ## [0.0.1-next.57](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.1-next.56...modules-v0.0.1-next.57) (2025-06-10)
832
1665
 
833
1666
 
834
1667
  ### Features
835
1668
 
836
- * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/twinfoundation/framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
1669
+ * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
837
1670
 
838
1671
 
839
1672
  ### Dependencies
@@ -842,7 +1675,7 @@
842
1675
  * dependencies
843
1676
  * @twin.org/core bumped from 0.0.1-next.56 to 0.0.1-next.57
844
1677
 
845
- ## [0.0.1-next.56](https://github.com/twinfoundation/framework/compare/modules-v0.0.1-next.55...modules-v0.0.1-next.56) (2025-05-08)
1678
+ ## [0.0.1-next.56](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.1-next.55...modules-v0.0.1-next.56) (2025-05-08)
846
1679
 
847
1680
 
848
1681
  ### Miscellaneous Chores
@@ -856,7 +1689,7 @@
856
1689
  * dependencies
857
1690
  * @twin.org/core bumped from 0.0.1-next.55 to 0.0.1-next.56
858
1691
 
859
- ## [0.0.1-next.55](https://github.com/twinfoundation/framework/compare/modules-v0.0.1-next.54...modules-v0.0.1-next.55) (2025-05-07)
1692
+ ## [0.0.1-next.55](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.1-next.54...modules-v0.0.1-next.55) (2025-05-07)
860
1693
 
861
1694
 
862
1695
  ### Miscellaneous Chores
@@ -870,7 +1703,7 @@
870
1703
  * dependencies
871
1704
  * @twin.org/core bumped from 0.0.1-next.54 to 0.0.1-next.55
872
1705
 
873
- ## [0.0.1-next.54](https://github.com/twinfoundation/framework/compare/modules-v0.0.1-next.53...modules-v0.0.1-next.54) (2025-05-06)
1706
+ ## [0.0.1-next.54](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.1-next.53...modules-v0.0.1-next.54) (2025-05-06)
874
1707
 
875
1708
 
876
1709
  ### Miscellaneous Chores
@@ -884,7 +1717,7 @@
884
1717
  * dependencies
885
1718
  * @twin.org/core bumped from 0.0.1-next.53 to 0.0.1-next.54
886
1719
 
887
- ## [0.0.1-next.53](https://github.com/twinfoundation/framework/compare/modules-v0.0.1-next.52...modules-v0.0.1-next.53) (2025-05-01)
1720
+ ## [0.0.1-next.53](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.1-next.52...modules-v0.0.1-next.53) (2025-05-01)
888
1721
 
889
1722
 
890
1723
  ### Miscellaneous Chores
@@ -898,12 +1731,12 @@
898
1731
  * dependencies
899
1732
  * @twin.org/core bumped from 0.0.1-next.52 to 0.0.1-next.53
900
1733
 
901
- ## [0.0.1-next.52](https://github.com/twinfoundation/framework/compare/modules-v0.0.1-next.51...modules-v0.0.1-next.52) (2025-04-17)
1734
+ ## [0.0.1-next.52](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.1-next.51...modules-v0.0.1-next.52) (2025-04-17)
902
1735
 
903
1736
 
904
1737
  ### Features
905
1738
 
906
- * use new shared store mechanism ([#131](https://github.com/twinfoundation/framework/issues/131)) ([934385b](https://github.com/twinfoundation/framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
1739
+ * use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
907
1740
 
908
1741
 
909
1742
  ### Dependencies
@@ -912,7 +1745,7 @@
912
1745
  * dependencies
913
1746
  * @twin.org/core bumped from 0.0.1-next.51 to 0.0.1-next.52
914
1747
 
915
- ## [0.0.1-next.51](https://github.com/twinfoundation/framework/compare/modules-v0.0.1-next.50...modules-v0.0.1-next.51) (2025-03-27)
1748
+ ## [0.0.1-next.51](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.1-next.50...modules-v0.0.1-next.51) (2025-03-27)
916
1749
 
917
1750
 
918
1751
  ### Miscellaneous Chores
@@ -926,7 +1759,7 @@
926
1759
  * dependencies
927
1760
  * @twin.org/core bumped from 0.0.1-next.50 to 0.0.1-next.51
928
1761
 
929
- ## [0.0.1-next.50](https://github.com/twinfoundation/framework/compare/modules-v0.0.1-next.49...modules-v0.0.1-next.50) (2025-03-26)
1762
+ ## [0.0.1-next.50](https://github.com/iotaledger/twin-framework/compare/modules-v0.0.1-next.49...modules-v0.0.1-next.50) (2025-03-26)
930
1763
 
931
1764
 
932
1765
  ### Miscellaneous Chores