@twin.org/node 0.0.3-next.10
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/LICENSE +201 -0
- package/README.md +43 -0
- package/bin/index.js +4 -0
- package/dist/locales/en.json +1885 -0
- package/docs/changelog.md +742 -0
- package/docs/configuration.md +223 -0
- package/docs/deployment-docker.md +189 -0
- package/docs/deployment-ec2.md +193 -0
- package/docs/deployment.md +4 -0
- package/docs/examples.md +149 -0
- package/docs/open-api/spec.json +19808 -0
- package/locales/en.json +1 -0
- package/package.json +40 -0
- package/src/index.js +12 -0
|
@@ -0,0 +1,742 @@
|
|
|
1
|
+
# @twin.org/node - Changelog
|
|
2
|
+
|
|
3
|
+
## [0.0.3-next.10](https://github.com/twinfoundation/node/compare/node-v0.0.3-next.9...node-v0.0.3-next.10) (2026-01-19)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* add CLI commands and remove automated bootstrap code ([#69](https://github.com/twinfoundation/node/issues/69)) ([6e40933](https://github.com/twinfoundation/node/commit/6e40933d8bb820b380e1074fc88feeedca0ef7d9))
|
|
9
|
+
* update docs ([409126a](https://github.com/twinfoundation/node/commit/409126a1325998face4634426b71682944c6a504))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Dependencies
|
|
13
|
+
|
|
14
|
+
* The following workspace dependencies were updated
|
|
15
|
+
* dependencies
|
|
16
|
+
* @twin.org/node-core bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
17
|
+
|
|
18
|
+
## [0.0.3-next.9](https://github.com/twinfoundation/node/compare/node-v0.0.3-next.8...node-v0.0.3-next.9) (2026-01-07)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Features
|
|
22
|
+
|
|
23
|
+
* improve bootstrapping and shutdown behaviour ([#66](https://github.com/twinfoundation/node/issues/66)) ([65b3452](https://github.com/twinfoundation/node/commit/65b345240334bfff48b52e136cc486cd7ac7f290))
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Dependencies
|
|
27
|
+
|
|
28
|
+
* The following workspace dependencies were updated
|
|
29
|
+
* dependencies
|
|
30
|
+
* @twin.org/node-core bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
31
|
+
|
|
32
|
+
## [0.0.3-next.8](https://github.com/twinfoundation/node/compare/node-v0.0.3-next.7...node-v0.0.3-next.8) (2026-01-05)
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
### Features
|
|
36
|
+
|
|
37
|
+
* update for livez endpoint ([9fc2e6a](https://github.com/twinfoundation/node/commit/9fc2e6ade38b3ec9591399a633d02b1e5fe07910))
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
### Dependencies
|
|
41
|
+
|
|
42
|
+
* The following workspace dependencies were updated
|
|
43
|
+
* dependencies
|
|
44
|
+
* @twin.org/node-core bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
45
|
+
|
|
46
|
+
## [0.0.3-next.7](https://github.com/twinfoundation/node/compare/node-v0.0.3-next.6...node-v0.0.3-next.7) (2025-12-04)
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
### Features
|
|
50
|
+
|
|
51
|
+
* add trust and rights management plugin support ([cdeb504](https://github.com/twinfoundation/node/commit/cdeb504ee5986a347466162b9afa781645b4a54c))
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
### Dependencies
|
|
55
|
+
|
|
56
|
+
* The following workspace dependencies were updated
|
|
57
|
+
* dependencies
|
|
58
|
+
* @twin.org/node-core bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
59
|
+
|
|
60
|
+
## [0.0.3-next.6](https://github.com/twinfoundation/node/compare/node-v0.0.3-next.5...node-v0.0.3-next.6) (2025-11-28)
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
### Features
|
|
64
|
+
|
|
65
|
+
* update background tasks and add fedcat filters ([1fd297e](https://github.com/twinfoundation/node/commit/1fd297e29f60b5bb3909638b68e326c5b0e2d77d))
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
### Dependencies
|
|
69
|
+
|
|
70
|
+
* The following workspace dependencies were updated
|
|
71
|
+
* dependencies
|
|
72
|
+
* @twin.org/node-core bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
73
|
+
|
|
74
|
+
## [0.0.3-next.5](https://github.com/twinfoundation/node/compare/node-v0.0.3-next.4...node-v0.0.3-next.5) (2025-11-26)
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
### Features
|
|
78
|
+
|
|
79
|
+
* add support for dynamodb connection timeout ([63051b0](https://github.com/twinfoundation/node/commit/63051b0d22138079115dfac921e7f0c45eaad34e))
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
### Dependencies
|
|
83
|
+
|
|
84
|
+
* The following workspace dependencies were updated
|
|
85
|
+
* dependencies
|
|
86
|
+
* @twin.org/node-core bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
87
|
+
|
|
88
|
+
## [0.0.3-next.4](https://github.com/twinfoundation/node/compare/node-v0.0.3-next.3...node-v0.0.3-next.4) (2025-11-24)
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
### Miscellaneous Chores
|
|
92
|
+
|
|
93
|
+
* **node:** Synchronize repo versions
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
### Dependencies
|
|
97
|
+
|
|
98
|
+
* The following workspace dependencies were updated
|
|
99
|
+
* dependencies
|
|
100
|
+
* @twin.org/node-core bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
101
|
+
|
|
102
|
+
## [0.0.3-next.3](https://github.com/twinfoundation/node/compare/node-v0.0.3-next.2...node-v0.0.3-next.3) (2025-11-20)
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
### Features
|
|
106
|
+
|
|
107
|
+
* updated context id features ([ef7be07](https://github.com/twinfoundation/node/commit/ef7be07d44dccdeacf10f90cb4ffde0303faa6fa))
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
### Dependencies
|
|
111
|
+
|
|
112
|
+
* The following workspace dependencies were updated
|
|
113
|
+
* dependencies
|
|
114
|
+
* @twin.org/node-core bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
115
|
+
|
|
116
|
+
## [0.0.3-next.2](https://github.com/twinfoundation/node/compare/node-v0.0.3-next.1...node-v0.0.3-next.2) (2025-11-14)
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
### Miscellaneous Chores
|
|
120
|
+
|
|
121
|
+
* **node:** Synchronize repo versions
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
### Dependencies
|
|
125
|
+
|
|
126
|
+
* The following workspace dependencies were updated
|
|
127
|
+
* dependencies
|
|
128
|
+
* @twin.org/node-core bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
129
|
+
|
|
130
|
+
## [0.0.3-next.1](https://github.com/twinfoundation/node/compare/node-v0.0.3-next.0...node-v0.0.3-next.1) (2025-11-13)
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
### Features
|
|
134
|
+
|
|
135
|
+
* add auth admin component ([1661e57](https://github.com/twinfoundation/node/commit/1661e57a699d5cf9ebde333e3cbc3aaea89d7c9c))
|
|
136
|
+
* add context id features ([#53](https://github.com/twinfoundation/node/issues/53)) ([827adf5](https://github.com/twinfoundation/node/commit/827adf52cb87fca53cec52b27e67f7a9dba2c088))
|
|
137
|
+
* add data space connector ([157e8b0](https://github.com/twinfoundation/node/commit/157e8b0a76e3a8a63c1991924f7f963eb83e27ae))
|
|
138
|
+
* add extend engine and server methods ([ec09c7e](https://github.com/twinfoundation/node/commit/ec09c7eb882d9f5797f2fd372e96cad1a3716f59))
|
|
139
|
+
* add extend engine and server methods ([0136a6f](https://github.com/twinfoundation/node/commit/0136a6f3f4e1a82b1427ee9618b8a17c79bc7fda))
|
|
140
|
+
* add extensions support ([476d5a8](https://github.com/twinfoundation/node/commit/476d5a864026a2f78e5b02bc9eb81359777a4a45))
|
|
141
|
+
* add fedcat to openapi ([eac69bd](https://github.com/twinfoundation/node/commit/eac69bdf94a22c35fe58e7523d9cf78bdc72eb7b))
|
|
142
|
+
* add missing export ([e8eb621](https://github.com/twinfoundation/node/commit/e8eb6213937a202520b164a9970a891004122b61))
|
|
143
|
+
* add rights management components ([0fc6293](https://github.com/twinfoundation/node/commit/0fc629332db24494bd73003625c7bf3f939a2597))
|
|
144
|
+
* add synchronised storage config ([e315869](https://github.com/twinfoundation/node/commit/e315869adbffcd7fe5d3ce151dd35f662f6134a9))
|
|
145
|
+
* add updated config vars ([ebe8178](https://github.com/twinfoundation/node/commit/ebe81788ce53ddf3d6925a5f2f6dac381f84f06c))
|
|
146
|
+
* add validate-locales ([1a19dcb](https://github.com/twinfoundation/node/commit/1a19dcb005c2f0e3103e290db28c48a3464094cb))
|
|
147
|
+
* adding npm and https protocols to load extensions ([#45](https://github.com/twinfoundation/node/issues/45)) ([33940b7](https://github.com/twinfoundation/node/commit/33940b7e771a0c5af32c18d442deb26a8631fd02))
|
|
148
|
+
* additional options for enabling components ([e13d772](https://github.com/twinfoundation/node/commit/e13d7721a0dd7143d456fff246622cbe63dbd0f1))
|
|
149
|
+
* additional route logging env vars ([7152c88](https://github.com/twinfoundation/node/commit/7152c887c3ba76778e2d9e68ba57198b8d81d802))
|
|
150
|
+
* eslint migration to flat config ([080db74](https://github.com/twinfoundation/node/commit/080db746390230f78725d214bc957da2efee9eb1))
|
|
151
|
+
* exclude unece codes from open api spec ([16b72f3](https://github.com/twinfoundation/node/commit/16b72f37af0d5aa107e5007741690a3fc043153a))
|
|
152
|
+
* improve default options and spec ([b538721](https://github.com/twinfoundation/node/commit/b538721902e7f65021d2715148ba59409ccce035))
|
|
153
|
+
* improve node logging ([c25b9c6](https://github.com/twinfoundation/node/commit/c25b9c6779bdb76f341df072c39b4c2fae4565a3))
|
|
154
|
+
* initial commit ([522f1e5](https://github.com/twinfoundation/node/commit/522f1e515348f9b1dd1eeb3170b1249e2b0b5371))
|
|
155
|
+
* migrate env config from engine to node ([5da29b8](https://github.com/twinfoundation/node/commit/5da29b8d714495308320d237a68e84355bba2b47))
|
|
156
|
+
* node app use JavaScript ([14fe08c](https://github.com/twinfoundation/node/commit/14fe08cb760dd885a5dac9056a4d5dbc3d61df64))
|
|
157
|
+
* support multiple entity and blob storage connectors ([a489f79](https://github.com/twinfoundation/node/commit/a489f7907544aef5708d5111e9f72985e1377bae))
|
|
158
|
+
* update dependencies ([9d25f16](https://github.com/twinfoundation/node/commit/9d25f16f1d554cd38f3bec28fdf7f8fff892ceaf))
|
|
159
|
+
* update framework components ([4bee2b9](https://github.com/twinfoundation/node/commit/4bee2b9d3651df09b8550a9ed226be1b46031854))
|
|
160
|
+
* update framework core ([8bd769a](https://github.com/twinfoundation/node/commit/8bd769a4451f5f1f6be3f115a5e94eeb05bce7f1))
|
|
161
|
+
* update rights management components ([176a0d6](https://github.com/twinfoundation/node/commit/176a0d611f88360fc845ae233b26ee0b43d7cb23))
|
|
162
|
+
* update spec generation config ([cff633a](https://github.com/twinfoundation/node/commit/cff633a0ffb73ad652d5f1bae653fa91e82dc8ab))
|
|
163
|
+
* update to latest engine ([00d4974](https://github.com/twinfoundation/node/commit/00d4974f9cfb02bf48505cfb4af4a7aba1df4b3d))
|
|
164
|
+
* update twindev schemas ([b7bb6ba](https://github.com/twinfoundation/node/commit/b7bb6ba308eaf10b66d349ada8f3880f15b31e0f))
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
### Bug Fixes
|
|
168
|
+
|
|
169
|
+
* adding a condition to verify if the password exists when bootstrapping ([6030a42](https://github.com/twinfoundation/node/commit/6030a42bdaf581678d96932fd0b809396bf7b8b0))
|
|
170
|
+
* adding a condition to verify if the password exists when bootstrapping ([c66f396](https://github.com/twinfoundation/node/commit/c66f396717394161a7647d1f08b3d87729d96e96))
|
|
171
|
+
* broken docs ([61479fd](https://github.com/twinfoundation/node/commit/61479fd618f766d22c5aafec5277e1a89e22b453))
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
### Dependencies
|
|
175
|
+
|
|
176
|
+
* The following workspace dependencies were updated
|
|
177
|
+
* dependencies
|
|
178
|
+
* @twin.org/node-core bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
179
|
+
|
|
180
|
+
## [0.0.2-next.26](https://github.com/twinfoundation/node/compare/node-v0.0.2-next.25...node-v0.0.2-next.26) (2025-10-10)
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
### Features
|
|
184
|
+
|
|
185
|
+
* adding npm and https protocols to load extensions ([#45](https://github.com/twinfoundation/node/issues/45)) ([33940b7](https://github.com/twinfoundation/node/commit/33940b7e771a0c5af32c18d442deb26a8631fd02))
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
### Dependencies
|
|
189
|
+
|
|
190
|
+
* The following workspace dependencies were updated
|
|
191
|
+
* dependencies
|
|
192
|
+
* @twin.org/node-core bumped from 0.0.2-next.25 to 0.0.2-next.26
|
|
193
|
+
|
|
194
|
+
## [0.0.2-next.25](https://github.com/twinfoundation/node/compare/node-v0.0.2-next.24...node-v0.0.2-next.25) (2025-10-09)
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
### Features
|
|
198
|
+
|
|
199
|
+
* add validate-locales ([1a19dcb](https://github.com/twinfoundation/node/commit/1a19dcb005c2f0e3103e290db28c48a3464094cb))
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
### Dependencies
|
|
203
|
+
|
|
204
|
+
* The following workspace dependencies were updated
|
|
205
|
+
* dependencies
|
|
206
|
+
* @twin.org/node-core bumped from 0.0.2-next.24 to 0.0.2-next.25
|
|
207
|
+
|
|
208
|
+
## [0.0.2-next.24](https://github.com/twinfoundation/node/compare/node-v0.0.2-next.23...node-v0.0.2-next.24) (2025-10-08)
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
### Miscellaneous Chores
|
|
212
|
+
|
|
213
|
+
* **node:** Synchronize repo versions
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
### Dependencies
|
|
217
|
+
|
|
218
|
+
* The following workspace dependencies were updated
|
|
219
|
+
* dependencies
|
|
220
|
+
* @twin.org/node-core bumped from 0.0.2-next.23 to 0.0.2-next.24
|
|
221
|
+
|
|
222
|
+
## [0.0.2-next.23](https://github.com/twinfoundation/node/compare/node-v0.0.2-next.22...node-v0.0.2-next.23) (2025-10-07)
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
### Miscellaneous Chores
|
|
226
|
+
|
|
227
|
+
* **node:** Synchronize repo versions
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
### Dependencies
|
|
231
|
+
|
|
232
|
+
* The following workspace dependencies were updated
|
|
233
|
+
* dependencies
|
|
234
|
+
* @twin.org/node-core bumped from 0.0.2-next.22 to 0.0.2-next.23
|
|
235
|
+
|
|
236
|
+
## [0.0.2-next.22](https://github.com/twinfoundation/node/compare/node-v0.0.2-next.21...node-v0.0.2-next.22) (2025-10-07)
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
### Miscellaneous Chores
|
|
240
|
+
|
|
241
|
+
* **node:** Synchronize repo versions
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
### Dependencies
|
|
245
|
+
|
|
246
|
+
* The following workspace dependencies were updated
|
|
247
|
+
* dependencies
|
|
248
|
+
* @twin.org/node-core bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
249
|
+
|
|
250
|
+
## [0.0.2-next.21](https://github.com/twinfoundation/node/compare/node-v0.0.2-next.20...node-v0.0.2-next.21) (2025-10-07)
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
### Miscellaneous Chores
|
|
254
|
+
|
|
255
|
+
* **node:** Synchronize repo versions
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
### Dependencies
|
|
259
|
+
|
|
260
|
+
* The following workspace dependencies were updated
|
|
261
|
+
* dependencies
|
|
262
|
+
* @twin.org/node-core bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
263
|
+
|
|
264
|
+
## [0.0.2-next.20](https://github.com/twinfoundation/node/compare/node-v0.0.2-next.19...node-v0.0.2-next.20) (2025-10-06)
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
### Features
|
|
268
|
+
|
|
269
|
+
* improve node logging ([c25b9c6](https://github.com/twinfoundation/node/commit/c25b9c6779bdb76f341df072c39b4c2fae4565a3))
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
### Dependencies
|
|
273
|
+
|
|
274
|
+
* The following workspace dependencies were updated
|
|
275
|
+
* dependencies
|
|
276
|
+
* @twin.org/node-core bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
277
|
+
|
|
278
|
+
## [0.0.2-next.19](https://github.com/twinfoundation/node/compare/node-v0.0.2-next.18...node-v0.0.2-next.19) (2025-10-03)
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
### Miscellaneous Chores
|
|
282
|
+
|
|
283
|
+
* **node:** Synchronize repo versions
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
### Dependencies
|
|
287
|
+
|
|
288
|
+
* The following workspace dependencies were updated
|
|
289
|
+
* dependencies
|
|
290
|
+
* @twin.org/node-core bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
291
|
+
|
|
292
|
+
## [0.0.2-next.18](https://github.com/twinfoundation/node/compare/node-v0.0.2-next.17...node-v0.0.2-next.18) (2025-10-03)
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
### Miscellaneous Chores
|
|
296
|
+
|
|
297
|
+
* **node:** Synchronize repo versions
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
### Dependencies
|
|
301
|
+
|
|
302
|
+
* The following workspace dependencies were updated
|
|
303
|
+
* dependencies
|
|
304
|
+
* @twin.org/node-core bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
305
|
+
|
|
306
|
+
## [0.0.2-next.17](https://github.com/twinfoundation/node/compare/node-v0.0.2-next.16...node-v0.0.2-next.17) (2025-10-02)
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
### Features
|
|
310
|
+
|
|
311
|
+
* add extensions support ([476d5a8](https://github.com/twinfoundation/node/commit/476d5a864026a2f78e5b02bc9eb81359777a4a45))
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
### Dependencies
|
|
315
|
+
|
|
316
|
+
* The following workspace dependencies were updated
|
|
317
|
+
* dependencies
|
|
318
|
+
* @twin.org/node-core bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
319
|
+
|
|
320
|
+
## [0.0.2-next.16](https://github.com/twinfoundation/node/compare/node-v0.0.2-next.15...node-v0.0.2-next.16) (2025-09-29)
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
### Features
|
|
324
|
+
|
|
325
|
+
* update framework components ([4bee2b9](https://github.com/twinfoundation/node/commit/4bee2b9d3651df09b8550a9ed226be1b46031854))
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
### Dependencies
|
|
329
|
+
|
|
330
|
+
* The following workspace dependencies were updated
|
|
331
|
+
* dependencies
|
|
332
|
+
* @twin.org/node-core bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
333
|
+
|
|
334
|
+
## [0.0.2-next.15](https://github.com/twinfoundation/node/compare/node-v0.0.2-next.14...node-v0.0.2-next.15) (2025-09-26)
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
### Features
|
|
338
|
+
|
|
339
|
+
* additional options for enabling components ([e13d772](https://github.com/twinfoundation/node/commit/e13d7721a0dd7143d456fff246622cbe63dbd0f1))
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
### Dependencies
|
|
343
|
+
|
|
344
|
+
* The following workspace dependencies were updated
|
|
345
|
+
* dependencies
|
|
346
|
+
* @twin.org/node-core bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
347
|
+
|
|
348
|
+
## [0.0.2-next.14](https://github.com/twinfoundation/node/compare/node-v0.0.2-next.13...node-v0.0.2-next.14) (2025-09-25)
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
### Features
|
|
352
|
+
|
|
353
|
+
* additional route logging env vars ([7152c88](https://github.com/twinfoundation/node/commit/7152c887c3ba76778e2d9e68ba57198b8d81d802))
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
### Dependencies
|
|
357
|
+
|
|
358
|
+
* The following workspace dependencies were updated
|
|
359
|
+
* dependencies
|
|
360
|
+
* @twin.org/node-core bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
361
|
+
|
|
362
|
+
## [0.0.2-next.13](https://github.com/twinfoundation/node/compare/node-v0.0.2-next.12...node-v0.0.2-next.13) (2025-09-24)
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
### Features
|
|
366
|
+
|
|
367
|
+
* update to latest engine ([00d4974](https://github.com/twinfoundation/node/commit/00d4974f9cfb02bf48505cfb4af4a7aba1df4b3d))
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
### Dependencies
|
|
371
|
+
|
|
372
|
+
* The following workspace dependencies were updated
|
|
373
|
+
* dependencies
|
|
374
|
+
* @twin.org/node-core bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
375
|
+
|
|
376
|
+
## [0.0.2-next.12](https://github.com/twinfoundation/node/compare/node-v0.0.2-next.11...node-v0.0.2-next.12) (2025-09-19)
|
|
377
|
+
|
|
378
|
+
|
|
379
|
+
### Features
|
|
380
|
+
|
|
381
|
+
* update rights management components ([176a0d6](https://github.com/twinfoundation/node/commit/176a0d611f88360fc845ae233b26ee0b43d7cb23))
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
### Dependencies
|
|
385
|
+
|
|
386
|
+
* The following workspace dependencies were updated
|
|
387
|
+
* dependencies
|
|
388
|
+
* @twin.org/node-core bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
389
|
+
|
|
390
|
+
## [0.0.2-next.11](https://github.com/twinfoundation/node/compare/node-v0.0.2-next.10...node-v0.0.2-next.11) (2025-09-08)
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
### Miscellaneous Chores
|
|
394
|
+
|
|
395
|
+
* **node:** Synchronize repo versions
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
### Dependencies
|
|
399
|
+
|
|
400
|
+
* The following workspace dependencies were updated
|
|
401
|
+
* dependencies
|
|
402
|
+
* @twin.org/node-core bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
403
|
+
|
|
404
|
+
## [0.0.2-next.10](https://github.com/twinfoundation/node/compare/node-v0.0.2-next.9...node-v0.0.2-next.10) (2025-09-05)
|
|
405
|
+
|
|
406
|
+
|
|
407
|
+
### Features
|
|
408
|
+
|
|
409
|
+
* add rights management components ([0fc6293](https://github.com/twinfoundation/node/commit/0fc629332db24494bd73003625c7bf3f939a2597))
|
|
410
|
+
|
|
411
|
+
|
|
412
|
+
### Dependencies
|
|
413
|
+
|
|
414
|
+
* The following workspace dependencies were updated
|
|
415
|
+
* dependencies
|
|
416
|
+
* @twin.org/node-core bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
417
|
+
|
|
418
|
+
## [0.0.2-next.9](https://github.com/twinfoundation/node/compare/node-v0.0.2-next.8...node-v0.0.2-next.9) (2025-08-31)
|
|
419
|
+
|
|
420
|
+
|
|
421
|
+
### Features
|
|
422
|
+
|
|
423
|
+
* eslint migration to flat config ([080db74](https://github.com/twinfoundation/node/commit/080db746390230f78725d214bc957da2efee9eb1))
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
### Dependencies
|
|
427
|
+
|
|
428
|
+
* The following workspace dependencies were updated
|
|
429
|
+
* dependencies
|
|
430
|
+
* @twin.org/node-core bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
431
|
+
|
|
432
|
+
## [0.0.2-next.8](https://github.com/twinfoundation/node/compare/node-v0.0.2-next.7...node-v0.0.2-next.8) (2025-08-27)
|
|
433
|
+
|
|
434
|
+
|
|
435
|
+
### Miscellaneous Chores
|
|
436
|
+
|
|
437
|
+
* **node:** Synchronize repo versions
|
|
438
|
+
|
|
439
|
+
|
|
440
|
+
### Dependencies
|
|
441
|
+
|
|
442
|
+
* The following workspace dependencies were updated
|
|
443
|
+
* dependencies
|
|
444
|
+
* @twin.org/node-core bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
445
|
+
|
|
446
|
+
## [0.0.2-next.7](https://github.com/twinfoundation/node/compare/node-v0.0.2-next.6...node-v0.0.2-next.7) (2025-08-26)
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
### Features
|
|
450
|
+
|
|
451
|
+
* add data space connector ([157e8b0](https://github.com/twinfoundation/node/commit/157e8b0a76e3a8a63c1991924f7f963eb83e27ae))
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
### Dependencies
|
|
455
|
+
|
|
456
|
+
* The following workspace dependencies were updated
|
|
457
|
+
* dependencies
|
|
458
|
+
* @twin.org/node-core bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
459
|
+
|
|
460
|
+
## [0.0.2-next.6](https://github.com/twinfoundation/node/compare/node-v0.0.2-next.5...node-v0.0.2-next.6) (2025-08-22)
|
|
461
|
+
|
|
462
|
+
|
|
463
|
+
### Miscellaneous Chores
|
|
464
|
+
|
|
465
|
+
* **node:** Synchronize repo versions
|
|
466
|
+
|
|
467
|
+
|
|
468
|
+
### Dependencies
|
|
469
|
+
|
|
470
|
+
* The following workspace dependencies were updated
|
|
471
|
+
* dependencies
|
|
472
|
+
* @twin.org/node-core bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
473
|
+
|
|
474
|
+
## [0.0.2-next.5](https://github.com/twinfoundation/node/compare/node-v0.0.2-next.4...node-v0.0.2-next.5) (2025-08-21)
|
|
475
|
+
|
|
476
|
+
|
|
477
|
+
### Features
|
|
478
|
+
|
|
479
|
+
* update framework core ([8bd769a](https://github.com/twinfoundation/node/commit/8bd769a4451f5f1f6be3f115a5e94eeb05bce7f1))
|
|
480
|
+
|
|
481
|
+
|
|
482
|
+
### Dependencies
|
|
483
|
+
|
|
484
|
+
* The following workspace dependencies were updated
|
|
485
|
+
* dependencies
|
|
486
|
+
* @twin.org/node-core bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
487
|
+
|
|
488
|
+
## [0.0.2-next.4](https://github.com/twinfoundation/node/compare/node-v0.0.2-next.3...node-v0.0.2-next.4) (2025-08-14)
|
|
489
|
+
|
|
490
|
+
|
|
491
|
+
### Features
|
|
492
|
+
|
|
493
|
+
* add synchronised storage config ([e315869](https://github.com/twinfoundation/node/commit/e315869adbffcd7fe5d3ce151dd35f662f6134a9))
|
|
494
|
+
* exclude unece codes from open api spec ([16b72f3](https://github.com/twinfoundation/node/commit/16b72f37af0d5aa107e5007741690a3fc043153a))
|
|
495
|
+
|
|
496
|
+
|
|
497
|
+
### Dependencies
|
|
498
|
+
|
|
499
|
+
* The following workspace dependencies were updated
|
|
500
|
+
* dependencies
|
|
501
|
+
* @twin.org/node-core bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
502
|
+
|
|
503
|
+
## [0.0.2-next.3](https://github.com/twinfoundation/node/compare/node-v0.0.2-next.2...node-v0.0.2-next.3) (2025-07-21)
|
|
504
|
+
|
|
505
|
+
|
|
506
|
+
### Miscellaneous Chores
|
|
507
|
+
|
|
508
|
+
* **node:** Synchronize repo versions
|
|
509
|
+
|
|
510
|
+
|
|
511
|
+
### Dependencies
|
|
512
|
+
|
|
513
|
+
* The following workspace dependencies were updated
|
|
514
|
+
* dependencies
|
|
515
|
+
* @twin.org/node-core bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
516
|
+
|
|
517
|
+
## [0.0.2-next.2](https://github.com/twinfoundation/node/compare/node-v0.0.2-next.1...node-v0.0.2-next.2) (2025-07-17)
|
|
518
|
+
|
|
519
|
+
|
|
520
|
+
### Features
|
|
521
|
+
|
|
522
|
+
* support multiple entity and blob storage connectors ([a489f79](https://github.com/twinfoundation/node/commit/a489f7907544aef5708d5111e9f72985e1377bae))
|
|
523
|
+
|
|
524
|
+
|
|
525
|
+
### Dependencies
|
|
526
|
+
|
|
527
|
+
* The following workspace dependencies were updated
|
|
528
|
+
* dependencies
|
|
529
|
+
* @twin.org/node-core bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
530
|
+
|
|
531
|
+
## [0.0.2-next.1](https://github.com/twinfoundation/node/compare/node-v0.0.2-next.0...node-v0.0.2-next.1) (2025-07-15)
|
|
532
|
+
|
|
533
|
+
|
|
534
|
+
### Features
|
|
535
|
+
|
|
536
|
+
* add auth admin component ([1661e57](https://github.com/twinfoundation/node/commit/1661e57a699d5cf9ebde333e3cbc3aaea89d7c9c))
|
|
537
|
+
* add extend engine and server methods ([ec09c7e](https://github.com/twinfoundation/node/commit/ec09c7eb882d9f5797f2fd372e96cad1a3716f59))
|
|
538
|
+
* add extend engine and server methods ([0136a6f](https://github.com/twinfoundation/node/commit/0136a6f3f4e1a82b1427ee9618b8a17c79bc7fda))
|
|
539
|
+
* add fedcat to openapi ([eac69bd](https://github.com/twinfoundation/node/commit/eac69bdf94a22c35fe58e7523d9cf78bdc72eb7b))
|
|
540
|
+
* add missing export ([e8eb621](https://github.com/twinfoundation/node/commit/e8eb6213937a202520b164a9970a891004122b61))
|
|
541
|
+
* add updated config vars ([ebe8178](https://github.com/twinfoundation/node/commit/ebe81788ce53ddf3d6925a5f2f6dac381f84f06c))
|
|
542
|
+
* improve default options and spec ([b538721](https://github.com/twinfoundation/node/commit/b538721902e7f65021d2715148ba59409ccce035))
|
|
543
|
+
* initial commit ([522f1e5](https://github.com/twinfoundation/node/commit/522f1e515348f9b1dd1eeb3170b1249e2b0b5371))
|
|
544
|
+
* migrate env config from engine to node ([5da29b8](https://github.com/twinfoundation/node/commit/5da29b8d714495308320d237a68e84355bba2b47))
|
|
545
|
+
* node app use JavaScript ([14fe08c](https://github.com/twinfoundation/node/commit/14fe08cb760dd885a5dac9056a4d5dbc3d61df64))
|
|
546
|
+
* update dependencies ([9d25f16](https://github.com/twinfoundation/node/commit/9d25f16f1d554cd38f3bec28fdf7f8fff892ceaf))
|
|
547
|
+
* update spec generation config ([cff633a](https://github.com/twinfoundation/node/commit/cff633a0ffb73ad652d5f1bae653fa91e82dc8ab))
|
|
548
|
+
* update twindev schemas ([b7bb6ba](https://github.com/twinfoundation/node/commit/b7bb6ba308eaf10b66d349ada8f3880f15b31e0f))
|
|
549
|
+
|
|
550
|
+
|
|
551
|
+
### Bug Fixes
|
|
552
|
+
|
|
553
|
+
* adding a condition to verify if the password exists when bootstrapping ([6030a42](https://github.com/twinfoundation/node/commit/6030a42bdaf581678d96932fd0b809396bf7b8b0))
|
|
554
|
+
* adding a condition to verify if the password exists when bootstrapping ([c66f396](https://github.com/twinfoundation/node/commit/c66f396717394161a7647d1f08b3d87729d96e96))
|
|
555
|
+
* broken docs ([61479fd](https://github.com/twinfoundation/node/commit/61479fd618f766d22c5aafec5277e1a89e22b453))
|
|
556
|
+
|
|
557
|
+
|
|
558
|
+
### Dependencies
|
|
559
|
+
|
|
560
|
+
* The following workspace dependencies were updated
|
|
561
|
+
* dependencies
|
|
562
|
+
* @twin.org/node-core bumped from 0.0.2-next.0 to 0.0.2-next.1
|
|
563
|
+
|
|
564
|
+
## 0.0.1 (2025-07-11)
|
|
565
|
+
|
|
566
|
+
|
|
567
|
+
### Features
|
|
568
|
+
|
|
569
|
+
* add auth admin component ([1661e57](https://github.com/twinfoundation/node/commit/1661e57a699d5cf9ebde333e3cbc3aaea89d7c9c))
|
|
570
|
+
* add extend engine and server methods ([ec09c7e](https://github.com/twinfoundation/node/commit/ec09c7eb882d9f5797f2fd372e96cad1a3716f59))
|
|
571
|
+
* add extend engine and server methods ([0136a6f](https://github.com/twinfoundation/node/commit/0136a6f3f4e1a82b1427ee9618b8a17c79bc7fda))
|
|
572
|
+
* add fedcat to openapi ([eac69bd](https://github.com/twinfoundation/node/commit/eac69bdf94a22c35fe58e7523d9cf78bdc72eb7b))
|
|
573
|
+
* add updated config vars ([ebe8178](https://github.com/twinfoundation/node/commit/ebe81788ce53ddf3d6925a5f2f6dac381f84f06c))
|
|
574
|
+
* improve default options and spec ([b538721](https://github.com/twinfoundation/node/commit/b538721902e7f65021d2715148ba59409ccce035))
|
|
575
|
+
* initial commit ([522f1e5](https://github.com/twinfoundation/node/commit/522f1e515348f9b1dd1eeb3170b1249e2b0b5371))
|
|
576
|
+
* migrate env config from engine to node ([5da29b8](https://github.com/twinfoundation/node/commit/5da29b8d714495308320d237a68e84355bba2b47))
|
|
577
|
+
* node app use JavaScript ([14fe08c](https://github.com/twinfoundation/node/commit/14fe08cb760dd885a5dac9056a4d5dbc3d61df64))
|
|
578
|
+
* release to production ([6319a38](https://github.com/twinfoundation/node/commit/6319a38490a2c2809622f8acd170cb92bfa06942))
|
|
579
|
+
* release to production ([4f44403](https://github.com/twinfoundation/node/commit/4f444039832edce8fae562baa7c900ccdc2181da))
|
|
580
|
+
* release to production ([2d96e37](https://github.com/twinfoundation/node/commit/2d96e3737bd9663bc0d1171c2ff2c7f8b2ab01bb))
|
|
581
|
+
* update dependencies ([9d25f16](https://github.com/twinfoundation/node/commit/9d25f16f1d554cd38f3bec28fdf7f8fff892ceaf))
|
|
582
|
+
* update spec generation config ([cff633a](https://github.com/twinfoundation/node/commit/cff633a0ffb73ad652d5f1bae653fa91e82dc8ab))
|
|
583
|
+
|
|
584
|
+
|
|
585
|
+
### Bug Fixes
|
|
586
|
+
|
|
587
|
+
* adding a condition to verify if the password exists when bootstrapping ([6030a42](https://github.com/twinfoundation/node/commit/6030a42bdaf581678d96932fd0b809396bf7b8b0))
|
|
588
|
+
* adding a condition to verify if the password exists when bootstrapping ([c66f396](https://github.com/twinfoundation/node/commit/c66f396717394161a7647d1f08b3d87729d96e96))
|
|
589
|
+
* broken docs ([61479fd](https://github.com/twinfoundation/node/commit/61479fd618f766d22c5aafec5277e1a89e22b453))
|
|
590
|
+
|
|
591
|
+
|
|
592
|
+
### Dependencies
|
|
593
|
+
|
|
594
|
+
* The following workspace dependencies were updated
|
|
595
|
+
* dependencies
|
|
596
|
+
* @twin.org/node-core bumped from ^0.0.0 to ^0.0.1
|
|
597
|
+
|
|
598
|
+
## [0.0.1-next.11](https://github.com/twinfoundation/node/compare/node-v0.0.1-next.10...node-v0.0.1-next.11) (2025-07-11)
|
|
599
|
+
|
|
600
|
+
|
|
601
|
+
### Features
|
|
602
|
+
|
|
603
|
+
* add auth admin component ([1661e57](https://github.com/twinfoundation/node/commit/1661e57a699d5cf9ebde333e3cbc3aaea89d7c9c))
|
|
604
|
+
|
|
605
|
+
|
|
606
|
+
### Dependencies
|
|
607
|
+
|
|
608
|
+
* The following workspace dependencies were updated
|
|
609
|
+
* dependencies
|
|
610
|
+
* @twin.org/node-core bumped from 0.0.1-next.10 to 0.0.1-next.11
|
|
611
|
+
|
|
612
|
+
## [0.0.1-next.10](https://github.com/twinfoundation/node/compare/node-v0.0.1-next.9...node-v0.0.1-next.10) (2025-07-11)
|
|
613
|
+
|
|
614
|
+
|
|
615
|
+
### Features
|
|
616
|
+
|
|
617
|
+
* add updated config vars ([ebe8178](https://github.com/twinfoundation/node/commit/ebe81788ce53ddf3d6925a5f2f6dac381f84f06c))
|
|
618
|
+
* migrate env config from engine to node ([5da29b8](https://github.com/twinfoundation/node/commit/5da29b8d714495308320d237a68e84355bba2b47))
|
|
619
|
+
|
|
620
|
+
|
|
621
|
+
### Dependencies
|
|
622
|
+
|
|
623
|
+
* The following workspace dependencies were updated
|
|
624
|
+
* dependencies
|
|
625
|
+
* @twin.org/node-core bumped from 0.0.1-next.9 to 0.0.1-next.10
|
|
626
|
+
|
|
627
|
+
## [0.0.1-next.9](https://github.com/twinfoundation/node/compare/node-v0.0.1-next.8...node-v0.0.1-next.9) (2025-06-20)
|
|
628
|
+
|
|
629
|
+
|
|
630
|
+
### Features
|
|
631
|
+
|
|
632
|
+
* update spec generation config ([cff633a](https://github.com/twinfoundation/node/commit/cff633a0ffb73ad652d5f1bae653fa91e82dc8ab))
|
|
633
|
+
|
|
634
|
+
|
|
635
|
+
### Dependencies
|
|
636
|
+
|
|
637
|
+
* The following workspace dependencies were updated
|
|
638
|
+
* dependencies
|
|
639
|
+
* @twin.org/node-core bumped from 0.0.1-next.8 to 0.0.1-next.9
|
|
640
|
+
|
|
641
|
+
## [0.0.1-next.8](https://github.com/twinfoundation/node/compare/node-v0.0.1-next.7...node-v0.0.1-next.8) (2025-06-18)
|
|
642
|
+
|
|
643
|
+
|
|
644
|
+
### Features
|
|
645
|
+
|
|
646
|
+
* improve default options and spec ([b538721](https://github.com/twinfoundation/node/commit/b538721902e7f65021d2715148ba59409ccce035))
|
|
647
|
+
|
|
648
|
+
|
|
649
|
+
### Dependencies
|
|
650
|
+
|
|
651
|
+
* The following workspace dependencies were updated
|
|
652
|
+
* dependencies
|
|
653
|
+
* @twin.org/node-core bumped from 0.0.1-next.7 to 0.0.1-next.8
|
|
654
|
+
|
|
655
|
+
## [0.0.1-next.7](https://github.com/twinfoundation/node/compare/node-v0.0.1-next.6...node-v0.0.1-next.7) (2025-06-17)
|
|
656
|
+
|
|
657
|
+
|
|
658
|
+
### Bug Fixes
|
|
659
|
+
|
|
660
|
+
* adding a condition to verify if the password exists when bootstrapping ([6030a42](https://github.com/twinfoundation/node/commit/6030a42bdaf581678d96932fd0b809396bf7b8b0))
|
|
661
|
+
* adding a condition to verify if the password exists when bootstrapping ([c66f396](https://github.com/twinfoundation/node/commit/c66f396717394161a7647d1f08b3d87729d96e96))
|
|
662
|
+
|
|
663
|
+
|
|
664
|
+
### Dependencies
|
|
665
|
+
|
|
666
|
+
* The following workspace dependencies were updated
|
|
667
|
+
* dependencies
|
|
668
|
+
* @twin.org/node-core bumped from 0.0.1-next.6 to 0.0.1-next.7
|
|
669
|
+
|
|
670
|
+
## [0.0.1-next.6](https://github.com/twinfoundation/node/compare/node-v0.0.1-next.5...node-v0.0.1-next.6) (2025-06-12)
|
|
671
|
+
|
|
672
|
+
### Features
|
|
673
|
+
|
|
674
|
+
- add extend engine and server methods ([ec09c7e](https://github.com/twinfoundation/node/commit/ec09c7eb882d9f5797f2fd372e96cad1a3716f59))
|
|
675
|
+
- add extend engine and server methods ([0136a6f](https://github.com/twinfoundation/node/commit/0136a6f3f4e1a82b1427ee9618b8a17c79bc7fda))
|
|
676
|
+
- add fedcat to openapi ([eac69bd](https://github.com/twinfoundation/node/commit/eac69bdf94a22c35fe58e7523d9cf78bdc72eb7b))
|
|
677
|
+
- initial commit ([522f1e5](https://github.com/twinfoundation/node/commit/522f1e515348f9b1dd1eeb3170b1249e2b0b5371))
|
|
678
|
+
- node app use JavaScript ([14fe08c](https://github.com/twinfoundation/node/commit/14fe08cb760dd885a5dac9056a4d5dbc3d61df64))
|
|
679
|
+
- update dependencies ([9d25f16](https://github.com/twinfoundation/node/commit/9d25f16f1d554cd38f3bec28fdf7f8fff892ceaf))
|
|
680
|
+
|
|
681
|
+
### Bug Fixes
|
|
682
|
+
|
|
683
|
+
- broken docs ([61479fd](https://github.com/twinfoundation/node/commit/61479fd618f766d22c5aafec5277e1a89e22b453))
|
|
684
|
+
|
|
685
|
+
### Dependencies
|
|
686
|
+
|
|
687
|
+
- The following workspace dependencies were updated
|
|
688
|
+
- dependencies
|
|
689
|
+
- @twin.org/node-core bumped from 0.0.1-next.5 to 0.0.1-next.6
|
|
690
|
+
|
|
691
|
+
## [0.0.1-next.5](https://github.com/twinfoundation/node/compare/node-v0.0.1-next.4...node-v0.0.1-next.5) (2025-06-12)
|
|
692
|
+
|
|
693
|
+
### Features
|
|
694
|
+
|
|
695
|
+
- add extend engine and server methods ([0136a6f](https://github.com/twinfoundation/node/commit/0136a6f3f4e1a82b1427ee9618b8a17c79bc7fda))
|
|
696
|
+
|
|
697
|
+
### Dependencies
|
|
698
|
+
|
|
699
|
+
- The following workspace dependencies were updated
|
|
700
|
+
- dependencies
|
|
701
|
+
- @twin.org/node-core bumped from 0.0.1-next.4 to 0.0.1-next.5
|
|
702
|
+
|
|
703
|
+
## [0.0.1-next.4](https://github.com/twinfoundation/node/compare/node-v0.0.1-next.3...node-v0.0.1-next.4) (2025-05-27)
|
|
704
|
+
|
|
705
|
+
### Bug Fixes
|
|
706
|
+
|
|
707
|
+
- broken docs ([61479fd](https://github.com/twinfoundation/node/commit/61479fd618f766d22c5aafec5277e1a89e22b453))
|
|
708
|
+
|
|
709
|
+
### Dependencies
|
|
710
|
+
|
|
711
|
+
- The following workspace dependencies were updated
|
|
712
|
+
- dependencies
|
|
713
|
+
- @twin.org/node-core bumped from 0.0.1-next.3 to 0.0.1-next.4
|
|
714
|
+
|
|
715
|
+
## [0.0.1-next.3](https://github.com/twinfoundation/node/compare/node-v0.0.1-next.2...node-v0.0.1-next.3) (2025-05-27)
|
|
716
|
+
|
|
717
|
+
### Features
|
|
718
|
+
|
|
719
|
+
- node app use JavaScript ([14fe08c](https://github.com/twinfoundation/node/commit/14fe08cb760dd885a5dac9056a4d5dbc3d61df64))
|
|
720
|
+
|
|
721
|
+
### Dependencies
|
|
722
|
+
|
|
723
|
+
- The following workspace dependencies were updated
|
|
724
|
+
- dependencies
|
|
725
|
+
- @twin.org/node-core bumped from 0.0.1-next.2 to 0.0.1-next.3
|
|
726
|
+
|
|
727
|
+
## [0.0.1-next.2](https://github.com/twinfoundation/node/compare/node-v0.0.1-next.1...node-v0.0.1-next.2) (2025-05-27)
|
|
728
|
+
|
|
729
|
+
### Features
|
|
730
|
+
|
|
731
|
+
- add fedcat to openapi ([eac69bd](https://github.com/twinfoundation/node/commit/eac69bdf94a22c35fe58e7523d9cf78bdc72eb7b))
|
|
732
|
+
- initial commit ([522f1e5](https://github.com/twinfoundation/node/commit/522f1e515348f9b1dd1eeb3170b1249e2b0b5371))
|
|
733
|
+
|
|
734
|
+
### Dependencies
|
|
735
|
+
|
|
736
|
+
- The following workspace dependencies were updated
|
|
737
|
+
- dependencies
|
|
738
|
+
- @twin.org/node-core bumped from 0.0.1-next.1 to 0.0.1-next.2
|
|
739
|
+
|
|
740
|
+
## v0.0.1-next.1
|
|
741
|
+
|
|
742
|
+
- Initial Release
|