@twin.org/engine-server 0.0.2-next.9 → 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.
@@ -1,6 +1,6 @@
1
1
  import type { IEngineServerConfig } from "@twin.org/engine-server-types";
2
2
  /**
3
- * Adds the rest paths to the server config.
3
+ * Adds the rest paths to the server config if not already set.
4
4
  * @param serverConfig The server config.
5
5
  */
6
6
  export declare function addDefaultRestPaths(serverConfig: IEngineServerConfig): void;
package/docs/changelog.md CHANGED
@@ -1,5 +1,528 @@
1
1
  # @twin.org/engine-server - Changelog
2
2
 
3
+ ## [0.0.3-next.10](https://github.com/twinfoundation/engine/compare/engine-server-v0.0.3-next.9...engine-server-v0.0.3-next.10) (2026-01-13)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **engine-server:** Synchronize repo versions
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/engine-core bumped from 0.0.3-next.9 to 0.0.3-next.10
16
+ * @twin.org/engine-models bumped from 0.0.3-next.9 to 0.0.3-next.10
17
+ * @twin.org/engine-server-types bumped from 0.0.3-next.9 to 0.0.3-next.10
18
+ * devDependencies
19
+ * @twin.org/engine bumped from 0.0.3-next.9 to 0.0.3-next.10
20
+
21
+ ## [0.0.3-next.9](https://github.com/twinfoundation/engine/compare/engine-server-v0.0.3-next.8...engine-server-v0.0.3-next.9) (2026-01-07)
22
+
23
+
24
+ ### Miscellaneous Chores
25
+
26
+ * **engine-server:** Synchronize repo versions
27
+
28
+
29
+ ### Dependencies
30
+
31
+ * The following workspace dependencies were updated
32
+ * dependencies
33
+ * @twin.org/engine-core bumped from 0.0.3-next.8 to 0.0.3-next.9
34
+ * @twin.org/engine-models bumped from 0.0.3-next.8 to 0.0.3-next.9
35
+ * @twin.org/engine-server-types bumped from 0.0.3-next.8 to 0.0.3-next.9
36
+ * devDependencies
37
+ * @twin.org/engine bumped from 0.0.3-next.8 to 0.0.3-next.9
38
+
39
+ ## [0.0.3-next.8](https://github.com/twinfoundation/engine/compare/engine-server-v0.0.3-next.7...engine-server-v0.0.3-next.8) (2026-01-06)
40
+
41
+
42
+ ### Features
43
+
44
+ * update dependencies ([034adac](https://github.com/twinfoundation/engine/commit/034adac97b177d8df9775da92f0cc0dbdfc8ab55))
45
+
46
+
47
+ ### Dependencies
48
+
49
+ * The following workspace dependencies were updated
50
+ * dependencies
51
+ * @twin.org/engine-core bumped from 0.0.3-next.7 to 0.0.3-next.8
52
+ * @twin.org/engine-models bumped from 0.0.3-next.7 to 0.0.3-next.8
53
+ * @twin.org/engine-server-types bumped from 0.0.3-next.7 to 0.0.3-next.8
54
+ * devDependencies
55
+ * @twin.org/engine bumped from 0.0.3-next.7 to 0.0.3-next.8
56
+
57
+ ## [0.0.3-next.7](https://github.com/twinfoundation/engine/compare/engine-server-v0.0.3-next.6...engine-server-v0.0.3-next.7) (2025-12-04)
58
+
59
+
60
+ ### Features
61
+
62
+ * add trust and rights management plugins ([eea0807](https://github.com/twinfoundation/engine/commit/eea0807601833220bd9fd8605b5e4383fbc0ebae))
63
+
64
+
65
+ ### Dependencies
66
+
67
+ * The following workspace dependencies were updated
68
+ * dependencies
69
+ * @twin.org/engine-core bumped from 0.0.3-next.6 to 0.0.3-next.7
70
+ * @twin.org/engine-models bumped from 0.0.3-next.6 to 0.0.3-next.7
71
+ * @twin.org/engine-server-types bumped from 0.0.3-next.6 to 0.0.3-next.7
72
+ * devDependencies
73
+ * @twin.org/engine bumped from 0.0.3-next.6 to 0.0.3-next.7
74
+
75
+ ## [0.0.3-next.6](https://github.com/twinfoundation/engine/compare/engine-server-v0.0.3-next.5...engine-server-v0.0.3-next.6) (2025-11-28)
76
+
77
+
78
+ ### Features
79
+
80
+ * add fed cat filters ([a52cbf1](https://github.com/twinfoundation/engine/commit/a52cbf1eaf85e6cad61de9ea9448932fb5ae0f43))
81
+
82
+
83
+ ### Dependencies
84
+
85
+ * The following workspace dependencies were updated
86
+ * dependencies
87
+ * @twin.org/engine-core bumped from 0.0.3-next.5 to 0.0.3-next.6
88
+ * @twin.org/engine-models bumped from 0.0.3-next.5 to 0.0.3-next.6
89
+ * @twin.org/engine-server-types bumped from 0.0.3-next.5 to 0.0.3-next.6
90
+ * devDependencies
91
+ * @twin.org/engine bumped from 0.0.3-next.5 to 0.0.3-next.6
92
+
93
+ ## [0.0.3-next.5](https://github.com/twinfoundation/engine/compare/engine-server-v0.0.3-next.4...engine-server-v0.0.3-next.5) (2025-11-20)
94
+
95
+
96
+ ### Miscellaneous Chores
97
+
98
+ * **engine-server:** Synchronize repo versions
99
+
100
+
101
+ ### Dependencies
102
+
103
+ * The following workspace dependencies were updated
104
+ * dependencies
105
+ * @twin.org/engine-core bumped from 0.0.3-next.4 to 0.0.3-next.5
106
+ * @twin.org/engine-models bumped from 0.0.3-next.4 to 0.0.3-next.5
107
+ * @twin.org/engine-server-types bumped from 0.0.3-next.4 to 0.0.3-next.5
108
+ * devDependencies
109
+ * @twin.org/engine bumped from 0.0.3-next.4 to 0.0.3-next.5
110
+
111
+ ## [0.0.3-next.4](https://github.com/twinfoundation/engine/compare/engine-server-v0.0.3-next.3...engine-server-v0.0.3-next.4) (2025-11-20)
112
+
113
+
114
+ ### Features
115
+
116
+ * interlock stop method ([3806ba7](https://github.com/twinfoundation/engine/commit/3806ba7b44b3cb3ce130f4e3684a666533674663))
117
+
118
+
119
+ ### Dependencies
120
+
121
+ * The following workspace dependencies were updated
122
+ * dependencies
123
+ * @twin.org/engine-core bumped from 0.0.3-next.3 to 0.0.3-next.4
124
+ * @twin.org/engine-models bumped from 0.0.3-next.3 to 0.0.3-next.4
125
+ * @twin.org/engine-server-types bumped from 0.0.3-next.3 to 0.0.3-next.4
126
+ * devDependencies
127
+ * @twin.org/engine bumped from 0.0.3-next.3 to 0.0.3-next.4
128
+
129
+ ## [0.0.3-next.3](https://github.com/twinfoundation/engine/compare/engine-server-v0.0.3-next.2...engine-server-v0.0.3-next.3) (2025-11-14)
130
+
131
+
132
+ ### Miscellaneous Chores
133
+
134
+ * **engine-server:** Synchronize repo versions
135
+
136
+
137
+ ### Dependencies
138
+
139
+ * The following workspace dependencies were updated
140
+ * dependencies
141
+ * @twin.org/engine-core bumped from 0.0.3-next.2 to 0.0.3-next.3
142
+ * @twin.org/engine-models bumped from 0.0.3-next.2 to 0.0.3-next.3
143
+ * @twin.org/engine-server-types bumped from 0.0.3-next.2 to 0.0.3-next.3
144
+ * devDependencies
145
+ * @twin.org/engine bumped from 0.0.3-next.2 to 0.0.3-next.3
146
+
147
+ ## [0.0.3-next.2](https://github.com/twinfoundation/engine/compare/engine-server-v0.0.3-next.1...engine-server-v0.0.3-next.2) (2025-11-13)
148
+
149
+
150
+ ### Miscellaneous Chores
151
+
152
+ * **engine-server:** Synchronize repo versions
153
+
154
+
155
+ ### Dependencies
156
+
157
+ * The following workspace dependencies were updated
158
+ * dependencies
159
+ * @twin.org/engine-core bumped from 0.0.3-next.1 to 0.0.3-next.2
160
+ * @twin.org/engine-models bumped from 0.0.3-next.1 to 0.0.3-next.2
161
+ * @twin.org/engine-server-types bumped from 0.0.3-next.1 to 0.0.3-next.2
162
+ * devDependencies
163
+ * @twin.org/engine bumped from 0.0.3-next.1 to 0.0.3-next.2
164
+
165
+ ## [0.0.3-next.1](https://github.com/twinfoundation/engine/compare/engine-server-v0.0.3-next.0...engine-server-v0.0.3-next.1) (2025-11-13)
166
+
167
+
168
+ ### Features
169
+
170
+ * add auth admin component ([201cd06](https://github.com/twinfoundation/engine/commit/201cd061be83afccb5a6b06856ffe7cf8db7d6b3))
171
+ * add context id features ([#51](https://github.com/twinfoundation/engine/issues/51)) ([eaef180](https://github.com/twinfoundation/engine/commit/eaef1807397a907bc7655ef1545a151a710ca2f1))
172
+ * add data space connector ([a824d99](https://github.com/twinfoundation/engine/commit/a824d9931faeaa8115e01f8e7545b802d0e7ac70))
173
+ * add default logging component for web server ([8ad94f0](https://github.com/twinfoundation/engine/commit/8ad94f0d2d9a5241a8854b1e59fb9a55ce310142))
174
+ * add federated catalogue ([1b15dd0](https://github.com/twinfoundation/engine/commit/1b15dd059a11446457651c411a73145fab37f025))
175
+ * add isPrimary and isClone methods ([a7c63e9](https://github.com/twinfoundation/engine/commit/a7c63e97f54c95b104cc81e66d3fa42c6607bdc1))
176
+ * add latest rights management components ([2d305c8](https://github.com/twinfoundation/engine/commit/2d305c8c85c77bb4f5694c76422db4a11efc1a40))
177
+ * add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/twinfoundation/engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
178
+ * add rest clients as components ([c6f956a](https://github.com/twinfoundation/engine/commit/c6f956afe4fc22cd552174539c92a109448dc242))
179
+ * add REST options for route construction ([4adf0af](https://github.com/twinfoundation/engine/commit/4adf0af8a03689a4dbdf67e8527d6db0d2c5d59d))
180
+ * add rights management modules ([e02cadc](https://github.com/twinfoundation/engine/commit/e02cadc840d242fe16a73ab41ba61376c7467e50))
181
+ * add rights management negotiation ([84ef46b](https://github.com/twinfoundation/engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
182
+ * add synchronised storage support ([5142e34](https://github.com/twinfoundation/engine/commit/5142e3488f09195cf9f48a9c6c6d1014231a4c2c))
183
+ * add task scheduler ([0951107](https://github.com/twinfoundation/engine/commit/09511073ad042194a45206303f0ef31d8d6af5db))
184
+ * add validate-locales ([b92ea09](https://github.com/twinfoundation/engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
185
+ * eslint migration to flat config ([6b978da](https://github.com/twinfoundation/engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
186
+ * expose default rest and socket path creation ([e6c6e26](https://github.com/twinfoundation/engine/commit/e6c6e266c8017212a74d4997e2e335347457a2bc))
187
+ * iota rebased release ([474d92b](https://github.com/twinfoundation/engine/commit/474d92b352f4ccc431a4f138afee2ee89824664d))
188
+ * modifying the engine to run the new services ([#10](https://github.com/twinfoundation/engine/issues/10)) ([6f7141f](https://github.com/twinfoundation/engine/commit/6f7141fe0a6d05c725066b274bcc18b5490e580b))
189
+ * move environment variable processing to node level ([2223c12](https://github.com/twinfoundation/engine/commit/2223c12f49f3d34051ecec9687351aa5dd094e54))
190
+ * override type initialisers with new registrations ([5b4ff56](https://github.com/twinfoundation/engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
191
+ * simplify config building ([732c871](https://github.com/twinfoundation/engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
192
+ * standardised engine logging naming ([0dbf857](https://github.com/twinfoundation/engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
193
+ * update dependencies ([97c9f64](https://github.com/twinfoundation/engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
194
+ * update framework core ([acc0f8d](https://github.com/twinfoundation/engine/commit/acc0f8d455a4b8ec47f1da643139fa0f07775fa6))
195
+ * update includeUserIdentity usage ([d34f597](https://github.com/twinfoundation/engine/commit/d34f597a61f9645a029411d2911bbda20ddc9eb9))
196
+ * update rights management and add authentication generators ([f728a1e](https://github.com/twinfoundation/engine/commit/f728a1efea15ada8d10cfbe17cafe7e2b252f527))
197
+ * update rights management dependencies ([14d06fb](https://github.com/twinfoundation/engine/commit/14d06fb6604ad04e4094da7b51b61a01a0280b8b))
198
+ * upgrade framework components ([efd52e8](https://github.com/twinfoundation/engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
199
+ * use peer dependencies ([69dd744](https://github.com/twinfoundation/engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
200
+ * use shared store mechanism ([#2](https://github.com/twinfoundation/engine/issues/2)) ([9eed8d7](https://github.com/twinfoundation/engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
201
+
202
+
203
+ ### Bug Fixes
204
+
205
+ * import path ([8e3c186](https://github.com/twinfoundation/engine/commit/8e3c186bd26c84b2a45290efd8e7924c2b75a484))
206
+ * method docs ([fb3d73f](https://github.com/twinfoundation/engine/commit/fb3d73fa9e71ab392378fe7bad7a3677e5e7b132))
207
+ * use abbreviated docs path ([9258a72](https://github.com/twinfoundation/engine/commit/9258a72adf266ddcc4f98002a07a7a162755f24b))
208
+
209
+
210
+ ### Dependencies
211
+
212
+ * The following workspace dependencies were updated
213
+ * dependencies
214
+ * @twin.org/engine-core bumped from 0.0.3-next.0 to 0.0.3-next.1
215
+ * @twin.org/engine-models bumped from 0.0.3-next.0 to 0.0.3-next.1
216
+ * @twin.org/engine-server-types bumped from 0.0.3-next.0 to 0.0.3-next.1
217
+ * devDependencies
218
+ * @twin.org/engine bumped from 0.0.3-next.0 to 0.0.3-next.1
219
+
220
+ ## [0.0.2-next.26](https://github.com/twinfoundation/engine/compare/engine-server-v0.0.2-next.25...engine-server-v0.0.2-next.26) (2025-10-09)
221
+
222
+
223
+ ### Miscellaneous Chores
224
+
225
+ * **engine-server:** Synchronize repo versions
226
+
227
+
228
+ ### Dependencies
229
+
230
+ * The following workspace dependencies were updated
231
+ * dependencies
232
+ * @twin.org/engine-core bumped from 0.0.2-next.25 to 0.0.2-next.26
233
+ * @twin.org/engine-models bumped from 0.0.2-next.25 to 0.0.2-next.26
234
+ * @twin.org/engine-server-types bumped from 0.0.2-next.25 to 0.0.2-next.26
235
+ * devDependencies
236
+ * @twin.org/engine bumped from 0.0.2-next.25 to 0.0.2-next.26
237
+
238
+ ## [0.0.2-next.25](https://github.com/twinfoundation/engine/compare/engine-server-v0.0.2-next.24...engine-server-v0.0.2-next.25) (2025-10-09)
239
+
240
+
241
+ ### Features
242
+
243
+ * add validate-locales ([b92ea09](https://github.com/twinfoundation/engine/commit/b92ea09dbcfe35225271a51f24d231f59e2d363e))
244
+
245
+
246
+ ### Dependencies
247
+
248
+ * The following workspace dependencies were updated
249
+ * dependencies
250
+ * @twin.org/engine-core bumped from 0.0.2-next.24 to 0.0.2-next.25
251
+ * @twin.org/engine-models bumped from 0.0.2-next.24 to 0.0.2-next.25
252
+ * @twin.org/engine-server-types bumped from 0.0.2-next.24 to 0.0.2-next.25
253
+ * devDependencies
254
+ * @twin.org/engine bumped from 0.0.2-next.24 to 0.0.2-next.25
255
+
256
+ ## [0.0.2-next.24](https://github.com/twinfoundation/engine/compare/engine-server-v0.0.2-next.23...engine-server-v0.0.2-next.24) (2025-10-08)
257
+
258
+
259
+ ### Miscellaneous Chores
260
+
261
+ * **engine-server:** Synchronize repo versions
262
+
263
+
264
+ ### Dependencies
265
+
266
+ * The following workspace dependencies were updated
267
+ * dependencies
268
+ * @twin.org/engine-core bumped from 0.0.2-next.23 to 0.0.2-next.24
269
+ * @twin.org/engine-models bumped from 0.0.2-next.23 to 0.0.2-next.24
270
+ * @twin.org/engine-server-types bumped from 0.0.2-next.23 to 0.0.2-next.24
271
+ * devDependencies
272
+ * @twin.org/engine bumped from 0.0.2-next.23 to 0.0.2-next.24
273
+
274
+ ## [0.0.2-next.23](https://github.com/twinfoundation/engine/compare/engine-server-v0.0.2-next.22...engine-server-v0.0.2-next.23) (2025-10-07)
275
+
276
+
277
+ ### Features
278
+
279
+ * override type initialisers with new registrations ([5b4ff56](https://github.com/twinfoundation/engine/commit/5b4ff561d06b6513c870a72bb20ba23c0653cfe8))
280
+
281
+
282
+ ### Dependencies
283
+
284
+ * The following workspace dependencies were updated
285
+ * dependencies
286
+ * @twin.org/engine-core bumped from 0.0.2-next.22 to 0.0.2-next.23
287
+ * @twin.org/engine-models bumped from 0.0.2-next.22 to 0.0.2-next.23
288
+ * @twin.org/engine-server-types bumped from 0.0.2-next.22 to 0.0.2-next.23
289
+ * devDependencies
290
+ * @twin.org/engine bumped from 0.0.2-next.22 to 0.0.2-next.23
291
+
292
+ ## [0.0.2-next.22](https://github.com/twinfoundation/engine/compare/engine-server-v0.0.2-next.21...engine-server-v0.0.2-next.22) (2025-10-07)
293
+
294
+
295
+ ### Miscellaneous Chores
296
+
297
+ * **engine-server:** Synchronize repo versions
298
+
299
+
300
+ ### Dependencies
301
+
302
+ * The following workspace dependencies were updated
303
+ * dependencies
304
+ * @twin.org/engine-core bumped from 0.0.2-next.21 to 0.0.2-next.22
305
+ * @twin.org/engine-models bumped from 0.0.2-next.21 to 0.0.2-next.22
306
+ * @twin.org/engine-server-types bumped from 0.0.2-next.21 to 0.0.2-next.22
307
+ * devDependencies
308
+ * @twin.org/engine bumped from 0.0.2-next.21 to 0.0.2-next.22
309
+
310
+ ## [0.0.2-next.21](https://github.com/twinfoundation/engine/compare/engine-server-v0.0.2-next.20...engine-server-v0.0.2-next.21) (2025-10-07)
311
+
312
+
313
+ ### Features
314
+
315
+ * use peer dependencies ([69dd744](https://github.com/twinfoundation/engine/commit/69dd7449010b8e6f5f35e7fad201ad4c1cab400c))
316
+
317
+
318
+ ### Dependencies
319
+
320
+ * The following workspace dependencies were updated
321
+ * dependencies
322
+ * @twin.org/engine-core bumped from 0.0.2-next.20 to 0.0.2-next.21
323
+ * @twin.org/engine-models bumped from 0.0.2-next.20 to 0.0.2-next.21
324
+ * @twin.org/engine-server-types bumped from 0.0.2-next.20 to 0.0.2-next.21
325
+ * devDependencies
326
+ * @twin.org/engine bumped from 0.0.2-next.20 to 0.0.2-next.21
327
+
328
+ ## [0.0.2-next.20](https://github.com/twinfoundation/engine/compare/engine-server-v0.0.2-next.19...engine-server-v0.0.2-next.20) (2025-10-06)
329
+
330
+
331
+ ### Features
332
+
333
+ * standardised engine logging naming ([0dbf857](https://github.com/twinfoundation/engine/commit/0dbf857587641f86ddf010143519d0e8333489ff))
334
+
335
+
336
+ ### Dependencies
337
+
338
+ * The following workspace dependencies were updated
339
+ * dependencies
340
+ * @twin.org/engine-core bumped from 0.0.2-next.19 to 0.0.2-next.20
341
+ * @twin.org/engine-models bumped from 0.0.2-next.19 to 0.0.2-next.20
342
+ * @twin.org/engine-server-types bumped from 0.0.2-next.19 to 0.0.2-next.20
343
+ * devDependencies
344
+ * @twin.org/engine bumped from 0.0.2-next.19 to 0.0.2-next.20
345
+
346
+ ## [0.0.2-next.19](https://github.com/twinfoundation/engine/compare/engine-server-v0.0.2-next.18...engine-server-v0.0.2-next.19) (2025-10-02)
347
+
348
+
349
+ ### Features
350
+
351
+ * simplify config building ([732c871](https://github.com/twinfoundation/engine/commit/732c871c5aca236759168f4bc15aeffd98a330a8))
352
+
353
+
354
+ ### Dependencies
355
+
356
+ * The following workspace dependencies were updated
357
+ * dependencies
358
+ * @twin.org/engine-core bumped from 0.0.2-next.18 to 0.0.2-next.19
359
+ * @twin.org/engine-models bumped from 0.0.2-next.18 to 0.0.2-next.19
360
+ * @twin.org/engine-server-types bumped from 0.0.2-next.18 to 0.0.2-next.19
361
+ * devDependencies
362
+ * @twin.org/engine bumped from 0.0.2-next.18 to 0.0.2-next.19
363
+
364
+ ## [0.0.2-next.18](https://github.com/twinfoundation/engine/compare/engine-server-v0.0.2-next.17...engine-server-v0.0.2-next.18) (2025-09-29)
365
+
366
+
367
+ ### Features
368
+
369
+ * upgrade framework components ([efd52e8](https://github.com/twinfoundation/engine/commit/efd52e80564fff29c3897bfa09b6305b3a322812))
370
+
371
+
372
+ ### Dependencies
373
+
374
+ * The following workspace dependencies were updated
375
+ * dependencies
376
+ * @twin.org/engine-core bumped from 0.0.2-next.17 to 0.0.2-next.18
377
+ * @twin.org/engine-models bumped from 0.0.2-next.17 to 0.0.2-next.18
378
+ * @twin.org/engine-server-types bumped from 0.0.2-next.17 to 0.0.2-next.18
379
+ * devDependencies
380
+ * @twin.org/engine bumped from 0.0.2-next.17 to 0.0.2-next.18
381
+
382
+ ## [0.0.2-next.17](https://github.com/twinfoundation/engine/compare/engine-server-v0.0.2-next.16...engine-server-v0.0.2-next.17) (2025-09-26)
383
+
384
+
385
+ ### Features
386
+
387
+ * add REST options for route construction ([4adf0af](https://github.com/twinfoundation/engine/commit/4adf0af8a03689a4dbdf67e8527d6db0d2c5d59d))
388
+
389
+
390
+ ### Dependencies
391
+
392
+ * The following workspace dependencies were updated
393
+ * dependencies
394
+ * @twin.org/engine-core bumped from 0.0.2-next.16 to 0.0.2-next.17
395
+ * @twin.org/engine-models bumped from 0.0.2-next.16 to 0.0.2-next.17
396
+ * @twin.org/engine-server-types bumped from 0.0.2-next.16 to 0.0.2-next.17
397
+ * devDependencies
398
+ * @twin.org/engine bumped from 0.0.2-next.16 to 0.0.2-next.17
399
+
400
+ ## [0.0.2-next.16](https://github.com/twinfoundation/engine/compare/engine-server-v0.0.2-next.15...engine-server-v0.0.2-next.16) (2025-09-25)
401
+
402
+
403
+ ### Miscellaneous Chores
404
+
405
+ * **engine-server:** Synchronize repo versions
406
+
407
+
408
+ ### Dependencies
409
+
410
+ * The following workspace dependencies were updated
411
+ * dependencies
412
+ * @twin.org/engine-core bumped from 0.0.2-next.15 to 0.0.2-next.16
413
+ * @twin.org/engine-models bumped from 0.0.2-next.15 to 0.0.2-next.16
414
+ * @twin.org/engine-server-types bumped from 0.0.2-next.15 to 0.0.2-next.16
415
+ * devDependencies
416
+ * @twin.org/engine bumped from 0.0.2-next.15 to 0.0.2-next.16
417
+
418
+ ## [0.0.2-next.15](https://github.com/twinfoundation/engine/compare/engine-server-v0.0.2-next.14...engine-server-v0.0.2-next.15) (2025-09-24)
419
+
420
+
421
+ ### Features
422
+
423
+ * update rights management and add authentication generators ([f728a1e](https://github.com/twinfoundation/engine/commit/f728a1efea15ada8d10cfbe17cafe7e2b252f527))
424
+
425
+
426
+ ### Dependencies
427
+
428
+ * The following workspace dependencies were updated
429
+ * dependencies
430
+ * @twin.org/engine-core bumped from 0.0.2-next.14 to 0.0.2-next.15
431
+ * @twin.org/engine-models bumped from 0.0.2-next.14 to 0.0.2-next.15
432
+ * @twin.org/engine-server-types bumped from 0.0.2-next.14 to 0.0.2-next.15
433
+ * devDependencies
434
+ * @twin.org/engine bumped from 0.0.2-next.14 to 0.0.2-next.15
435
+
436
+ ## [0.0.2-next.14](https://github.com/twinfoundation/engine/compare/engine-server-v0.0.2-next.13...engine-server-v0.0.2-next.14) (2025-09-19)
437
+
438
+
439
+ ### Features
440
+
441
+ * add latest rights management components ([2d305c8](https://github.com/twinfoundation/engine/commit/2d305c8c85c77bb4f5694c76422db4a11efc1a40))
442
+
443
+
444
+ ### Dependencies
445
+
446
+ * The following workspace dependencies were updated
447
+ * dependencies
448
+ * @twin.org/engine-core bumped from 0.0.2-next.13 to 0.0.2-next.14
449
+ * @twin.org/engine-models bumped from 0.0.2-next.13 to 0.0.2-next.14
450
+ * @twin.org/engine-server-types bumped from 0.0.2-next.13 to 0.0.2-next.14
451
+ * devDependencies
452
+ * @twin.org/engine bumped from 0.0.2-next.13 to 0.0.2-next.14
453
+
454
+ ## [0.0.2-next.13](https://github.com/twinfoundation/engine/compare/engine-server-v0.0.2-next.12...engine-server-v0.0.2-next.13) (2025-09-08)
455
+
456
+
457
+ ### Features
458
+
459
+ * update rights management dependencies ([14d06fb](https://github.com/twinfoundation/engine/commit/14d06fb6604ad04e4094da7b51b61a01a0280b8b))
460
+
461
+
462
+ ### Dependencies
463
+
464
+ * The following workspace dependencies were updated
465
+ * dependencies
466
+ * @twin.org/engine-core bumped from 0.0.2-next.12 to 0.0.2-next.13
467
+ * @twin.org/engine-models bumped from 0.0.2-next.12 to 0.0.2-next.13
468
+ * @twin.org/engine-server-types bumped from 0.0.2-next.12 to 0.0.2-next.13
469
+ * devDependencies
470
+ * @twin.org/engine bumped from 0.0.2-next.12 to 0.0.2-next.13
471
+
472
+ ## [0.0.2-next.12](https://github.com/twinfoundation/engine/compare/engine-server-v0.0.2-next.11...engine-server-v0.0.2-next.12) (2025-09-05)
473
+
474
+
475
+ ### Features
476
+
477
+ * add rights management negotiation ([84ef46b](https://github.com/twinfoundation/engine/commit/84ef46bff110611a19512793425c8c873ee2a590))
478
+
479
+
480
+ ### Dependencies
481
+
482
+ * The following workspace dependencies were updated
483
+ * dependencies
484
+ * @twin.org/engine-core bumped from 0.0.2-next.11 to 0.0.2-next.12
485
+ * @twin.org/engine-models bumped from 0.0.2-next.11 to 0.0.2-next.12
486
+ * @twin.org/engine-server-types bumped from 0.0.2-next.11 to 0.0.2-next.12
487
+ * devDependencies
488
+ * @twin.org/engine bumped from 0.0.2-next.11 to 0.0.2-next.12
489
+
490
+ ## [0.0.2-next.11](https://github.com/twinfoundation/engine/compare/engine-server-v0.0.2-next.10...engine-server-v0.0.2-next.11) (2025-08-29)
491
+
492
+
493
+ ### Features
494
+
495
+ * eslint migration to flat config ([6b978da](https://github.com/twinfoundation/engine/commit/6b978daf777a615d7758b63c3df57d5a376f6dfb))
496
+
497
+
498
+ ### Dependencies
499
+
500
+ * The following workspace dependencies were updated
501
+ * dependencies
502
+ * @twin.org/engine-core bumped from 0.0.2-next.10 to 0.0.2-next.11
503
+ * @twin.org/engine-models bumped from 0.0.2-next.10 to 0.0.2-next.11
504
+ * @twin.org/engine-server-types bumped from 0.0.2-next.10 to 0.0.2-next.11
505
+ * devDependencies
506
+ * @twin.org/engine bumped from 0.0.2-next.10 to 0.0.2-next.11
507
+
508
+ ## [0.0.2-next.10](https://github.com/twinfoundation/engine/compare/engine-server-v0.0.2-next.9...engine-server-v0.0.2-next.10) (2025-08-26)
509
+
510
+
511
+ ### Features
512
+
513
+ * add data space connector ([a824d99](https://github.com/twinfoundation/engine/commit/a824d9931faeaa8115e01f8e7545b802d0e7ac70))
514
+
515
+
516
+ ### Dependencies
517
+
518
+ * The following workspace dependencies were updated
519
+ * dependencies
520
+ * @twin.org/engine-core bumped from 0.0.2-next.9 to 0.0.2-next.10
521
+ * @twin.org/engine-models bumped from 0.0.2-next.9 to 0.0.2-next.10
522
+ * @twin.org/engine-server-types bumped from 0.0.2-next.9 to 0.0.2-next.10
523
+ * devDependencies
524
+ * @twin.org/engine bumped from 0.0.2-next.9 to 0.0.2-next.10
525
+
3
526
  ## [0.0.2-next.9](https://github.com/twinfoundation/engine/compare/engine-server-v0.0.2-next.8...engine-server-v0.0.2-next.9) (2025-08-25)
4
527
 
5
528
 
@@ -40,7 +40,7 @@ The engine core to serve from.
40
40
 
41
41
  ### CLASS\_NAME
42
42
 
43
- > `readonly` **CLASS\_NAME**: `string`
43
+ > `readonly` `static` **CLASS\_NAME**: `string`
44
44
 
45
45
  Runtime name for the class.
46
46
 
@@ -48,7 +48,7 @@ Runtime name for the class.
48
48
 
49
49
  ### addRestRouteGenerator()
50
50
 
51
- > **addRestRouteGenerator**(`type`, `typeConfig`, `module`, `method`): `void`
51
+ > **addRestRouteGenerator**(`type`, `module`, `method`): `void`
52
52
 
53
53
  Add a REST route generator.
54
54
 
@@ -60,12 +60,6 @@ Add a REST route generator.
60
60
 
61
61
  The type to add the generator for.
62
62
 
63
- ##### typeConfig
64
-
65
- The type config.
66
-
67
- `undefined` | `IEngineCoreTypeConfig`[]
68
-
69
63
  ##### module
70
64
 
71
65
  `string`
@@ -90,7 +84,7 @@ The method to call on the module.
90
84
 
91
85
  ### addSocketRouteGenerator()
92
86
 
93
- > **addSocketRouteGenerator**(`type`, `typeConfig`, `module`, `method`): `void`
87
+ > **addSocketRouteGenerator**(`type`, `module`, `method`): `void`
94
88
 
95
89
  Add a socket route generator.
96
90
 
@@ -102,12 +96,6 @@ Add a socket route generator.
102
96
 
103
97
  The type to add the generator for.
104
98
 
105
- ##### typeConfig
106
-
107
- The type config.
108
-
109
- `undefined` | `IEngineCoreTypeConfig`[]
110
-
111
99
  ##### module
112
100
 
113
101
  `string`
@@ -2,7 +2,7 @@
2
2
 
3
3
  > **addDefaultRestPaths**(`serverConfig`): `void`
4
4
 
5
- Adds the rest paths to the server config.
5
+ Adds the rest paths to the server config if not already set.
6
6
 
7
7
  ## Parameters
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/engine-server",
3
- "version": "0.0.2-next.9",
3
+ "version": "0.0.3-next.10",
4
4
  "description": "Engine implementation for a server.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -16,29 +16,40 @@
16
16
  "dependencies": {
17
17
  "@twin.org/api-models": "next",
18
18
  "@twin.org/api-server-fastify": "next",
19
+ "@twin.org/context": "next",
19
20
  "@twin.org/core": "next",
20
- "@twin.org/engine-core": "0.0.2-next.9",
21
- "@twin.org/engine-models": "0.0.2-next.9",
22
- "@twin.org/engine-server-types": "0.0.2-next.9",
21
+ "@twin.org/engine-core": "0.0.3-next.10",
22
+ "@twin.org/engine-models": "0.0.3-next.10",
23
+ "@twin.org/engine-server-types": "0.0.3-next.10",
23
24
  "@twin.org/modules": "next",
24
25
  "@twin.org/nameof": "next"
25
26
  },
26
- "main": "./dist/cjs/index.cjs",
27
- "module": "./dist/esm/index.mjs",
27
+ "main": "./dist/es/index.js",
28
28
  "types": "./dist/types/index.d.ts",
29
29
  "exports": {
30
30
  ".": {
31
31
  "types": "./dist/types/index.d.ts",
32
- "require": "./dist/cjs/index.cjs",
33
- "import": "./dist/esm/index.mjs"
32
+ "import": "./dist/es/index.js",
33
+ "default": "./dist/es/index.js"
34
34
  },
35
35
  "./locales/*.json": "./locales/*.json"
36
36
  },
37
37
  "files": [
38
- "dist/cjs",
39
- "dist/esm",
38
+ "dist/es",
40
39
  "dist/types",
41
40
  "locales",
42
41
  "docs"
43
- ]
42
+ ],
43
+ "keywords": [
44
+ "twin",
45
+ "trade",
46
+ "iota",
47
+ "framework",
48
+ "blockchain",
49
+ "engine"
50
+ ],
51
+ "bugs": {
52
+ "url": "git+https://github.com/twinfoundation/engine/issues"
53
+ },
54
+ "homepage": "https://twindev.org"
44
55
  }