@twin.org/engine-core 0.0.3-next.31 → 0.0.3-next.33
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/dist/es/engineCore.js +16 -0
- package/dist/es/engineCore.js.map +1 -1
- package/dist/types/engineCore.d.ts +17 -1
- package/docs/changelog.md +237 -209
- package/docs/reference/classes/EngineCore.md +50 -0
- package/package.json +2 -2
package/docs/changelog.md
CHANGED
|
@@ -1,6 +1,34 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3-next.
|
|
3
|
+
## [0.0.3-next.33](https://github.com/twinfoundation/twin-engine/compare/engine-core-v0.0.3-next.32...engine-core-v0.0.3-next.33) (2026-05-05)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* add registered component methods ([a9a2899](https://github.com/twinfoundation/twin-engine/commit/a9a2899f266baa48e63bfbda958877a4f941602d))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @twin.org/engine-models bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
16
|
+
|
|
17
|
+
## [0.0.3-next.32](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.31...engine-core-v0.0.3-next.32) (2026-04-24)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Miscellaneous Chores
|
|
21
|
+
|
|
22
|
+
* **engine-core:** Synchronize repo versions
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Dependencies
|
|
26
|
+
|
|
27
|
+
* The following workspace dependencies were updated
|
|
28
|
+
* dependencies
|
|
29
|
+
* @twin.org/engine-models bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
30
|
+
|
|
31
|
+
## [0.0.3-next.31](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.30...engine-core-v0.0.3-next.31) (2026-04-22)
|
|
4
32
|
|
|
5
33
|
|
|
6
34
|
### Miscellaneous Chores
|
|
@@ -14,7 +42,7 @@
|
|
|
14
42
|
* dependencies
|
|
15
43
|
* @twin.org/engine-models bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
16
44
|
|
|
17
|
-
## [0.0.3-next.30](https://github.com/
|
|
45
|
+
## [0.0.3-next.30](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.29...engine-core-v0.0.3-next.30) (2026-04-16)
|
|
18
46
|
|
|
19
47
|
|
|
20
48
|
### Miscellaneous Chores
|
|
@@ -28,7 +56,7 @@
|
|
|
28
56
|
* dependencies
|
|
29
57
|
* @twin.org/engine-models bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
30
58
|
|
|
31
|
-
## [0.0.3-next.29](https://github.com/
|
|
59
|
+
## [0.0.3-next.29](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.28...engine-core-v0.0.3-next.29) (2026-04-14)
|
|
32
60
|
|
|
33
61
|
|
|
34
62
|
### Miscellaneous Chores
|
|
@@ -42,7 +70,7 @@
|
|
|
42
70
|
* dependencies
|
|
43
71
|
* @twin.org/engine-models bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
44
72
|
|
|
45
|
-
## [0.0.3-next.28](https://github.com/
|
|
73
|
+
## [0.0.3-next.28](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.27...engine-core-v0.0.3-next.28) (2026-04-10)
|
|
46
74
|
|
|
47
75
|
|
|
48
76
|
### Miscellaneous Chores
|
|
@@ -56,12 +84,12 @@
|
|
|
56
84
|
* dependencies
|
|
57
85
|
* @twin.org/engine-models bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
58
86
|
|
|
59
|
-
## [0.0.3-next.27](https://github.com/
|
|
87
|
+
## [0.0.3-next.27](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.26...engine-core-v0.0.3-next.27) (2026-03-20)
|
|
60
88
|
|
|
61
89
|
|
|
62
90
|
### Features
|
|
63
91
|
|
|
64
|
-
* update dependencies ([e6ebe42](https://github.com/
|
|
92
|
+
* update dependencies ([e6ebe42](https://github.com/iotaledger/twin-engine/commit/e6ebe42b9d61066227ad8b45dae14c8f8615b760))
|
|
65
93
|
|
|
66
94
|
|
|
67
95
|
### Dependencies
|
|
@@ -70,7 +98,7 @@
|
|
|
70
98
|
* dependencies
|
|
71
99
|
* @twin.org/engine-models bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
72
100
|
|
|
73
|
-
## [0.0.3-next.26](https://github.com/
|
|
101
|
+
## [0.0.3-next.26](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.25...engine-core-v0.0.3-next.26) (2026-03-05)
|
|
74
102
|
|
|
75
103
|
|
|
76
104
|
### Miscellaneous Chores
|
|
@@ -84,7 +112,7 @@
|
|
|
84
112
|
* dependencies
|
|
85
113
|
* @twin.org/engine-models bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
86
114
|
|
|
87
|
-
## [0.0.3-next.25](https://github.com/
|
|
115
|
+
## [0.0.3-next.25](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.24...engine-core-v0.0.3-next.25) (2026-03-02)
|
|
88
116
|
|
|
89
117
|
|
|
90
118
|
### Miscellaneous Chores
|
|
@@ -98,12 +126,12 @@
|
|
|
98
126
|
* dependencies
|
|
99
127
|
* @twin.org/engine-models bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
100
128
|
|
|
101
|
-
## [0.0.3-next.24](https://github.com/
|
|
129
|
+
## [0.0.3-next.24](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.23...engine-core-v0.0.3-next.24) (2026-02-26)
|
|
102
130
|
|
|
103
131
|
|
|
104
132
|
### Features
|
|
105
133
|
|
|
106
|
-
* use factory default feature for sorting ([ec8b370](https://github.com/
|
|
134
|
+
* use factory default feature for sorting ([ec8b370](https://github.com/iotaledger/twin-engine/commit/ec8b370c5c028cb300cdd1e76b0a0cdb2263773c))
|
|
107
135
|
|
|
108
136
|
|
|
109
137
|
### Dependencies
|
|
@@ -112,49 +140,49 @@
|
|
|
112
140
|
* dependencies
|
|
113
141
|
* @twin.org/engine-models bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
114
142
|
|
|
115
|
-
## [0.0.3-next.23](https://github.com/
|
|
143
|
+
## [0.0.3-next.23](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.22...engine-core-v0.0.3-next.23) (2026-02-23)
|
|
116
144
|
|
|
117
145
|
|
|
118
146
|
### Features
|
|
119
147
|
|
|
120
|
-
* add auth admin component ([201cd06](https://github.com/
|
|
121
|
-
* add context id features ([#51](https://github.com/
|
|
122
|
-
* add default logging component for web server ([8ad94f0](https://github.com/
|
|
123
|
-
* add isPrimary and isClone methods ([a7c63e9](https://github.com/
|
|
124
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
125
|
-
* add rights management negotiation ([84ef46b](https://github.com/
|
|
126
|
-
* add skipComponentStart flag ([#62](https://github.com/
|
|
127
|
-
* add sorting to factories so default entries are at start ([1a69356](https://github.com/
|
|
128
|
-
* add synchronised storage support ([5142e34](https://github.com/
|
|
129
|
-
* add tenant admin routes ([#76](https://github.com/
|
|
130
|
-
* add validate-locales ([b92ea09](https://github.com/
|
|
131
|
-
* close already started components on startup error ([a55a117](https://github.com/
|
|
132
|
-
* context id handlers repopulated after engine clone ([9712e32](https://github.com/
|
|
133
|
-
* eslint migration to flat config ([6b978da](https://github.com/
|
|
134
|
-
* improve startup error handling ([#65](https://github.com/
|
|
135
|
-
* initialise context id handlers before bootstrap ([e94df44](https://github.com/
|
|
136
|
-
* interlock stop method ([3806ba7](https://github.com/
|
|
137
|
-
* maintain isDefault flag for registered instances ([2ac5bee](https://github.com/
|
|
138
|
-
* multi instance component support ([#83](https://github.com/
|
|
139
|
-
* override type initialisers with new registrations ([5b4ff56](https://github.com/
|
|
140
|
-
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/
|
|
141
|
-
* remove unused component states ([d56d648](https://github.com/
|
|
142
|
-
* set initialised flag when skipping start ([039b4df](https://github.com/
|
|
143
|
-
* simplify config building ([732c871](https://github.com/
|
|
144
|
-
* standardised engine logging naming ([0dbf857](https://github.com/
|
|
145
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
146
|
-
* update framework core ([acc0f8d](https://github.com/
|
|
147
|
-
* upgrade framework components ([efd52e8](https://github.com/
|
|
148
|
-
* use peer dependencies ([69dd744](https://github.com/
|
|
149
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
148
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
149
|
+
* add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
|
|
150
|
+
* add default logging component for web server ([8ad94f0](https://github.com/iotaledger/twin-engine/commit/8ad94f0d2d9a5241a8854b1e59fb9a55ce310142))
|
|
151
|
+
* add isPrimary and isClone methods ([a7c63e9](https://github.com/iotaledger/twin-engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
|
|
152
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
153
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
154
|
+
* add skipComponentStart flag ([#62](https://github.com/iotaledger/twin-engine/issues/62)) ([07e90af](https://github.com/iotaledger/twin-engine/commit/07e90afa4ba1baaa79c0c6f0f45200d781801534))
|
|
155
|
+
* add sorting to factories so default entries are at start ([1a69356](https://github.com/iotaledger/twin-engine/commit/1a693567befcf27e6edc9880746ee82cfb9538e5))
|
|
156
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
157
|
+
* add tenant admin routes ([#76](https://github.com/iotaledger/twin-engine/issues/76)) ([3c0af90](https://github.com/iotaledger/twin-engine/commit/3c0af90a572fcda08d8720bdcee9b9f1cd02b872))
|
|
158
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
159
|
+
* close already started components on startup error ([a55a117](https://github.com/iotaledger/twin-engine/commit/a55a117a508998288c8ae804e732fc6085cb22fa))
|
|
160
|
+
* context id handlers repopulated after engine clone ([9712e32](https://github.com/iotaledger/twin-engine/commit/9712e328f4607f5b2c82355c394c61bde0ee39bf))
|
|
161
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
162
|
+
* improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
|
|
163
|
+
* initialise context id handlers before bootstrap ([e94df44](https://github.com/iotaledger/twin-engine/commit/e94df440aa553350dba5da2ae93b5c34e0ac3692))
|
|
164
|
+
* interlock stop method ([3806ba7](https://github.com/iotaledger/twin-engine/commit/3806ba7b44b3cb3ce130f4e3684a666533674663))
|
|
165
|
+
* maintain isDefault flag for registered instances ([2ac5bee](https://github.com/iotaledger/twin-engine/commit/2ac5bee094bef42b396cc82b0d18bb6aebe27352))
|
|
166
|
+
* multi instance component support ([#83](https://github.com/iotaledger/twin-engine/issues/83)) ([6012b50](https://github.com/iotaledger/twin-engine/commit/6012b50959df5af893f05516d42eea2e0800b31a))
|
|
167
|
+
* override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
|
|
168
|
+
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/iotaledger/twin-engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
|
|
169
|
+
* remove unused component states ([d56d648](https://github.com/iotaledger/twin-engine/commit/d56d6486119ea8b8501a33f9e3a3101a08b826ed))
|
|
170
|
+
* set initialised flag when skipping start ([039b4df](https://github.com/iotaledger/twin-engine/commit/039b4dff22c90d0ba3703372a11213709d26aa52))
|
|
171
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
172
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
173
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
174
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
175
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
176
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
177
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
150
178
|
|
|
151
179
|
|
|
152
180
|
### Bug Fixes
|
|
153
181
|
|
|
154
|
-
* make sure stop is called even if start is not implemented ([ece2b9d](https://github.com/
|
|
155
|
-
* pass contextIds to populateClone ([#79](https://github.com/
|
|
156
|
-
* save state if dirty even if not started ([1abe4b9](https://github.com/
|
|
157
|
-
* use correct instance type name ([6278486](https://github.com/
|
|
182
|
+
* make sure stop is called even if start is not implemented ([ece2b9d](https://github.com/iotaledger/twin-engine/commit/ece2b9de5c6dff2b5ccf2a3115c1a7328a330125))
|
|
183
|
+
* pass contextIds to populateClone ([#79](https://github.com/iotaledger/twin-engine/issues/79)) ([b22f1bb](https://github.com/iotaledger/twin-engine/commit/b22f1bbf0319069914e316d27de4c2a8623421cf))
|
|
184
|
+
* save state if dirty even if not started ([1abe4b9](https://github.com/iotaledger/twin-engine/commit/1abe4b97e6d27364dd673f62f83034b88b7fae0c))
|
|
185
|
+
* use correct instance type name ([6278486](https://github.com/iotaledger/twin-engine/commit/6278486d8f0f2d601d3cf521a647898cd7cc1f31))
|
|
158
186
|
|
|
159
187
|
|
|
160
188
|
### Dependencies
|
|
@@ -163,12 +191,12 @@
|
|
|
163
191
|
* dependencies
|
|
164
192
|
* @twin.org/engine-models bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
165
193
|
|
|
166
|
-
## [0.0.3-next.22](https://github.com/
|
|
194
|
+
## [0.0.3-next.22](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.21...engine-core-v0.0.3-next.22) (2026-02-23)
|
|
167
195
|
|
|
168
196
|
|
|
169
197
|
### Features
|
|
170
198
|
|
|
171
|
-
* add sorting to factories so default entries are at start ([1a69356](https://github.com/
|
|
199
|
+
* add sorting to factories so default entries are at start ([1a69356](https://github.com/iotaledger/twin-engine/commit/1a693567befcf27e6edc9880746ee82cfb9538e5))
|
|
172
200
|
|
|
173
201
|
|
|
174
202
|
### Dependencies
|
|
@@ -177,12 +205,12 @@
|
|
|
177
205
|
* dependencies
|
|
178
206
|
* @twin.org/engine-models bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
179
207
|
|
|
180
|
-
## [0.0.3-next.21](https://github.com/
|
|
208
|
+
## [0.0.3-next.21](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.20...engine-core-v0.0.3-next.21) (2026-02-13)
|
|
181
209
|
|
|
182
210
|
|
|
183
211
|
### Features
|
|
184
212
|
|
|
185
|
-
* multi instance component support ([#83](https://github.com/
|
|
213
|
+
* multi instance component support ([#83](https://github.com/iotaledger/twin-engine/issues/83)) ([6012b50](https://github.com/iotaledger/twin-engine/commit/6012b50959df5af893f05516d42eea2e0800b31a))
|
|
186
214
|
|
|
187
215
|
|
|
188
216
|
### Dependencies
|
|
@@ -191,7 +219,7 @@
|
|
|
191
219
|
* dependencies
|
|
192
220
|
* @twin.org/engine-models bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
193
221
|
|
|
194
|
-
## [0.0.3-next.20](https://github.com/
|
|
222
|
+
## [0.0.3-next.20](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.19...engine-core-v0.0.3-next.20) (2026-02-06)
|
|
195
223
|
|
|
196
224
|
|
|
197
225
|
### Miscellaneous Chores
|
|
@@ -205,17 +233,17 @@
|
|
|
205
233
|
* dependencies
|
|
206
234
|
* @twin.org/engine-models bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
207
235
|
|
|
208
|
-
## [0.0.3-next.19](https://github.com/
|
|
236
|
+
## [0.0.3-next.19](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.18...engine-core-v0.0.3-next.19) (2026-02-05)
|
|
209
237
|
|
|
210
238
|
|
|
211
239
|
### Features
|
|
212
240
|
|
|
213
|
-
* set initialised flag when skipping start ([039b4df](https://github.com/
|
|
241
|
+
* set initialised flag when skipping start ([039b4df](https://github.com/iotaledger/twin-engine/commit/039b4dff22c90d0ba3703372a11213709d26aa52))
|
|
214
242
|
|
|
215
243
|
|
|
216
244
|
### Bug Fixes
|
|
217
245
|
|
|
218
|
-
* pass contextIds to populateClone ([#79](https://github.com/
|
|
246
|
+
* pass contextIds to populateClone ([#79](https://github.com/iotaledger/twin-engine/issues/79)) ([b22f1bb](https://github.com/iotaledger/twin-engine/commit/b22f1bbf0319069914e316d27de4c2a8623421cf))
|
|
219
247
|
|
|
220
248
|
|
|
221
249
|
### Dependencies
|
|
@@ -224,12 +252,12 @@
|
|
|
224
252
|
* dependencies
|
|
225
253
|
* @twin.org/engine-models bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
226
254
|
|
|
227
|
-
## [0.0.3-next.18](https://github.com/
|
|
255
|
+
## [0.0.3-next.18](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.17...engine-core-v0.0.3-next.18) (2026-02-04)
|
|
228
256
|
|
|
229
257
|
|
|
230
258
|
### Features
|
|
231
259
|
|
|
232
|
-
* add tenant admin routes ([#76](https://github.com/
|
|
260
|
+
* add tenant admin routes ([#76](https://github.com/iotaledger/twin-engine/issues/76)) ([3c0af90](https://github.com/iotaledger/twin-engine/commit/3c0af90a572fcda08d8720bdcee9b9f1cd02b872))
|
|
233
261
|
|
|
234
262
|
|
|
235
263
|
### Dependencies
|
|
@@ -238,7 +266,7 @@
|
|
|
238
266
|
* dependencies
|
|
239
267
|
* @twin.org/engine-models bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
240
268
|
|
|
241
|
-
## [0.0.3-next.17](https://github.com/
|
|
269
|
+
## [0.0.3-next.17](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.16...engine-core-v0.0.3-next.17) (2026-02-02)
|
|
242
270
|
|
|
243
271
|
|
|
244
272
|
### Miscellaneous Chores
|
|
@@ -252,7 +280,7 @@
|
|
|
252
280
|
* dependencies
|
|
253
281
|
* @twin.org/engine-models bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
254
282
|
|
|
255
|
-
## [0.0.3-next.16](https://github.com/
|
|
283
|
+
## [0.0.3-next.16](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.15...engine-core-v0.0.3-next.16) (2026-01-28)
|
|
256
284
|
|
|
257
285
|
|
|
258
286
|
### Miscellaneous Chores
|
|
@@ -266,7 +294,7 @@
|
|
|
266
294
|
* dependencies
|
|
267
295
|
* @twin.org/engine-models bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
268
296
|
|
|
269
|
-
## [0.0.3-next.15](https://github.com/
|
|
297
|
+
## [0.0.3-next.15](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.14...engine-core-v0.0.3-next.15) (2026-01-26)
|
|
270
298
|
|
|
271
299
|
|
|
272
300
|
### Miscellaneous Chores
|
|
@@ -280,44 +308,44 @@
|
|
|
280
308
|
* dependencies
|
|
281
309
|
* @twin.org/engine-models bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
282
310
|
|
|
283
|
-
## [0.0.3-next.14](https://github.com/
|
|
311
|
+
## [0.0.3-next.14](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.13...engine-core-v0.0.3-next.14) (2026-01-19)
|
|
284
312
|
|
|
285
313
|
|
|
286
314
|
### Features
|
|
287
315
|
|
|
288
|
-
* add auth admin component ([201cd06](https://github.com/
|
|
289
|
-
* add context id features ([#51](https://github.com/
|
|
290
|
-
* add default logging component for web server ([8ad94f0](https://github.com/
|
|
291
|
-
* add isPrimary and isClone methods ([a7c63e9](https://github.com/
|
|
292
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
293
|
-
* add rights management negotiation ([84ef46b](https://github.com/
|
|
294
|
-
* add skipComponentStart flag ([#62](https://github.com/
|
|
295
|
-
* add synchronised storage support ([5142e34](https://github.com/
|
|
296
|
-
* add validate-locales ([b92ea09](https://github.com/
|
|
297
|
-
* close already started components on startup error ([a55a117](https://github.com/
|
|
298
|
-
* context id handlers repopulated after engine clone ([9712e32](https://github.com/
|
|
299
|
-
* eslint migration to flat config ([6b978da](https://github.com/
|
|
300
|
-
* improve startup error handling ([#65](https://github.com/
|
|
301
|
-
* initialise context id handlers before bootstrap ([e94df44](https://github.com/
|
|
302
|
-
* interlock stop method ([3806ba7](https://github.com/
|
|
303
|
-
* maintain isDefault flag for registered instances ([2ac5bee](https://github.com/
|
|
304
|
-
* override type initialisers with new registrations ([5b4ff56](https://github.com/
|
|
305
|
-
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/
|
|
306
|
-
* remove unused component states ([d56d648](https://github.com/
|
|
307
|
-
* simplify config building ([732c871](https://github.com/
|
|
308
|
-
* standardised engine logging naming ([0dbf857](https://github.com/
|
|
309
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
310
|
-
* update framework core ([acc0f8d](https://github.com/
|
|
311
|
-
* upgrade framework components ([efd52e8](https://github.com/
|
|
312
|
-
* use peer dependencies ([69dd744](https://github.com/
|
|
313
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
316
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
317
|
+
* add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
|
|
318
|
+
* add default logging component for web server ([8ad94f0](https://github.com/iotaledger/twin-engine/commit/8ad94f0d2d9a5241a8854b1e59fb9a55ce310142))
|
|
319
|
+
* add isPrimary and isClone methods ([a7c63e9](https://github.com/iotaledger/twin-engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
|
|
320
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
321
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
322
|
+
* add skipComponentStart flag ([#62](https://github.com/iotaledger/twin-engine/issues/62)) ([07e90af](https://github.com/iotaledger/twin-engine/commit/07e90afa4ba1baaa79c0c6f0f45200d781801534))
|
|
323
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
324
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
325
|
+
* close already started components on startup error ([a55a117](https://github.com/iotaledger/twin-engine/commit/a55a117a508998288c8ae804e732fc6085cb22fa))
|
|
326
|
+
* context id handlers repopulated after engine clone ([9712e32](https://github.com/iotaledger/twin-engine/commit/9712e328f4607f5b2c82355c394c61bde0ee39bf))
|
|
327
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
328
|
+
* improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
|
|
329
|
+
* initialise context id handlers before bootstrap ([e94df44](https://github.com/iotaledger/twin-engine/commit/e94df440aa553350dba5da2ae93b5c34e0ac3692))
|
|
330
|
+
* interlock stop method ([3806ba7](https://github.com/iotaledger/twin-engine/commit/3806ba7b44b3cb3ce130f4e3684a666533674663))
|
|
331
|
+
* maintain isDefault flag for registered instances ([2ac5bee](https://github.com/iotaledger/twin-engine/commit/2ac5bee094bef42b396cc82b0d18bb6aebe27352))
|
|
332
|
+
* override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
|
|
333
|
+
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/iotaledger/twin-engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
|
|
334
|
+
* remove unused component states ([d56d648](https://github.com/iotaledger/twin-engine/commit/d56d6486119ea8b8501a33f9e3a3101a08b826ed))
|
|
335
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
336
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
337
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
338
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
339
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
340
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
341
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
314
342
|
|
|
315
343
|
|
|
316
344
|
### Bug Fixes
|
|
317
345
|
|
|
318
|
-
* make sure stop is called even if start is not implemented ([ece2b9d](https://github.com/
|
|
319
|
-
* save state if dirty even if not started ([1abe4b9](https://github.com/
|
|
320
|
-
* use correct instance type name ([6278486](https://github.com/
|
|
346
|
+
* make sure stop is called even if start is not implemented ([ece2b9d](https://github.com/iotaledger/twin-engine/commit/ece2b9de5c6dff2b5ccf2a3115c1a7328a330125))
|
|
347
|
+
* save state if dirty even if not started ([1abe4b9](https://github.com/iotaledger/twin-engine/commit/1abe4b97e6d27364dd673f62f83034b88b7fae0c))
|
|
348
|
+
* use correct instance type name ([6278486](https://github.com/iotaledger/twin-engine/commit/6278486d8f0f2d601d3cf521a647898cd7cc1f31))
|
|
321
349
|
|
|
322
350
|
|
|
323
351
|
### Dependencies
|
|
@@ -326,7 +354,7 @@
|
|
|
326
354
|
* dependencies
|
|
327
355
|
* @twin.org/engine-models bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
328
356
|
|
|
329
|
-
## [0.0.3-next.13](https://github.com/
|
|
357
|
+
## [0.0.3-next.13](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.12...engine-core-v0.0.3-next.13) (2026-01-19)
|
|
330
358
|
|
|
331
359
|
|
|
332
360
|
### Miscellaneous Chores
|
|
@@ -340,12 +368,12 @@
|
|
|
340
368
|
* dependencies
|
|
341
369
|
* @twin.org/engine-models bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
342
370
|
|
|
343
|
-
## [0.0.3-next.12](https://github.com/
|
|
371
|
+
## [0.0.3-next.12](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.11...engine-core-v0.0.3-next.12) (2026-01-19)
|
|
344
372
|
|
|
345
373
|
|
|
346
374
|
### Features
|
|
347
375
|
|
|
348
|
-
* improve startup error handling ([#65](https://github.com/
|
|
376
|
+
* improve startup error handling ([#65](https://github.com/iotaledger/twin-engine/issues/65)) ([5b2d1c5](https://github.com/iotaledger/twin-engine/commit/5b2d1c539cf5484afa85e294d6d6c18f24ef8274))
|
|
349
377
|
|
|
350
378
|
|
|
351
379
|
### Dependencies
|
|
@@ -354,12 +382,12 @@
|
|
|
354
382
|
* dependencies
|
|
355
383
|
* @twin.org/engine-models bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
356
384
|
|
|
357
|
-
## [0.0.3-next.11](https://github.com/
|
|
385
|
+
## [0.0.3-next.11](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.10...engine-core-v0.0.3-next.11) (2026-01-16)
|
|
358
386
|
|
|
359
387
|
|
|
360
388
|
### Bug Fixes
|
|
361
389
|
|
|
362
|
-
* save state if dirty even if not started ([1abe4b9](https://github.com/
|
|
390
|
+
* save state if dirty even if not started ([1abe4b9](https://github.com/iotaledger/twin-engine/commit/1abe4b97e6d27364dd673f62f83034b88b7fae0c))
|
|
363
391
|
|
|
364
392
|
|
|
365
393
|
### Dependencies
|
|
@@ -368,12 +396,12 @@
|
|
|
368
396
|
* dependencies
|
|
369
397
|
* @twin.org/engine-models bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
370
398
|
|
|
371
|
-
## [0.0.3-next.10](https://github.com/
|
|
399
|
+
## [0.0.3-next.10](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.9...engine-core-v0.0.3-next.10) (2026-01-13)
|
|
372
400
|
|
|
373
401
|
|
|
374
402
|
### Features
|
|
375
403
|
|
|
376
|
-
* add skipComponentStart flag ([#62](https://github.com/
|
|
404
|
+
* add skipComponentStart flag ([#62](https://github.com/iotaledger/twin-engine/issues/62)) ([07e90af](https://github.com/iotaledger/twin-engine/commit/07e90afa4ba1baaa79c0c6f0f45200d781801534))
|
|
377
405
|
|
|
378
406
|
|
|
379
407
|
### Dependencies
|
|
@@ -382,7 +410,7 @@
|
|
|
382
410
|
* dependencies
|
|
383
411
|
* @twin.org/engine-models bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
384
412
|
|
|
385
|
-
## [0.0.3-next.9](https://github.com/
|
|
413
|
+
## [0.0.3-next.9](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.8...engine-core-v0.0.3-next.9) (2026-01-07)
|
|
386
414
|
|
|
387
415
|
|
|
388
416
|
### Miscellaneous Chores
|
|
@@ -396,7 +424,7 @@
|
|
|
396
424
|
* dependencies
|
|
397
425
|
* @twin.org/engine-models bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
398
426
|
|
|
399
|
-
## [0.0.3-next.8](https://github.com/
|
|
427
|
+
## [0.0.3-next.8](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.7...engine-core-v0.0.3-next.8) (2026-01-06)
|
|
400
428
|
|
|
401
429
|
|
|
402
430
|
### Miscellaneous Chores
|
|
@@ -410,7 +438,7 @@
|
|
|
410
438
|
* dependencies
|
|
411
439
|
* @twin.org/engine-models bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
412
440
|
|
|
413
|
-
## [0.0.3-next.7](https://github.com/
|
|
441
|
+
## [0.0.3-next.7](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.6...engine-core-v0.0.3-next.7) (2025-12-04)
|
|
414
442
|
|
|
415
443
|
|
|
416
444
|
### Miscellaneous Chores
|
|
@@ -424,7 +452,7 @@
|
|
|
424
452
|
* dependencies
|
|
425
453
|
* @twin.org/engine-models bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
426
454
|
|
|
427
|
-
## [0.0.3-next.6](https://github.com/
|
|
455
|
+
## [0.0.3-next.6](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.5...engine-core-v0.0.3-next.6) (2025-11-28)
|
|
428
456
|
|
|
429
457
|
|
|
430
458
|
### Miscellaneous Chores
|
|
@@ -438,12 +466,12 @@
|
|
|
438
466
|
* dependencies
|
|
439
467
|
* @twin.org/engine-models bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
440
468
|
|
|
441
|
-
## [0.0.3-next.5](https://github.com/
|
|
469
|
+
## [0.0.3-next.5](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.4...engine-core-v0.0.3-next.5) (2025-11-20)
|
|
442
470
|
|
|
443
471
|
|
|
444
472
|
### Features
|
|
445
473
|
|
|
446
|
-
* initialise context id handlers before bootstrap ([e94df44](https://github.com/
|
|
474
|
+
* initialise context id handlers before bootstrap ([e94df44](https://github.com/iotaledger/twin-engine/commit/e94df440aa553350dba5da2ae93b5c34e0ac3692))
|
|
447
475
|
|
|
448
476
|
|
|
449
477
|
### Dependencies
|
|
@@ -452,13 +480,13 @@
|
|
|
452
480
|
* dependencies
|
|
453
481
|
* @twin.org/engine-models bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
454
482
|
|
|
455
|
-
## [0.0.3-next.4](https://github.com/
|
|
483
|
+
## [0.0.3-next.4](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.3...engine-core-v0.0.3-next.4) (2025-11-20)
|
|
456
484
|
|
|
457
485
|
|
|
458
486
|
### Features
|
|
459
487
|
|
|
460
|
-
* context id handlers repopulated after engine clone ([9712e32](https://github.com/
|
|
461
|
-
* interlock stop method ([3806ba7](https://github.com/
|
|
488
|
+
* context id handlers repopulated after engine clone ([9712e32](https://github.com/iotaledger/twin-engine/commit/9712e328f4607f5b2c82355c394c61bde0ee39bf))
|
|
489
|
+
* interlock stop method ([3806ba7](https://github.com/iotaledger/twin-engine/commit/3806ba7b44b3cb3ce130f4e3684a666533674663))
|
|
462
490
|
|
|
463
491
|
|
|
464
492
|
### Dependencies
|
|
@@ -467,12 +495,12 @@
|
|
|
467
495
|
* dependencies
|
|
468
496
|
* @twin.org/engine-models bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
469
497
|
|
|
470
|
-
## [0.0.3-next.3](https://github.com/
|
|
498
|
+
## [0.0.3-next.3](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.2...engine-core-v0.0.3-next.3) (2025-11-14)
|
|
471
499
|
|
|
472
500
|
|
|
473
501
|
### Bug Fixes
|
|
474
502
|
|
|
475
|
-
* make sure stop is called even if start is not implemented ([ece2b9d](https://github.com/
|
|
503
|
+
* make sure stop is called even if start is not implemented ([ece2b9d](https://github.com/iotaledger/twin-engine/commit/ece2b9de5c6dff2b5ccf2a3115c1a7328a330125))
|
|
476
504
|
|
|
477
505
|
|
|
478
506
|
### Dependencies
|
|
@@ -481,12 +509,12 @@
|
|
|
481
509
|
* dependencies
|
|
482
510
|
* @twin.org/engine-models bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
483
511
|
|
|
484
|
-
## [0.0.3-next.2](https://github.com/
|
|
512
|
+
## [0.0.3-next.2](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.1...engine-core-v0.0.3-next.2) (2025-11-13)
|
|
485
513
|
|
|
486
514
|
|
|
487
515
|
### Features
|
|
488
516
|
|
|
489
|
-
* close already started components on startup error ([a55a117](https://github.com/
|
|
517
|
+
* close already started components on startup error ([a55a117](https://github.com/iotaledger/twin-engine/commit/a55a117a508998288c8ae804e732fc6085cb22fa))
|
|
490
518
|
|
|
491
519
|
|
|
492
520
|
### Dependencies
|
|
@@ -495,36 +523,36 @@
|
|
|
495
523
|
* dependencies
|
|
496
524
|
* @twin.org/engine-models bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
497
525
|
|
|
498
|
-
## [0.0.3-next.1](https://github.com/
|
|
526
|
+
## [0.0.3-next.1](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.3-next.0...engine-core-v0.0.3-next.1) (2025-11-13)
|
|
499
527
|
|
|
500
528
|
|
|
501
529
|
### Features
|
|
502
530
|
|
|
503
|
-
* add auth admin component ([201cd06](https://github.com/
|
|
504
|
-
* add context id features ([#51](https://github.com/
|
|
505
|
-
* add default logging component for web server ([8ad94f0](https://github.com/
|
|
506
|
-
* add isPrimary and isClone methods ([a7c63e9](https://github.com/
|
|
507
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
508
|
-
* add rights management negotiation ([84ef46b](https://github.com/
|
|
509
|
-
* add synchronised storage support ([5142e34](https://github.com/
|
|
510
|
-
* add validate-locales ([b92ea09](https://github.com/
|
|
511
|
-
* eslint migration to flat config ([6b978da](https://github.com/
|
|
512
|
-
* maintain isDefault flag for registered instances ([2ac5bee](https://github.com/
|
|
513
|
-
* override type initialisers with new registrations ([5b4ff56](https://github.com/
|
|
514
|
-
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/
|
|
515
|
-
* remove unused component states ([d56d648](https://github.com/
|
|
516
|
-
* simplify config building ([732c871](https://github.com/
|
|
517
|
-
* standardised engine logging naming ([0dbf857](https://github.com/
|
|
518
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
519
|
-
* update framework core ([acc0f8d](https://github.com/
|
|
520
|
-
* upgrade framework components ([efd52e8](https://github.com/
|
|
521
|
-
* use peer dependencies ([69dd744](https://github.com/
|
|
522
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
531
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
532
|
+
* add context id features ([#51](https://github.com/iotaledger/twin-engine/issues/51)) ([eaef180](https://github.com/iotaledger/twin-engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
|
|
533
|
+
* add default logging component for web server ([8ad94f0](https://github.com/iotaledger/twin-engine/commit/8ad94f0d2d9a5241a8854b1e59fb9a55ce310142))
|
|
534
|
+
* add isPrimary and isClone methods ([a7c63e9](https://github.com/iotaledger/twin-engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
|
|
535
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
536
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
537
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
538
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
539
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
540
|
+
* maintain isDefault flag for registered instances ([2ac5bee](https://github.com/iotaledger/twin-engine/commit/2ac5bee094bef42b396cc82b0d18bb6aebe27352))
|
|
541
|
+
* override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
|
|
542
|
+
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/iotaledger/twin-engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
|
|
543
|
+
* remove unused component states ([d56d648](https://github.com/iotaledger/twin-engine/commit/d56d6486119ea8b8501a33f9e3a3101a08b826ed))
|
|
544
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
545
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
546
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
547
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
548
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
549
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
550
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
523
551
|
|
|
524
552
|
|
|
525
553
|
### Bug Fixes
|
|
526
554
|
|
|
527
|
-
* use correct instance type name ([6278486](https://github.com/
|
|
555
|
+
* use correct instance type name ([6278486](https://github.com/iotaledger/twin-engine/commit/6278486d8f0f2d601d3cf521a647898cd7cc1f31))
|
|
528
556
|
|
|
529
557
|
|
|
530
558
|
### Dependencies
|
|
@@ -533,12 +561,12 @@
|
|
|
533
561
|
* dependencies
|
|
534
562
|
* @twin.org/engine-models bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
535
563
|
|
|
536
|
-
## [0.0.2-next.26](https://github.com/
|
|
564
|
+
## [0.0.2-next.26](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.25...engine-core-v0.0.2-next.26) (2025-10-09)
|
|
537
565
|
|
|
538
566
|
|
|
539
567
|
### Bug Fixes
|
|
540
568
|
|
|
541
|
-
* use correct instance type name ([6278486](https://github.com/
|
|
569
|
+
* use correct instance type name ([6278486](https://github.com/iotaledger/twin-engine/commit/6278486d8f0f2d601d3cf521a647898cd7cc1f31))
|
|
542
570
|
|
|
543
571
|
|
|
544
572
|
### Dependencies
|
|
@@ -547,12 +575,12 @@
|
|
|
547
575
|
* dependencies
|
|
548
576
|
* @twin.org/engine-models bumped from 0.0.2-next.25 to 0.0.2-next.26
|
|
549
577
|
|
|
550
|
-
## [0.0.2-next.25](https://github.com/
|
|
578
|
+
## [0.0.2-next.25](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.24...engine-core-v0.0.2-next.25) (2025-10-09)
|
|
551
579
|
|
|
552
580
|
|
|
553
581
|
### Features
|
|
554
582
|
|
|
555
|
-
* add validate-locales ([b92ea09](https://github.com/
|
|
583
|
+
* add validate-locales ([b92ea09](https://github.com/iotaledger/twin-engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
|
|
556
584
|
|
|
557
585
|
|
|
558
586
|
### Dependencies
|
|
@@ -561,12 +589,12 @@
|
|
|
561
589
|
* dependencies
|
|
562
590
|
* @twin.org/engine-models bumped from 0.0.2-next.24 to 0.0.2-next.25
|
|
563
591
|
|
|
564
|
-
## [0.0.2-next.24](https://github.com/
|
|
592
|
+
## [0.0.2-next.24](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.23...engine-core-v0.0.2-next.24) (2025-10-08)
|
|
565
593
|
|
|
566
594
|
|
|
567
595
|
### Features
|
|
568
596
|
|
|
569
|
-
* maintain isDefault flag for registered instances ([2ac5bee](https://github.com/
|
|
597
|
+
* maintain isDefault flag for registered instances ([2ac5bee](https://github.com/iotaledger/twin-engine/commit/2ac5bee094bef42b396cc82b0d18bb6aebe27352))
|
|
570
598
|
|
|
571
599
|
|
|
572
600
|
### Dependencies
|
|
@@ -575,12 +603,12 @@
|
|
|
575
603
|
* dependencies
|
|
576
604
|
* @twin.org/engine-models bumped from 0.0.2-next.23 to 0.0.2-next.24
|
|
577
605
|
|
|
578
|
-
## [0.0.2-next.23](https://github.com/
|
|
606
|
+
## [0.0.2-next.23](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.22...engine-core-v0.0.2-next.23) (2025-10-07)
|
|
579
607
|
|
|
580
608
|
|
|
581
609
|
### Features
|
|
582
610
|
|
|
583
|
-
* override type initialisers with new registrations ([5b4ff56](https://github.com/
|
|
611
|
+
* override type initialisers with new registrations ([5b4ff56](https://github.com/iotaledger/twin-engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
|
|
584
612
|
|
|
585
613
|
|
|
586
614
|
### Dependencies
|
|
@@ -589,7 +617,7 @@
|
|
|
589
617
|
* dependencies
|
|
590
618
|
* @twin.org/engine-models bumped from 0.0.2-next.22 to 0.0.2-next.23
|
|
591
619
|
|
|
592
|
-
## [0.0.2-next.22](https://github.com/
|
|
620
|
+
## [0.0.2-next.22](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.21...engine-core-v0.0.2-next.22) (2025-10-07)
|
|
593
621
|
|
|
594
622
|
|
|
595
623
|
### Miscellaneous Chores
|
|
@@ -603,12 +631,12 @@
|
|
|
603
631
|
* dependencies
|
|
604
632
|
* @twin.org/engine-models bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
605
633
|
|
|
606
|
-
## [0.0.2-next.21](https://github.com/
|
|
634
|
+
## [0.0.2-next.21](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.20...engine-core-v0.0.2-next.21) (2025-10-07)
|
|
607
635
|
|
|
608
636
|
|
|
609
637
|
### Features
|
|
610
638
|
|
|
611
|
-
* use peer dependencies ([69dd744](https://github.com/
|
|
639
|
+
* use peer dependencies ([69dd744](https://github.com/iotaledger/twin-engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
|
|
612
640
|
|
|
613
641
|
|
|
614
642
|
### Dependencies
|
|
@@ -617,12 +645,12 @@
|
|
|
617
645
|
* dependencies
|
|
618
646
|
* @twin.org/engine-models bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
619
647
|
|
|
620
|
-
## [0.0.2-next.20](https://github.com/
|
|
648
|
+
## [0.0.2-next.20](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.19...engine-core-v0.0.2-next.20) (2025-10-06)
|
|
621
649
|
|
|
622
650
|
|
|
623
651
|
### Features
|
|
624
652
|
|
|
625
|
-
* standardised engine logging naming ([0dbf857](https://github.com/
|
|
653
|
+
* standardised engine logging naming ([0dbf857](https://github.com/iotaledger/twin-engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
|
|
626
654
|
|
|
627
655
|
|
|
628
656
|
### Dependencies
|
|
@@ -631,12 +659,12 @@
|
|
|
631
659
|
* dependencies
|
|
632
660
|
* @twin.org/engine-models bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
633
661
|
|
|
634
|
-
## [0.0.2-next.19](https://github.com/
|
|
662
|
+
## [0.0.2-next.19](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.18...engine-core-v0.0.2-next.19) (2025-10-02)
|
|
635
663
|
|
|
636
664
|
|
|
637
665
|
### Features
|
|
638
666
|
|
|
639
|
-
* simplify config building ([732c871](https://github.com/
|
|
667
|
+
* simplify config building ([732c871](https://github.com/iotaledger/twin-engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
|
|
640
668
|
|
|
641
669
|
|
|
642
670
|
### Dependencies
|
|
@@ -645,12 +673,12 @@
|
|
|
645
673
|
* dependencies
|
|
646
674
|
* @twin.org/engine-models bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
647
675
|
|
|
648
|
-
## [0.0.2-next.18](https://github.com/
|
|
676
|
+
## [0.0.2-next.18](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.17...engine-core-v0.0.2-next.18) (2025-09-29)
|
|
649
677
|
|
|
650
678
|
|
|
651
679
|
### Features
|
|
652
680
|
|
|
653
|
-
* upgrade framework components ([efd52e8](https://github.com/
|
|
681
|
+
* upgrade framework components ([efd52e8](https://github.com/iotaledger/twin-engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
|
|
654
682
|
|
|
655
683
|
|
|
656
684
|
### Dependencies
|
|
@@ -659,7 +687,7 @@
|
|
|
659
687
|
* dependencies
|
|
660
688
|
* @twin.org/engine-models bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
661
689
|
|
|
662
|
-
## [0.0.2-next.17](https://github.com/
|
|
690
|
+
## [0.0.2-next.17](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.16...engine-core-v0.0.2-next.17) (2025-09-26)
|
|
663
691
|
|
|
664
692
|
|
|
665
693
|
### Miscellaneous Chores
|
|
@@ -673,7 +701,7 @@
|
|
|
673
701
|
* dependencies
|
|
674
702
|
* @twin.org/engine-models bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
675
703
|
|
|
676
|
-
## [0.0.2-next.16](https://github.com/
|
|
704
|
+
## [0.0.2-next.16](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.15...engine-core-v0.0.2-next.16) (2025-09-25)
|
|
677
705
|
|
|
678
706
|
|
|
679
707
|
### Miscellaneous Chores
|
|
@@ -687,7 +715,7 @@
|
|
|
687
715
|
* dependencies
|
|
688
716
|
* @twin.org/engine-models bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
689
717
|
|
|
690
|
-
## [0.0.2-next.15](https://github.com/
|
|
718
|
+
## [0.0.2-next.15](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.14...engine-core-v0.0.2-next.15) (2025-09-24)
|
|
691
719
|
|
|
692
720
|
|
|
693
721
|
### Miscellaneous Chores
|
|
@@ -701,7 +729,7 @@
|
|
|
701
729
|
* dependencies
|
|
702
730
|
* @twin.org/engine-models bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
703
731
|
|
|
704
|
-
## [0.0.2-next.14](https://github.com/
|
|
732
|
+
## [0.0.2-next.14](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.13...engine-core-v0.0.2-next.14) (2025-09-19)
|
|
705
733
|
|
|
706
734
|
|
|
707
735
|
### Miscellaneous Chores
|
|
@@ -715,7 +743,7 @@
|
|
|
715
743
|
* dependencies
|
|
716
744
|
* @twin.org/engine-models bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
717
745
|
|
|
718
|
-
## [0.0.2-next.13](https://github.com/
|
|
746
|
+
## [0.0.2-next.13](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.12...engine-core-v0.0.2-next.13) (2025-09-08)
|
|
719
747
|
|
|
720
748
|
|
|
721
749
|
### Miscellaneous Chores
|
|
@@ -729,12 +757,12 @@
|
|
|
729
757
|
* dependencies
|
|
730
758
|
* @twin.org/engine-models bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
731
759
|
|
|
732
|
-
## [0.0.2-next.12](https://github.com/
|
|
760
|
+
## [0.0.2-next.12](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.11...engine-core-v0.0.2-next.12) (2025-09-05)
|
|
733
761
|
|
|
734
762
|
|
|
735
763
|
### Features
|
|
736
764
|
|
|
737
|
-
* add rights management negotiation ([84ef46b](https://github.com/
|
|
765
|
+
* add rights management negotiation ([84ef46b](https://github.com/iotaledger/twin-engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
|
|
738
766
|
|
|
739
767
|
|
|
740
768
|
### Dependencies
|
|
@@ -743,12 +771,12 @@
|
|
|
743
771
|
* dependencies
|
|
744
772
|
* @twin.org/engine-models bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
745
773
|
|
|
746
|
-
## [0.0.2-next.11](https://github.com/
|
|
774
|
+
## [0.0.2-next.11](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.10...engine-core-v0.0.2-next.11) (2025-08-29)
|
|
747
775
|
|
|
748
776
|
|
|
749
777
|
### Features
|
|
750
778
|
|
|
751
|
-
* eslint migration to flat config ([6b978da](https://github.com/
|
|
779
|
+
* eslint migration to flat config ([6b978da](https://github.com/iotaledger/twin-engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
|
|
752
780
|
|
|
753
781
|
|
|
754
782
|
### Dependencies
|
|
@@ -757,7 +785,7 @@
|
|
|
757
785
|
* dependencies
|
|
758
786
|
* @twin.org/engine-models bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
759
787
|
|
|
760
|
-
## [0.0.2-next.10](https://github.com/
|
|
788
|
+
## [0.0.2-next.10](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.9...engine-core-v0.0.2-next.10) (2025-08-26)
|
|
761
789
|
|
|
762
790
|
|
|
763
791
|
### Miscellaneous Chores
|
|
@@ -771,12 +799,12 @@
|
|
|
771
799
|
* dependencies
|
|
772
800
|
* @twin.org/engine-models bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
773
801
|
|
|
774
|
-
## [0.0.2-next.9](https://github.com/
|
|
802
|
+
## [0.0.2-next.9](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.8...engine-core-v0.0.2-next.9) (2025-08-25)
|
|
775
803
|
|
|
776
804
|
|
|
777
805
|
### Features
|
|
778
806
|
|
|
779
|
-
* add isPrimary and isClone methods ([a7c63e9](https://github.com/
|
|
807
|
+
* add isPrimary and isClone methods ([a7c63e9](https://github.com/iotaledger/twin-engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
|
|
780
808
|
|
|
781
809
|
|
|
782
810
|
### Dependencies
|
|
@@ -785,7 +813,7 @@
|
|
|
785
813
|
* dependencies
|
|
786
814
|
* @twin.org/engine-models bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
787
815
|
|
|
788
|
-
## [0.0.2-next.8](https://github.com/
|
|
816
|
+
## [0.0.2-next.8](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.7...engine-core-v0.0.2-next.8) (2025-08-22)
|
|
789
817
|
|
|
790
818
|
|
|
791
819
|
### Miscellaneous Chores
|
|
@@ -799,12 +827,12 @@
|
|
|
799
827
|
* dependencies
|
|
800
828
|
* @twin.org/engine-models bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
801
829
|
|
|
802
|
-
## [0.0.2-next.7](https://github.com/
|
|
830
|
+
## [0.0.2-next.7](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.6...engine-core-v0.0.2-next.7) (2025-08-22)
|
|
803
831
|
|
|
804
832
|
|
|
805
833
|
### Features
|
|
806
834
|
|
|
807
|
-
* remove unused component states ([d56d648](https://github.com/
|
|
835
|
+
* remove unused component states ([d56d648](https://github.com/iotaledger/twin-engine/commit/d56d6486119ea8b8501a33f9e3a3101a08b826ed))
|
|
808
836
|
|
|
809
837
|
|
|
810
838
|
### Dependencies
|
|
@@ -813,12 +841,12 @@
|
|
|
813
841
|
* dependencies
|
|
814
842
|
* @twin.org/engine-models bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
815
843
|
|
|
816
|
-
## [0.0.2-next.6](https://github.com/
|
|
844
|
+
## [0.0.2-next.6](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.5...engine-core-v0.0.2-next.6) (2025-08-21)
|
|
817
845
|
|
|
818
846
|
|
|
819
847
|
### Features
|
|
820
848
|
|
|
821
|
-
* update framework core ([acc0f8d](https://github.com/
|
|
849
|
+
* update framework core ([acc0f8d](https://github.com/iotaledger/twin-engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
|
|
822
850
|
|
|
823
851
|
|
|
824
852
|
### Dependencies
|
|
@@ -827,12 +855,12 @@
|
|
|
827
855
|
* dependencies
|
|
828
856
|
* @twin.org/engine-models bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
829
857
|
|
|
830
|
-
## [0.0.2-next.5](https://github.com/
|
|
858
|
+
## [0.0.2-next.5](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.4...engine-core-v0.0.2-next.5) (2025-08-14)
|
|
831
859
|
|
|
832
860
|
|
|
833
861
|
### Features
|
|
834
862
|
|
|
835
|
-
* add synchronised storage support ([5142e34](https://github.com/
|
|
863
|
+
* add synchronised storage support ([5142e34](https://github.com/iotaledger/twin-engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
|
|
836
864
|
|
|
837
865
|
|
|
838
866
|
### Dependencies
|
|
@@ -841,12 +869,12 @@
|
|
|
841
869
|
* dependencies
|
|
842
870
|
* @twin.org/engine-models bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
843
871
|
|
|
844
|
-
## [0.0.2-next.4](https://github.com/
|
|
872
|
+
## [0.0.2-next.4](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.3...engine-core-v0.0.2-next.4) (2025-07-25)
|
|
845
873
|
|
|
846
874
|
|
|
847
875
|
### Features
|
|
848
876
|
|
|
849
|
-
* add default logging component for web server ([8ad94f0](https://github.com/
|
|
877
|
+
* add default logging component for web server ([8ad94f0](https://github.com/iotaledger/twin-engine/commit/8ad94f0d2d9a5241a8854b1e59fb9a55ce310142))
|
|
850
878
|
|
|
851
879
|
|
|
852
880
|
### Dependencies
|
|
@@ -855,7 +883,7 @@
|
|
|
855
883
|
* dependencies
|
|
856
884
|
* @twin.org/engine-models bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
857
885
|
|
|
858
|
-
## [0.0.2-next.3](https://github.com/
|
|
886
|
+
## [0.0.2-next.3](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.2...engine-core-v0.0.2-next.3) (2025-07-24)
|
|
859
887
|
|
|
860
888
|
|
|
861
889
|
### Miscellaneous Chores
|
|
@@ -869,7 +897,7 @@
|
|
|
869
897
|
* dependencies
|
|
870
898
|
* @twin.org/engine-models bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
871
899
|
|
|
872
|
-
## [0.0.2-next.2](https://github.com/
|
|
900
|
+
## [0.0.2-next.2](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.1...engine-core-v0.0.2-next.2) (2025-07-21)
|
|
873
901
|
|
|
874
902
|
|
|
875
903
|
### Miscellaneous Chores
|
|
@@ -883,16 +911,16 @@
|
|
|
883
911
|
* dependencies
|
|
884
912
|
* @twin.org/engine-models bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
885
913
|
|
|
886
|
-
## [0.0.2-next.1](https://github.com/
|
|
914
|
+
## [0.0.2-next.1](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.2-next.0...engine-core-v0.0.2-next.1) (2025-07-11)
|
|
887
915
|
|
|
888
916
|
|
|
889
917
|
### Features
|
|
890
918
|
|
|
891
|
-
* add auth admin component ([201cd06](https://github.com/
|
|
892
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
893
|
-
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/
|
|
894
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
895
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
919
|
+
* add auth admin component ([201cd06](https://github.com/iotaledger/twin-engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
|
|
920
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
921
|
+
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/iotaledger/twin-engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
|
|
922
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
923
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
896
924
|
|
|
897
925
|
|
|
898
926
|
### Dependencies
|
|
@@ -906,12 +934,12 @@
|
|
|
906
934
|
|
|
907
935
|
### Features
|
|
908
936
|
|
|
909
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
910
|
-
* release to production ([3a4acd1](https://github.com/
|
|
911
|
-
* release to production ([5559958](https://github.com/
|
|
912
|
-
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/
|
|
913
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
914
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
937
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
938
|
+
* release to production ([3a4acd1](https://github.com/iotaledger/twin-engine/commit/3a4acd1f6c66b841d80b6fd3bc1a439a77148fa5))
|
|
939
|
+
* release to production ([5559958](https://github.com/iotaledger/twin-engine/commit/5559958e2128e6ec3a81e779d1ebd3f370bbb081))
|
|
940
|
+
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/iotaledger/twin-engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
|
|
941
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
942
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
915
943
|
|
|
916
944
|
|
|
917
945
|
### Dependencies
|
|
@@ -920,7 +948,7 @@
|
|
|
920
948
|
* dependencies
|
|
921
949
|
* @twin.org/engine-models bumped from 0.0.1-next.84 to 0.0.1
|
|
922
950
|
|
|
923
|
-
## [0.0.1-next.84](https://github.com/
|
|
951
|
+
## [0.0.1-next.84](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.1-next.83...engine-core-v0.0.1-next.84) (2025-07-11)
|
|
924
952
|
|
|
925
953
|
|
|
926
954
|
### Miscellaneous Chores
|
|
@@ -934,15 +962,15 @@
|
|
|
934
962
|
* dependencies
|
|
935
963
|
* @twin.org/engine-models bumped from 0.0.1-next.83 to 0.0.1-next.84
|
|
936
964
|
|
|
937
|
-
## [0.0.1-next.83](https://github.com/
|
|
965
|
+
## [0.0.1-next.83](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.1-next.82...engine-core-v0.0.1-next.83) (2025-07-10)
|
|
938
966
|
|
|
939
967
|
|
|
940
968
|
### Features
|
|
941
969
|
|
|
942
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
943
|
-
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/
|
|
944
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
945
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
970
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
971
|
+
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/iotaledger/twin-engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
|
|
972
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
973
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
946
974
|
|
|
947
975
|
|
|
948
976
|
### Dependencies
|
|
@@ -951,7 +979,7 @@
|
|
|
951
979
|
* dependencies
|
|
952
980
|
* @twin.org/engine-models bumped from 0.0.1-next.81 to 0.0.1-next.83
|
|
953
981
|
|
|
954
|
-
## [0.0.1-next.81](https://github.com/
|
|
982
|
+
## [0.0.1-next.81](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.1-next.80...engine-core-v0.0.1-next.81) (2025-07-07)
|
|
955
983
|
|
|
956
984
|
|
|
957
985
|
### Miscellaneous Chores
|
|
@@ -965,7 +993,7 @@
|
|
|
965
993
|
* dependencies
|
|
966
994
|
* @twin.org/engine-models bumped from 0.0.1-next.80 to 0.0.1-next.81
|
|
967
995
|
|
|
968
|
-
## [0.0.1-next.80](https://github.com/
|
|
996
|
+
## [0.0.1-next.80](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.1-next.79...engine-core-v0.0.1-next.80) (2025-06-23)
|
|
969
997
|
|
|
970
998
|
|
|
971
999
|
### Miscellaneous Chores
|
|
@@ -979,7 +1007,7 @@
|
|
|
979
1007
|
* dependencies
|
|
980
1008
|
* @twin.org/engine-models bumped from 0.0.1-next.79 to 0.0.1-next.80
|
|
981
1009
|
|
|
982
|
-
## [0.0.1-next.79](https://github.com/
|
|
1010
|
+
## [0.0.1-next.79](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.1-next.78...engine-core-v0.0.1-next.79) (2025-06-18)
|
|
983
1011
|
|
|
984
1012
|
|
|
985
1013
|
### Miscellaneous Chores
|
|
@@ -993,7 +1021,7 @@
|
|
|
993
1021
|
* dependencies
|
|
994
1022
|
* @twin.org/engine-models bumped from 0.0.1-next.78 to 0.0.1-next.79
|
|
995
1023
|
|
|
996
|
-
## [0.0.1-next.78](https://github.com/
|
|
1024
|
+
## [0.0.1-next.78](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.1-next.77...engine-core-v0.0.1-next.78) (2025-06-18)
|
|
997
1025
|
|
|
998
1026
|
|
|
999
1027
|
### Miscellaneous Chores
|
|
@@ -1007,7 +1035,7 @@
|
|
|
1007
1035
|
* dependencies
|
|
1008
1036
|
* @twin.org/engine-models bumped from 0.0.1-next.77 to 0.0.1-next.78
|
|
1009
1037
|
|
|
1010
|
-
## [0.0.1-next.77](https://github.com/
|
|
1038
|
+
## [0.0.1-next.77](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.1-next.76...engine-core-v0.0.1-next.77) (2025-06-18)
|
|
1011
1039
|
|
|
1012
1040
|
|
|
1013
1041
|
### Miscellaneous Chores
|
|
@@ -1021,12 +1049,12 @@
|
|
|
1021
1049
|
* dependencies
|
|
1022
1050
|
* @twin.org/engine-models bumped from 0.0.1-next.76 to 0.0.1-next.77
|
|
1023
1051
|
|
|
1024
|
-
## [0.0.1-next.76](https://github.com/
|
|
1052
|
+
## [0.0.1-next.76](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.1-next.75...engine-core-v0.0.1-next.76) (2025-06-12)
|
|
1025
1053
|
|
|
1026
1054
|
|
|
1027
1055
|
### Features
|
|
1028
1056
|
|
|
1029
|
-
* update dependencies ([97c9f64](https://github.com/
|
|
1057
|
+
* update dependencies ([97c9f64](https://github.com/iotaledger/twin-engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
|
|
1030
1058
|
|
|
1031
1059
|
|
|
1032
1060
|
### Dependencies
|
|
@@ -1035,7 +1063,7 @@
|
|
|
1035
1063
|
* dependencies
|
|
1036
1064
|
* @twin.org/engine-models bumped from 0.0.1-next.75 to 0.0.1-next.76
|
|
1037
1065
|
|
|
1038
|
-
## [0.0.1-next.75](https://github.com/
|
|
1066
|
+
## [0.0.1-next.75](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.1-next.74...engine-core-v0.0.1-next.75) (2025-05-29)
|
|
1039
1067
|
|
|
1040
1068
|
|
|
1041
1069
|
### Miscellaneous Chores
|
|
@@ -1049,7 +1077,7 @@
|
|
|
1049
1077
|
* dependencies
|
|
1050
1078
|
* @twin.org/engine-models bumped from 0.0.1-next.74 to 0.0.1-next.75
|
|
1051
1079
|
|
|
1052
|
-
## [0.0.1-next.74](https://github.com/
|
|
1080
|
+
## [0.0.1-next.74](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.1-next.73...engine-core-v0.0.1-next.74) (2025-05-23)
|
|
1053
1081
|
|
|
1054
1082
|
|
|
1055
1083
|
### Miscellaneous Chores
|
|
@@ -1063,12 +1091,12 @@
|
|
|
1063
1091
|
* dependencies
|
|
1064
1092
|
* @twin.org/engine-models bumped from 0.0.1-next.73 to 0.0.1-next.74
|
|
1065
1093
|
|
|
1066
|
-
## [0.0.1-next.73](https://github.com/
|
|
1094
|
+
## [0.0.1-next.73](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.1-next.72...engine-core-v0.0.1-next.73) (2025-05-22)
|
|
1067
1095
|
|
|
1068
1096
|
|
|
1069
1097
|
### Features
|
|
1070
1098
|
|
|
1071
|
-
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/
|
|
1099
|
+
* remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/iotaledger/twin-engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
|
|
1072
1100
|
|
|
1073
1101
|
|
|
1074
1102
|
### Dependencies
|
|
@@ -1077,13 +1105,13 @@
|
|
|
1077
1105
|
* dependencies
|
|
1078
1106
|
* @twin.org/engine-models bumped from 0.0.1-next.72 to 0.0.1-next.73
|
|
1079
1107
|
|
|
1080
|
-
## [0.0.1-next.72](https://github.com/
|
|
1108
|
+
## [0.0.1-next.72](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.1-next.71...engine-core-v0.0.1-next.72) (2025-05-06)
|
|
1081
1109
|
|
|
1082
1110
|
|
|
1083
1111
|
### Features
|
|
1084
1112
|
|
|
1085
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
1086
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
1113
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
1114
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
1087
1115
|
|
|
1088
1116
|
|
|
1089
1117
|
### Dependencies
|
|
@@ -1092,7 +1120,7 @@
|
|
|
1092
1120
|
* dependencies
|
|
1093
1121
|
* @twin.org/engine-models bumped from 0.0.1-next.71 to 0.0.1-next.72
|
|
1094
1122
|
|
|
1095
|
-
## [0.0.1-next.71](https://github.com/
|
|
1123
|
+
## [0.0.1-next.71](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.1-next.70...engine-core-v0.0.1-next.71) (2025-05-06)
|
|
1096
1124
|
|
|
1097
1125
|
|
|
1098
1126
|
### Miscellaneous Chores
|
|
@@ -1106,7 +1134,7 @@
|
|
|
1106
1134
|
* dependencies
|
|
1107
1135
|
* @twin.org/engine-models bumped from 0.0.1-next.70 to 0.0.1-next.71
|
|
1108
1136
|
|
|
1109
|
-
## [0.0.1-next.70](https://github.com/
|
|
1137
|
+
## [0.0.1-next.70](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.1-next.69...engine-core-v0.0.1-next.70) (2025-04-28)
|
|
1110
1138
|
|
|
1111
1139
|
|
|
1112
1140
|
### Miscellaneous Chores
|
|
@@ -1120,7 +1148,7 @@
|
|
|
1120
1148
|
* dependencies
|
|
1121
1149
|
* @twin.org/engine-models bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
1122
1150
|
|
|
1123
|
-
## [0.0.1-next.69](https://github.com/
|
|
1151
|
+
## [0.0.1-next.69](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.1-next.68...engine-core-v0.0.1-next.69) (2025-04-25)
|
|
1124
1152
|
|
|
1125
1153
|
|
|
1126
1154
|
### Miscellaneous Chores
|
|
@@ -1134,12 +1162,12 @@
|
|
|
1134
1162
|
* dependencies
|
|
1135
1163
|
* @twin.org/engine-models bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
1136
1164
|
|
|
1137
|
-
## [0.0.1-next.68](https://github.com/
|
|
1165
|
+
## [0.0.1-next.68](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.1-next.67...engine-core-v0.0.1-next.68) (2025-04-17)
|
|
1138
1166
|
|
|
1139
1167
|
|
|
1140
1168
|
### Features
|
|
1141
1169
|
|
|
1142
|
-
* use shared store mechanism ([#2](https://github.com/
|
|
1170
|
+
* use shared store mechanism ([#2](https://github.com/iotaledger/twin-engine/issues/2)) ([9eed8d7](https://github.com/iotaledger/twin-engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
|
|
1143
1171
|
|
|
1144
1172
|
|
|
1145
1173
|
### Dependencies
|
|
@@ -1148,12 +1176,12 @@
|
|
|
1148
1176
|
* dependencies
|
|
1149
1177
|
* @twin.org/engine-models bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
1150
1178
|
|
|
1151
|
-
## [0.0.1-next.67](https://github.com/
|
|
1179
|
+
## [0.0.1-next.67](https://github.com/iotaledger/twin-engine/compare/engine-core-v0.0.1-next.66...engine-core-v0.0.1-next.67) (2025-03-28)
|
|
1152
1180
|
|
|
1153
1181
|
|
|
1154
1182
|
### Features
|
|
1155
1183
|
|
|
1156
|
-
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/
|
|
1184
|
+
* add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/iotaledger/twin-engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
|
|
1157
1185
|
|
|
1158
1186
|
|
|
1159
1187
|
### Dependencies
|