@twin.org/api-service 0.0.3-next.4 → 0.0.3-next.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. package/README.md +1 -1
  2. package/dist/es/healthRoutes.js +107 -0
  3. package/dist/es/healthRoutes.js.map +1 -0
  4. package/dist/es/healthService.js +155 -0
  5. package/dist/es/healthService.js.map +1 -0
  6. package/dist/es/hostingService.js +115 -0
  7. package/dist/es/hostingService.js.map +1 -0
  8. package/dist/es/index.js +10 -0
  9. package/dist/es/index.js.map +1 -1
  10. package/dist/es/informationRoutes.js +92 -62
  11. package/dist/es/informationRoutes.js.map +1 -1
  12. package/dist/es/informationService.js +12 -58
  13. package/dist/es/informationService.js.map +1 -1
  14. package/dist/es/models/IHealthServiceConfig.js +4 -0
  15. package/dist/es/models/IHealthServiceConfig.js.map +1 -0
  16. package/dist/es/models/IHealthServiceConstructorOptions.js +2 -0
  17. package/dist/es/models/IHealthServiceConstructorOptions.js.map +1 -0
  18. package/dist/es/models/IHostingServiceConfig.js +4 -0
  19. package/dist/es/models/IHostingServiceConfig.js.map +1 -0
  20. package/dist/es/models/IHostingServiceConstructorOptions.js +2 -0
  21. package/dist/es/models/IHostingServiceConstructorOptions.js.map +1 -0
  22. package/dist/es/models/IUrlTransformerServiceConfig.js +4 -0
  23. package/dist/es/models/IUrlTransformerServiceConfig.js.map +1 -0
  24. package/dist/es/models/IUrlTransformerServiceConstructorOptions.js +2 -0
  25. package/dist/es/models/IUrlTransformerServiceConstructorOptions.js.map +1 -0
  26. package/dist/es/restEntryPoints.js +7 -0
  27. package/dist/es/restEntryPoints.js.map +1 -1
  28. package/dist/es/urlTransformerService.js +256 -0
  29. package/dist/es/urlTransformerService.js.map +1 -0
  30. package/dist/types/healthRoutes.d.ts +20 -0
  31. package/dist/types/healthService.d.ts +42 -0
  32. package/dist/types/hostingService.d.ts +45 -0
  33. package/dist/types/index.d.ts +10 -0
  34. package/dist/types/informationRoutes.d.ts +11 -3
  35. package/dist/types/informationService.d.ts +11 -16
  36. package/dist/types/models/IHealthServiceConfig.d.ts +16 -0
  37. package/dist/types/models/IHealthServiceConstructorOptions.d.ts +10 -0
  38. package/dist/types/models/IHostingServiceConfig.d.ts +13 -0
  39. package/dist/types/models/IHostingServiceConstructorOptions.d.ts +15 -0
  40. package/dist/types/models/IUrlTransformerServiceConfig.d.ts +19 -0
  41. package/dist/types/models/IUrlTransformerServiceConstructorOptions.d.ts +15 -0
  42. package/dist/types/urlTransformerService.d.ts +94 -0
  43. package/docs/changelog.md +588 -55
  44. package/docs/examples.md +74 -1
  45. package/docs/reference/classes/HealthService.md +123 -0
  46. package/docs/reference/classes/HostingService.md +157 -0
  47. package/docs/reference/classes/InformationService.md +19 -65
  48. package/docs/reference/classes/UrlTransformerService.md +379 -0
  49. package/docs/reference/functions/generateRestRoutesHealth.md +25 -0
  50. package/docs/reference/functions/serverLivez.md +31 -0
  51. package/docs/reference/functions/serverReadyz.md +31 -0
  52. package/docs/reference/index.md +14 -1
  53. package/docs/reference/interfaces/IHealthServiceConfig.md +32 -0
  54. package/docs/reference/interfaces/IHealthServiceConstructorOptions.md +11 -0
  55. package/docs/reference/interfaces/IHostingServiceConfig.md +19 -0
  56. package/docs/reference/interfaces/IHostingServiceConstructorOptions.md +25 -0
  57. package/docs/reference/interfaces/IInformationServiceConfig.md +5 -5
  58. package/docs/reference/interfaces/IInformationServiceConstructorOptions.md +1 -1
  59. package/docs/reference/interfaces/IUrlTransformerServiceConfig.md +32 -0
  60. package/docs/reference/interfaces/IUrlTransformerServiceConstructorOptions.md +25 -0
  61. package/docs/reference/variables/tagsHealth.md +5 -0
  62. package/locales/en.json +13 -1
  63. package/package.json +9 -5
package/docs/changelog.md CHANGED
@@ -1,19 +1,552 @@
1
- # @twin.org/api-service - Changelog
1
+ # Changelog
2
2
 
3
- ## [0.0.3-next.4](https://github.com/twinfoundation/api/compare/api-service-v0.0.3-next.3...api-service-v0.0.3-next.4) (2025-11-14)
3
+ ## [0.0.3-next.41](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.40...api-service-v0.0.3-next.41) (2026-06-05)
4
4
 
5
5
 
6
6
  ### Features
7
7
 
8
- * add context id features ([#42](https://github.com/twinfoundation/api/issues/42)) ([0186055](https://github.com/twinfoundation/api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
9
- * add root, favicon routes ([71da1c3](https://github.com/twinfoundation/api/commit/71da1c3a93c349588aff7084d1d8d6a29a277da8))
10
- * add validate-locales ([cdba610](https://github.com/twinfoundation/api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
11
- * eslint migration to flat config ([0dd5820](https://github.com/twinfoundation/api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
12
- * remove unused namespace ([08478f2](https://github.com/twinfoundation/api/commit/08478f27efda9beb0271fdb22f6972e918361965))
13
- * update dependencies ([1171dc4](https://github.com/twinfoundation/api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
14
- * update framework core ([d8eebf2](https://github.com/twinfoundation/api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
15
- * update IComponent signatures ([915ce37](https://github.com/twinfoundation/api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
16
- * use shared store mechanism ([#19](https://github.com/twinfoundation/api/issues/19)) ([32116df](https://github.com/twinfoundation/api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
8
+ * matches local origin ([#148](https://github.com/iotaledger/twin-api/issues/148)) ([7f6d30c](https://github.com/iotaledger/twin-api/commit/7f6d30c4dd1fe699f6171c41251bb56b803934e5))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/api-models bumped from 0.0.3-next.40 to 0.0.3-next.41
16
+
17
+ ## [0.0.3-next.40](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.39...api-service-v0.0.3-next.40) (2026-06-04)
18
+
19
+
20
+ ### Features
21
+
22
+ * add tenant component ([#145](https://github.com/iotaledger/twin-api/issues/145)) ([a440c53](https://github.com/iotaledger/twin-api/commit/a440c53f36618946daee7372fe664f8ace341a08))
23
+
24
+
25
+ ### Dependencies
26
+
27
+ * The following workspace dependencies were updated
28
+ * dependencies
29
+ * @twin.org/api-models bumped from 0.0.3-next.39 to 0.0.3-next.40
30
+
31
+ ## [0.0.3-next.39](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.38...api-service-v0.0.3-next.39) (2026-06-02)
32
+
33
+
34
+ ### Features
35
+
36
+ * tenant id in jwt ([#140](https://github.com/iotaledger/twin-api/issues/140)) ([8d37a7b](https://github.com/iotaledger/twin-api/commit/8d37a7b98b45fde53df1e909cffc0869aa758655))
37
+
38
+
39
+ ### Dependencies
40
+
41
+ * The following workspace dependencies were updated
42
+ * dependencies
43
+ * @twin.org/api-models bumped from 0.0.3-next.38 to 0.0.3-next.39
44
+
45
+ ## [0.0.3-next.38](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.37...api-service-v0.0.3-next.38) (2026-05-28)
46
+
47
+
48
+ ### Miscellaneous Chores
49
+
50
+ * **api-service:** Synchronize repo versions
51
+
52
+
53
+ ### Dependencies
54
+
55
+ * The following workspace dependencies were updated
56
+ * dependencies
57
+ * @twin.org/api-models bumped from 0.0.3-next.37 to 0.0.3-next.38
58
+
59
+ ## [0.0.3-next.37](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.36...api-service-v0.0.3-next.37) (2026-05-22)
60
+
61
+
62
+ ### Features
63
+
64
+ * add initial interval config for health service ([daf0412](https://github.com/iotaledger/twin-api/commit/daf0412cb24d856bd80f2a6eda02f7294677baae))
65
+
66
+
67
+ ### Dependencies
68
+
69
+ * The following workspace dependencies were updated
70
+ * dependencies
71
+ * @twin.org/api-models bumped from 0.0.3-next.36 to 0.0.3-next.37
72
+
73
+ ## [0.0.3-next.36](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.35...api-service-v0.0.3-next.36) (2026-05-22)
74
+
75
+
76
+ ### Miscellaneous Chores
77
+
78
+ * **api-service:** Synchronize repo versions
79
+
80
+
81
+ ### Dependencies
82
+
83
+ * The following workspace dependencies were updated
84
+ * dependencies
85
+ * @twin.org/api-models bumped from 0.0.3-next.35 to 0.0.3-next.36
86
+
87
+ ## [0.0.3-next.35](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.34...api-service-v0.0.3-next.35) (2026-05-21)
88
+
89
+
90
+ ### Miscellaneous Chores
91
+
92
+ * **api-service:** Synchronize repo versions
93
+
94
+
95
+ ### Dependencies
96
+
97
+ * The following workspace dependencies were updated
98
+ * dependencies
99
+ * @twin.org/api-models bumped from 0.0.3-next.34 to 0.0.3-next.35
100
+
101
+ ## [0.0.3-next.34](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.33...api-service-v0.0.3-next.34) (2026-05-19)
102
+
103
+
104
+ ### Features
105
+
106
+ * update dependencies ([32b8cd2](https://github.com/iotaledger/twin-api/commit/32b8cd20353119dd1998e293d54063cf4d9ecc29))
107
+
108
+
109
+ ### Dependencies
110
+
111
+ * The following workspace dependencies were updated
112
+ * dependencies
113
+ * @twin.org/api-models bumped from 0.0.3-next.33 to 0.0.3-next.34
114
+
115
+ ## [0.0.3-next.33](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.32...api-service-v0.0.3-next.33) (2026-05-11)
116
+
117
+
118
+ ### Features
119
+
120
+ * typescript 6 update ([78d2aa0](https://github.com/iotaledger/twin-api/commit/78d2aa00902f79b61973079b798b87ec05f18a8b))
121
+
122
+
123
+ ### Bug Fixes
124
+
125
+ * docs ([4d7e1d2](https://github.com/iotaledger/twin-api/commit/4d7e1d265a2b2225ea02409a31989727a0534265))
126
+
127
+
128
+ ### Dependencies
129
+
130
+ * The following workspace dependencies were updated
131
+ * dependencies
132
+ * @twin.org/api-models bumped from 0.0.3-next.32 to 0.0.3-next.33
133
+
134
+ ## [0.0.3-next.32](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.31...api-service-v0.0.3-next.32) (2026-05-07)
135
+
136
+
137
+ ### Features
138
+
139
+ * avoid overlapping health checks ([35150b8](https://github.com/iotaledger/twin-api/commit/35150b81861cd2911641d0c36cd7dc3dfa5fcb68))
140
+ * update health service interval defaults ([2c66ae1](https://github.com/iotaledger/twin-api/commit/2c66ae1320acb0c80a0d7cba4e11a00358707dbb))
141
+
142
+
143
+ ### Dependencies
144
+
145
+ * The following workspace dependencies were updated
146
+ * dependencies
147
+ * @twin.org/api-models bumped from 0.0.3-next.31 to 0.0.3-next.32
148
+
149
+ ## [0.0.3-next.31](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.30...api-service-v0.0.3-next.31) (2026-05-06)
150
+
151
+
152
+ ### Features
153
+
154
+ * update health format ([cfbfbbb](https://github.com/iotaledger/twin-api/commit/cfbfbbb2e9afbd2574ffd2446ad51e4217437951))
155
+
156
+
157
+ ### Dependencies
158
+
159
+ * The following workspace dependencies were updated
160
+ * dependencies
161
+ * @twin.org/api-models bumped from 0.0.3-next.30 to 0.0.3-next.31
162
+
163
+ ## [0.0.3-next.30](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.29...api-service-v0.0.3-next.30) (2026-05-05)
164
+
165
+
166
+ ### Features
167
+
168
+ * separate service responsibilities ([#116](https://github.com/iotaledger/twin-api/issues/116)) ([2234648](https://github.com/iotaledger/twin-api/commit/2234648de4a2de5b7356aadde328f40470bc12e3))
169
+
170
+
171
+ ### Dependencies
172
+
173
+ * The following workspace dependencies were updated
174
+ * dependencies
175
+ * @twin.org/api-models bumped from 0.0.3-next.29 to 0.0.3-next.30
176
+
177
+ ## [0.0.3-next.29](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.28...api-service-v0.0.3-next.29) (2026-05-01)
178
+
179
+
180
+ ### Features
181
+
182
+ * hosting service ([#109](https://github.com/iotaledger/twin-api/issues/109)) ([985bf1f](https://github.com/iotaledger/twin-api/commit/985bf1f5c07b09ecb800df7120bc2422ac7a6d25))
183
+
184
+
185
+ ### Dependencies
186
+
187
+ * The following workspace dependencies were updated
188
+ * dependencies
189
+ * @twin.org/api-models bumped from 0.0.3-next.28 to 0.0.3-next.29
190
+
191
+ ## [0.0.3-next.28](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.27...api-service-v0.0.3-next.28) (2026-04-30)
192
+
193
+
194
+ ### Miscellaneous Chores
195
+
196
+ * **api-service:** Synchronize repo versions
197
+
198
+
199
+ ### Dependencies
200
+
201
+ * The following workspace dependencies were updated
202
+ * dependencies
203
+ * @twin.org/api-models bumped from 0.0.3-next.27 to 0.0.3-next.28
204
+
205
+ ## [0.0.3-next.27](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.26...api-service-v0.0.3-next.27) (2026-04-23)
206
+
207
+
208
+ ### Miscellaneous Chores
209
+
210
+ * **api-service:** Synchronize repo versions
211
+
212
+
213
+ ### Dependencies
214
+
215
+ * The following workspace dependencies were updated
216
+ * dependencies
217
+ * @twin.org/api-models bumped from 0.0.3-next.26 to 0.0.3-next.27
218
+
219
+ ## [0.0.3-next.26](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.25...api-service-v0.0.3-next.26) (2026-04-22)
220
+
221
+
222
+ ### Miscellaneous Chores
223
+
224
+ * **api-service:** Synchronize repo versions
225
+
226
+
227
+ ### Dependencies
228
+
229
+ * The following workspace dependencies were updated
230
+ * dependencies
231
+ * @twin.org/api-models bumped from 0.0.3-next.25 to 0.0.3-next.26
232
+
233
+ ## [0.0.3-next.25](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.24...api-service-v0.0.3-next.25) (2026-04-14)
234
+
235
+
236
+ ### Miscellaneous Chores
237
+
238
+ * **api-service:** Synchronize repo versions
239
+
240
+
241
+ ### Dependencies
242
+
243
+ * The following workspace dependencies were updated
244
+ * dependencies
245
+ * @twin.org/api-models bumped from 0.0.3-next.24 to 0.0.3-next.25
246
+
247
+ ## [0.0.3-next.24](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.23...api-service-v0.0.3-next.24) (2026-04-14)
248
+
249
+
250
+ ### Miscellaneous Chores
251
+
252
+ * **api-service:** Synchronize repo versions
253
+
254
+
255
+ ### Dependencies
256
+
257
+ * The following workspace dependencies were updated
258
+ * dependencies
259
+ * @twin.org/api-models bumped from 0.0.3-next.23 to 0.0.3-next.24
260
+
261
+ ## [0.0.3-next.23](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.22...api-service-v0.0.3-next.23) (2026-04-14)
262
+
263
+
264
+ ### Miscellaneous Chores
265
+
266
+ * **api-service:** Synchronize repo versions
267
+
268
+
269
+ ### Dependencies
270
+
271
+ * The following workspace dependencies were updated
272
+ * dependencies
273
+ * @twin.org/api-models bumped from 0.0.3-next.22 to 0.0.3-next.23
274
+
275
+ ## [0.0.3-next.22](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.21...api-service-v0.0.3-next.22) (2026-03-27)
276
+
277
+
278
+ ### Miscellaneous Chores
279
+
280
+ * **api-service:** Synchronize repo versions
281
+
282
+
283
+ ### Dependencies
284
+
285
+ * The following workspace dependencies were updated
286
+ * dependencies
287
+ * @twin.org/api-models bumped from 0.0.3-next.21 to 0.0.3-next.22
288
+
289
+ ## [0.0.3-next.21](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.20...api-service-v0.0.3-next.21) (2026-03-11)
290
+
291
+
292
+ ### Miscellaneous Chores
293
+
294
+ * **api-service:** Synchronize repo versions
295
+
296
+
297
+ ### Dependencies
298
+
299
+ * The following workspace dependencies were updated
300
+ * dependencies
301
+ * @twin.org/api-models bumped from 0.0.3-next.20 to 0.0.3-next.21
302
+
303
+ ## [0.0.3-next.20](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.19...api-service-v0.0.3-next.20) (2026-02-09)
304
+
305
+
306
+ ### Miscellaneous Chores
307
+
308
+ * **api-service:** Synchronize repo versions
309
+
310
+
311
+ ### Dependencies
312
+
313
+ * The following workspace dependencies were updated
314
+ * dependencies
315
+ * @twin.org/api-models bumped from 0.0.3-next.19 to 0.0.3-next.20
316
+
317
+ ## [0.0.3-next.19](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.18...api-service-v0.0.3-next.19) (2026-02-06)
318
+
319
+
320
+ ### Miscellaneous Chores
321
+
322
+ * **api-service:** Synchronize repo versions
323
+
324
+
325
+ ### Dependencies
326
+
327
+ * The following workspace dependencies were updated
328
+ * dependencies
329
+ * @twin.org/api-models bumped from 0.0.3-next.18 to 0.0.3-next.19
330
+
331
+ ## [0.0.3-next.18](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.17...api-service-v0.0.3-next.18) (2026-02-04)
332
+
333
+
334
+ ### Miscellaneous Chores
335
+
336
+ * **api-service:** Synchronize repo versions
337
+
338
+
339
+ ### Dependencies
340
+
341
+ * The following workspace dependencies were updated
342
+ * dependencies
343
+ * @twin.org/api-models bumped from 0.0.3-next.17 to 0.0.3-next.18
344
+
345
+ ## [0.0.3-next.17](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.16...api-service-v0.0.3-next.17) (2026-01-26)
346
+
347
+
348
+ ### Features
349
+
350
+ * update public origin building ([6c8e042](https://github.com/iotaledger/twin-api/commit/6c8e0422d9ddbed42a843e1c23498c99977b2fc7))
351
+
352
+
353
+ ### Dependencies
354
+
355
+ * The following workspace dependencies were updated
356
+ * dependencies
357
+ * @twin.org/api-models bumped from 0.0.3-next.16 to 0.0.3-next.17
358
+
359
+ ## [0.0.3-next.16](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.15...api-service-v0.0.3-next.16) (2026-01-26)
360
+
361
+
362
+ ### Features
363
+
364
+ * public base url ([#70](https://github.com/iotaledger/twin-api/issues/70)) ([5b958cd](https://github.com/iotaledger/twin-api/commit/5b958cd91e8a38cdae2835ff5f2356c7e48d37c3))
365
+
366
+
367
+ ### Dependencies
368
+
369
+ * The following workspace dependencies were updated
370
+ * dependencies
371
+ * @twin.org/api-models bumped from 0.0.3-next.15 to 0.0.3-next.16
372
+
373
+ ## [0.0.3-next.15](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.14...api-service-v0.0.3-next.15) (2026-01-22)
374
+
375
+
376
+ ### Miscellaneous Chores
377
+
378
+ * **api-service:** Synchronize repo versions
379
+
380
+
381
+ ### Dependencies
382
+
383
+ * The following workspace dependencies were updated
384
+ * dependencies
385
+ * @twin.org/api-models bumped from 0.0.3-next.14 to 0.0.3-next.15
386
+
387
+ ## [0.0.3-next.14](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.13...api-service-v0.0.3-next.14) (2026-01-20)
388
+
389
+
390
+ ### Miscellaneous Chores
391
+
392
+ * **api-service:** Synchronize repo versions
393
+
394
+
395
+ ### Dependencies
396
+
397
+ * The following workspace dependencies were updated
398
+ * dependencies
399
+ * @twin.org/api-models bumped from 0.0.3-next.13 to 0.0.3-next.14
400
+
401
+ ## [0.0.3-next.13](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.12...api-service-v0.0.3-next.13) (2026-01-19)
402
+
403
+
404
+ ### Miscellaneous Chores
405
+
406
+ * **api-service:** Synchronize repo versions
407
+
408
+
409
+ ### Dependencies
410
+
411
+ * The following workspace dependencies were updated
412
+ * dependencies
413
+ * @twin.org/api-models bumped from 0.0.3-next.12 to 0.0.3-next.13
414
+
415
+ ## [0.0.3-next.12](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.11...api-service-v0.0.3-next.12) (2026-01-12)
416
+
417
+
418
+ ### Miscellaneous Chores
419
+
420
+ * **api-service:** Synchronize repo versions
421
+
422
+
423
+ ### Dependencies
424
+
425
+ * The following workspace dependencies were updated
426
+ * dependencies
427
+ * @twin.org/api-models bumped from 0.0.3-next.11 to 0.0.3-next.12
428
+
429
+ ## [0.0.3-next.11](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.10...api-service-v0.0.3-next.11) (2026-01-08)
430
+
431
+
432
+ ### Miscellaneous Chores
433
+
434
+ * **api-service:** Synchronize repo versions
435
+
436
+
437
+ ### Dependencies
438
+
439
+ * The following workspace dependencies were updated
440
+ * dependencies
441
+ * @twin.org/api-models bumped from 0.0.3-next.10 to 0.0.3-next.11
442
+
443
+ ## [0.0.3-next.10](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.9...api-service-v0.0.3-next.10) (2026-01-05)
444
+
445
+
446
+ ### Miscellaneous Chores
447
+
448
+ * **api-service:** Synchronize repo versions
449
+
450
+
451
+ ### Dependencies
452
+
453
+ * The following workspace dependencies were updated
454
+ * dependencies
455
+ * @twin.org/api-models bumped from 0.0.3-next.9 to 0.0.3-next.10
456
+
457
+ ## [0.0.3-next.9](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.8...api-service-v0.0.3-next.9) (2026-01-05)
458
+
459
+
460
+ ### Features
461
+
462
+ * add context id features ([#42](https://github.com/iotaledger/twin-api/issues/42)) ([0186055](https://github.com/iotaledger/twin-api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
463
+ * add livez endpoint ([#57](https://github.com/iotaledger/twin-api/issues/57)) ([ef007db](https://github.com/iotaledger/twin-api/commit/ef007db8201736dd3053211f849ffd03baaa485e))
464
+ * add root, favicon routes ([71da1c3](https://github.com/iotaledger/twin-api/commit/71da1c3a93c349588aff7084d1d8d6a29a277da8))
465
+ * add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
466
+ * eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
467
+ * remove unused namespace ([08478f2](https://github.com/iotaledger/twin-api/commit/08478f27efda9beb0271fdb22f6972e918361965))
468
+ * update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
469
+ * update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
470
+ * update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
471
+ * use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
472
+
473
+
474
+ ### Dependencies
475
+
476
+ * The following workspace dependencies were updated
477
+ * dependencies
478
+ * @twin.org/api-models bumped from 0.0.3-next.8 to 0.0.3-next.9
479
+
480
+ ## [0.0.3-next.8](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.7...api-service-v0.0.3-next.8) (2025-12-17)
481
+
482
+
483
+ ### Miscellaneous Chores
484
+
485
+ * **api-service:** Synchronize repo versions
486
+
487
+
488
+ ### Dependencies
489
+
490
+ * The following workspace dependencies were updated
491
+ * dependencies
492
+ * @twin.org/api-models bumped from 0.0.3-next.7 to 0.0.3-next.8
493
+
494
+ ## [0.0.3-next.7](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.6...api-service-v0.0.3-next.7) (2025-11-26)
495
+
496
+
497
+ ### Miscellaneous Chores
498
+
499
+ * **api-service:** Synchronize repo versions
500
+
501
+
502
+ ### Dependencies
503
+
504
+ * The following workspace dependencies were updated
505
+ * dependencies
506
+ * @twin.org/api-models bumped from 0.0.3-next.6 to 0.0.3-next.7
507
+
508
+ ## [0.0.3-next.6](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.5...api-service-v0.0.3-next.6) (2025-11-20)
509
+
510
+
511
+ ### Miscellaneous Chores
512
+
513
+ * **api-service:** Synchronize repo versions
514
+
515
+
516
+ ### Dependencies
517
+
518
+ * The following workspace dependencies were updated
519
+ * dependencies
520
+ * @twin.org/api-models bumped from 0.0.3-next.5 to 0.0.3-next.6
521
+
522
+ ## [0.0.3-next.5](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.4...api-service-v0.0.3-next.5) (2025-11-14)
523
+
524
+
525
+ ### Miscellaneous Chores
526
+
527
+ * **api-service:** Synchronize repo versions
528
+
529
+
530
+ ### Dependencies
531
+
532
+ * The following workspace dependencies were updated
533
+ * dependencies
534
+ * @twin.org/api-models bumped from 0.0.3-next.4 to 0.0.3-next.5
535
+
536
+ ## [0.0.3-next.4](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.3...api-service-v0.0.3-next.4) (2025-11-14)
537
+
538
+
539
+ ### Features
540
+
541
+ * add context id features ([#42](https://github.com/iotaledger/twin-api/issues/42)) ([0186055](https://github.com/iotaledger/twin-api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
542
+ * add root, favicon routes ([71da1c3](https://github.com/iotaledger/twin-api/commit/71da1c3a93c349588aff7084d1d8d6a29a277da8))
543
+ * add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
544
+ * eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
545
+ * remove unused namespace ([08478f2](https://github.com/iotaledger/twin-api/commit/08478f27efda9beb0271fdb22f6972e918361965))
546
+ * update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
547
+ * update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
548
+ * update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
549
+ * use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
17
550
 
18
551
 
19
552
  ### Dependencies
@@ -22,7 +555,7 @@
22
555
  * dependencies
23
556
  * @twin.org/api-models bumped from 0.0.3-next.3 to 0.0.3-next.4
24
557
 
25
- ## [0.0.3-next.3](https://github.com/twinfoundation/api/compare/api-service-v0.0.3-next.2...api-service-v0.0.3-next.3) (2025-11-14)
558
+ ## [0.0.3-next.3](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.2...api-service-v0.0.3-next.3) (2025-11-14)
26
559
 
27
560
 
28
561
  ### Miscellaneous Chores
@@ -36,7 +569,7 @@
36
569
  * dependencies
37
570
  * @twin.org/api-models bumped from 0.0.3-next.2 to 0.0.3-next.3
38
571
 
39
- ## [0.0.3-next.2](https://github.com/twinfoundation/api/compare/api-service-v0.0.3-next.1...api-service-v0.0.3-next.2) (2025-11-12)
572
+ ## [0.0.3-next.2](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.1...api-service-v0.0.3-next.2) (2025-11-12)
40
573
 
41
574
 
42
575
  ### Miscellaneous Chores
@@ -50,20 +583,20 @@
50
583
  * dependencies
51
584
  * @twin.org/api-models bumped from 0.0.3-next.1 to 0.0.3-next.2
52
585
 
53
- ## [0.0.3-next.1](https://github.com/twinfoundation/api/compare/api-service-v0.0.3-next.0...api-service-v0.0.3-next.1) (2025-11-10)
586
+ ## [0.0.3-next.1](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.3-next.0...api-service-v0.0.3-next.1) (2025-11-10)
54
587
 
55
588
 
56
589
  ### Features
57
590
 
58
- * add context id features ([#42](https://github.com/twinfoundation/api/issues/42)) ([0186055](https://github.com/twinfoundation/api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
59
- * add root, favicon routes ([71da1c3](https://github.com/twinfoundation/api/commit/71da1c3a93c349588aff7084d1d8d6a29a277da8))
60
- * add validate-locales ([cdba610](https://github.com/twinfoundation/api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
61
- * eslint migration to flat config ([0dd5820](https://github.com/twinfoundation/api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
62
- * remove unused namespace ([08478f2](https://github.com/twinfoundation/api/commit/08478f27efda9beb0271fdb22f6972e918361965))
63
- * update dependencies ([1171dc4](https://github.com/twinfoundation/api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
64
- * update framework core ([d8eebf2](https://github.com/twinfoundation/api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
65
- * update IComponent signatures ([915ce37](https://github.com/twinfoundation/api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
66
- * use shared store mechanism ([#19](https://github.com/twinfoundation/api/issues/19)) ([32116df](https://github.com/twinfoundation/api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
591
+ * add context id features ([#42](https://github.com/iotaledger/twin-api/issues/42)) ([0186055](https://github.com/iotaledger/twin-api/commit/0186055c48afde842a4254b4df9ac9249c40fe40))
592
+ * add root, favicon routes ([71da1c3](https://github.com/iotaledger/twin-api/commit/71da1c3a93c349588aff7084d1d8d6a29a277da8))
593
+ * add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
594
+ * eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
595
+ * remove unused namespace ([08478f2](https://github.com/iotaledger/twin-api/commit/08478f27efda9beb0271fdb22f6972e918361965))
596
+ * update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
597
+ * update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
598
+ * update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
599
+ * use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
67
600
 
68
601
 
69
602
  ### Dependencies
@@ -72,7 +605,7 @@
72
605
  * dependencies
73
606
  * @twin.org/api-models bumped from 0.0.3-next.0 to 0.0.3-next.1
74
607
 
75
- ## [0.0.2-next.13](https://github.com/twinfoundation/api/compare/api-service-v0.0.2-next.12...api-service-v0.0.2-next.13) (2025-10-09)
608
+ ## [0.0.2-next.13](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.2-next.12...api-service-v0.0.2-next.13) (2025-10-09)
76
609
 
77
610
 
78
611
  ### Miscellaneous Chores
@@ -86,12 +619,12 @@
86
619
  * dependencies
87
620
  * @twin.org/api-models bumped from 0.0.2-next.12 to 0.0.2-next.13
88
621
 
89
- ## [0.0.2-next.12](https://github.com/twinfoundation/api/compare/api-service-v0.0.2-next.11...api-service-v0.0.2-next.12) (2025-10-09)
622
+ ## [0.0.2-next.12](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.2-next.11...api-service-v0.0.2-next.12) (2025-10-09)
90
623
 
91
624
 
92
625
  ### Features
93
626
 
94
- * add validate-locales ([cdba610](https://github.com/twinfoundation/api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
627
+ * add validate-locales ([cdba610](https://github.com/iotaledger/twin-api/commit/cdba610a0acb5022d2e3ce729732e6646a297e5e))
95
628
 
96
629
 
97
630
  ### Dependencies
@@ -100,12 +633,12 @@
100
633
  * dependencies
101
634
  * @twin.org/api-models bumped from 0.0.2-next.11 to 0.0.2-next.12
102
635
 
103
- ## [0.0.2-next.11](https://github.com/twinfoundation/api/compare/api-service-v0.0.2-next.10...api-service-v0.0.2-next.11) (2025-09-29)
636
+ ## [0.0.2-next.11](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.2-next.10...api-service-v0.0.2-next.11) (2025-09-29)
104
637
 
105
638
 
106
639
  ### Features
107
640
 
108
- * update IComponent signatures ([915ce37](https://github.com/twinfoundation/api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
641
+ * update IComponent signatures ([915ce37](https://github.com/iotaledger/twin-api/commit/915ce37712326ab4aa6869c350eabaa4622e8430))
109
642
 
110
643
 
111
644
  ### Dependencies
@@ -114,7 +647,7 @@
114
647
  * dependencies
115
648
  * @twin.org/api-models bumped from 0.0.2-next.10 to 0.0.2-next.11
116
649
 
117
- ## [0.0.2-next.10](https://github.com/twinfoundation/api/compare/api-service-v0.0.2-next.9...api-service-v0.0.2-next.10) (2025-09-23)
650
+ ## [0.0.2-next.10](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.2-next.9...api-service-v0.0.2-next.10) (2025-09-23)
118
651
 
119
652
 
120
653
  ### Miscellaneous Chores
@@ -128,12 +661,12 @@
128
661
  * dependencies
129
662
  * @twin.org/api-models bumped from 0.0.2-next.9 to 0.0.2-next.10
130
663
 
131
- ## [0.0.2-next.9](https://github.com/twinfoundation/api/compare/api-service-v0.0.2-next.8...api-service-v0.0.2-next.9) (2025-08-29)
664
+ ## [0.0.2-next.9](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.2-next.8...api-service-v0.0.2-next.9) (2025-08-29)
132
665
 
133
666
 
134
667
  ### Features
135
668
 
136
- * eslint migration to flat config ([0dd5820](https://github.com/twinfoundation/api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
669
+ * eslint migration to flat config ([0dd5820](https://github.com/iotaledger/twin-api/commit/0dd5820e3af97350fd08b8d226f4a6c1a9246805))
137
670
 
138
671
 
139
672
  ### Dependencies
@@ -142,12 +675,12 @@
142
675
  * dependencies
143
676
  * @twin.org/api-models bumped from 0.0.2-next.8 to 0.0.2-next.9
144
677
 
145
- ## [0.0.2-next.8](https://github.com/twinfoundation/api/compare/api-service-v0.0.2-next.7...api-service-v0.0.2-next.8) (2025-08-21)
678
+ ## [0.0.2-next.8](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.2-next.7...api-service-v0.0.2-next.8) (2025-08-21)
146
679
 
147
680
 
148
681
  ### Features
149
682
 
150
- * add root, favicon routes ([71da1c3](https://github.com/twinfoundation/api/commit/71da1c3a93c349588aff7084d1d8d6a29a277da8))
683
+ * add root, favicon routes ([71da1c3](https://github.com/iotaledger/twin-api/commit/71da1c3a93c349588aff7084d1d8d6a29a277da8))
151
684
 
152
685
 
153
686
  ### Dependencies
@@ -156,7 +689,7 @@
156
689
  * dependencies
157
690
  * @twin.org/api-models bumped from 0.0.2-next.7 to 0.0.2-next.8
158
691
 
159
- ## [0.0.2-next.7](https://github.com/twinfoundation/api/compare/api-service-v0.0.2-next.6...api-service-v0.0.2-next.7) (2025-08-20)
692
+ ## [0.0.2-next.7](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.2-next.6...api-service-v0.0.2-next.7) (2025-08-20)
160
693
 
161
694
 
162
695
  ### Miscellaneous Chores
@@ -170,12 +703,12 @@
170
703
  * dependencies
171
704
  * @twin.org/api-models bumped from 0.0.2-next.6 to 0.0.2-next.7
172
705
 
173
- ## [0.0.2-next.6](https://github.com/twinfoundation/api/compare/api-service-v0.0.2-next.5...api-service-v0.0.2-next.6) (2025-08-19)
706
+ ## [0.0.2-next.6](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.2-next.5...api-service-v0.0.2-next.6) (2025-08-19)
174
707
 
175
708
 
176
709
  ### Features
177
710
 
178
- * update framework core ([d8eebf2](https://github.com/twinfoundation/api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
711
+ * update framework core ([d8eebf2](https://github.com/iotaledger/twin-api/commit/d8eebf267fa2a0abaa84e58590496e9d20490cfa))
179
712
 
180
713
 
181
714
  ### Dependencies
@@ -184,14 +717,14 @@
184
717
  * dependencies
185
718
  * @twin.org/api-models bumped from 0.0.2-next.5 to 0.0.2-next.6
186
719
 
187
- ## [0.0.2-next.5](https://github.com/twinfoundation/api/compare/api-service-v0.0.2-next.4...api-service-v0.0.2-next.5) (2025-07-25)
720
+ ## [0.0.2-next.5](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.2-next.4...api-service-v0.0.2-next.5) (2025-07-25)
188
721
 
189
722
 
190
723
  ### Features
191
724
 
192
- * remove unused namespace ([08478f2](https://github.com/twinfoundation/api/commit/08478f27efda9beb0271fdb22f6972e918361965))
193
- * update dependencies ([1171dc4](https://github.com/twinfoundation/api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
194
- * use shared store mechanism ([#19](https://github.com/twinfoundation/api/issues/19)) ([32116df](https://github.com/twinfoundation/api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
725
+ * remove unused namespace ([08478f2](https://github.com/iotaledger/twin-api/commit/08478f27efda9beb0271fdb22f6972e918361965))
726
+ * update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
727
+ * use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
195
728
 
196
729
 
197
730
  ### Dependencies
@@ -200,7 +733,7 @@
200
733
  * dependencies
201
734
  * @twin.org/api-models bumped from 0.0.2-next.4 to 0.0.2-next.5
202
735
 
203
- ## [0.0.2-next.4](https://github.com/twinfoundation/api/compare/api-service-v0.0.2-next.3...api-service-v0.0.2-next.4) (2025-07-25)
736
+ ## [0.0.2-next.4](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.2-next.3...api-service-v0.0.2-next.4) (2025-07-25)
204
737
 
205
738
 
206
739
  ### Miscellaneous Chores
@@ -214,12 +747,12 @@
214
747
  * dependencies
215
748
  * @twin.org/api-models bumped from 0.0.2-next.3 to 0.0.2-next.4
216
749
 
217
- ## [0.0.2-next.3](https://github.com/twinfoundation/api/compare/api-service-v0.0.2-next.2...api-service-v0.0.2-next.3) (2025-07-24)
750
+ ## [0.0.2-next.3](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.2-next.2...api-service-v0.0.2-next.3) (2025-07-24)
218
751
 
219
752
 
220
753
  ### Features
221
754
 
222
- * remove unused namespace ([08478f2](https://github.com/twinfoundation/api/commit/08478f27efda9beb0271fdb22f6972e918361965))
755
+ * remove unused namespace ([08478f2](https://github.com/iotaledger/twin-api/commit/08478f27efda9beb0271fdb22f6972e918361965))
223
756
 
224
757
 
225
758
  ### Dependencies
@@ -228,7 +761,7 @@
228
761
  * dependencies
229
762
  * @twin.org/api-models bumped from 0.0.2-next.2 to 0.0.2-next.3
230
763
 
231
- ## [0.0.2-next.2](https://github.com/twinfoundation/api/compare/api-service-v0.0.2-next.1...api-service-v0.0.2-next.2) (2025-07-17)
764
+ ## [0.0.2-next.2](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.2-next.1...api-service-v0.0.2-next.2) (2025-07-17)
232
765
 
233
766
 
234
767
  ### Miscellaneous Chores
@@ -242,13 +775,13 @@
242
775
  * dependencies
243
776
  * @twin.org/api-models bumped from 0.0.2-next.1 to 0.0.2-next.2
244
777
 
245
- ## [0.0.2-next.1](https://github.com/twinfoundation/api/compare/api-service-v0.0.2-next.0...api-service-v0.0.2-next.1) (2025-07-08)
778
+ ## [0.0.2-next.1](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.2-next.0...api-service-v0.0.2-next.1) (2025-07-08)
246
779
 
247
780
 
248
781
  ### Features
249
782
 
250
- * update dependencies ([1171dc4](https://github.com/twinfoundation/api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
251
- * use shared store mechanism ([#19](https://github.com/twinfoundation/api/issues/19)) ([32116df](https://github.com/twinfoundation/api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
783
+ * update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
784
+ * use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
252
785
 
253
786
 
254
787
  ### Dependencies
@@ -262,7 +795,7 @@
262
795
 
263
796
  ### Features
264
797
 
265
- * release to production ([70ee2d5](https://github.com/twinfoundation/api/commit/70ee2d56a1dc9537d7c9c154d4cb78a235678a3a))
798
+ * release to production ([70ee2d5](https://github.com/iotaledger/twin-api/commit/70ee2d56a1dc9537d7c9c154d4cb78a235678a3a))
266
799
 
267
800
 
268
801
  ### Dependencies
@@ -271,7 +804,7 @@
271
804
  * dependencies
272
805
  * @twin.org/api-models bumped from ^0.0.0 to ^0.0.1
273
806
 
274
- ## [0.0.1-next.36](https://github.com/twinfoundation/api/compare/api-service-v0.0.1-next.35...api-service-v0.0.1-next.36) (2025-06-17)
807
+ ## [0.0.1-next.36](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.1-next.35...api-service-v0.0.1-next.36) (2025-06-17)
275
808
 
276
809
 
277
810
  ### Miscellaneous Chores
@@ -285,12 +818,12 @@
285
818
  * dependencies
286
819
  * @twin.org/api-models bumped from 0.0.1-next.35 to 0.0.1-next.36
287
820
 
288
- ## [0.0.1-next.35](https://github.com/twinfoundation/api/compare/api-service-v0.0.1-next.34...api-service-v0.0.1-next.35) (2025-06-11)
821
+ ## [0.0.1-next.35](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.1-next.34...api-service-v0.0.1-next.35) (2025-06-11)
289
822
 
290
823
 
291
824
  ### Features
292
825
 
293
- * update dependencies ([1171dc4](https://github.com/twinfoundation/api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
826
+ * update dependencies ([1171dc4](https://github.com/iotaledger/twin-api/commit/1171dc416a9481737f6a640e3cf30145768f37e9))
294
827
 
295
828
 
296
829
  ### Dependencies
@@ -299,7 +832,7 @@
299
832
  * dependencies
300
833
  * @twin.org/api-models bumped from 0.0.1-next.34 to 0.0.1-next.35
301
834
 
302
- ## [0.0.1-next.34](https://github.com/twinfoundation/api/compare/api-service-v0.0.1-next.33...api-service-v0.0.1-next.34) (2025-05-27)
835
+ ## [0.0.1-next.34](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.1-next.33...api-service-v0.0.1-next.34) (2025-05-27)
303
836
 
304
837
 
305
838
  ### Miscellaneous Chores
@@ -313,12 +846,12 @@
313
846
  * dependencies
314
847
  * @twin.org/api-models bumped from 0.0.1-next.33 to 0.0.1-next.34
315
848
 
316
- ## [0.0.1-next.33](https://github.com/twinfoundation/api/compare/api-service-v0.0.1-next.32...api-service-v0.0.1-next.33) (2025-04-17)
849
+ ## [0.0.1-next.33](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.1-next.32...api-service-v0.0.1-next.33) (2025-04-17)
317
850
 
318
851
 
319
852
  ### Features
320
853
 
321
- * use shared store mechanism ([#19](https://github.com/twinfoundation/api/issues/19)) ([32116df](https://github.com/twinfoundation/api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
854
+ * use shared store mechanism ([#19](https://github.com/iotaledger/twin-api/issues/19)) ([32116df](https://github.com/iotaledger/twin-api/commit/32116df3b4380a30137f5056f242a5c99afa2df9))
322
855
 
323
856
 
324
857
  ### Dependencies
@@ -327,7 +860,7 @@
327
860
  * dependencies
328
861
  * @twin.org/api-models bumped from 0.0.1-next.32 to 0.0.1-next.33
329
862
 
330
- ## [0.0.1-next.32](https://github.com/twinfoundation/api/compare/api-service-v0.0.1-next.31...api-service-v0.0.1-next.32) (2025-03-28)
863
+ ## [0.0.1-next.32](https://github.com/iotaledger/twin-api/compare/api-service-v0.0.1-next.31...api-service-v0.0.1-next.32) (2025-03-28)
331
864
 
332
865
 
333
866
  ### Miscellaneous Chores