@twin.org/engine-models 0.0.3-next.4 → 0.0.3-next.41

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.
Files changed (29) hide show
  1. package/README.md +1 -1
  2. package/dist/es/index.js +1 -0
  3. package/dist/es/index.js.map +1 -1
  4. package/dist/es/models/IEngineCore.js.map +1 -1
  5. package/dist/es/models/IEngineServer.js.map +1 -1
  6. package/dist/es/models/config/IEngineCoreTypeConfig.js.map +1 -1
  7. package/dist/es/models/engineTypeInitialiser.js.map +1 -1
  8. package/dist/es/models/engineTypeInitialiserReturn.js +2 -0
  9. package/dist/es/models/engineTypeInitialiserReturn.js.map +1 -0
  10. package/dist/types/index.d.ts +1 -0
  11. package/dist/types/models/IEngineCore.d.ts +26 -4
  12. package/dist/types/models/IEngineServer.d.ts +2 -2
  13. package/dist/types/models/config/IEngineCoreTypeConfig.d.ts +4 -0
  14. package/dist/types/models/engineTypeInitialiser.d.ts +3 -19
  15. package/dist/types/models/engineTypeInitialiserReturn.d.ts +19 -0
  16. package/docs/changelog.md +423 -106
  17. package/docs/examples.md +52 -1
  18. package/docs/reference/interfaces/EngineTypeInitialiserReturn.md +28 -8
  19. package/docs/reference/interfaces/IEngineCore.md +98 -30
  20. package/docs/reference/interfaces/IEngineCoreClone.md +5 -5
  21. package/docs/reference/interfaces/IEngineCoreConfig.md +6 -6
  22. package/docs/reference/interfaces/IEngineCoreContext.md +5 -5
  23. package/docs/reference/interfaces/IEngineCoreTypeBaseConfig.md +3 -3
  24. package/docs/reference/interfaces/IEngineModuleConfig.md +9 -9
  25. package/docs/reference/interfaces/IEngineServer.md +7 -7
  26. package/docs/reference/interfaces/IEngineStateStorage.md +4 -4
  27. package/docs/reference/type-aliases/EngineTypeInitialiser.md +7 -3
  28. package/docs/reference/type-aliases/IEngineCoreTypeConfig.md +13 -7
  29. package/package.json +4 -4
package/docs/changelog.md CHANGED
@@ -1,373 +1,690 @@
1
- # @twin.org/engine-models - Changelog
1
+ # Changelog
2
2
 
3
- ## [0.0.3-next.4](https://github.com/twinfoundation/engine/compare/engine-models-v0.0.3-next.3...engine-models-v0.0.3-next.4) (2025-11-20)
3
+ ## [0.0.3-next.41](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.40...engine-models-v0.0.3-next.41) (2026-05-26)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **engine-models:** Synchronize repo versions
9
+
10
+ ## [0.0.3-next.40](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.39...engine-models-v0.0.3-next.40) (2026-05-22)
11
+
12
+
13
+ ### Miscellaneous Chores
14
+
15
+ * **engine-models:** Synchronize repo versions
16
+
17
+ ## [0.0.3-next.39](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.38...engine-models-v0.0.3-next.39) (2026-05-21)
18
+
19
+
20
+ ### Miscellaneous Chores
21
+
22
+ * **engine-models:** Synchronize repo versions
23
+
24
+ ## [0.0.3-next.38](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.37...engine-models-v0.0.3-next.38) (2026-05-20)
25
+
26
+
27
+ ### Miscellaneous Chores
28
+
29
+ * **engine-models:** Synchronize repo versions
30
+
31
+ ## [0.0.3-next.37](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.36...engine-models-v0.0.3-next.37) (2026-05-12)
32
+
33
+
34
+ ### Features
35
+
36
+ * typescript 6 update ([b227f52](https://github.com/iotaledger/twin-engine/commit/b227f5271b18ac627b932ea8e59d2879ff01ebd7))
37
+
38
+ ## [0.0.3-next.36](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.35...engine-models-v0.0.3-next.36) (2026-05-08)
39
+
40
+
41
+ ### Miscellaneous Chores
42
+
43
+ * **engine-models:** Synchronize repo versions
44
+
45
+ ## [0.0.3-next.35](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.34...engine-models-v0.0.3-next.35) (2026-05-05)
46
+
47
+
48
+ ### Miscellaneous Chores
49
+
50
+ * **engine-models:** Synchronize repo versions
51
+
52
+ ## [0.0.3-next.34](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.33...engine-models-v0.0.3-next.34) (2026-05-05)
53
+
54
+
55
+ ### Miscellaneous Chores
56
+
57
+ * **engine-models:** Synchronize repo versions
58
+
59
+ ## [0.0.3-next.33](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.32...engine-models-v0.0.3-next.33) (2026-05-05)
60
+
61
+
62
+ ### Features
63
+
64
+ * add registered component methods ([a9a2899](https://github.com/iotaledger/twin-engine/commit/a9a2899f266baa48e63bfbda958877a4f941602d))
65
+
66
+ ## [0.0.3-next.32](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.31...engine-models-v0.0.3-next.32) (2026-04-24)
67
+
68
+
69
+ ### Miscellaneous Chores
70
+
71
+ * **engine-models:** Synchronize repo versions
72
+
73
+ ## [0.0.3-next.31](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.30...engine-models-v0.0.3-next.31) (2026-04-22)
74
+
75
+
76
+ ### Miscellaneous Chores
77
+
78
+ * **engine-models:** Synchronize repo versions
79
+
80
+ ## [0.0.3-next.30](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.29...engine-models-v0.0.3-next.30) (2026-04-16)
81
+
82
+
83
+ ### Miscellaneous Chores
84
+
85
+ * **engine-models:** Synchronize repo versions
86
+
87
+ ## [0.0.3-next.29](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.28...engine-models-v0.0.3-next.29) (2026-04-14)
88
+
89
+
90
+ ### Miscellaneous Chores
91
+
92
+ * **engine-models:** Synchronize repo versions
93
+
94
+ ## [0.0.3-next.28](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.27...engine-models-v0.0.3-next.28) (2026-04-10)
95
+
96
+
97
+ ### Miscellaneous Chores
98
+
99
+ * **engine-models:** Synchronize repo versions
100
+
101
+ ## [0.0.3-next.27](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.26...engine-models-v0.0.3-next.27) (2026-03-20)
102
+
103
+
104
+ ### Features
105
+
106
+ * update dependencies ([e6ebe42](https://github.com/iotaledger/twin-engine/commit/e6ebe42b9d61066227ad8b45dae14c8f8615b760))
107
+
108
+ ## [0.0.3-next.26](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.25...engine-models-v0.0.3-next.26) (2026-03-05)
109
+
110
+
111
+ ### Miscellaneous Chores
112
+
113
+ * **engine-models:** Synchronize repo versions
114
+
115
+ ## [0.0.3-next.25](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.24...engine-models-v0.0.3-next.25) (2026-03-02)
116
+
117
+
118
+ ### Miscellaneous Chores
119
+
120
+ * **engine-models:** Synchronize repo versions
121
+
122
+ ## [0.0.3-next.24](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.23...engine-models-v0.0.3-next.24) (2026-02-26)
123
+
124
+
125
+ ### Miscellaneous Chores
126
+
127
+ * **engine-models:** Synchronize repo versions
128
+
129
+ ## [0.0.3-next.23](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.22...engine-models-v0.0.3-next.23) (2026-02-23)
130
+
131
+
132
+ ### Features
133
+
134
+ * add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
135
+ * add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
136
+ * add engine type helper for config lookups ([a20a398](https://github.com/iotaledger/twin-engine/commit/a20a3987016c48351178ab8410bc05b0fba0f2c1))
137
+ * add engine type helper for config lookups ([7d5eeef](https://github.com/iotaledger/twin-engine/commit/7d5eeefd3e7b9daab1ba20e2fb6b1ebfec178aec))
138
+ * add isPrimary and isClone methods ([a7c63e9](https://github.com/iotaledger/twin-engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
139
+ * add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
140
+ * add REST options for route construction ([4adf0af](https://github.com/iotaledger/twin-engine/commit/4adf0af8a03689a4dbdf67e8527d6db0d2c5d59d))
141
+ * add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
142
+ * add skipComponentStart flag ([#62](https://github.com/iotaledger/twin-engine/issues/62)) ([07e90af](https://github.com/iotaledger/twin-engine/commit/07e90afa4ba1baaa79c0c6f0f45200d781801534))
143
+ * add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
144
+ * add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
145
+ * close already started components on startup error ([a55a117](https://github.com/iotaledger/twin-engine/commit/a55a117a508998288c8ae804e732fc6085cb22fa))
146
+ * context id handlers repopulated after engine clone ([9712e32](https://github.com/iotaledger/twin-engine/commit/9712e328f4607f5b2c82355c394c61bde0ee39bf))
147
+ * eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
148
+ * improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
149
+ * maintain isDefault flag for registered instances ([2ac5bee](https://github.com/iotaledger/twin-engine/commit/2ac5bee094bef42b396cc82b0d18bb6aebe27352))
150
+ * multi instance component support ([#83](https://github.com/iotaledger/twin-engine/issues/83)) ([6012b50](https://github.com/iotaledger/twin-engine/commit/6012b50959df5af893f05516d42eea2e0800b31a))
151
+ * remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/iotaledger/twin-engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
152
+ * remove unused component states ([d56d648](https://github.com/iotaledger/twin-engine/commit/d56d6486119ea8b8501a33f9e3a3101a08b826ed))
153
+ * simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
154
+ * standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
155
+ * update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
156
+ * update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
157
+ * upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
158
+ * use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
159
+
160
+
161
+ ### Bug Fixes
162
+
163
+ * make sure stop is called even if start is not implemented ([ece2b9d](https://github.com/iotaledger/twin-engine/commit/ece2b9de5c6dff2b5ccf2a3115c1a7328a330125))
164
+ * pass contextIds to populateClone ([#79](https://github.com/iotaledger/twin-engine/issues/79)) ([b22f1bb](https://github.com/iotaledger/twin-engine/commit/b22f1bbf0319069914e316d27de4c2a8623421cf))
165
+
166
+ ## [0.0.3-next.22](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.21...engine-models-v0.0.3-next.22) (2026-02-23)
167
+
168
+
169
+ ### Miscellaneous Chores
170
+
171
+ * **engine-models:** Synchronize repo versions
172
+
173
+ ## [0.0.3-next.21](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.20...engine-models-v0.0.3-next.21) (2026-02-13)
4
174
 
5
175
 
6
176
  ### Features
7
177
 
8
- * context id handlers repopulated after engine clone ([9712e32](https://github.com/twinfoundation/engine/commit/9712e328f4607f5b2c82355c394c61bde0ee39bf))
178
+ * multi instance component support ([#83](https://github.com/iotaledger/twin-engine/issues/83)) ([6012b50](https://github.com/iotaledger/twin-engine/commit/6012b50959df5af893f05516d42eea2e0800b31a))
179
+
180
+ ## [0.0.3-next.20](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.19...engine-models-v0.0.3-next.20) (2026-02-06)
181
+
182
+
183
+ ### Miscellaneous Chores
184
+
185
+ * **engine-models:** Synchronize repo versions
9
186
 
10
- ## [0.0.3-next.3](https://github.com/twinfoundation/engine/compare/engine-models-v0.0.3-next.2...engine-models-v0.0.3-next.3) (2025-11-14)
187
+ ## [0.0.3-next.19](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.18...engine-models-v0.0.3-next.19) (2026-02-05)
11
188
 
12
189
 
13
190
  ### Bug Fixes
14
191
 
15
- * make sure stop is called even if start is not implemented ([ece2b9d](https://github.com/twinfoundation/engine/commit/ece2b9de5c6dff2b5ccf2a3115c1a7328a330125))
192
+ * pass contextIds to populateClone ([#79](https://github.com/iotaledger/twin-engine/issues/79)) ([b22f1bb](https://github.com/iotaledger/twin-engine/commit/b22f1bbf0319069914e316d27de4c2a8623421cf))
193
+
194
+ ## [0.0.3-next.18](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.17...engine-models-v0.0.3-next.18) (2026-02-04)
195
+
196
+
197
+ ### Miscellaneous Chores
198
+
199
+ * **engine-models:** Synchronize repo versions
200
+
201
+ ## [0.0.3-next.17](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.16...engine-models-v0.0.3-next.17) (2026-02-02)
202
+
203
+
204
+ ### Miscellaneous Chores
205
+
206
+ * **engine-models:** Synchronize repo versions
207
+
208
+ ## [0.0.3-next.16](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.15...engine-models-v0.0.3-next.16) (2026-01-28)
209
+
210
+
211
+ ### Miscellaneous Chores
212
+
213
+ * **engine-models:** Synchronize repo versions
214
+
215
+ ## [0.0.3-next.15](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.14...engine-models-v0.0.3-next.15) (2026-01-26)
216
+
217
+
218
+ ### Miscellaneous Chores
219
+
220
+ * **engine-models:** Synchronize repo versions
221
+
222
+ ## [0.0.3-next.14](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.13...engine-models-v0.0.3-next.14) (2026-01-19)
223
+
224
+
225
+ ### Features
226
+
227
+ * add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
228
+ * add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
229
+ * add engine type helper for config lookups ([a20a398](https://github.com/iotaledger/twin-engine/commit/a20a3987016c48351178ab8410bc05b0fba0f2c1))
230
+ * add engine type helper for config lookups ([7d5eeef](https://github.com/iotaledger/twin-engine/commit/7d5eeefd3e7b9daab1ba20e2fb6b1ebfec178aec))
231
+ * add isPrimary and isClone methods ([a7c63e9](https://github.com/iotaledger/twin-engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
232
+ * add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
233
+ * add REST options for route construction ([4adf0af](https://github.com/iotaledger/twin-engine/commit/4adf0af8a03689a4dbdf67e8527d6db0d2c5d59d))
234
+ * add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
235
+ * add skipComponentStart flag ([#62](https://github.com/iotaledger/twin-engine/issues/62)) ([07e90af](https://github.com/iotaledger/twin-engine/commit/07e90afa4ba1baaa79c0c6f0f45200d781801534))
236
+ * add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
237
+ * add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
238
+ * close already started components on startup error ([a55a117](https://github.com/iotaledger/twin-engine/commit/a55a117a508998288c8ae804e732fc6085cb22fa))
239
+ * context id handlers repopulated after engine clone ([9712e32](https://github.com/iotaledger/twin-engine/commit/9712e328f4607f5b2c82355c394c61bde0ee39bf))
240
+ * eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
241
+ * improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
242
+ * maintain isDefault flag for registered instances ([2ac5bee](https://github.com/iotaledger/twin-engine/commit/2ac5bee094bef42b396cc82b0d18bb6aebe27352))
243
+ * remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/iotaledger/twin-engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
244
+ * remove unused component states ([d56d648](https://github.com/iotaledger/twin-engine/commit/d56d6486119ea8b8501a33f9e3a3101a08b826ed))
245
+ * simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
246
+ * standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
247
+ * update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
248
+ * update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
249
+ * upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
250
+ * use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
251
+
252
+
253
+ ### Bug Fixes
254
+
255
+ * make sure stop is called even if start is not implemented ([ece2b9d](https://github.com/iotaledger/twin-engine/commit/ece2b9de5c6dff2b5ccf2a3115c1a7328a330125))
256
+
257
+ ## [0.0.3-next.13](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.12...engine-models-v0.0.3-next.13) (2026-01-19)
258
+
259
+
260
+ ### Miscellaneous Chores
261
+
262
+ * **engine-models:** Synchronize repo versions
263
+
264
+ ## [0.0.3-next.12](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.11...engine-models-v0.0.3-next.12) (2026-01-19)
265
+
266
+
267
+ ### Features
268
+
269
+ * improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
270
+
271
+ ## [0.0.3-next.11](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.10...engine-models-v0.0.3-next.11) (2026-01-16)
272
+
16
273
 
17
- ## [0.0.3-next.2](https://github.com/twinfoundation/engine/compare/engine-models-v0.0.3-next.1...engine-models-v0.0.3-next.2) (2025-11-13)
274
+ ### Miscellaneous Chores
275
+
276
+ * **engine-models:** Synchronize repo versions
277
+
278
+ ## [0.0.3-next.10](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.9...engine-models-v0.0.3-next.10) (2026-01-13)
18
279
 
19
280
 
20
281
  ### Features
21
282
 
22
- * close already started components on startup error ([a55a117](https://github.com/twinfoundation/engine/commit/a55a117a508998288c8ae804e732fc6085cb22fa))
283
+ * add skipComponentStart flag ([#62](https://github.com/iotaledger/twin-engine/issues/62)) ([07e90af](https://github.com/iotaledger/twin-engine/commit/07e90afa4ba1baaa79c0c6f0f45200d781801534))
284
+
285
+ ## [0.0.3-next.9](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.8...engine-models-v0.0.3-next.9) (2026-01-07)
286
+
287
+
288
+ ### Miscellaneous Chores
289
+
290
+ * **engine-models:** Synchronize repo versions
291
+
292
+ ## [0.0.3-next.8](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.7...engine-models-v0.0.3-next.8) (2026-01-06)
293
+
294
+
295
+ ### Miscellaneous Chores
23
296
 
24
- ## [0.0.3-next.1](https://github.com/twinfoundation/engine/compare/engine-models-v0.0.3-next.0...engine-models-v0.0.3-next.1) (2025-11-13)
297
+ * **engine-models:** Synchronize repo versions
298
+
299
+ ## [0.0.3-next.7](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.6...engine-models-v0.0.3-next.7) (2025-12-04)
300
+
301
+
302
+ ### Miscellaneous Chores
303
+
304
+ * **engine-models:** Synchronize repo versions
305
+
306
+ ## [0.0.3-next.6](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.5...engine-models-v0.0.3-next.6) (2025-11-28)
307
+
308
+
309
+ ### Miscellaneous Chores
310
+
311
+ * **engine-models:** Synchronize repo versions
312
+
313
+ ## [0.0.3-next.5](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.4...engine-models-v0.0.3-next.5) (2025-11-20)
314
+
315
+
316
+ ### Miscellaneous Chores
317
+
318
+ * **engine-models:** Synchronize repo versions
319
+
320
+ ## [0.0.3-next.4](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.3...engine-models-v0.0.3-next.4) (2025-11-20)
25
321
 
26
322
 
27
323
  ### Features
28
324
 
29
- * add auth admin component ([201cd06](https://github.com/twinfoundation/engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
30
- * add context id features ([#51](https://github.com/twinfoundation/engine/issues/51)) ([eaef180](https://github.com/twinfoundation/engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
31
- * add engine type helper for config lookups ([a20a398](https://github.com/twinfoundation/engine/commit/a20a3987016c48351178ab8410bc05b0fba0f2c1))
32
- * add engine type helper for config lookups ([7d5eeef](https://github.com/twinfoundation/engine/commit/7d5eeefd3e7b9daab1ba20e2fb6b1ebfec178aec))
33
- * add isPrimary and isClone methods ([a7c63e9](https://github.com/twinfoundation/engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
34
- * add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/twinfoundation/engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
35
- * add REST options for route construction ([4adf0af](https://github.com/twinfoundation/engine/commit/4adf0af8a03689a4dbdf67e8527d6db0d2c5d59d))
36
- * add rights management negotiation ([84ef46b](https://github.com/twinfoundation/engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
37
- * add synchronised storage support ([5142e34](https://github.com/twinfoundation/engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
38
- * add validate-locales ([b92ea09](https://github.com/twinfoundation/engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
39
- * eslint migration to flat config ([6b978da](https://github.com/twinfoundation/engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
40
- * maintain isDefault flag for registered instances ([2ac5bee](https://github.com/twinfoundation/engine/commit/2ac5bee094bef42b396cc82b0d18bb6aebe27352))
41
- * remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/twinfoundation/engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
42
- * remove unused component states ([d56d648](https://github.com/twinfoundation/engine/commit/d56d6486119ea8b8501a33f9e3a3101a08b826ed))
43
- * simplify config building ([732c871](https://github.com/twinfoundation/engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
44
- * standardised engine logging naming ([0dbf857](https://github.com/twinfoundation/engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
45
- * update dependencies ([97c9f64](https://github.com/twinfoundation/engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
46
- * update framework core ([acc0f8d](https://github.com/twinfoundation/engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
47
- * upgrade framework components ([efd52e8](https://github.com/twinfoundation/engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
48
- * use shared store mechanism ([#2](https://github.com/twinfoundation/engine/issues/2)) ([9eed8d7](https://github.com/twinfoundation/engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
325
+ * context id handlers repopulated after engine clone ([9712e32](https://github.com/iotaledger/twin-engine/commit/9712e328f4607f5b2c82355c394c61bde0ee39bf))
326
+
327
+ ## [0.0.3-next.3](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.2...engine-models-v0.0.3-next.3) (2025-11-14)
328
+
329
+
330
+ ### Bug Fixes
331
+
332
+ * make sure stop is called even if start is not implemented ([ece2b9d](https://github.com/iotaledger/twin-engine/commit/ece2b9de5c6dff2b5ccf2a3115c1a7328a330125))
333
+
334
+ ## [0.0.3-next.2](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.1...engine-models-v0.0.3-next.2) (2025-11-13)
335
+
336
+
337
+ ### Features
338
+
339
+ * close already started components on startup error ([a55a117](https://github.com/iotaledger/twin-engine/commit/a55a117a508998288c8ae804e732fc6085cb22fa))
340
+
341
+ ## [0.0.3-next.1](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.3-next.0...engine-models-v0.0.3-next.1) (2025-11-13)
342
+
343
+
344
+ ### Features
49
345
 
50
- ## [0.0.2-next.26](https://github.com/twinfoundation/engine/compare/engine-models-v0.0.2-next.25...engine-models-v0.0.2-next.26) (2025-10-09)
346
+ * add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
347
+ * add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
348
+ * add engine type helper for config lookups ([a20a398](https://github.com/iotaledger/twin-engine/commit/a20a3987016c48351178ab8410bc05b0fba0f2c1))
349
+ * add engine type helper for config lookups ([7d5eeef](https://github.com/iotaledger/twin-engine/commit/7d5eeefd3e7b9daab1ba20e2fb6b1ebfec178aec))
350
+ * add isPrimary and isClone methods ([a7c63e9](https://github.com/iotaledger/twin-engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
351
+ * add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
352
+ * add REST options for route construction ([4adf0af](https://github.com/iotaledger/twin-engine/commit/4adf0af8a03689a4dbdf67e8527d6db0d2c5d59d))
353
+ * add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
354
+ * add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
355
+ * add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
356
+ * eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
357
+ * maintain isDefault flag for registered instances ([2ac5bee](https://github.com/iotaledger/twin-engine/commit/2ac5bee094bef42b396cc82b0d18bb6aebe27352))
358
+ * remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/iotaledger/twin-engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
359
+ * remove unused component states ([d56d648](https://github.com/iotaledger/twin-engine/commit/d56d6486119ea8b8501a33f9e3a3101a08b826ed))
360
+ * simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
361
+ * standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
362
+ * update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
363
+ * update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
364
+ * upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
365
+ * use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
366
+
367
+ ## [0.0.2-next.26](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.25...engine-models-v0.0.2-next.26) (2025-10-09)
51
368
 
52
369
 
53
370
  ### Miscellaneous Chores
54
371
 
55
372
  * **engine-models:** Synchronize repo versions
56
373
 
57
- ## [0.0.2-next.25](https://github.com/twinfoundation/engine/compare/engine-models-v0.0.2-next.24...engine-models-v0.0.2-next.25) (2025-10-09)
374
+ ## [0.0.2-next.25](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.24...engine-models-v0.0.2-next.25) (2025-10-09)
58
375
 
59
376
 
60
377
  ### Features
61
378
 
62
- * add validate-locales ([b92ea09](https://github.com/twinfoundation/engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
379
+ * add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
63
380
 
64
- ## [0.0.2-next.24](https://github.com/twinfoundation/engine/compare/engine-models-v0.0.2-next.23...engine-models-v0.0.2-next.24) (2025-10-08)
381
+ ## [0.0.2-next.24](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.23...engine-models-v0.0.2-next.24) (2025-10-08)
65
382
 
66
383
 
67
384
  ### Features
68
385
 
69
- * maintain isDefault flag for registered instances ([2ac5bee](https://github.com/twinfoundation/engine/commit/2ac5bee094bef42b396cc82b0d18bb6aebe27352))
386
+ * maintain isDefault flag for registered instances ([2ac5bee](https://github.com/iotaledger/twin-engine/commit/2ac5bee094bef42b396cc82b0d18bb6aebe27352))
70
387
 
71
- ## [0.0.2-next.23](https://github.com/twinfoundation/engine/compare/engine-models-v0.0.2-next.22...engine-models-v0.0.2-next.23) (2025-10-07)
388
+ ## [0.0.2-next.23](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.22...engine-models-v0.0.2-next.23) (2025-10-07)
72
389
 
73
390
 
74
391
  ### Miscellaneous Chores
75
392
 
76
393
  * **engine-models:** Synchronize repo versions
77
394
 
78
- ## [0.0.2-next.22](https://github.com/twinfoundation/engine/compare/engine-models-v0.0.2-next.21...engine-models-v0.0.2-next.22) (2025-10-07)
395
+ ## [0.0.2-next.22](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.21...engine-models-v0.0.2-next.22) (2025-10-07)
79
396
 
80
397
 
81
398
  ### Miscellaneous Chores
82
399
 
83
400
  * **engine-models:** Synchronize repo versions
84
401
 
85
- ## [0.0.2-next.21](https://github.com/twinfoundation/engine/compare/engine-models-v0.0.2-next.20...engine-models-v0.0.2-next.21) (2025-10-07)
402
+ ## [0.0.2-next.21](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.20...engine-models-v0.0.2-next.21) (2025-10-07)
86
403
 
87
404
 
88
405
  ### Miscellaneous Chores
89
406
 
90
407
  * **engine-models:** Synchronize repo versions
91
408
 
92
- ## [0.0.2-next.20](https://github.com/twinfoundation/engine/compare/engine-models-v0.0.2-next.19...engine-models-v0.0.2-next.20) (2025-10-06)
409
+ ## [0.0.2-next.20](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.19...engine-models-v0.0.2-next.20) (2025-10-06)
93
410
 
94
411
 
95
412
  ### Features
96
413
 
97
- * standardised engine logging naming ([0dbf857](https://github.com/twinfoundation/engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
414
+ * standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
98
415
 
99
- ## [0.0.2-next.19](https://github.com/twinfoundation/engine/compare/engine-models-v0.0.2-next.18...engine-models-v0.0.2-next.19) (2025-10-02)
416
+ ## [0.0.2-next.19](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.18...engine-models-v0.0.2-next.19) (2025-10-02)
100
417
 
101
418
 
102
419
  ### Features
103
420
 
104
- * simplify config building ([732c871](https://github.com/twinfoundation/engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
421
+ * simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
105
422
 
106
- ## [0.0.2-next.18](https://github.com/twinfoundation/engine/compare/engine-models-v0.0.2-next.17...engine-models-v0.0.2-next.18) (2025-09-29)
423
+ ## [0.0.2-next.18](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.17...engine-models-v0.0.2-next.18) (2025-09-29)
107
424
 
108
425
 
109
426
  ### Features
110
427
 
111
- * upgrade framework components ([efd52e8](https://github.com/twinfoundation/engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
428
+ * upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
112
429
 
113
- ## [0.0.2-next.17](https://github.com/twinfoundation/engine/compare/engine-models-v0.0.2-next.16...engine-models-v0.0.2-next.17) (2025-09-26)
430
+ ## [0.0.2-next.17](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.16...engine-models-v0.0.2-next.17) (2025-09-26)
114
431
 
115
432
 
116
433
  ### Features
117
434
 
118
- * add engine type helper for config lookups ([a20a398](https://github.com/twinfoundation/engine/commit/a20a3987016c48351178ab8410bc05b0fba0f2c1))
119
- * add REST options for route construction ([4adf0af](https://github.com/twinfoundation/engine/commit/4adf0af8a03689a4dbdf67e8527d6db0d2c5d59d))
435
+ * add engine type helper for config lookups ([a20a398](https://github.com/iotaledger/twin-engine/commit/a20a3987016c48351178ab8410bc05b0fba0f2c1))
436
+ * add REST options for route construction ([4adf0af](https://github.com/iotaledger/twin-engine/commit/4adf0af8a03689a4dbdf67e8527d6db0d2c5d59d))
120
437
 
121
- ## [0.0.2-next.16](https://github.com/twinfoundation/engine/compare/engine-models-v0.0.2-next.15...engine-models-v0.0.2-next.16) (2025-09-25)
438
+ ## [0.0.2-next.16](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.15...engine-models-v0.0.2-next.16) (2025-09-25)
122
439
 
123
440
 
124
441
  ### Features
125
442
 
126
- * add engine type helper for config lookups ([7d5eeef](https://github.com/twinfoundation/engine/commit/7d5eeefd3e7b9daab1ba20e2fb6b1ebfec178aec))
443
+ * add engine type helper for config lookups ([7d5eeef](https://github.com/iotaledger/twin-engine/commit/7d5eeefd3e7b9daab1ba20e2fb6b1ebfec178aec))
127
444
 
128
- ## [0.0.2-next.15](https://github.com/twinfoundation/engine/compare/engine-models-v0.0.2-next.14...engine-models-v0.0.2-next.15) (2025-09-24)
445
+ ## [0.0.2-next.15](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.14...engine-models-v0.0.2-next.15) (2025-09-24)
129
446
 
130
447
 
131
448
  ### Miscellaneous Chores
132
449
 
133
450
  * **engine-models:** Synchronize repo versions
134
451
 
135
- ## [0.0.2-next.14](https://github.com/twinfoundation/engine/compare/engine-models-v0.0.2-next.13...engine-models-v0.0.2-next.14) (2025-09-19)
452
+ ## [0.0.2-next.14](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.13...engine-models-v0.0.2-next.14) (2025-09-19)
136
453
 
137
454
 
138
455
  ### Miscellaneous Chores
139
456
 
140
457
  * **engine-models:** Synchronize repo versions
141
458
 
142
- ## [0.0.2-next.13](https://github.com/twinfoundation/engine/compare/engine-models-v0.0.2-next.12...engine-models-v0.0.2-next.13) (2025-09-08)
459
+ ## [0.0.2-next.13](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.12...engine-models-v0.0.2-next.13) (2025-09-08)
143
460
 
144
461
 
145
462
  ### Miscellaneous Chores
146
463
 
147
464
  * **engine-models:** Synchronize repo versions
148
465
 
149
- ## [0.0.2-next.12](https://github.com/twinfoundation/engine/compare/engine-models-v0.0.2-next.11...engine-models-v0.0.2-next.12) (2025-09-05)
466
+ ## [0.0.2-next.12](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.11...engine-models-v0.0.2-next.12) (2025-09-05)
150
467
 
151
468
 
152
469
  ### Features
153
470
 
154
- * add rights management negotiation ([84ef46b](https://github.com/twinfoundation/engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
471
+ * add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
155
472
 
156
- ## [0.0.2-next.11](https://github.com/twinfoundation/engine/compare/engine-models-v0.0.2-next.10...engine-models-v0.0.2-next.11) (2025-08-29)
473
+ ## [0.0.2-next.11](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.10...engine-models-v0.0.2-next.11) (2025-08-29)
157
474
 
158
475
 
159
476
  ### Features
160
477
 
161
- * eslint migration to flat config ([6b978da](https://github.com/twinfoundation/engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
478
+ * eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
162
479
 
163
- ## [0.0.2-next.10](https://github.com/twinfoundation/engine/compare/engine-models-v0.0.2-next.9...engine-models-v0.0.2-next.10) (2025-08-26)
480
+ ## [0.0.2-next.10](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.9...engine-models-v0.0.2-next.10) (2025-08-26)
164
481
 
165
482
 
166
483
  ### Miscellaneous Chores
167
484
 
168
485
  * **engine-models:** Synchronize repo versions
169
486
 
170
- ## [0.0.2-next.9](https://github.com/twinfoundation/engine/compare/engine-models-v0.0.2-next.8...engine-models-v0.0.2-next.9) (2025-08-25)
487
+ ## [0.0.2-next.9](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.8...engine-models-v0.0.2-next.9) (2025-08-25)
171
488
 
172
489
 
173
490
  ### Features
174
491
 
175
- * add isPrimary and isClone methods ([a7c63e9](https://github.com/twinfoundation/engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
492
+ * add isPrimary and isClone methods ([a7c63e9](https://github.com/iotaledger/twin-engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
176
493
 
177
- ## [0.0.2-next.8](https://github.com/twinfoundation/engine/compare/engine-models-v0.0.2-next.7...engine-models-v0.0.2-next.8) (2025-08-22)
494
+ ## [0.0.2-next.8](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.7...engine-models-v0.0.2-next.8) (2025-08-22)
178
495
 
179
496
 
180
497
  ### Miscellaneous Chores
181
498
 
182
499
  * **engine-models:** Synchronize repo versions
183
500
 
184
- ## [0.0.2-next.7](https://github.com/twinfoundation/engine/compare/engine-models-v0.0.2-next.6...engine-models-v0.0.2-next.7) (2025-08-22)
501
+ ## [0.0.2-next.7](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.6...engine-models-v0.0.2-next.7) (2025-08-22)
185
502
 
186
503
 
187
504
  ### Features
188
505
 
189
- * remove unused component states ([d56d648](https://github.com/twinfoundation/engine/commit/d56d6486119ea8b8501a33f9e3a3101a08b826ed))
506
+ * remove unused component states ([d56d648](https://github.com/iotaledger/twin-engine/commit/d56d6486119ea8b8501a33f9e3a3101a08b826ed))
190
507
 
191
- ## [0.0.2-next.6](https://github.com/twinfoundation/engine/compare/engine-models-v0.0.2-next.5...engine-models-v0.0.2-next.6) (2025-08-21)
508
+ ## [0.0.2-next.6](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.5...engine-models-v0.0.2-next.6) (2025-08-21)
192
509
 
193
510
 
194
511
  ### Features
195
512
 
196
- * update framework core ([acc0f8d](https://github.com/twinfoundation/engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
513
+ * update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
197
514
 
198
- ## [0.0.2-next.5](https://github.com/twinfoundation/engine/compare/engine-models-v0.0.2-next.4...engine-models-v0.0.2-next.5) (2025-08-14)
515
+ ## [0.0.2-next.5](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.4...engine-models-v0.0.2-next.5) (2025-08-14)
199
516
 
200
517
 
201
518
  ### Features
202
519
 
203
- * add synchronised storage support ([5142e34](https://github.com/twinfoundation/engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
520
+ * add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
204
521
 
205
- ## [0.0.2-next.4](https://github.com/twinfoundation/engine/compare/engine-models-v0.0.2-next.3...engine-models-v0.0.2-next.4) (2025-07-25)
522
+ ## [0.0.2-next.4](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.3...engine-models-v0.0.2-next.4) (2025-07-25)
206
523
 
207
524
 
208
525
  ### Miscellaneous Chores
209
526
 
210
527
  * **engine-models:** Synchronize repo versions
211
528
 
212
- ## [0.0.2-next.3](https://github.com/twinfoundation/engine/compare/engine-models-v0.0.2-next.2...engine-models-v0.0.2-next.3) (2025-07-24)
529
+ ## [0.0.2-next.3](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.2...engine-models-v0.0.2-next.3) (2025-07-24)
213
530
 
214
531
 
215
532
  ### Miscellaneous Chores
216
533
 
217
534
  * **engine-models:** Synchronize repo versions
218
535
 
219
- ## [0.0.2-next.2](https://github.com/twinfoundation/engine/compare/engine-models-v0.0.2-next.1...engine-models-v0.0.2-next.2) (2025-07-21)
536
+ ## [0.0.2-next.2](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.1...engine-models-v0.0.2-next.2) (2025-07-21)
220
537
 
221
538
 
222
539
  ### Miscellaneous Chores
223
540
 
224
541
  * **engine-models:** Synchronize repo versions
225
542
 
226
- ## [0.0.2-next.1](https://github.com/twinfoundation/engine/compare/engine-models-v0.0.2-next.0...engine-models-v0.0.2-next.1) (2025-07-11)
543
+ ## [0.0.2-next.1](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.2-next.0...engine-models-v0.0.2-next.1) (2025-07-11)
227
544
 
228
545
 
229
546
  ### Features
230
547
 
231
- * add auth admin component ([201cd06](https://github.com/twinfoundation/engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
232
- * add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/twinfoundation/engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
233
- * remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/twinfoundation/engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
234
- * update dependencies ([97c9f64](https://github.com/twinfoundation/engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
235
- * use shared store mechanism ([#2](https://github.com/twinfoundation/engine/issues/2)) ([9eed8d7](https://github.com/twinfoundation/engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
548
+ * add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
549
+ * add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
550
+ * remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/iotaledger/twin-engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
551
+ * update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
552
+ * use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
236
553
 
237
554
  ## 0.0.1 (2025-07-11)
238
555
 
239
556
 
240
557
  ### Features
241
558
 
242
- * add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/twinfoundation/engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
243
- * release to production ([3a4acd1](https://github.com/twinfoundation/engine/commit/3a4acd1f6c66b841d80b6fd3bc1a439a77148fa5))
244
- * release to production ([5559958](https://github.com/twinfoundation/engine/commit/5559958e2128e6ec3a81e779d1ebd3f370bbb081))
245
- * remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/twinfoundation/engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
246
- * update dependencies ([97c9f64](https://github.com/twinfoundation/engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
247
- * use shared store mechanism ([#2](https://github.com/twinfoundation/engine/issues/2)) ([9eed8d7](https://github.com/twinfoundation/engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
559
+ * add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
560
+ * release to production ([3a4acd1](https://github.com/iotaledger/twin-engine/commit/3a4acd1f6c66b841d80b6fd3bc1a439a77148fa5))
561
+ * release to production ([5559958](https://github.com/iotaledger/twin-engine/commit/5559958e2128e6ec3a81e779d1ebd3f370bbb081))
562
+ * remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/iotaledger/twin-engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
563
+ * update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
564
+ * use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
248
565
 
249
- ## [0.0.1-next.84](https://github.com/twinfoundation/engine/compare/engine-models-v0.0.1-next.83...engine-models-v0.0.1-next.84) (2025-07-11)
566
+ ## [0.0.1-next.84](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.1-next.83...engine-models-v0.0.1-next.84) (2025-07-11)
250
567
 
251
568
 
252
569
  ### Miscellaneous Chores
253
570
 
254
571
  * **engine-models:** Synchronize repo versions
255
572
 
256
- ## [0.0.1-next.83](https://github.com/twinfoundation/engine/compare/engine-models-v0.0.1-next.82...engine-models-v0.0.1-next.83) (2025-07-10)
573
+ ## [0.0.1-next.83](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.1-next.82...engine-models-v0.0.1-next.83) (2025-07-10)
257
574
 
258
575
 
259
576
  ### Features
260
577
 
261
- * add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/twinfoundation/engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
262
- * remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/twinfoundation/engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
263
- * update dependencies ([97c9f64](https://github.com/twinfoundation/engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
264
- * use shared store mechanism ([#2](https://github.com/twinfoundation/engine/issues/2)) ([9eed8d7](https://github.com/twinfoundation/engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
578
+ * add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
579
+ * remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/iotaledger/twin-engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
580
+ * update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
581
+ * use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
265
582
 
266
- ## [0.0.1-next.81](https://github.com/twinfoundation/engine/compare/engine-models-v0.0.1-next.80...engine-models-v0.0.1-next.81) (2025-07-07)
583
+ ## [0.0.1-next.81](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.1-next.80...engine-models-v0.0.1-next.81) (2025-07-07)
267
584
 
268
585
 
269
586
  ### Miscellaneous Chores
270
587
 
271
588
  * **engine-models:** Synchronize repo versions
272
589
 
273
- ## [0.0.1-next.80](https://github.com/twinfoundation/engine/compare/engine-models-v0.0.1-next.79...engine-models-v0.0.1-next.80) (2025-06-23)
590
+ ## [0.0.1-next.80](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.1-next.79...engine-models-v0.0.1-next.80) (2025-06-23)
274
591
 
275
592
 
276
593
  ### Miscellaneous Chores
277
594
 
278
595
  * **engine-models:** Synchronize repo versions
279
596
 
280
- ## [0.0.1-next.79](https://github.com/twinfoundation/engine/compare/engine-models-v0.0.1-next.78...engine-models-v0.0.1-next.79) (2025-06-18)
597
+ ## [0.0.1-next.79](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.1-next.78...engine-models-v0.0.1-next.79) (2025-06-18)
281
598
 
282
599
 
283
600
  ### Miscellaneous Chores
284
601
 
285
602
  * **engine-models:** Synchronize repo versions
286
603
 
287
- ## [0.0.1-next.78](https://github.com/twinfoundation/engine/compare/engine-models-v0.0.1-next.77...engine-models-v0.0.1-next.78) (2025-06-18)
604
+ ## [0.0.1-next.78](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.1-next.77...engine-models-v0.0.1-next.78) (2025-06-18)
288
605
 
289
606
 
290
607
  ### Miscellaneous Chores
291
608
 
292
609
  * **engine-models:** Synchronize repo versions
293
610
 
294
- ## [0.0.1-next.77](https://github.com/twinfoundation/engine/compare/engine-models-v0.0.1-next.76...engine-models-v0.0.1-next.77) (2025-06-18)
611
+ ## [0.0.1-next.77](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.1-next.76...engine-models-v0.0.1-next.77) (2025-06-18)
295
612
 
296
613
 
297
614
  ### Miscellaneous Chores
298
615
 
299
616
  * **engine-models:** Synchronize repo versions
300
617
 
301
- ## [0.0.1-next.76](https://github.com/twinfoundation/engine/compare/engine-models-v0.0.1-next.75...engine-models-v0.0.1-next.76) (2025-06-12)
618
+ ## [0.0.1-next.76](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.1-next.75...engine-models-v0.0.1-next.76) (2025-06-12)
302
619
 
303
620
 
304
621
  ### Features
305
622
 
306
- * update dependencies ([97c9f64](https://github.com/twinfoundation/engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
623
+ * update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
307
624
 
308
- ## [0.0.1-next.75](https://github.com/twinfoundation/engine/compare/engine-models-v0.0.1-next.74...engine-models-v0.0.1-next.75) (2025-05-29)
625
+ ## [0.0.1-next.75](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.1-next.74...engine-models-v0.0.1-next.75) (2025-05-29)
309
626
 
310
627
 
311
628
  ### Miscellaneous Chores
312
629
 
313
630
  * **engine-models:** Synchronize repo versions
314
631
 
315
- ## [0.0.1-next.74](https://github.com/twinfoundation/engine/compare/engine-models-v0.0.1-next.73...engine-models-v0.0.1-next.74) (2025-05-23)
632
+ ## [0.0.1-next.74](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.1-next.73...engine-models-v0.0.1-next.74) (2025-05-23)
316
633
 
317
634
 
318
635
  ### Miscellaneous Chores
319
636
 
320
637
  * **engine-models:** Synchronize repo versions
321
638
 
322
- ## [0.0.1-next.73](https://github.com/twinfoundation/engine/compare/engine-models-v0.0.1-next.72...engine-models-v0.0.1-next.73) (2025-05-22)
639
+ ## [0.0.1-next.73](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.1-next.72...engine-models-v0.0.1-next.73) (2025-05-22)
323
640
 
324
641
 
325
642
  ### Features
326
643
 
327
- * remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/twinfoundation/engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
644
+ * remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/iotaledger/twin-engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
328
645
 
329
- ## [0.0.1-next.72](https://github.com/twinfoundation/engine/compare/engine-models-v0.0.1-next.71...engine-models-v0.0.1-next.72) (2025-05-06)
646
+ ## [0.0.1-next.72](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.1-next.71...engine-models-v0.0.1-next.72) (2025-05-06)
330
647
 
331
648
 
332
649
  ### Features
333
650
 
334
- * add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/twinfoundation/engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
335
- * use shared store mechanism ([#2](https://github.com/twinfoundation/engine/issues/2)) ([9eed8d7](https://github.com/twinfoundation/engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
651
+ * add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
652
+ * use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
336
653
 
337
- ## [0.0.1-next.71](https://github.com/twinfoundation/engine/compare/engine-models-v0.0.1-next.70...engine-models-v0.0.1-next.71) (2025-05-06)
654
+ ## [0.0.1-next.71](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.1-next.70...engine-models-v0.0.1-next.71) (2025-05-06)
338
655
 
339
656
 
340
657
  ### Miscellaneous Chores
341
658
 
342
659
  * **engine-models:** Synchronize repo versions
343
660
 
344
- ## [0.0.1-next.70](https://github.com/twinfoundation/engine/compare/engine-models-v0.0.1-next.69...engine-models-v0.0.1-next.70) (2025-04-28)
661
+ ## [0.0.1-next.70](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.1-next.69...engine-models-v0.0.1-next.70) (2025-04-28)
345
662
 
346
663
 
347
664
  ### Miscellaneous Chores
348
665
 
349
666
  * **engine-models:** Synchronize repo versions
350
667
 
351
- ## [0.0.1-next.69](https://github.com/twinfoundation/engine/compare/engine-models-v0.0.1-next.68...engine-models-v0.0.1-next.69) (2025-04-25)
668
+ ## [0.0.1-next.69](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.1-next.68...engine-models-v0.0.1-next.69) (2025-04-25)
352
669
 
353
670
 
354
671
  ### Miscellaneous Chores
355
672
 
356
673
  * **engine-models:** Synchronize repo versions
357
674
 
358
- ## [0.0.1-next.68](https://github.com/twinfoundation/engine/compare/engine-models-v0.0.1-next.67...engine-models-v0.0.1-next.68) (2025-04-17)
675
+ ## [0.0.1-next.68](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.1-next.67...engine-models-v0.0.1-next.68) (2025-04-17)
359
676
 
360
677
 
361
678
  ### Features
362
679
 
363
- * use shared store mechanism ([#2](https://github.com/twinfoundation/engine/issues/2)) ([9eed8d7](https://github.com/twinfoundation/engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
680
+ * use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
364
681
 
365
- ## [0.0.1-next.67](https://github.com/twinfoundation/engine/compare/engine-models-v0.0.1-next.66...engine-models-v0.0.1-next.67) (2025-03-28)
682
+ ## [0.0.1-next.67](https://github.com/iotaledger/twin-engine/compare/engine-models-v0.0.1-next.66...engine-models-v0.0.1-next.67) (2025-03-28)
366
683
 
367
684
 
368
685
  ### Features
369
686
 
370
- * add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/twinfoundation/engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
687
+ * add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
371
688
 
372
689
  ## v0.0.1-next.66
373
690