@twin.org/node-core 0.0.3-next.32 → 0.0.3-next.34
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/builders/engineEnvBuilder.js +61 -1
- package/dist/es/builders/engineEnvBuilder.js.map +1 -1
- package/dist/es/commands/bootstrapLegacy.js +7 -0
- package/dist/es/commands/bootstrapLegacy.js.map +1 -1
- package/dist/es/defaults.js +3 -1
- package/dist/es/defaults.js.map +1 -1
- package/dist/es/models/IEngineEnvironmentVariables.js.map +1 -1
- package/dist/es/node.js +1 -1
- package/dist/es/node.js.map +1 -1
- package/dist/types/defaults.d.ts +1 -0
- package/dist/types/models/IEngineEnvironmentVariables.d.ts +21 -0
- package/docs/changelog.md +249 -235
- package/docs/reference/index.md +1 -0
- package/docs/reference/interfaces/IEngineEnvironmentVariables.md +41 -0
- package/docs/reference/interfaces/IEngineServerEnvironmentVariables.md +61 -0
- package/docs/reference/interfaces/INodeEnvironmentVariables.md +61 -0
- package/docs/reference/variables/URL_TRANSFORMER_ENCRYPTION_KEY_ID.md +3 -0
- package/locales/en.json +2 -1
- package/package.json +1 -1
package/docs/changelog.md
CHANGED
|
@@ -1,600 +1,614 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3-next.
|
|
3
|
+
## [0.0.3-next.34](https://github.com/twinfoundation/twin-node/compare/node-core-v0.0.3-next.33...node-core-v0.0.3-next.34) (2026-05-05)
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
### Features
|
|
7
7
|
|
|
8
|
-
*
|
|
8
|
+
* health and url transformer ([#131](https://github.com/twinfoundation/twin-node/issues/131)) ([3658903](https://github.com/twinfoundation/twin-node/commit/36589036b9bea120880fc395b0d123a89032cf40))
|
|
9
9
|
|
|
10
|
-
## [0.0.3-next.
|
|
10
|
+
## [0.0.3-next.33](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.3-next.32...node-core-v0.0.3-next.33) (2026-04-24)
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
### Features
|
|
14
14
|
|
|
15
|
-
*
|
|
15
|
+
* add automation ([cfc63b4](https://github.com/iotaledger/twin-node/commit/cfc63b465c139280f696877df21d54dc6a065a7e))
|
|
16
16
|
|
|
17
|
-
## [0.0.3-next.
|
|
17
|
+
## [0.0.3-next.32](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.3-next.31...node-core-v0.0.3-next.32) (2026-04-16)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* add notarization ([#121](https://github.com/iotaledger/twin-node/issues/121)) ([b2a11df](https://github.com/iotaledger/twin-node/commit/b2a11df92c7b5026f73f08a018c0586ebe008e92))
|
|
23
|
+
|
|
24
|
+
## [0.0.3-next.31](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.3-next.30...node-core-v0.0.3-next.31) (2026-04-14)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Features
|
|
28
|
+
|
|
29
|
+
* authentication services ([#118](https://github.com/iotaledger/twin-node/issues/118)) ([311a7f8](https://github.com/iotaledger/twin-node/commit/311a7f882db1e50a83e94d2dae32fefc68debb47))
|
|
30
|
+
|
|
31
|
+
## [0.0.3-next.30](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.3-next.29...node-core-v0.0.3-next.30) (2026-04-06)
|
|
18
32
|
|
|
19
33
|
|
|
20
34
|
### Bug Fixes
|
|
21
35
|
|
|
22
|
-
* bootstrap vault key skip logic ([#112](https://github.com/
|
|
36
|
+
* bootstrap vault key skip logic ([#112](https://github.com/iotaledger/twin-node/issues/112)) ([4084368](https://github.com/iotaledger/twin-node/commit/4084368f0762c3a1b8e214ac30f5545297c88ea6))
|
|
23
37
|
|
|
24
|
-
## [0.0.3-next.29](https://github.com/
|
|
38
|
+
## [0.0.3-next.29](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.3-next.28...node-core-v0.0.3-next.29) (2026-03-20)
|
|
25
39
|
|
|
26
40
|
|
|
27
41
|
### Features
|
|
28
42
|
|
|
29
|
-
* update dependencies ([aab05b5](https://github.com/
|
|
43
|
+
* update dependencies ([aab05b5](https://github.com/iotaledger/twin-node/commit/aab05b552152a208a504fb9a080603f1990d4f79))
|
|
30
44
|
|
|
31
|
-
## [0.0.3-next.28](https://github.com/
|
|
45
|
+
## [0.0.3-next.28](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.3-next.27...node-core-v0.0.3-next.28) (2026-03-12)
|
|
32
46
|
|
|
33
47
|
|
|
34
48
|
### Bug Fixes
|
|
35
49
|
|
|
36
|
-
* bootstrap legacy fails on second run ([c0a4e6d](https://github.com/
|
|
50
|
+
* bootstrap legacy fails on second run ([c0a4e6d](https://github.com/iotaledger/twin-node/commit/c0a4e6d6f8d1bf385412a22fed2a0974e219abaa))
|
|
37
51
|
|
|
38
|
-
## [0.0.3-next.27](https://github.com/
|
|
52
|
+
## [0.0.3-next.27](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.3-next.26...node-core-v0.0.3-next.27) (2026-03-09)
|
|
39
53
|
|
|
40
54
|
|
|
41
55
|
### Features
|
|
42
56
|
|
|
43
|
-
* bootstrap legacy skip ([469d950](https://github.com/
|
|
57
|
+
* bootstrap legacy skip ([469d950](https://github.com/iotaledger/twin-node/commit/469d9505bd0497c271ba291641f63786200cb548))
|
|
44
58
|
|
|
45
|
-
## [0.0.3-next.26](https://github.com/
|
|
59
|
+
## [0.0.3-next.26](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.3-next.25...node-core-v0.0.3-next.26) (2026-03-05)
|
|
46
60
|
|
|
47
61
|
|
|
48
62
|
### Bug Fixes
|
|
49
63
|
|
|
50
|
-
* synchronised storage construction ([#102](https://github.com/
|
|
64
|
+
* synchronised storage construction ([#102](https://github.com/iotaledger/twin-node/issues/102)) ([58b61e9](https://github.com/iotaledger/twin-node/commit/58b61e9a67f499a35bea17e5d2dc6a1efc2cb893))
|
|
51
65
|
|
|
52
|
-
## [0.0.3-next.25](https://github.com/
|
|
66
|
+
## [0.0.3-next.25](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.3-next.24...node-core-v0.0.3-next.25) (2026-03-04)
|
|
53
67
|
|
|
54
68
|
|
|
55
69
|
### Features
|
|
56
70
|
|
|
57
|
-
* custom REST paths ([#99](https://github.com/
|
|
71
|
+
* custom REST paths ([#99](https://github.com/iotaledger/twin-node/issues/99)) ([dcab1b2](https://github.com/iotaledger/twin-node/commit/dcab1b2b23c13b4c9f39c3c1c67284f56e732bd1))
|
|
58
72
|
|
|
59
|
-
## [0.0.3-next.24](https://github.com/
|
|
73
|
+
## [0.0.3-next.24](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.3-next.23...node-core-v0.0.3-next.24) (2026-03-02)
|
|
60
74
|
|
|
61
75
|
|
|
62
76
|
### Features
|
|
63
77
|
|
|
64
|
-
* align node module with dataspace rename and control plane integ… ([#95](https://github.com/
|
|
78
|
+
* align node module with dataspace rename and control plane integ… ([#95](https://github.com/iotaledger/twin-node/issues/95)) ([8129868](https://github.com/iotaledger/twin-node/commit/812986886fb5d779dd380956c4e6cc47c2d73530))
|
|
65
79
|
|
|
66
|
-
## [0.0.3-next.23](https://github.com/
|
|
80
|
+
## [0.0.3-next.23](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.3-next.22...node-core-v0.0.3-next.23) (2026-02-26)
|
|
67
81
|
|
|
68
82
|
|
|
69
83
|
### Features
|
|
70
84
|
|
|
71
|
-
* update engine ([a40b377](https://github.com/
|
|
85
|
+
* update engine ([a40b377](https://github.com/iotaledger/twin-node/commit/a40b37726c3b61c6bb40265ec0006d1071ffac7e))
|
|
72
86
|
|
|
73
|
-
## [0.0.3-next.22](https://github.com/
|
|
87
|
+
## [0.0.3-next.22](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.3-next.21...node-core-v0.0.3-next.22) (2026-02-23)
|
|
74
88
|
|
|
75
89
|
|
|
76
90
|
### Features
|
|
77
91
|
|
|
78
|
-
* cache the npm root to increase startup speed ([f10ea9e](https://github.com/
|
|
79
|
-
* update engine ([4b438e2](https://github.com/
|
|
92
|
+
* cache the npm root to increase startup speed ([f10ea9e](https://github.com/iotaledger/twin-node/commit/f10ea9e22cc202f320df5fb21507b886c1f7345b))
|
|
93
|
+
* update engine ([4b438e2](https://github.com/iotaledger/twin-node/commit/4b438e22c27d784ee6cc964b7cb4401e9699ab16))
|
|
80
94
|
|
|
81
95
|
|
|
82
96
|
### Bug Fixes
|
|
83
97
|
|
|
84
|
-
* test with latest dependencies ([91123b7](https://github.com/
|
|
98
|
+
* test with latest dependencies ([91123b7](https://github.com/iotaledger/twin-node/commit/91123b71d0e7b51700a5d5452b2a0c9fc5c5256e))
|
|
85
99
|
|
|
86
|
-
## [0.0.3-next.21](https://github.com/
|
|
100
|
+
## [0.0.3-next.21](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.3-next.20...node-core-v0.0.3-next.21) (2026-02-13)
|
|
87
101
|
|
|
88
102
|
|
|
89
103
|
### Features
|
|
90
104
|
|
|
91
|
-
* add obligation enforcers and multi instance support ([#89](https://github.com/
|
|
105
|
+
* add obligation enforcers and multi instance support ([#89](https://github.com/iotaledger/twin-node/issues/89)) ([d81af99](https://github.com/iotaledger/twin-node/commit/d81af99b8c4db6e9a1370b7065bf6d9d222c71ed))
|
|
92
106
|
|
|
93
|
-
## [0.0.3-next.20](https://github.com/
|
|
107
|
+
## [0.0.3-next.20](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.3-next.19...node-core-v0.0.3-next.20) (2026-02-06)
|
|
94
108
|
|
|
95
109
|
|
|
96
110
|
### Features
|
|
97
111
|
|
|
98
|
-
* update dependencies ([6cb3d3a](https://github.com/
|
|
112
|
+
* update dependencies ([6cb3d3a](https://github.com/iotaledger/twin-node/commit/6cb3d3a63f7b976f80074ddecfba034b7e92f919))
|
|
99
113
|
|
|
100
|
-
## [0.0.3-next.19](https://github.com/
|
|
114
|
+
## [0.0.3-next.19](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.3-next.18...node-core-v0.0.3-next.19) (2026-02-05)
|
|
101
115
|
|
|
102
116
|
|
|
103
117
|
### Miscellaneous Chores
|
|
104
118
|
|
|
105
119
|
* **node-core:** Synchronize repo versions
|
|
106
120
|
|
|
107
|
-
## [0.0.3-next.18](https://github.com/
|
|
121
|
+
## [0.0.3-next.18](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.3-next.17...node-core-v0.0.3-next.18) (2026-02-04)
|
|
108
122
|
|
|
109
123
|
|
|
110
124
|
### Features
|
|
111
125
|
|
|
112
|
-
* env-prefix option and user-update cli command ([#83](https://github.com/
|
|
126
|
+
* env-prefix option and user-update cli command ([#83](https://github.com/iotaledger/twin-node/issues/83)) ([fc48efa](https://github.com/iotaledger/twin-node/commit/fc48efa7ad72173def048170c3afb5eeb9f1b292))
|
|
113
127
|
|
|
114
|
-
## [0.0.3-next.17](https://github.com/
|
|
128
|
+
## [0.0.3-next.17](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.3-next.16...node-core-v0.0.3-next.17) (2026-02-02)
|
|
115
129
|
|
|
116
130
|
|
|
117
131
|
### Features
|
|
118
132
|
|
|
119
|
-
* update rights management ([5c992c6](https://github.com/
|
|
133
|
+
* update rights management ([5c992c6](https://github.com/iotaledger/twin-node/commit/5c992c6b0d72f3eeaa39ee267e096d9a3f477f4e))
|
|
120
134
|
|
|
121
|
-
## [0.0.3-next.16](https://github.com/
|
|
135
|
+
## [0.0.3-next.16](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.3-next.15...node-core-v0.0.3-next.16) (2026-01-28)
|
|
122
136
|
|
|
123
137
|
|
|
124
138
|
### Features
|
|
125
139
|
|
|
126
|
-
* remove dap and darp ([36c3ffb](https://github.com/
|
|
140
|
+
* remove dap and darp ([36c3ffb](https://github.com/iotaledger/twin-node/commit/36c3ffb31af65a0e3025859dab675efeee043155))
|
|
127
141
|
|
|
128
|
-
## [0.0.3-next.15](https://github.com/
|
|
142
|
+
## [0.0.3-next.15](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.3-next.14...node-core-v0.0.3-next.15) (2026-01-26)
|
|
129
143
|
|
|
130
144
|
|
|
131
145
|
### Features
|
|
132
146
|
|
|
133
|
-
* support public origin and hosting service ([#77](https://github.com/
|
|
134
|
-
* update context usage ([2215440](https://github.com/
|
|
147
|
+
* support public origin and hosting service ([#77](https://github.com/iotaledger/twin-node/issues/77)) ([3b9039f](https://github.com/iotaledger/twin-node/commit/3b9039fcba7f7038c06f8fd6a5ccc9fdbbf535b3))
|
|
148
|
+
* update context usage ([2215440](https://github.com/iotaledger/twin-node/commit/2215440801dea3955885b6579ad9b98b7a5d87ea))
|
|
135
149
|
|
|
136
|
-
## [0.0.3-next.14](https://github.com/
|
|
150
|
+
## [0.0.3-next.14](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.3-next.13...node-core-v0.0.3-next.14) (2026-01-21)
|
|
137
151
|
|
|
138
152
|
|
|
139
153
|
### Features
|
|
140
154
|
|
|
141
|
-
* add vault prefix configuration ([#75](https://github.com/
|
|
155
|
+
* add vault prefix configuration ([#75](https://github.com/iotaledger/twin-node/issues/75)) ([1d4afb1](https://github.com/iotaledger/twin-node/commit/1d4afb1b1a8aa60795898eeb9e7f5153c279527d))
|
|
142
156
|
|
|
143
|
-
## [0.0.3-next.13](https://github.com/
|
|
157
|
+
## [0.0.3-next.13](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.3-next.12...node-core-v0.0.3-next.13) (2026-01-19)
|
|
144
158
|
|
|
145
159
|
|
|
146
160
|
### Features
|
|
147
161
|
|
|
148
|
-
* add trust ttl ([#73](https://github.com/
|
|
149
|
-
* update order of logging ([2161938](https://github.com/
|
|
150
|
-
* update order of logging ([b295f31](https://github.com/
|
|
162
|
+
* add trust ttl ([#73](https://github.com/iotaledger/twin-node/issues/73)) ([911cee7](https://github.com/iotaledger/twin-node/commit/911cee771bba490143bb1574ca8360f7cf8baa1a))
|
|
163
|
+
* update order of logging ([2161938](https://github.com/iotaledger/twin-node/commit/2161938c969b18e4678459a69090287e5ccdb404))
|
|
164
|
+
* update order of logging ([b295f31](https://github.com/iotaledger/twin-node/commit/b295f315f7c5b611d229d9e5314d414da05828b9))
|
|
151
165
|
|
|
152
|
-
## [0.0.3-next.12](https://github.com/
|
|
166
|
+
## [0.0.3-next.12](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.3-next.11...node-core-v0.0.3-next.12) (2026-01-19)
|
|
153
167
|
|
|
154
168
|
|
|
155
169
|
### Features
|
|
156
170
|
|
|
157
|
-
* separate script directory from exec directory ([f6bb4db](https://github.com/
|
|
171
|
+
* separate script directory from exec directory ([f6bb4db](https://github.com/iotaledger/twin-node/commit/f6bb4dbea1f1e200e0640fa154c6997ef99c99b4))
|
|
158
172
|
|
|
159
|
-
## [0.0.3-next.11](https://github.com/
|
|
173
|
+
## [0.0.3-next.11](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.3-next.10...node-core-v0.0.3-next.11) (2026-01-19)
|
|
160
174
|
|
|
161
175
|
|
|
162
176
|
### Bug Fixes
|
|
163
177
|
|
|
164
|
-
* improve calculation of execution directory ([106d65d](https://github.com/
|
|
178
|
+
* improve calculation of execution directory ([106d65d](https://github.com/iotaledger/twin-node/commit/106d65d7ad5524e2e147b681d68f9476c024cfaa))
|
|
165
179
|
|
|
166
|
-
## [0.0.3-next.10](https://github.com/
|
|
180
|
+
## [0.0.3-next.10](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.3-next.9...node-core-v0.0.3-next.10) (2026-01-19)
|
|
167
181
|
|
|
168
182
|
|
|
169
183
|
### Features
|
|
170
184
|
|
|
171
|
-
* add CLI commands and remove automated bootstrap code ([#69](https://github.com/
|
|
185
|
+
* add CLI commands and remove automated bootstrap code ([#69](https://github.com/iotaledger/twin-node/issues/69)) ([6e40933](https://github.com/iotaledger/twin-node/commit/6e40933d8bb820b380e1074fc88feeedca0ef7d9))
|
|
172
186
|
|
|
173
|
-
## [0.0.3-next.9](https://github.com/
|
|
187
|
+
## [0.0.3-next.9](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.3-next.8...node-core-v0.0.3-next.9) (2026-01-07)
|
|
174
188
|
|
|
175
189
|
|
|
176
190
|
### Features
|
|
177
191
|
|
|
178
|
-
* improve bootstrapping and shutdown behaviour ([#66](https://github.com/
|
|
192
|
+
* improve bootstrapping and shutdown behaviour ([#66](https://github.com/iotaledger/twin-node/issues/66)) ([65b3452](https://github.com/iotaledger/twin-node/commit/65b345240334bfff48b52e136cc486cd7ac7f290))
|
|
179
193
|
|
|
180
|
-
## [0.0.3-next.8](https://github.com/
|
|
194
|
+
## [0.0.3-next.8](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.3-next.7...node-core-v0.0.3-next.8) (2026-01-05)
|
|
181
195
|
|
|
182
196
|
|
|
183
197
|
### Features
|
|
184
198
|
|
|
185
|
-
* update for livez endpoint ([9fc2e6a](https://github.com/
|
|
199
|
+
* update for livez endpoint ([9fc2e6a](https://github.com/iotaledger/twin-node/commit/9fc2e6ade38b3ec9591399a633d02b1e5fe07910))
|
|
186
200
|
|
|
187
|
-
## [0.0.3-next.7](https://github.com/
|
|
201
|
+
## [0.0.3-next.7](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.3-next.6...node-core-v0.0.3-next.7) (2025-12-04)
|
|
188
202
|
|
|
189
203
|
|
|
190
204
|
### Features
|
|
191
205
|
|
|
192
|
-
* add trust and rights management plugin support ([cdeb504](https://github.com/
|
|
206
|
+
* add trust and rights management plugin support ([cdeb504](https://github.com/iotaledger/twin-node/commit/cdeb504ee5986a347466162b9afa781645b4a54c))
|
|
193
207
|
|
|
194
|
-
## [0.0.3-next.6](https://github.com/
|
|
208
|
+
## [0.0.3-next.6](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.3-next.5...node-core-v0.0.3-next.6) (2025-11-28)
|
|
195
209
|
|
|
196
210
|
|
|
197
211
|
### Features
|
|
198
212
|
|
|
199
|
-
* update background tasks and add fedcat filters ([1fd297e](https://github.com/
|
|
213
|
+
* update background tasks and add fedcat filters ([1fd297e](https://github.com/iotaledger/twin-node/commit/1fd297e29f60b5bb3909638b68e326c5b0e2d77d))
|
|
200
214
|
|
|
201
|
-
## [0.0.3-next.5](https://github.com/
|
|
215
|
+
## [0.0.3-next.5](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.3-next.4...node-core-v0.0.3-next.5) (2025-11-26)
|
|
202
216
|
|
|
203
217
|
|
|
204
218
|
### Features
|
|
205
219
|
|
|
206
|
-
* add support for dynamodb connection timeout ([63051b0](https://github.com/
|
|
220
|
+
* add support for dynamodb connection timeout ([63051b0](https://github.com/iotaledger/twin-node/commit/63051b0d22138079115dfac921e7f0c45eaad34e))
|
|
207
221
|
|
|
208
|
-
## [0.0.3-next.4](https://github.com/
|
|
222
|
+
## [0.0.3-next.4](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.3-next.3...node-core-v0.0.3-next.4) (2025-11-24)
|
|
209
223
|
|
|
210
224
|
|
|
211
225
|
### Bug Fixes
|
|
212
226
|
|
|
213
|
-
* org identity verification methods ([18f158b](https://github.com/
|
|
227
|
+
* org identity verification methods ([18f158b](https://github.com/iotaledger/twin-node/commit/18f158b2f63930e20e94437c17ed43421771a458))
|
|
214
228
|
|
|
215
|
-
## [0.0.3-next.3](https://github.com/
|
|
229
|
+
## [0.0.3-next.3](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.3-next.2...node-core-v0.0.3-next.3) (2025-11-20)
|
|
216
230
|
|
|
217
231
|
|
|
218
232
|
### Features
|
|
219
233
|
|
|
220
|
-
* updated context id features ([ef7be07](https://github.com/
|
|
234
|
+
* updated context id features ([ef7be07](https://github.com/iotaledger/twin-node/commit/ef7be07d44dccdeacf10f90cb4ffde0303faa6fa))
|
|
221
235
|
|
|
222
|
-
## [0.0.3-next.2](https://github.com/
|
|
236
|
+
## [0.0.3-next.2](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.3-next.1...node-core-v0.0.3-next.2) (2025-11-14)
|
|
223
237
|
|
|
224
238
|
|
|
225
239
|
### Features
|
|
226
240
|
|
|
227
|
-
* additional stop interlock ([b3a2757](https://github.com/
|
|
241
|
+
* additional stop interlock ([b3a2757](https://github.com/iotaledger/twin-node/commit/b3a2757325af0e7b258a9f97f1b52e86087e6301))
|
|
228
242
|
|
|
229
|
-
## [0.0.3-next.1](https://github.com/
|
|
243
|
+
## [0.0.3-next.1](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.3-next.0...node-core-v0.0.3-next.1) (2025-11-13)
|
|
230
244
|
|
|
231
245
|
|
|
232
246
|
### Features
|
|
233
247
|
|
|
234
|
-
* add auth admin component ([1661e57](https://github.com/
|
|
235
|
-
* add context id features ([#53](https://github.com/
|
|
236
|
-
* add data space connector ([5a57087](https://github.com/
|
|
237
|
-
* add data space connector ([f7a3644](https://github.com/
|
|
238
|
-
* add data space connector ([157e8b0](https://github.com/
|
|
239
|
-
* add extend engine and server methods ([ec09c7e](https://github.com/
|
|
240
|
-
* add extend engine and server methods ([0136a6f](https://github.com/
|
|
241
|
-
* add extensions support ([476d5a8](https://github.com/
|
|
242
|
-
* add isDefault flag to logging connectors ([358e839](https://github.com/
|
|
243
|
-
* add missing export ([e8eb621](https://github.com/
|
|
244
|
-
* add module cache and improve resolution ([482be05](https://github.com/
|
|
245
|
-
* add module override for better local import resolution ([ba00d17](https://github.com/
|
|
246
|
-
* add rights management ([78fba62](https://github.com/
|
|
247
|
-
* add rights management components ([0fc6293](https://github.com/
|
|
248
|
-
* add synchronised storage config ([e315869](https://github.com/
|
|
249
|
-
* add validate-locales ([1a19dcb](https://github.com/
|
|
250
|
-
* adding npm and https protocols to load extensions ([#45](https://github.com/
|
|
251
|
-
* additional options for enabling components ([e13d772](https://github.com/
|
|
252
|
-
* additional route logging env vars ([7152c88](https://github.com/
|
|
253
|
-
* additional run options ([c35e5bb](https://github.com/
|
|
254
|
-
* additional startup logging ([0740293](https://github.com/
|
|
255
|
-
* eslint migration to flat config ([080db74](https://github.com/
|
|
256
|
-
* improve default options and spec ([b538721](https://github.com/
|
|
257
|
-
* improve error handling for extensions and logging ([bd84fde](https://github.com/
|
|
258
|
-
* improve error reporting ([fcd39a1](https://github.com/
|
|
259
|
-
* improve node logging ([63d6ea6](https://github.com/
|
|
260
|
-
* improve node logging ([c25b9c6](https://github.com/
|
|
261
|
-
* initial commit ([522f1e5](https://github.com/
|
|
262
|
-
* migrate env config from engine to node ([5da29b8](https://github.com/
|
|
263
|
-
* node app use JavaScript ([14fe08c](https://github.com/
|
|
264
|
-
* remove unused properties ([d8344b5](https://github.com/
|
|
265
|
-
* support multiple entity and blob storage connectors ([a489f79](https://github.com/
|
|
266
|
-
* update dependencies ([9d25f16](https://github.com/
|
|
267
|
-
* update engine dependency ([db290df](https://github.com/
|
|
268
|
-
* update engine dependency ([3494c31](https://github.com/
|
|
269
|
-
* update framework components ([4bee2b9](https://github.com/
|
|
270
|
-
* update framework core ([8bd769a](https://github.com/
|
|
271
|
-
* update rights management components ([176a0d6](https://github.com/
|
|
272
|
-
* update rights management dependencies ([97ad02e](https://github.com/
|
|
273
|
-
* update to latest engine ([00d4974](https://github.com/
|
|
274
|
-
* update to latest engine config ([347386c](https://github.com/
|
|
275
|
-
* updating linting ([feacd17](https://github.com/
|
|
276
|
-
* use features instead of disableNodeIdentity ([2e6109b](https://github.com/
|
|
248
|
+
* add auth admin component ([1661e57](https://github.com/iotaledger/twin-node/commit/1661e57a699d5cf9ebde333e3cbc3aaea89d7c9c))
|
|
249
|
+
* add context id features ([#53](https://github.com/iotaledger/twin-node/issues/53)) ([827adf5](https://github.com/iotaledger/twin-node/commit/827adf52cb87fca53cec52b27e67f7a9dba2c088))
|
|
250
|
+
* add data space connector ([5a57087](https://github.com/iotaledger/twin-node/commit/5a57087d938265d3a4a812ff7c83d130ea4e103c))
|
|
251
|
+
* add data space connector ([f7a3644](https://github.com/iotaledger/twin-node/commit/f7a364477ec664e333e5ad018795acec6ee61edc))
|
|
252
|
+
* add data space connector ([157e8b0](https://github.com/iotaledger/twin-node/commit/157e8b0a76e3a8a63c1991924f7f963eb83e27ae))
|
|
253
|
+
* add extend engine and server methods ([ec09c7e](https://github.com/iotaledger/twin-node/commit/ec09c7eb882d9f5797f2fd372e96cad1a3716f59))
|
|
254
|
+
* add extend engine and server methods ([0136a6f](https://github.com/iotaledger/twin-node/commit/0136a6f3f4e1a82b1427ee9618b8a17c79bc7fda))
|
|
255
|
+
* add extensions support ([476d5a8](https://github.com/iotaledger/twin-node/commit/476d5a864026a2f78e5b02bc9eb81359777a4a45))
|
|
256
|
+
* add isDefault flag to logging connectors ([358e839](https://github.com/iotaledger/twin-node/commit/358e8394819dab9832d3a9ebfac74b897b7d5f40))
|
|
257
|
+
* add missing export ([e8eb621](https://github.com/iotaledger/twin-node/commit/e8eb6213937a202520b164a9970a891004122b61))
|
|
258
|
+
* add module cache and improve resolution ([482be05](https://github.com/iotaledger/twin-node/commit/482be056c37a598033250ea8a7288a33cf3470b4))
|
|
259
|
+
* add module override for better local import resolution ([ba00d17](https://github.com/iotaledger/twin-node/commit/ba00d17beea0a9a1851c89ad7c6a33256051c818))
|
|
260
|
+
* add rights management ([78fba62](https://github.com/iotaledger/twin-node/commit/78fba62f82afdbe615d55dd90eca8ee70ea62fc0))
|
|
261
|
+
* add rights management components ([0fc6293](https://github.com/iotaledger/twin-node/commit/0fc629332db24494bd73003625c7bf3f939a2597))
|
|
262
|
+
* add synchronised storage config ([e315869](https://github.com/iotaledger/twin-node/commit/e315869adbffcd7fe5d3ce151dd35f662f6134a9))
|
|
263
|
+
* add validate-locales ([1a19dcb](https://github.com/iotaledger/twin-node/commit/1a19dcb005c2f0e3103e290db28c48a3464094cb))
|
|
264
|
+
* adding npm and https protocols to load extensions ([#45](https://github.com/iotaledger/twin-node/issues/45)) ([33940b7](https://github.com/iotaledger/twin-node/commit/33940b7e771a0c5af32c18d442deb26a8631fd02))
|
|
265
|
+
* additional options for enabling components ([e13d772](https://github.com/iotaledger/twin-node/commit/e13d7721a0dd7143d456fff246622cbe63dbd0f1))
|
|
266
|
+
* additional route logging env vars ([7152c88](https://github.com/iotaledger/twin-node/commit/7152c887c3ba76778e2d9e68ba57198b8d81d802))
|
|
267
|
+
* additional run options ([c35e5bb](https://github.com/iotaledger/twin-node/commit/c35e5bbb8a80fe6a36628d41f64585b3723d9ad7))
|
|
268
|
+
* additional startup logging ([0740293](https://github.com/iotaledger/twin-node/commit/0740293b366032f2907046603abf587c9c324aff))
|
|
269
|
+
* eslint migration to flat config ([080db74](https://github.com/iotaledger/twin-node/commit/080db746390230f78725d214bc957da2efee9eb1))
|
|
270
|
+
* improve default options and spec ([b538721](https://github.com/iotaledger/twin-node/commit/b538721902e7f65021d2715148ba59409ccce035))
|
|
271
|
+
* improve error handling for extensions and logging ([bd84fde](https://github.com/iotaledger/twin-node/commit/bd84fde67e5a9db6ac66730397992401ca52e88c))
|
|
272
|
+
* improve error reporting ([fcd39a1](https://github.com/iotaledger/twin-node/commit/fcd39a18da2a6ce33965a99ca5f2f36f4aba712f))
|
|
273
|
+
* improve node logging ([63d6ea6](https://github.com/iotaledger/twin-node/commit/63d6ea661c2c76985d98addb8d905ad6f0c7f164))
|
|
274
|
+
* improve node logging ([c25b9c6](https://github.com/iotaledger/twin-node/commit/c25b9c6779bdb76f341df072c39b4c2fae4565a3))
|
|
275
|
+
* initial commit ([522f1e5](https://github.com/iotaledger/twin-node/commit/522f1e515348f9b1dd1eeb3170b1249e2b0b5371))
|
|
276
|
+
* migrate env config from engine to node ([5da29b8](https://github.com/iotaledger/twin-node/commit/5da29b8d714495308320d237a68e84355bba2b47))
|
|
277
|
+
* node app use JavaScript ([14fe08c](https://github.com/iotaledger/twin-node/commit/14fe08cb760dd885a5dac9056a4d5dbc3d61df64))
|
|
278
|
+
* remove unused properties ([d8344b5](https://github.com/iotaledger/twin-node/commit/d8344b5aee5dc1c8104d75fad5093097f6530168))
|
|
279
|
+
* support multiple entity and blob storage connectors ([a489f79](https://github.com/iotaledger/twin-node/commit/a489f7907544aef5708d5111e9f72985e1377bae))
|
|
280
|
+
* update dependencies ([9d25f16](https://github.com/iotaledger/twin-node/commit/9d25f16f1d554cd38f3bec28fdf7f8fff892ceaf))
|
|
281
|
+
* update engine dependency ([db290df](https://github.com/iotaledger/twin-node/commit/db290df3b18374f7d86da575c6048657b98c355b))
|
|
282
|
+
* update engine dependency ([3494c31](https://github.com/iotaledger/twin-node/commit/3494c3144fd5ce6d3a9f2936c7890ab36795aeaa))
|
|
283
|
+
* update framework components ([4bee2b9](https://github.com/iotaledger/twin-node/commit/4bee2b9d3651df09b8550a9ed226be1b46031854))
|
|
284
|
+
* update framework core ([8bd769a](https://github.com/iotaledger/twin-node/commit/8bd769a4451f5f1f6be3f115a5e94eeb05bce7f1))
|
|
285
|
+
* update rights management components ([176a0d6](https://github.com/iotaledger/twin-node/commit/176a0d611f88360fc845ae233b26ee0b43d7cb23))
|
|
286
|
+
* update rights management dependencies ([97ad02e](https://github.com/iotaledger/twin-node/commit/97ad02e4b74cfe5e722f74da2fc2229bbf004c0a))
|
|
287
|
+
* update to latest engine ([00d4974](https://github.com/iotaledger/twin-node/commit/00d4974f9cfb02bf48505cfb4af4a7aba1df4b3d))
|
|
288
|
+
* update to latest engine config ([347386c](https://github.com/iotaledger/twin-node/commit/347386c0609e717dc20c456ad2264c83df793c59))
|
|
289
|
+
* updating linting ([feacd17](https://github.com/iotaledger/twin-node/commit/feacd178bb025bcd29a0ae6e4b8e79f23a989169))
|
|
290
|
+
* use features instead of disableNodeIdentity ([2e6109b](https://github.com/iotaledger/twin-node/commit/2e6109bd1de825e0f5396fc120d99ad7b3929852))
|
|
277
291
|
|
|
278
292
|
|
|
279
293
|
### Bug Fixes
|
|
280
294
|
|
|
281
|
-
* adding a condition to verify if the password exists when bootstrapping ([6030a42](https://github.com/
|
|
282
|
-
* adding a condition to verify if the password exists when bootstrapping ([c66f396](https://github.com/
|
|
283
|
-
* broken docs ([61479fd](https://github.com/
|
|
284
|
-
* pr comments [#1](https://github.com/
|
|
295
|
+
* adding a condition to verify if the password exists when bootstrapping ([6030a42](https://github.com/iotaledger/twin-node/commit/6030a42bdaf581678d96932fd0b809396bf7b8b0))
|
|
296
|
+
* adding a condition to verify if the password exists when bootstrapping ([c66f396](https://github.com/iotaledger/twin-node/commit/c66f396717394161a7647d1f08b3d87729d96e96))
|
|
297
|
+
* broken docs ([61479fd](https://github.com/iotaledger/twin-node/commit/61479fd618f766d22c5aafec5277e1a89e22b453))
|
|
298
|
+
* pr comments [#1](https://github.com/iotaledger/twin-node/issues/1) ([66e795b](https://github.com/iotaledger/twin-node/commit/66e795b16c372ab131ec1de30085aee90e4dbbd0))
|
|
285
299
|
|
|
286
|
-
## [0.0.2-next.26](https://github.com/
|
|
300
|
+
## [0.0.2-next.26](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.2-next.25...node-core-v0.0.2-next.26) (2025-10-10)
|
|
287
301
|
|
|
288
302
|
|
|
289
303
|
### Features
|
|
290
304
|
|
|
291
|
-
* adding npm and https protocols to load extensions ([#45](https://github.com/
|
|
305
|
+
* adding npm and https protocols to load extensions ([#45](https://github.com/iotaledger/twin-node/issues/45)) ([33940b7](https://github.com/iotaledger/twin-node/commit/33940b7e771a0c5af32c18d442deb26a8631fd02))
|
|
292
306
|
|
|
293
|
-
## [0.0.2-next.25](https://github.com/
|
|
307
|
+
## [0.0.2-next.25](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.2-next.24...node-core-v0.0.2-next.25) (2025-10-09)
|
|
294
308
|
|
|
295
309
|
|
|
296
310
|
### Features
|
|
297
311
|
|
|
298
|
-
* add validate-locales ([1a19dcb](https://github.com/
|
|
312
|
+
* add validate-locales ([1a19dcb](https://github.com/iotaledger/twin-node/commit/1a19dcb005c2f0e3103e290db28c48a3464094cb))
|
|
299
313
|
|
|
300
|
-
## [0.0.2-next.24](https://github.com/
|
|
314
|
+
## [0.0.2-next.24](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.2-next.23...node-core-v0.0.2-next.24) (2025-10-08)
|
|
301
315
|
|
|
302
316
|
|
|
303
317
|
### Features
|
|
304
318
|
|
|
305
|
-
* add isDefault flag to logging connectors ([358e839](https://github.com/
|
|
319
|
+
* add isDefault flag to logging connectors ([358e839](https://github.com/iotaledger/twin-node/commit/358e8394819dab9832d3a9ebfac74b897b7d5f40))
|
|
306
320
|
|
|
307
|
-
## [0.0.2-next.23](https://github.com/
|
|
321
|
+
## [0.0.2-next.23](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.2-next.22...node-core-v0.0.2-next.23) (2025-10-07)
|
|
308
322
|
|
|
309
323
|
|
|
310
324
|
### Features
|
|
311
325
|
|
|
312
|
-
* add module cache and improve resolution ([482be05](https://github.com/
|
|
326
|
+
* add module cache and improve resolution ([482be05](https://github.com/iotaledger/twin-node/commit/482be056c37a598033250ea8a7288a33cf3470b4))
|
|
313
327
|
|
|
314
|
-
## [0.0.2-next.22](https://github.com/
|
|
328
|
+
## [0.0.2-next.22](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.2-next.21...node-core-v0.0.2-next.22) (2025-10-07)
|
|
315
329
|
|
|
316
330
|
|
|
317
331
|
### Features
|
|
318
332
|
|
|
319
|
-
* update engine dependency ([db290df](https://github.com/
|
|
333
|
+
* update engine dependency ([db290df](https://github.com/iotaledger/twin-node/commit/db290df3b18374f7d86da575c6048657b98c355b))
|
|
320
334
|
|
|
321
|
-
## [0.0.2-next.21](https://github.com/
|
|
335
|
+
## [0.0.2-next.21](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.2-next.20...node-core-v0.0.2-next.21) (2025-10-07)
|
|
322
336
|
|
|
323
337
|
|
|
324
338
|
### Features
|
|
325
339
|
|
|
326
|
-
* update engine dependency ([3494c31](https://github.com/
|
|
340
|
+
* update engine dependency ([3494c31](https://github.com/iotaledger/twin-node/commit/3494c3144fd5ce6d3a9f2936c7890ab36795aeaa))
|
|
327
341
|
|
|
328
|
-
## [0.0.2-next.20](https://github.com/
|
|
342
|
+
## [0.0.2-next.20](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.2-next.19...node-core-v0.0.2-next.20) (2025-10-06)
|
|
329
343
|
|
|
330
344
|
|
|
331
345
|
### Features
|
|
332
346
|
|
|
333
|
-
* improve node logging ([63d6ea6](https://github.com/
|
|
334
|
-
* improve node logging ([c25b9c6](https://github.com/
|
|
347
|
+
* improve node logging ([63d6ea6](https://github.com/iotaledger/twin-node/commit/63d6ea661c2c76985d98addb8d905ad6f0c7f164))
|
|
348
|
+
* improve node logging ([c25b9c6](https://github.com/iotaledger/twin-node/commit/c25b9c6779bdb76f341df072c39b4c2fae4565a3))
|
|
335
349
|
|
|
336
|
-
## [0.0.2-next.19](https://github.com/
|
|
350
|
+
## [0.0.2-next.19](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.2-next.18...node-core-v0.0.2-next.19) (2025-10-03)
|
|
337
351
|
|
|
338
352
|
|
|
339
353
|
### Features
|
|
340
354
|
|
|
341
|
-
* use features instead of disableNodeIdentity ([2e6109b](https://github.com/
|
|
355
|
+
* use features instead of disableNodeIdentity ([2e6109b](https://github.com/iotaledger/twin-node/commit/2e6109bd1de825e0f5396fc120d99ad7b3929852))
|
|
342
356
|
|
|
343
|
-
## [0.0.2-next.18](https://github.com/
|
|
357
|
+
## [0.0.2-next.18](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.2-next.17...node-core-v0.0.2-next.18) (2025-10-03)
|
|
344
358
|
|
|
345
359
|
|
|
346
360
|
### Features
|
|
347
361
|
|
|
348
|
-
* improve error handling for extensions and logging ([bd84fde](https://github.com/
|
|
362
|
+
* improve error handling for extensions and logging ([bd84fde](https://github.com/iotaledger/twin-node/commit/bd84fde67e5a9db6ac66730397992401ca52e88c))
|
|
349
363
|
|
|
350
|
-
## [0.0.2-next.17](https://github.com/
|
|
364
|
+
## [0.0.2-next.17](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.2-next.16...node-core-v0.0.2-next.17) (2025-10-02)
|
|
351
365
|
|
|
352
366
|
|
|
353
367
|
### Features
|
|
354
368
|
|
|
355
|
-
* add extensions support ([476d5a8](https://github.com/
|
|
356
|
-
* updating linting ([feacd17](https://github.com/
|
|
369
|
+
* add extensions support ([476d5a8](https://github.com/iotaledger/twin-node/commit/476d5a864026a2f78e5b02bc9eb81359777a4a45))
|
|
370
|
+
* updating linting ([feacd17](https://github.com/iotaledger/twin-node/commit/feacd178bb025bcd29a0ae6e4b8e79f23a989169))
|
|
357
371
|
|
|
358
|
-
## [0.0.2-next.16](https://github.com/
|
|
372
|
+
## [0.0.2-next.16](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.2-next.15...node-core-v0.0.2-next.16) (2025-09-29)
|
|
359
373
|
|
|
360
374
|
|
|
361
375
|
### Features
|
|
362
376
|
|
|
363
|
-
* update framework components ([4bee2b9](https://github.com/
|
|
377
|
+
* update framework components ([4bee2b9](https://github.com/iotaledger/twin-node/commit/4bee2b9d3651df09b8550a9ed226be1b46031854))
|
|
364
378
|
|
|
365
|
-
## [0.0.2-next.15](https://github.com/
|
|
379
|
+
## [0.0.2-next.15](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.2-next.14...node-core-v0.0.2-next.15) (2025-09-26)
|
|
366
380
|
|
|
367
381
|
|
|
368
382
|
### Features
|
|
369
383
|
|
|
370
|
-
* additional options for enabling components ([e13d772](https://github.com/
|
|
384
|
+
* additional options for enabling components ([e13d772](https://github.com/iotaledger/twin-node/commit/e13d7721a0dd7143d456fff246622cbe63dbd0f1))
|
|
371
385
|
|
|
372
|
-
## [0.0.2-next.14](https://github.com/
|
|
386
|
+
## [0.0.2-next.14](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.2-next.13...node-core-v0.0.2-next.14) (2025-09-25)
|
|
373
387
|
|
|
374
388
|
|
|
375
389
|
### Features
|
|
376
390
|
|
|
377
|
-
* additional route logging env vars ([7152c88](https://github.com/
|
|
391
|
+
* additional route logging env vars ([7152c88](https://github.com/iotaledger/twin-node/commit/7152c887c3ba76778e2d9e68ba57198b8d81d802))
|
|
378
392
|
|
|
379
|
-
## [0.0.2-next.13](https://github.com/
|
|
393
|
+
## [0.0.2-next.13](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.2-next.12...node-core-v0.0.2-next.13) (2025-09-24)
|
|
380
394
|
|
|
381
395
|
|
|
382
396
|
### Features
|
|
383
397
|
|
|
384
|
-
* update to latest engine ([00d4974](https://github.com/
|
|
398
|
+
* update to latest engine ([00d4974](https://github.com/iotaledger/twin-node/commit/00d4974f9cfb02bf48505cfb4af4a7aba1df4b3d))
|
|
385
399
|
|
|
386
|
-
## [0.0.2-next.12](https://github.com/
|
|
400
|
+
## [0.0.2-next.12](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.2-next.11...node-core-v0.0.2-next.12) (2025-09-19)
|
|
387
401
|
|
|
388
402
|
|
|
389
403
|
### Features
|
|
390
404
|
|
|
391
|
-
* update rights management components ([176a0d6](https://github.com/
|
|
405
|
+
* update rights management components ([176a0d6](https://github.com/iotaledger/twin-node/commit/176a0d611f88360fc845ae233b26ee0b43d7cb23))
|
|
392
406
|
|
|
393
|
-
## [0.0.2-next.11](https://github.com/
|
|
407
|
+
## [0.0.2-next.11](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.2-next.10...node-core-v0.0.2-next.11) (2025-09-08)
|
|
394
408
|
|
|
395
409
|
|
|
396
410
|
### Features
|
|
397
411
|
|
|
398
|
-
* update rights management dependencies ([97ad02e](https://github.com/
|
|
412
|
+
* update rights management dependencies ([97ad02e](https://github.com/iotaledger/twin-node/commit/97ad02e4b74cfe5e722f74da2fc2229bbf004c0a))
|
|
399
413
|
|
|
400
|
-
## [0.0.2-next.10](https://github.com/
|
|
414
|
+
## [0.0.2-next.10](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.2-next.9...node-core-v0.0.2-next.10) (2025-09-05)
|
|
401
415
|
|
|
402
416
|
|
|
403
417
|
### Features
|
|
404
418
|
|
|
405
|
-
* add rights management components ([0fc6293](https://github.com/
|
|
419
|
+
* add rights management components ([0fc6293](https://github.com/iotaledger/twin-node/commit/0fc629332db24494bd73003625c7bf3f939a2597))
|
|
406
420
|
|
|
407
|
-
## [0.0.2-next.9](https://github.com/
|
|
421
|
+
## [0.0.2-next.9](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.2-next.8...node-core-v0.0.2-next.9) (2025-08-31)
|
|
408
422
|
|
|
409
423
|
|
|
410
424
|
### Features
|
|
411
425
|
|
|
412
|
-
* eslint migration to flat config ([080db74](https://github.com/
|
|
426
|
+
* eslint migration to flat config ([080db74](https://github.com/iotaledger/twin-node/commit/080db746390230f78725d214bc957da2efee9eb1))
|
|
413
427
|
|
|
414
|
-
## [0.0.2-next.8](https://github.com/
|
|
428
|
+
## [0.0.2-next.8](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.2-next.7...node-core-v0.0.2-next.8) (2025-08-27)
|
|
415
429
|
|
|
416
430
|
|
|
417
431
|
### Features
|
|
418
432
|
|
|
419
|
-
* add module override for better local import resolution ([ba00d17](https://github.com/
|
|
433
|
+
* add module override for better local import resolution ([ba00d17](https://github.com/iotaledger/twin-node/commit/ba00d17beea0a9a1851c89ad7c6a33256051c818))
|
|
420
434
|
|
|
421
|
-
## [0.0.2-next.7](https://github.com/
|
|
435
|
+
## [0.0.2-next.7](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.2-next.6...node-core-v0.0.2-next.7) (2025-08-26)
|
|
422
436
|
|
|
423
437
|
|
|
424
438
|
### Features
|
|
425
439
|
|
|
426
|
-
* add data space connector ([5a57087](https://github.com/
|
|
427
|
-
* add data space connector ([f7a3644](https://github.com/
|
|
428
|
-
* add data space connector ([157e8b0](https://github.com/
|
|
440
|
+
* add data space connector ([5a57087](https://github.com/iotaledger/twin-node/commit/5a57087d938265d3a4a812ff7c83d130ea4e103c))
|
|
441
|
+
* add data space connector ([f7a3644](https://github.com/iotaledger/twin-node/commit/f7a364477ec664e333e5ad018795acec6ee61edc))
|
|
442
|
+
* add data space connector ([157e8b0](https://github.com/iotaledger/twin-node/commit/157e8b0a76e3a8a63c1991924f7f963eb83e27ae))
|
|
429
443
|
|
|
430
|
-
## [0.0.2-next.6](https://github.com/
|
|
444
|
+
## [0.0.2-next.6](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.2-next.5...node-core-v0.0.2-next.6) (2025-08-22)
|
|
431
445
|
|
|
432
446
|
|
|
433
447
|
### Features
|
|
434
448
|
|
|
435
|
-
* add rights management ([78fba62](https://github.com/
|
|
436
|
-
* remove unused properties ([d8344b5](https://github.com/
|
|
449
|
+
* add rights management ([78fba62](https://github.com/iotaledger/twin-node/commit/78fba62f82afdbe615d55dd90eca8ee70ea62fc0))
|
|
450
|
+
* remove unused properties ([d8344b5](https://github.com/iotaledger/twin-node/commit/d8344b5aee5dc1c8104d75fad5093097f6530168))
|
|
437
451
|
|
|
438
|
-
## [0.0.2-next.5](https://github.com/
|
|
452
|
+
## [0.0.2-next.5](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.2-next.4...node-core-v0.0.2-next.5) (2025-08-21)
|
|
439
453
|
|
|
440
454
|
|
|
441
455
|
### Features
|
|
442
456
|
|
|
443
|
-
* update framework core ([8bd769a](https://github.com/
|
|
457
|
+
* update framework core ([8bd769a](https://github.com/iotaledger/twin-node/commit/8bd769a4451f5f1f6be3f115a5e94eeb05bce7f1))
|
|
444
458
|
|
|
445
|
-
## [0.0.2-next.4](https://github.com/
|
|
459
|
+
## [0.0.2-next.4](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.2-next.3...node-core-v0.0.2-next.4) (2025-08-14)
|
|
446
460
|
|
|
447
461
|
|
|
448
462
|
### Features
|
|
449
463
|
|
|
450
|
-
* add synchronised storage config ([e315869](https://github.com/
|
|
464
|
+
* add synchronised storage config ([e315869](https://github.com/iotaledger/twin-node/commit/e315869adbffcd7fe5d3ce151dd35f662f6134a9))
|
|
451
465
|
|
|
452
|
-
## [0.0.2-next.3](https://github.com/
|
|
466
|
+
## [0.0.2-next.3](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.2-next.2...node-core-v0.0.2-next.3) (2025-07-21)
|
|
453
467
|
|
|
454
468
|
|
|
455
469
|
### Features
|
|
456
470
|
|
|
457
|
-
* update to latest engine config ([347386c](https://github.com/
|
|
471
|
+
* update to latest engine config ([347386c](https://github.com/iotaledger/twin-node/commit/347386c0609e717dc20c456ad2264c83df793c59))
|
|
458
472
|
|
|
459
|
-
## [0.0.2-next.2](https://github.com/
|
|
473
|
+
## [0.0.2-next.2](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.2-next.1...node-core-v0.0.2-next.2) (2025-07-17)
|
|
460
474
|
|
|
461
475
|
|
|
462
476
|
### Features
|
|
463
477
|
|
|
464
|
-
* support multiple entity and blob storage connectors ([a489f79](https://github.com/
|
|
478
|
+
* support multiple entity and blob storage connectors ([a489f79](https://github.com/iotaledger/twin-node/commit/a489f7907544aef5708d5111e9f72985e1377bae))
|
|
465
479
|
|
|
466
|
-
## [0.0.2-next.1](https://github.com/
|
|
480
|
+
## [0.0.2-next.1](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.2-next.0...node-core-v0.0.2-next.1) (2025-07-15)
|
|
467
481
|
|
|
468
482
|
|
|
469
483
|
### Features
|
|
470
484
|
|
|
471
|
-
* add auth admin component ([1661e57](https://github.com/
|
|
472
|
-
* add extend engine and server methods ([ec09c7e](https://github.com/
|
|
473
|
-
* add extend engine and server methods ([0136a6f](https://github.com/
|
|
474
|
-
* add missing export ([e8eb621](https://github.com/
|
|
475
|
-
* additional run options ([c35e5bb](https://github.com/
|
|
476
|
-
* additional startup logging ([0740293](https://github.com/
|
|
477
|
-
* improve default options and spec ([b538721](https://github.com/
|
|
478
|
-
* improve error reporting ([fcd39a1](https://github.com/
|
|
479
|
-
* initial commit ([522f1e5](https://github.com/
|
|
480
|
-
* migrate env config from engine to node ([5da29b8](https://github.com/
|
|
481
|
-
* node app use JavaScript ([14fe08c](https://github.com/
|
|
482
|
-
* update dependencies ([9d25f16](https://github.com/
|
|
485
|
+
* add auth admin component ([1661e57](https://github.com/iotaledger/twin-node/commit/1661e57a699d5cf9ebde333e3cbc3aaea89d7c9c))
|
|
486
|
+
* add extend engine and server methods ([ec09c7e](https://github.com/iotaledger/twin-node/commit/ec09c7eb882d9f5797f2fd372e96cad1a3716f59))
|
|
487
|
+
* add extend engine and server methods ([0136a6f](https://github.com/iotaledger/twin-node/commit/0136a6f3f4e1a82b1427ee9618b8a17c79bc7fda))
|
|
488
|
+
* add missing export ([e8eb621](https://github.com/iotaledger/twin-node/commit/e8eb6213937a202520b164a9970a891004122b61))
|
|
489
|
+
* additional run options ([c35e5bb](https://github.com/iotaledger/twin-node/commit/c35e5bbb8a80fe6a36628d41f64585b3723d9ad7))
|
|
490
|
+
* additional startup logging ([0740293](https://github.com/iotaledger/twin-node/commit/0740293b366032f2907046603abf587c9c324aff))
|
|
491
|
+
* improve default options and spec ([b538721](https://github.com/iotaledger/twin-node/commit/b538721902e7f65021d2715148ba59409ccce035))
|
|
492
|
+
* improve error reporting ([fcd39a1](https://github.com/iotaledger/twin-node/commit/fcd39a18da2a6ce33965a99ca5f2f36f4aba712f))
|
|
493
|
+
* initial commit ([522f1e5](https://github.com/iotaledger/twin-node/commit/522f1e515348f9b1dd1eeb3170b1249e2b0b5371))
|
|
494
|
+
* migrate env config from engine to node ([5da29b8](https://github.com/iotaledger/twin-node/commit/5da29b8d714495308320d237a68e84355bba2b47))
|
|
495
|
+
* node app use JavaScript ([14fe08c](https://github.com/iotaledger/twin-node/commit/14fe08cb760dd885a5dac9056a4d5dbc3d61df64))
|
|
496
|
+
* update dependencies ([9d25f16](https://github.com/iotaledger/twin-node/commit/9d25f16f1d554cd38f3bec28fdf7f8fff892ceaf))
|
|
483
497
|
|
|
484
498
|
|
|
485
499
|
### Bug Fixes
|
|
486
500
|
|
|
487
|
-
* adding a condition to verify if the password exists when bootstrapping ([6030a42](https://github.com/
|
|
488
|
-
* adding a condition to verify if the password exists when bootstrapping ([c66f396](https://github.com/
|
|
489
|
-
* broken docs ([61479fd](https://github.com/
|
|
490
|
-
* pr comments [#1](https://github.com/
|
|
501
|
+
* adding a condition to verify if the password exists when bootstrapping ([6030a42](https://github.com/iotaledger/twin-node/commit/6030a42bdaf581678d96932fd0b809396bf7b8b0))
|
|
502
|
+
* adding a condition to verify if the password exists when bootstrapping ([c66f396](https://github.com/iotaledger/twin-node/commit/c66f396717394161a7647d1f08b3d87729d96e96))
|
|
503
|
+
* broken docs ([61479fd](https://github.com/iotaledger/twin-node/commit/61479fd618f766d22c5aafec5277e1a89e22b453))
|
|
504
|
+
* pr comments [#1](https://github.com/iotaledger/twin-node/issues/1) ([66e795b](https://github.com/iotaledger/twin-node/commit/66e795b16c372ab131ec1de30085aee90e4dbbd0))
|
|
491
505
|
|
|
492
506
|
## 0.0.1 (2025-07-11)
|
|
493
507
|
|
|
494
508
|
|
|
495
509
|
### Features
|
|
496
510
|
|
|
497
|
-
* add auth admin component ([1661e57](https://github.com/
|
|
498
|
-
* add extend engine and server methods ([ec09c7e](https://github.com/
|
|
499
|
-
* add extend engine and server methods ([0136a6f](https://github.com/
|
|
500
|
-
* additional run options ([c35e5bb](https://github.com/
|
|
501
|
-
* additional startup logging ([0740293](https://github.com/
|
|
502
|
-
* improve default options and spec ([b538721](https://github.com/
|
|
503
|
-
* improve error reporting ([fcd39a1](https://github.com/
|
|
504
|
-
* initial commit ([522f1e5](https://github.com/
|
|
505
|
-
* migrate env config from engine to node ([5da29b8](https://github.com/
|
|
506
|
-
* node app use JavaScript ([14fe08c](https://github.com/
|
|
507
|
-
* release to production ([6319a38](https://github.com/
|
|
508
|
-
* release to production ([4f44403](https://github.com/
|
|
509
|
-
* release to production ([2d96e37](https://github.com/
|
|
510
|
-
* update dependencies ([9d25f16](https://github.com/
|
|
511
|
+
* add auth admin component ([1661e57](https://github.com/iotaledger/twin-node/commit/1661e57a699d5cf9ebde333e3cbc3aaea89d7c9c))
|
|
512
|
+
* add extend engine and server methods ([ec09c7e](https://github.com/iotaledger/twin-node/commit/ec09c7eb882d9f5797f2fd372e96cad1a3716f59))
|
|
513
|
+
* add extend engine and server methods ([0136a6f](https://github.com/iotaledger/twin-node/commit/0136a6f3f4e1a82b1427ee9618b8a17c79bc7fda))
|
|
514
|
+
* additional run options ([c35e5bb](https://github.com/iotaledger/twin-node/commit/c35e5bbb8a80fe6a36628d41f64585b3723d9ad7))
|
|
515
|
+
* additional startup logging ([0740293](https://github.com/iotaledger/twin-node/commit/0740293b366032f2907046603abf587c9c324aff))
|
|
516
|
+
* improve default options and spec ([b538721](https://github.com/iotaledger/twin-node/commit/b538721902e7f65021d2715148ba59409ccce035))
|
|
517
|
+
* improve error reporting ([fcd39a1](https://github.com/iotaledger/twin-node/commit/fcd39a18da2a6ce33965a99ca5f2f36f4aba712f))
|
|
518
|
+
* initial commit ([522f1e5](https://github.com/iotaledger/twin-node/commit/522f1e515348f9b1dd1eeb3170b1249e2b0b5371))
|
|
519
|
+
* migrate env config from engine to node ([5da29b8](https://github.com/iotaledger/twin-node/commit/5da29b8d714495308320d237a68e84355bba2b47))
|
|
520
|
+
* node app use JavaScript ([14fe08c](https://github.com/iotaledger/twin-node/commit/14fe08cb760dd885a5dac9056a4d5dbc3d61df64))
|
|
521
|
+
* release to production ([6319a38](https://github.com/iotaledger/twin-node/commit/6319a38490a2c2809622f8acd170cb92bfa06942))
|
|
522
|
+
* release to production ([4f44403](https://github.com/iotaledger/twin-node/commit/4f444039832edce8fae562baa7c900ccdc2181da))
|
|
523
|
+
* release to production ([2d96e37](https://github.com/iotaledger/twin-node/commit/2d96e3737bd9663bc0d1171c2ff2c7f8b2ab01bb))
|
|
524
|
+
* update dependencies ([9d25f16](https://github.com/iotaledger/twin-node/commit/9d25f16f1d554cd38f3bec28fdf7f8fff892ceaf))
|
|
511
525
|
|
|
512
526
|
|
|
513
527
|
### Bug Fixes
|
|
514
528
|
|
|
515
|
-
* adding a condition to verify if the password exists when bootstrapping ([6030a42](https://github.com/
|
|
516
|
-
* adding a condition to verify if the password exists when bootstrapping ([c66f396](https://github.com/
|
|
517
|
-
* broken docs ([61479fd](https://github.com/
|
|
518
|
-
* pr comments [#1](https://github.com/
|
|
529
|
+
* adding a condition to verify if the password exists when bootstrapping ([6030a42](https://github.com/iotaledger/twin-node/commit/6030a42bdaf581678d96932fd0b809396bf7b8b0))
|
|
530
|
+
* adding a condition to verify if the password exists when bootstrapping ([c66f396](https://github.com/iotaledger/twin-node/commit/c66f396717394161a7647d1f08b3d87729d96e96))
|
|
531
|
+
* broken docs ([61479fd](https://github.com/iotaledger/twin-node/commit/61479fd618f766d22c5aafec5277e1a89e22b453))
|
|
532
|
+
* pr comments [#1](https://github.com/iotaledger/twin-node/issues/1) ([66e795b](https://github.com/iotaledger/twin-node/commit/66e795b16c372ab131ec1de30085aee90e4dbbd0))
|
|
519
533
|
|
|
520
|
-
## [0.0.1-next.11](https://github.com/
|
|
534
|
+
## [0.0.1-next.11](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.1-next.10...node-core-v0.0.1-next.11) (2025-07-11)
|
|
521
535
|
|
|
522
536
|
|
|
523
537
|
### Features
|
|
524
538
|
|
|
525
|
-
* add auth admin component ([1661e57](https://github.com/
|
|
539
|
+
* add auth admin component ([1661e57](https://github.com/iotaledger/twin-node/commit/1661e57a699d5cf9ebde333e3cbc3aaea89d7c9c))
|
|
526
540
|
|
|
527
|
-
## [0.0.1-next.10](https://github.com/
|
|
541
|
+
## [0.0.1-next.10](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.1-next.9...node-core-v0.0.1-next.10) (2025-07-11)
|
|
528
542
|
|
|
529
543
|
|
|
530
544
|
### Features
|
|
531
545
|
|
|
532
|
-
* migrate env config from engine to node ([5da29b8](https://github.com/
|
|
546
|
+
* migrate env config from engine to node ([5da29b8](https://github.com/iotaledger/twin-node/commit/5da29b8d714495308320d237a68e84355bba2b47))
|
|
533
547
|
|
|
534
|
-
## [0.0.1-next.9](https://github.com/
|
|
548
|
+
## [0.0.1-next.9](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.1-next.8...node-core-v0.0.1-next.9) (2025-06-20)
|
|
535
549
|
|
|
536
550
|
|
|
537
551
|
### Features
|
|
538
552
|
|
|
539
|
-
* additional startup logging ([0740293](https://github.com/
|
|
553
|
+
* additional startup logging ([0740293](https://github.com/iotaledger/twin-node/commit/0740293b366032f2907046603abf587c9c324aff))
|
|
540
554
|
|
|
541
|
-
## [0.0.1-next.8](https://github.com/
|
|
555
|
+
## [0.0.1-next.8](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.1-next.7...node-core-v0.0.1-next.8) (2025-06-18)
|
|
542
556
|
|
|
543
557
|
|
|
544
558
|
### Features
|
|
545
559
|
|
|
546
|
-
* improve default options and spec ([b538721](https://github.com/
|
|
560
|
+
* improve default options and spec ([b538721](https://github.com/iotaledger/twin-node/commit/b538721902e7f65021d2715148ba59409ccce035))
|
|
547
561
|
|
|
548
|
-
## [0.0.1-next.7](https://github.com/
|
|
562
|
+
## [0.0.1-next.7](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.1-next.6...node-core-v0.0.1-next.7) (2025-06-17)
|
|
549
563
|
|
|
550
564
|
|
|
551
565
|
### Bug Fixes
|
|
552
566
|
|
|
553
|
-
* adding a condition to verify if the password exists when bootstrapping ([6030a42](https://github.com/
|
|
554
|
-
* adding a condition to verify if the password exists when bootstrapping ([c66f396](https://github.com/
|
|
555
|
-
* pr comments [#1](https://github.com/
|
|
567
|
+
* adding a condition to verify if the password exists when bootstrapping ([6030a42](https://github.com/iotaledger/twin-node/commit/6030a42bdaf581678d96932fd0b809396bf7b8b0))
|
|
568
|
+
* adding a condition to verify if the password exists when bootstrapping ([c66f396](https://github.com/iotaledger/twin-node/commit/c66f396717394161a7647d1f08b3d87729d96e96))
|
|
569
|
+
* pr comments [#1](https://github.com/iotaledger/twin-node/issues/1) ([66e795b](https://github.com/iotaledger/twin-node/commit/66e795b16c372ab131ec1de30085aee90e4dbbd0))
|
|
556
570
|
|
|
557
|
-
## [0.0.1-next.6](https://github.com/
|
|
571
|
+
## [0.0.1-next.6](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.1-next.5...node-core-v0.0.1-next.6) (2025-06-12)
|
|
558
572
|
|
|
559
573
|
### Features
|
|
560
574
|
|
|
561
|
-
- add extend engine and server methods ([ec09c7e](https://github.com/
|
|
562
|
-
- add extend engine and server methods ([0136a6f](https://github.com/
|
|
563
|
-
- additional run options ([c35e5bb](https://github.com/
|
|
564
|
-
- improve error reporting ([fcd39a1](https://github.com/
|
|
565
|
-
- initial commit ([522f1e5](https://github.com/
|
|
566
|
-
- node app use JavaScript ([14fe08c](https://github.com/
|
|
567
|
-
- update dependencies ([9d25f16](https://github.com/
|
|
575
|
+
- add extend engine and server methods ([ec09c7e](https://github.com/iotaledger/twin-node/commit/ec09c7eb882d9f5797f2fd372e96cad1a3716f59))
|
|
576
|
+
- add extend engine and server methods ([0136a6f](https://github.com/iotaledger/twin-node/commit/0136a6f3f4e1a82b1427ee9618b8a17c79bc7fda))
|
|
577
|
+
- additional run options ([c35e5bb](https://github.com/iotaledger/twin-node/commit/c35e5bbb8a80fe6a36628d41f64585b3723d9ad7))
|
|
578
|
+
- improve error reporting ([fcd39a1](https://github.com/iotaledger/twin-node/commit/fcd39a18da2a6ce33965a99ca5f2f36f4aba712f))
|
|
579
|
+
- initial commit ([522f1e5](https://github.com/iotaledger/twin-node/commit/522f1e515348f9b1dd1eeb3170b1249e2b0b5371))
|
|
580
|
+
- node app use JavaScript ([14fe08c](https://github.com/iotaledger/twin-node/commit/14fe08cb760dd885a5dac9056a4d5dbc3d61df64))
|
|
581
|
+
- update dependencies ([9d25f16](https://github.com/iotaledger/twin-node/commit/9d25f16f1d554cd38f3bec28fdf7f8fff892ceaf))
|
|
568
582
|
|
|
569
583
|
### Bug Fixes
|
|
570
584
|
|
|
571
|
-
- broken docs ([61479fd](https://github.com/
|
|
585
|
+
- broken docs ([61479fd](https://github.com/iotaledger/twin-node/commit/61479fd618f766d22c5aafec5277e1a89e22b453))
|
|
572
586
|
|
|
573
|
-
## [0.0.1-next.5](https://github.com/
|
|
587
|
+
## [0.0.1-next.5](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.1-next.4...node-core-v0.0.1-next.5) (2025-06-12)
|
|
574
588
|
|
|
575
589
|
### Features
|
|
576
590
|
|
|
577
|
-
- add extend engine and server methods ([0136a6f](https://github.com/
|
|
591
|
+
- add extend engine and server methods ([0136a6f](https://github.com/iotaledger/twin-node/commit/0136a6f3f4e1a82b1427ee9618b8a17c79bc7fda))
|
|
578
592
|
|
|
579
|
-
## [0.0.1-next.4](https://github.com/
|
|
593
|
+
## [0.0.1-next.4](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.1-next.3...node-core-v0.0.1-next.4) (2025-05-27)
|
|
580
594
|
|
|
581
595
|
### Features
|
|
582
596
|
|
|
583
|
-
- improve error reporting ([fcd39a1](https://github.com/
|
|
597
|
+
- improve error reporting ([fcd39a1](https://github.com/iotaledger/twin-node/commit/fcd39a18da2a6ce33965a99ca5f2f36f4aba712f))
|
|
584
598
|
|
|
585
599
|
### Bug Fixes
|
|
586
600
|
|
|
587
|
-
- broken docs ([61479fd](https://github.com/
|
|
601
|
+
- broken docs ([61479fd](https://github.com/iotaledger/twin-node/commit/61479fd618f766d22c5aafec5277e1a89e22b453))
|
|
588
602
|
|
|
589
|
-
## [0.0.1-next.3](https://github.com/
|
|
603
|
+
## [0.0.1-next.3](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.1-next.2...node-core-v0.0.1-next.3) (2025-05-27)
|
|
590
604
|
|
|
591
605
|
### Features
|
|
592
606
|
|
|
593
|
-
- additional run options ([c35e5bb](https://github.com/
|
|
594
|
-
- node app use JavaScript ([14fe08c](https://github.com/
|
|
607
|
+
- additional run options ([c35e5bb](https://github.com/iotaledger/twin-node/commit/c35e5bbb8a80fe6a36628d41f64585b3723d9ad7))
|
|
608
|
+
- node app use JavaScript ([14fe08c](https://github.com/iotaledger/twin-node/commit/14fe08cb760dd885a5dac9056a4d5dbc3d61df64))
|
|
595
609
|
|
|
596
|
-
## [0.0.1-next.2](https://github.com/
|
|
610
|
+
## [0.0.1-next.2](https://github.com/iotaledger/twin-node/compare/node-core-v0.0.1-next.1...node-core-v0.0.1-next.2) (2025-05-27)
|
|
597
611
|
|
|
598
612
|
### Features
|
|
599
613
|
|
|
600
|
-
- initial commit ([522f1e5](https://github.com/
|
|
614
|
+
- initial commit ([522f1e5](https://github.com/iotaledger/twin-node/commit/522f1e515348f9b1dd1eeb3170b1249e2b0b5371))
|