@twin.org/web 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 (56) hide show
  1. package/README.md +1 -1
  2. package/dist/es/index.js +3 -0
  3. package/dist/es/index.js.map +1 -1
  4. package/dist/es/models/IFetchOptions.js.map +1 -1
  5. package/dist/es/models/IHttpLinkHeader.js +2 -0
  6. package/dist/es/models/IHttpLinkHeader.js.map +1 -0
  7. package/dist/es/models/headerTypes.js +129 -1
  8. package/dist/es/models/headerTypes.js.map +1 -1
  9. package/dist/es/models/httpLinkRelType.js +130 -0
  10. package/dist/es/models/httpLinkRelType.js.map +1 -0
  11. package/dist/es/models/httpMethod.js +36 -0
  12. package/dist/es/models/httpMethod.js.map +1 -1
  13. package/dist/es/models/httpStatusCode.js +63 -0
  14. package/dist/es/models/httpStatusCode.js.map +1 -1
  15. package/dist/es/models/mimeTypes.js +170 -1
  16. package/dist/es/models/mimeTypes.js.map +1 -1
  17. package/dist/es/utils/cookieHelper.js +83 -0
  18. package/dist/es/utils/cookieHelper.js.map +1 -0
  19. package/dist/es/utils/fetchHelper.js +1 -1
  20. package/dist/es/utils/fetchHelper.js.map +1 -1
  21. package/dist/es/utils/headerHelper.js +383 -1
  22. package/dist/es/utils/headerHelper.js.map +1 -1
  23. package/dist/es/utils/mimeTypeHelper.js +42 -1
  24. package/dist/es/utils/mimeTypeHelper.js.map +1 -1
  25. package/dist/types/index.d.ts +3 -0
  26. package/dist/types/models/IFetchOptions.d.ts +1 -1
  27. package/dist/types/models/IHttpLinkHeader.d.ts +26 -0
  28. package/dist/types/models/headerTypes.d.ts +128 -0
  29. package/dist/types/models/httpLinkRelType.d.ts +130 -0
  30. package/dist/types/models/httpMethod.d.ts +36 -0
  31. package/dist/types/models/httpStatusCode.d.ts +63 -0
  32. package/dist/types/models/mimeTypes.d.ts +169 -0
  33. package/dist/types/utils/cookieHelper.d.ts +49 -0
  34. package/dist/types/utils/headerHelper.d.ts +115 -0
  35. package/docs/changelog.md +934 -143
  36. package/docs/examples.md +108 -1
  37. package/docs/reference/classes/CookieHelper.md +155 -0
  38. package/docs/reference/classes/FetchError.md +453 -1
  39. package/docs/reference/classes/FetchHelper.md +12 -12
  40. package/docs/reference/classes/HeaderHelper.md +385 -2
  41. package/docs/reference/classes/Jwk.md +6 -6
  42. package/docs/reference/classes/Jws.md +3 -3
  43. package/docs/reference/classes/Jwt.md +17 -17
  44. package/docs/reference/classes/MimeTypeHelper.md +4 -4
  45. package/docs/reference/index.md +4 -0
  46. package/docs/reference/interfaces/IFetchOptions.md +12 -14
  47. package/docs/reference/interfaces/IHttpHeaders.md +1 -1
  48. package/docs/reference/interfaces/IHttpLinkHeader.md +43 -0
  49. package/docs/reference/type-aliases/HttpLinkRelType.md +5 -0
  50. package/docs/reference/variables/HeaderTypes.md +280 -8
  51. package/docs/reference/variables/HttpLinkRelType.md +191 -0
  52. package/docs/reference/variables/HttpMethod.md +63 -9
  53. package/docs/reference/variables/HttpStatusCode.md +314 -62
  54. package/docs/reference/variables/MimeTypes.md +279 -23
  55. package/locales/en.json +4 -3
  56. package/package.json +8 -8
package/docs/changelog.md CHANGED
@@ -1,6 +1,797 @@
1
- # @twin.org/web - Changelog
1
+ # Changelog
2
2
 
3
- ## [0.0.3-next.4](https://github.com/twinfoundation/framework/compare/web-v0.0.3-next.3...web-v0.0.3-next.4) (2025-11-13)
3
+ ## [0.0.3-next.41](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.40...web-v0.0.3-next.41) (2026-05-13)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **web:** Synchronize repo versions
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/core bumped from 0.0.3-next.40 to 0.0.3-next.41
16
+ * @twin.org/crypto bumped from 0.0.3-next.40 to 0.0.3-next.41
17
+ * @twin.org/nameof bumped from 0.0.3-next.40 to 0.0.3-next.41
18
+ * devDependencies
19
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.40 to 0.0.3-next.41
20
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.40 to 0.0.3-next.41
21
+ * @twin.org/validate-locales bumped from 0.0.3-next.40 to 0.0.3-next.41
22
+
23
+ ## [0.0.3-next.40](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.39...web-v0.0.3-next.40) (2026-05-13)
24
+
25
+
26
+ ### Miscellaneous Chores
27
+
28
+ * **web:** Synchronize repo versions
29
+
30
+
31
+ ### Dependencies
32
+
33
+ * The following workspace dependencies were updated
34
+ * dependencies
35
+ * @twin.org/core bumped from 0.0.3-next.39 to 0.0.3-next.40
36
+ * @twin.org/crypto bumped from 0.0.3-next.39 to 0.0.3-next.40
37
+ * @twin.org/nameof bumped from 0.0.3-next.39 to 0.0.3-next.40
38
+ * devDependencies
39
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.39 to 0.0.3-next.40
40
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.39 to 0.0.3-next.40
41
+ * @twin.org/validate-locales bumped from 0.0.3-next.39 to 0.0.3-next.40
42
+
43
+ ## [0.0.3-next.39](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.38...web-v0.0.3-next.39) (2026-05-13)
44
+
45
+
46
+ ### Features
47
+
48
+ * improve signatures ([cdd24be](https://github.com/iotaledger/twin-framework/commit/cdd24be6fb898d33955b6f2f93c3ddbd73582269))
49
+
50
+
51
+ ### Dependencies
52
+
53
+ * The following workspace dependencies were updated
54
+ * dependencies
55
+ * @twin.org/core bumped from 0.0.3-next.38 to 0.0.3-next.39
56
+ * @twin.org/crypto bumped from 0.0.3-next.38 to 0.0.3-next.39
57
+ * @twin.org/nameof bumped from 0.0.3-next.38 to 0.0.3-next.39
58
+ * devDependencies
59
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.38 to 0.0.3-next.39
60
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.38 to 0.0.3-next.39
61
+ * @twin.org/validate-locales bumped from 0.0.3-next.38 to 0.0.3-next.39
62
+
63
+ ## [0.0.3-next.38](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.37...web-v0.0.3-next.38) (2026-05-11)
64
+
65
+
66
+ ### Features
67
+
68
+ * typescript 6 update ([1d10f31](https://github.com/iotaledger/twin-framework/commit/1d10f31e6516ec622773f45e88af82fe749b384a))
69
+
70
+
71
+ ### Dependencies
72
+
73
+ * The following workspace dependencies were updated
74
+ * dependencies
75
+ * @twin.org/core bumped from 0.0.3-next.37 to 0.0.3-next.38
76
+ * @twin.org/crypto bumped from 0.0.3-next.37 to 0.0.3-next.38
77
+ * @twin.org/nameof bumped from 0.0.3-next.37 to 0.0.3-next.38
78
+ * devDependencies
79
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.37 to 0.0.3-next.38
80
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.37 to 0.0.3-next.38
81
+ * @twin.org/validate-locales bumped from 0.0.3-next.37 to 0.0.3-next.38
82
+
83
+ ## [0.0.3-next.37](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.36...web-v0.0.3-next.37) (2026-05-07)
84
+
85
+
86
+ ### Features
87
+
88
+ * add IEntitySchemaDiff and entitySchemaDiff utility ([#282](https://github.com/iotaledger/twin-framework/issues/282)) ([9d63e94](https://github.com/iotaledger/twin-framework/commit/9d63e94021ee2ffc138004ee68cf53d08a6b17f9))
89
+
90
+
91
+ ### Dependencies
92
+
93
+ * The following workspace dependencies were updated
94
+ * dependencies
95
+ * @twin.org/core bumped from 0.0.3-next.36 to 0.0.3-next.37
96
+ * @twin.org/crypto bumped from 0.0.3-next.36 to 0.0.3-next.37
97
+ * @twin.org/nameof bumped from 0.0.3-next.36 to 0.0.3-next.37
98
+ * devDependencies
99
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.36 to 0.0.3-next.37
100
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.36 to 0.0.3-next.37
101
+ * @twin.org/validate-locales bumped from 0.0.3-next.36 to 0.0.3-next.37
102
+
103
+ ## [0.0.3-next.36](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.35...web-v0.0.3-next.36) (2026-05-07)
104
+
105
+
106
+ ### Miscellaneous Chores
107
+
108
+ * **web:** Synchronize repo versions
109
+
110
+
111
+ ### Dependencies
112
+
113
+ * The following workspace dependencies were updated
114
+ * dependencies
115
+ * @twin.org/core bumped from 0.0.3-next.35 to 0.0.3-next.36
116
+ * @twin.org/crypto bumped from 0.0.3-next.35 to 0.0.3-next.36
117
+ * @twin.org/nameof bumped from 0.0.3-next.35 to 0.0.3-next.36
118
+ * devDependencies
119
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.35 to 0.0.3-next.36
120
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.35 to 0.0.3-next.36
121
+ * @twin.org/validate-locales bumped from 0.0.3-next.35 to 0.0.3-next.36
122
+
123
+ ## [0.0.3-next.35](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.34...web-v0.0.3-next.35) (2026-05-06)
124
+
125
+
126
+ ### Miscellaneous Chores
127
+
128
+ * **web:** Synchronize repo versions
129
+
130
+
131
+ ### Dependencies
132
+
133
+ * The following workspace dependencies were updated
134
+ * dependencies
135
+ * @twin.org/core bumped from 0.0.3-next.34 to 0.0.3-next.35
136
+ * @twin.org/crypto bumped from 0.0.3-next.34 to 0.0.3-next.35
137
+ * @twin.org/nameof bumped from 0.0.3-next.34 to 0.0.3-next.35
138
+ * devDependencies
139
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.34 to 0.0.3-next.35
140
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.34 to 0.0.3-next.35
141
+ * @twin.org/validate-locales bumped from 0.0.3-next.34 to 0.0.3-next.35
142
+
143
+ ## [0.0.3-next.34](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.33...web-v0.0.3-next.34) (2026-05-06)
144
+
145
+
146
+ ### Miscellaneous Chores
147
+
148
+ * **web:** Synchronize repo versions
149
+
150
+
151
+ ### Dependencies
152
+
153
+ * The following workspace dependencies were updated
154
+ * dependencies
155
+ * @twin.org/core bumped from 0.0.3-next.33 to 0.0.3-next.34
156
+ * @twin.org/crypto bumped from 0.0.3-next.33 to 0.0.3-next.34
157
+ * @twin.org/nameof bumped from 0.0.3-next.33 to 0.0.3-next.34
158
+ * devDependencies
159
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.33 to 0.0.3-next.34
160
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.33 to 0.0.3-next.34
161
+ * @twin.org/validate-locales bumped from 0.0.3-next.33 to 0.0.3-next.34
162
+
163
+ ## [0.0.3-next.33](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.32...web-v0.0.3-next.33) (2026-05-05)
164
+
165
+
166
+ ### Miscellaneous Chores
167
+
168
+ * **web:** Synchronize repo versions
169
+
170
+
171
+ ### Dependencies
172
+
173
+ * The following workspace dependencies were updated
174
+ * dependencies
175
+ * @twin.org/core bumped from 0.0.3-next.32 to 0.0.3-next.33
176
+ * @twin.org/crypto bumped from 0.0.3-next.32 to 0.0.3-next.33
177
+ * @twin.org/nameof bumped from 0.0.3-next.32 to 0.0.3-next.33
178
+ * devDependencies
179
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.32 to 0.0.3-next.33
180
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.32 to 0.0.3-next.33
181
+ * @twin.org/validate-locales bumped from 0.0.3-next.32 to 0.0.3-next.33
182
+
183
+ ## [0.0.3-next.32](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.31...web-v0.0.3-next.32) (2026-04-30)
184
+
185
+
186
+ ### Features
187
+
188
+ * use body on patch verb ([28627e5](https://github.com/iotaledger/twin-framework/commit/28627e527d033d433acefe0e9fde52ba88c0d047))
189
+
190
+
191
+ ### Dependencies
192
+
193
+ * The following workspace dependencies were updated
194
+ * dependencies
195
+ * @twin.org/core bumped from 0.0.3-next.31 to 0.0.3-next.32
196
+ * @twin.org/crypto bumped from 0.0.3-next.31 to 0.0.3-next.32
197
+ * @twin.org/nameof bumped from 0.0.3-next.31 to 0.0.3-next.32
198
+ * devDependencies
199
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.31 to 0.0.3-next.32
200
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.31 to 0.0.3-next.32
201
+ * @twin.org/validate-locales bumped from 0.0.3-next.31 to 0.0.3-next.32
202
+
203
+ ## [0.0.3-next.31](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.30...web-v0.0.3-next.31) (2026-04-14)
204
+
205
+
206
+ ### Miscellaneous Chores
207
+
208
+ * **web:** Synchronize repo versions
209
+
210
+
211
+ ### Dependencies
212
+
213
+ * The following workspace dependencies were updated
214
+ * dependencies
215
+ * @twin.org/core bumped from 0.0.3-next.30 to 0.0.3-next.31
216
+ * @twin.org/crypto bumped from 0.0.3-next.30 to 0.0.3-next.31
217
+ * @twin.org/nameof bumped from 0.0.3-next.30 to 0.0.3-next.31
218
+ * devDependencies
219
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.30 to 0.0.3-next.31
220
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.30 to 0.0.3-next.31
221
+ * @twin.org/validate-locales bumped from 0.0.3-next.30 to 0.0.3-next.31
222
+
223
+ ## [0.0.3-next.30](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.29...web-v0.0.3-next.30) (2026-04-14)
224
+
225
+
226
+ ### Miscellaneous Chores
227
+
228
+ * **web:** Synchronize repo versions
229
+
230
+
231
+ ### Dependencies
232
+
233
+ * The following workspace dependencies were updated
234
+ * dependencies
235
+ * @twin.org/core bumped from 0.0.3-next.29 to 0.0.3-next.30
236
+ * @twin.org/crypto bumped from 0.0.3-next.29 to 0.0.3-next.30
237
+ * @twin.org/nameof bumped from 0.0.3-next.29 to 0.0.3-next.30
238
+ * devDependencies
239
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.29 to 0.0.3-next.30
240
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.29 to 0.0.3-next.30
241
+ * @twin.org/validate-locales bumped from 0.0.3-next.29 to 0.0.3-next.30
242
+
243
+ ## [0.0.3-next.29](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.28...web-v0.0.3-next.29) (2026-04-14)
244
+
245
+
246
+ ### Features
247
+
248
+ * additional http header extraction ([#262](https://github.com/iotaledger/twin-framework/issues/262)) ([124fa3f](https://github.com/iotaledger/twin-framework/commit/124fa3fdd118ed17f973d4b46842f5b7f35365c2))
249
+
250
+
251
+ ### Dependencies
252
+
253
+ * The following workspace dependencies were updated
254
+ * dependencies
255
+ * @twin.org/core bumped from 0.0.3-next.28 to 0.0.3-next.29
256
+ * @twin.org/crypto bumped from 0.0.3-next.28 to 0.0.3-next.29
257
+ * @twin.org/nameof bumped from 0.0.3-next.28 to 0.0.3-next.29
258
+ * devDependencies
259
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.28 to 0.0.3-next.29
260
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.28 to 0.0.3-next.29
261
+ * @twin.org/validate-locales bumped from 0.0.3-next.28 to 0.0.3-next.29
262
+
263
+ ## [0.0.3-next.28](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.27...web-v0.0.3-next.28) (2026-03-27)
264
+
265
+
266
+ ### Miscellaneous Chores
267
+
268
+ * **web:** Synchronize repo versions
269
+
270
+
271
+ ### Dependencies
272
+
273
+ * The following workspace dependencies were updated
274
+ * dependencies
275
+ * @twin.org/core bumped from 0.0.3-next.27 to 0.0.3-next.28
276
+ * @twin.org/crypto bumped from 0.0.3-next.27 to 0.0.3-next.28
277
+ * @twin.org/nameof bumped from 0.0.3-next.27 to 0.0.3-next.28
278
+ * devDependencies
279
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.27 to 0.0.3-next.28
280
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.27 to 0.0.3-next.28
281
+ * @twin.org/validate-locales bumped from 0.0.3-next.27 to 0.0.3-next.28
282
+
283
+ ## [0.0.3-next.27](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.26...web-v0.0.3-next.27) (2026-03-27)
284
+
285
+
286
+ ### Miscellaneous Chores
287
+
288
+ * **web:** Synchronize repo versions
289
+
290
+
291
+ ### Dependencies
292
+
293
+ * The following workspace dependencies were updated
294
+ * dependencies
295
+ * @twin.org/core bumped from 0.0.3-next.26 to 0.0.3-next.27
296
+ * @twin.org/crypto bumped from 0.0.3-next.26 to 0.0.3-next.27
297
+ * @twin.org/nameof bumped from 0.0.3-next.26 to 0.0.3-next.27
298
+ * devDependencies
299
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.26 to 0.0.3-next.27
300
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.26 to 0.0.3-next.27
301
+ * @twin.org/validate-locales bumped from 0.0.3-next.26 to 0.0.3-next.27
302
+
303
+ ## [0.0.3-next.26](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.25...web-v0.0.3-next.26) (2026-03-24)
304
+
305
+
306
+ ### Features
307
+
308
+ * additional http link feature support ([b68b4cc](https://github.com/iotaledger/twin-framework/commit/b68b4cc6a6e3cf02f91e794353714e26a49fe66c))
309
+
310
+
311
+ ### Dependencies
312
+
313
+ * The following workspace dependencies were updated
314
+ * dependencies
315
+ * @twin.org/core bumped from 0.0.3-next.25 to 0.0.3-next.26
316
+ * @twin.org/crypto bumped from 0.0.3-next.25 to 0.0.3-next.26
317
+ * @twin.org/nameof bumped from 0.0.3-next.25 to 0.0.3-next.26
318
+ * devDependencies
319
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.25 to 0.0.3-next.26
320
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.25 to 0.0.3-next.26
321
+ * @twin.org/validate-locales bumped from 0.0.3-next.25 to 0.0.3-next.26
322
+
323
+ ## [0.0.3-next.25](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.24...web-v0.0.3-next.25) (2026-03-23)
324
+
325
+
326
+ ### Miscellaneous Chores
327
+
328
+ * **web:** Synchronize repo versions
329
+
330
+
331
+ ### Dependencies
332
+
333
+ * The following workspace dependencies were updated
334
+ * dependencies
335
+ * @twin.org/core bumped from 0.0.3-next.24 to 0.0.3-next.25
336
+ * @twin.org/crypto bumped from 0.0.3-next.24 to 0.0.3-next.25
337
+ * @twin.org/nameof bumped from 0.0.3-next.24 to 0.0.3-next.25
338
+ * devDependencies
339
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.24 to 0.0.3-next.25
340
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.24 to 0.0.3-next.25
341
+ * @twin.org/validate-locales bumped from 0.0.3-next.24 to 0.0.3-next.25
342
+
343
+ ## [0.0.3-next.24](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.23...web-v0.0.3-next.24) (2026-03-19)
344
+
345
+
346
+ ### Bug Fixes
347
+
348
+ * ensure __decorate is defined for decorators ([103a563](https://github.com/iotaledger/twin-framework/commit/103a563ce01ebdef6240d2e590e7b026e8692684))
349
+
350
+
351
+ ### Dependencies
352
+
353
+ * The following workspace dependencies were updated
354
+ * dependencies
355
+ * @twin.org/core bumped from 0.0.3-next.23 to 0.0.3-next.24
356
+ * @twin.org/crypto bumped from 0.0.3-next.23 to 0.0.3-next.24
357
+ * @twin.org/nameof bumped from 0.0.3-next.23 to 0.0.3-next.24
358
+ * devDependencies
359
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.23 to 0.0.3-next.24
360
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.23 to 0.0.3-next.24
361
+ * @twin.org/validate-locales bumped from 0.0.3-next.23 to 0.0.3-next.24
362
+
363
+ ## [0.0.3-next.23](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.22...web-v0.0.3-next.23) (2026-03-17)
364
+
365
+
366
+ ### Miscellaneous Chores
367
+
368
+ * **web:** Synchronize repo versions
369
+
370
+
371
+ ### Dependencies
372
+
373
+ * The following workspace dependencies were updated
374
+ * dependencies
375
+ * @twin.org/core bumped from 0.0.3-next.22 to 0.0.3-next.23
376
+ * @twin.org/crypto bumped from 0.0.3-next.22 to 0.0.3-next.23
377
+ * @twin.org/nameof bumped from 0.0.3-next.22 to 0.0.3-next.23
378
+ * devDependencies
379
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.22 to 0.0.3-next.23
380
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.22 to 0.0.3-next.23
381
+ * @twin.org/validate-locales bumped from 0.0.3-next.22 to 0.0.3-next.23
382
+
383
+ ## [0.0.3-next.22](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.21...web-v0.0.3-next.22) (2026-02-26)
384
+
385
+
386
+ ### Miscellaneous Chores
387
+
388
+ * **web:** Synchronize repo versions
389
+
390
+
391
+ ### Dependencies
392
+
393
+ * The following workspace dependencies were updated
394
+ * dependencies
395
+ * @twin.org/core bumped from 0.0.3-next.21 to 0.0.3-next.22
396
+ * @twin.org/crypto bumped from 0.0.3-next.21 to 0.0.3-next.22
397
+ * @twin.org/nameof bumped from 0.0.3-next.21 to 0.0.3-next.22
398
+ * devDependencies
399
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.21 to 0.0.3-next.22
400
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.21 to 0.0.3-next.22
401
+ * @twin.org/validate-locales bumped from 0.0.3-next.21 to 0.0.3-next.22
402
+
403
+ ## [0.0.3-next.21](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.20...web-v0.0.3-next.21) (2026-02-26)
404
+
405
+
406
+ ### Features
407
+
408
+ * add additional header types ([#222](https://github.com/iotaledger/twin-framework/issues/222)) ([05f01cf](https://github.com/iotaledger/twin-framework/commit/05f01cf34b7bcec561ee989f679281b1cacdf032))
409
+ * add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
410
+ * add cookie helper method to web package ([#217](https://github.com/iotaledger/twin-framework/issues/217)) ([043c632](https://github.com/iotaledger/twin-framework/commit/043c63298bff96f70bdefed56b82afef42ec3f44))
411
+ * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
412
+ * add header helper for common bearer support ([0c940b2](https://github.com/iotaledger/twin-framework/commit/0c940b29cccf0c3bb5b4aa8a01f1998010e44d51))
413
+ * add jwk enc property overrides ([18b6309](https://github.com/iotaledger/twin-framework/commit/18b63092a386b56ea7fcd7e12865ac6e1b47cc1e))
414
+ * add kid method to Jwk ([bc9239e](https://github.com/iotaledger/twin-framework/commit/bc9239ed9896a053d83e00ca221e962704ebc277))
415
+ * add Link header array support ([aff32a3](https://github.com/iotaledger/twin-framework/commit/aff32a3ff8ad3d076cade7c889444220706bfb1e))
416
+ * add rsa cipher support ([7af6cc6](https://github.com/iotaledger/twin-framework/commit/7af6cc67512d3363bd4a2f2e87bd7733c2800147))
417
+ * add set method for async caches ([ba34b55](https://github.com/iotaledger/twin-framework/commit/ba34b55e651ad56ab8fc59e139e4af631c19cda0))
418
+ * add zlib/deflate mime types detection ([72c472b](https://github.com/iotaledger/twin-framework/commit/72c472b5a35a973e7109336f5b6cdd84dbb8bbcb))
419
+ * add/update http and mime types ([#229](https://github.com/iotaledger/twin-framework/issues/229)) ([d50154a](https://github.com/iotaledger/twin-framework/commit/d50154a484711b67feb42ea20a94e4415e53d392))
420
+ * adding link header helper ([#225](https://github.com/iotaledger/twin-framework/issues/225)) ([703c072](https://github.com/iotaledger/twin-framework/commit/703c0725aceac6b6ec0c4fa729ef832d12fb3fd7))
421
+ * additional nameof operators ([a5aab60](https://github.com/iotaledger/twin-framework/commit/a5aab60bf66a86f1b7ff8af7c4f044cb03706d50))
422
+ * ensure the alg is the correct one when generating JWK or JWS ([#136](https://github.com/iotaledger/twin-framework/issues/136)) ([46a5af1](https://github.com/iotaledger/twin-framework/commit/46a5af127192d7048068275d14f555f09add3642))
423
+ * eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
424
+ * improve bearer creation and extraction ([b9ddd6d](https://github.com/iotaledger/twin-framework/commit/b9ddd6dae0cb558e2227f0ec5e9cd21f85957400))
425
+ * improve bearer creation and extraction ([29a347a](https://github.com/iotaledger/twin-framework/commit/29a347a760cb3bc5eb819112e84f1ac99430e72b))
426
+ * locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
427
+ * propagate includeStackTrace on error conversion ([098fc72](https://github.com/iotaledger/twin-framework/commit/098fc729939ea3127f2bdcc0ddb6754096c5f919))
428
+ * relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
429
+ * update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
430
+ * use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
431
+ * use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
432
+
433
+
434
+ ### Bug Fixes
435
+
436
+ * wrap inner error within FetchError / 2 ([#134](https://github.com/iotaledger/twin-framework/issues/134)) ([2ddb101](https://github.com/iotaledger/twin-framework/commit/2ddb101c3778be4e99559e37aa036cd7101585fb))
437
+
438
+
439
+ ### Dependencies
440
+
441
+ * The following workspace dependencies were updated
442
+ * dependencies
443
+ * @twin.org/core bumped from 0.0.3-next.20 to 0.0.3-next.21
444
+ * @twin.org/crypto bumped from 0.0.3-next.20 to 0.0.3-next.21
445
+ * @twin.org/nameof bumped from 0.0.3-next.20 to 0.0.3-next.21
446
+ * devDependencies
447
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.20 to 0.0.3-next.21
448
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.20 to 0.0.3-next.21
449
+ * @twin.org/validate-locales bumped from 0.0.3-next.20 to 0.0.3-next.21
450
+
451
+ ## [0.0.3-next.20](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.19...web-v0.0.3-next.20) (2026-02-26)
452
+
453
+
454
+ ### Miscellaneous Chores
455
+
456
+ * **web:** Synchronize repo versions
457
+
458
+
459
+ ### Dependencies
460
+
461
+ * The following workspace dependencies were updated
462
+ * dependencies
463
+ * @twin.org/core bumped from 0.0.3-next.19 to 0.0.3-next.20
464
+ * @twin.org/crypto bumped from 0.0.3-next.19 to 0.0.3-next.20
465
+ * @twin.org/nameof bumped from 0.0.3-next.19 to 0.0.3-next.20
466
+ * devDependencies
467
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.19 to 0.0.3-next.20
468
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.19 to 0.0.3-next.20
469
+ * @twin.org/validate-locales bumped from 0.0.3-next.19 to 0.0.3-next.20
470
+
471
+ ## [0.0.3-next.19](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.18...web-v0.0.3-next.19) (2026-02-26)
472
+
473
+
474
+ ### Miscellaneous Chores
475
+
476
+ * **web:** Synchronize repo versions
477
+
478
+
479
+ ### Dependencies
480
+
481
+ * The following workspace dependencies were updated
482
+ * dependencies
483
+ * @twin.org/core bumped from 0.0.3-next.18 to 0.0.3-next.19
484
+ * @twin.org/crypto bumped from 0.0.3-next.18 to 0.0.3-next.19
485
+ * @twin.org/nameof bumped from 0.0.3-next.18 to 0.0.3-next.19
486
+ * devDependencies
487
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.18 to 0.0.3-next.19
488
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.18 to 0.0.3-next.19
489
+ * @twin.org/validate-locales bumped from 0.0.3-next.18 to 0.0.3-next.19
490
+
491
+ ## [0.0.3-next.18](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.17...web-v0.0.3-next.18) (2026-02-23)
492
+
493
+
494
+ ### Miscellaneous Chores
495
+
496
+ * **web:** Synchronize repo versions
497
+
498
+
499
+ ### Dependencies
500
+
501
+ * The following workspace dependencies were updated
502
+ * dependencies
503
+ * @twin.org/core bumped from 0.0.3-next.17 to 0.0.3-next.18
504
+ * @twin.org/crypto bumped from 0.0.3-next.17 to 0.0.3-next.18
505
+ * @twin.org/nameof bumped from 0.0.3-next.17 to 0.0.3-next.18
506
+ * devDependencies
507
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.17 to 0.0.3-next.18
508
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.17 to 0.0.3-next.18
509
+ * @twin.org/validate-locales bumped from 0.0.3-next.17 to 0.0.3-next.18
510
+
511
+ ## [0.0.3-next.17](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.16...web-v0.0.3-next.17) (2026-02-09)
512
+
513
+
514
+ ### Miscellaneous Chores
515
+
516
+ * **web:** Synchronize repo versions
517
+
518
+
519
+ ### Dependencies
520
+
521
+ * The following workspace dependencies were updated
522
+ * dependencies
523
+ * @twin.org/core bumped from 0.0.3-next.16 to 0.0.3-next.17
524
+ * @twin.org/crypto bumped from 0.0.3-next.16 to 0.0.3-next.17
525
+ * @twin.org/nameof bumped from 0.0.3-next.16 to 0.0.3-next.17
526
+ * devDependencies
527
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.16 to 0.0.3-next.17
528
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.16 to 0.0.3-next.17
529
+ * @twin.org/validate-locales bumped from 0.0.3-next.16 to 0.0.3-next.17
530
+
531
+ ## [0.0.3-next.16](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.15...web-v0.0.3-next.16) (2026-02-06)
532
+
533
+
534
+ ### Miscellaneous Chores
535
+
536
+ * **web:** Synchronize repo versions
537
+
538
+
539
+ ### Dependencies
540
+
541
+ * The following workspace dependencies were updated
542
+ * dependencies
543
+ * @twin.org/core bumped from 0.0.3-next.15 to 0.0.3-next.16
544
+ * @twin.org/crypto bumped from 0.0.3-next.15 to 0.0.3-next.16
545
+ * @twin.org/nameof bumped from 0.0.3-next.15 to 0.0.3-next.16
546
+ * devDependencies
547
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.15 to 0.0.3-next.16
548
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.15 to 0.0.3-next.16
549
+ * @twin.org/validate-locales bumped from 0.0.3-next.15 to 0.0.3-next.16
550
+
551
+ ## [0.0.3-next.15](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.14...web-v0.0.3-next.15) (2026-01-29)
552
+
553
+
554
+ ### Miscellaneous Chores
555
+
556
+ * **web:** Synchronize repo versions
557
+
558
+
559
+ ### Dependencies
560
+
561
+ * The following workspace dependencies were updated
562
+ * dependencies
563
+ * @twin.org/core bumped from 0.0.3-next.14 to 0.0.3-next.15
564
+ * @twin.org/crypto bumped from 0.0.3-next.14 to 0.0.3-next.15
565
+ * @twin.org/nameof bumped from 0.0.3-next.14 to 0.0.3-next.15
566
+ * devDependencies
567
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.14 to 0.0.3-next.15
568
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.14 to 0.0.3-next.15
569
+ * @twin.org/validate-locales bumped from 0.0.3-next.14 to 0.0.3-next.15
570
+
571
+ ## [0.0.3-next.14](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.13...web-v0.0.3-next.14) (2026-01-22)
572
+
573
+
574
+ ### Features
575
+
576
+ * add/update http and mime types ([#229](https://github.com/iotaledger/twin-framework/issues/229)) ([d50154a](https://github.com/iotaledger/twin-framework/commit/d50154a484711b67feb42ea20a94e4415e53d392))
577
+
578
+
579
+ ### Dependencies
580
+
581
+ * The following workspace dependencies were updated
582
+ * dependencies
583
+ * @twin.org/core bumped from 0.0.3-next.13 to 0.0.3-next.14
584
+ * @twin.org/crypto bumped from 0.0.3-next.13 to 0.0.3-next.14
585
+ * @twin.org/nameof bumped from 0.0.3-next.13 to 0.0.3-next.14
586
+ * devDependencies
587
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.13 to 0.0.3-next.14
588
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.13 to 0.0.3-next.14
589
+ * @twin.org/validate-locales bumped from 0.0.3-next.13 to 0.0.3-next.14
590
+
591
+ ## [0.0.3-next.13](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.12...web-v0.0.3-next.13) (2026-01-08)
592
+
593
+
594
+ ### Features
595
+
596
+ * add Link header array support ([aff32a3](https://github.com/iotaledger/twin-framework/commit/aff32a3ff8ad3d076cade7c889444220706bfb1e))
597
+
598
+
599
+ ### Dependencies
600
+
601
+ * The following workspace dependencies were updated
602
+ * dependencies
603
+ * @twin.org/core bumped from 0.0.3-next.12 to 0.0.3-next.13
604
+ * @twin.org/crypto bumped from 0.0.3-next.12 to 0.0.3-next.13
605
+ * @twin.org/nameof bumped from 0.0.3-next.12 to 0.0.3-next.13
606
+ * devDependencies
607
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.12 to 0.0.3-next.13
608
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.12 to 0.0.3-next.13
609
+ * @twin.org/validate-locales bumped from 0.0.3-next.12 to 0.0.3-next.13
610
+
611
+ ## [0.0.3-next.12](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.11...web-v0.0.3-next.12) (2026-01-08)
612
+
613
+
614
+ ### Features
615
+
616
+ * adding link header helper ([#225](https://github.com/iotaledger/twin-framework/issues/225)) ([703c072](https://github.com/iotaledger/twin-framework/commit/703c0725aceac6b6ec0c4fa729ef832d12fb3fd7))
617
+
618
+
619
+ ### Dependencies
620
+
621
+ * The following workspace dependencies were updated
622
+ * dependencies
623
+ * @twin.org/core bumped from 0.0.3-next.11 to 0.0.3-next.12
624
+ * @twin.org/crypto bumped from 0.0.3-next.11 to 0.0.3-next.12
625
+ * @twin.org/nameof bumped from 0.0.3-next.11 to 0.0.3-next.12
626
+ * devDependencies
627
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.11 to 0.0.3-next.12
628
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.11 to 0.0.3-next.12
629
+ * @twin.org/validate-locales bumped from 0.0.3-next.11 to 0.0.3-next.12
630
+
631
+ ## [0.0.3-next.11](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.10...web-v0.0.3-next.11) (2026-01-07)
632
+
633
+
634
+ ### Features
635
+
636
+ * add additional header types ([#222](https://github.com/iotaledger/twin-framework/issues/222)) ([05f01cf](https://github.com/iotaledger/twin-framework/commit/05f01cf34b7bcec561ee989f679281b1cacdf032))
637
+
638
+
639
+ ### Dependencies
640
+
641
+ * The following workspace dependencies were updated
642
+ * dependencies
643
+ * @twin.org/core bumped from 0.0.3-next.10 to 0.0.3-next.11
644
+ * @twin.org/crypto bumped from 0.0.3-next.10 to 0.0.3-next.11
645
+ * @twin.org/nameof bumped from 0.0.3-next.10 to 0.0.3-next.11
646
+ * devDependencies
647
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.10 to 0.0.3-next.11
648
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.10 to 0.0.3-next.11
649
+ * @twin.org/validate-locales bumped from 0.0.3-next.10 to 0.0.3-next.11
650
+
651
+ ## [0.0.3-next.10](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.9...web-v0.0.3-next.10) (2026-01-07)
652
+
653
+
654
+ ### Miscellaneous Chores
655
+
656
+ * **web:** Synchronize repo versions
657
+
658
+
659
+ ### Dependencies
660
+
661
+ * The following workspace dependencies were updated
662
+ * dependencies
663
+ * @twin.org/core bumped from 0.0.3-next.9 to 0.0.3-next.10
664
+ * @twin.org/crypto bumped from 0.0.3-next.9 to 0.0.3-next.10
665
+ * @twin.org/nameof bumped from 0.0.3-next.9 to 0.0.3-next.10
666
+ * devDependencies
667
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.9 to 0.0.3-next.10
668
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.9 to 0.0.3-next.10
669
+ * @twin.org/validate-locales bumped from 0.0.3-next.9 to 0.0.3-next.10
670
+
671
+ ## [0.0.3-next.9](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.8...web-v0.0.3-next.9) (2026-01-05)
672
+
673
+
674
+ ### Features
675
+
676
+ * add cookie helper method to web package ([#217](https://github.com/iotaledger/twin-framework/issues/217)) ([043c632](https://github.com/iotaledger/twin-framework/commit/043c63298bff96f70bdefed56b82afef42ec3f44))
677
+
678
+
679
+ ### Dependencies
680
+
681
+ * The following workspace dependencies were updated
682
+ * dependencies
683
+ * @twin.org/core bumped from 0.0.3-next.8 to 0.0.3-next.9
684
+ * @twin.org/crypto bumped from 0.0.3-next.8 to 0.0.3-next.9
685
+ * @twin.org/nameof bumped from 0.0.3-next.8 to 0.0.3-next.9
686
+ * devDependencies
687
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.8 to 0.0.3-next.9
688
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.8 to 0.0.3-next.9
689
+ * @twin.org/validate-locales bumped from 0.0.3-next.8 to 0.0.3-next.9
690
+
691
+ ## [0.0.3-next.8](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.7...web-v0.0.3-next.8) (2025-11-26)
692
+
693
+
694
+ ### Miscellaneous Chores
695
+
696
+ * **web:** Synchronize repo versions
697
+
698
+
699
+ ### Dependencies
700
+
701
+ * The following workspace dependencies were updated
702
+ * dependencies
703
+ * @twin.org/core bumped from 0.0.3-next.7 to 0.0.3-next.8
704
+ * @twin.org/crypto bumped from 0.0.3-next.7 to 0.0.3-next.8
705
+ * @twin.org/nameof bumped from 0.0.3-next.7 to 0.0.3-next.8
706
+ * devDependencies
707
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.7 to 0.0.3-next.8
708
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.7 to 0.0.3-next.8
709
+ * @twin.org/validate-locales bumped from 0.0.3-next.7 to 0.0.3-next.8
710
+
711
+ ## [0.0.3-next.7](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.6...web-v0.0.3-next.7) (2025-11-25)
712
+
713
+
714
+ ### Features
715
+
716
+ * add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
717
+ * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
718
+ * add header helper for common bearer support ([0c940b2](https://github.com/iotaledger/twin-framework/commit/0c940b29cccf0c3bb5b4aa8a01f1998010e44d51))
719
+ * add jwk enc property overrides ([18b6309](https://github.com/iotaledger/twin-framework/commit/18b63092a386b56ea7fcd7e12865ac6e1b47cc1e))
720
+ * add kid method to Jwk ([bc9239e](https://github.com/iotaledger/twin-framework/commit/bc9239ed9896a053d83e00ca221e962704ebc277))
721
+ * add rsa cipher support ([7af6cc6](https://github.com/iotaledger/twin-framework/commit/7af6cc67512d3363bd4a2f2e87bd7733c2800147))
722
+ * add set method for async caches ([ba34b55](https://github.com/iotaledger/twin-framework/commit/ba34b55e651ad56ab8fc59e139e4af631c19cda0))
723
+ * add zlib/deflate mime types detection ([72c472b](https://github.com/iotaledger/twin-framework/commit/72c472b5a35a973e7109336f5b6cdd84dbb8bbcb))
724
+ * additional nameof operators ([a5aab60](https://github.com/iotaledger/twin-framework/commit/a5aab60bf66a86f1b7ff8af7c4f044cb03706d50))
725
+ * ensure the alg is the correct one when generating JWK or JWS ([#136](https://github.com/iotaledger/twin-framework/issues/136)) ([46a5af1](https://github.com/iotaledger/twin-framework/commit/46a5af127192d7048068275d14f555f09add3642))
726
+ * eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
727
+ * improve bearer creation and extraction ([b9ddd6d](https://github.com/iotaledger/twin-framework/commit/b9ddd6dae0cb558e2227f0ec5e9cd21f85957400))
728
+ * improve bearer creation and extraction ([29a347a](https://github.com/iotaledger/twin-framework/commit/29a347a760cb3bc5eb819112e84f1ac99430e72b))
729
+ * locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
730
+ * propagate includeStackTrace on error conversion ([098fc72](https://github.com/iotaledger/twin-framework/commit/098fc729939ea3127f2bdcc0ddb6754096c5f919))
731
+ * relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
732
+ * update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
733
+ * use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
734
+ * use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
735
+
736
+
737
+ ### Bug Fixes
738
+
739
+ * wrap inner error within FetchError / 2 ([#134](https://github.com/iotaledger/twin-framework/issues/134)) ([2ddb101](https://github.com/iotaledger/twin-framework/commit/2ddb101c3778be4e99559e37aa036cd7101585fb))
740
+
741
+
742
+ ### Dependencies
743
+
744
+ * The following workspace dependencies were updated
745
+ * dependencies
746
+ * @twin.org/core bumped from 0.0.3-next.6 to 0.0.3-next.7
747
+ * @twin.org/crypto bumped from 0.0.3-next.6 to 0.0.3-next.7
748
+ * @twin.org/nameof bumped from 0.0.3-next.6 to 0.0.3-next.7
749
+ * devDependencies
750
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.6 to 0.0.3-next.7
751
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.6 to 0.0.3-next.7
752
+ * @twin.org/validate-locales bumped from 0.0.3-next.6 to 0.0.3-next.7
753
+
754
+ ## [0.0.3-next.6](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.5...web-v0.0.3-next.6) (2025-11-25)
755
+
756
+
757
+ ### Miscellaneous Chores
758
+
759
+ * **web:** Synchronize repo versions
760
+
761
+
762
+ ### Dependencies
763
+
764
+ * The following workspace dependencies were updated
765
+ * dependencies
766
+ * @twin.org/core bumped from 0.0.3-next.5 to 0.0.3-next.6
767
+ * @twin.org/crypto bumped from 0.0.3-next.5 to 0.0.3-next.6
768
+ * @twin.org/nameof bumped from 0.0.3-next.5 to 0.0.3-next.6
769
+ * devDependencies
770
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.5 to 0.0.3-next.6
771
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.5 to 0.0.3-next.6
772
+ * @twin.org/validate-locales bumped from 0.0.3-next.5 to 0.0.3-next.6
773
+
774
+ ## [0.0.3-next.5](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.4...web-v0.0.3-next.5) (2025-11-20)
775
+
776
+
777
+ ### Miscellaneous Chores
778
+
779
+ * **web:** Synchronize repo versions
780
+
781
+
782
+ ### Dependencies
783
+
784
+ * The following workspace dependencies were updated
785
+ * dependencies
786
+ * @twin.org/core bumped from 0.0.3-next.4 to 0.0.3-next.5
787
+ * @twin.org/crypto bumped from 0.0.3-next.4 to 0.0.3-next.5
788
+ * @twin.org/nameof bumped from 0.0.3-next.4 to 0.0.3-next.5
789
+ * devDependencies
790
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.4 to 0.0.3-next.5
791
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.4 to 0.0.3-next.5
792
+ * @twin.org/validate-locales bumped from 0.0.3-next.4 to 0.0.3-next.5
793
+
794
+ ## [0.0.3-next.4](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.3...web-v0.0.3-next.4) (2025-11-13)
4
795
 
5
796
 
6
797
  ### Miscellaneous Chores
@@ -20,7 +811,7 @@
20
811
  * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.3 to 0.0.3-next.4
21
812
  * @twin.org/validate-locales bumped from 0.0.3-next.3 to 0.0.3-next.4
22
813
 
23
- ## [0.0.3-next.3](https://github.com/twinfoundation/framework/compare/web-v0.0.3-next.2...web-v0.0.3-next.3) (2025-11-12)
814
+ ## [0.0.3-next.3](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.2...web-v0.0.3-next.3) (2025-11-12)
24
815
 
25
816
 
26
817
  ### Miscellaneous Chores
@@ -40,7 +831,7 @@
40
831
  * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.2 to 0.0.3-next.3
41
832
  * @twin.org/validate-locales bumped from 0.0.3-next.2 to 0.0.3-next.3
42
833
 
43
- ## [0.0.3-next.2](https://github.com/twinfoundation/framework/compare/web-v0.0.3-next.1...web-v0.0.3-next.2) (2025-11-12)
834
+ ## [0.0.3-next.2](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.1...web-v0.0.3-next.2) (2025-11-12)
44
835
 
45
836
 
46
837
  ### Miscellaneous Chores
@@ -60,35 +851,35 @@
60
851
  * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.1 to 0.0.3-next.2
61
852
  * @twin.org/validate-locales bumped from 0.0.3-next.1 to 0.0.3-next.2
62
853
 
63
- ## [0.0.3-next.1](https://github.com/twinfoundation/framework/compare/web-v0.0.3-next.0...web-v0.0.3-next.1) (2025-11-10)
854
+ ## [0.0.3-next.1](https://github.com/iotaledger/twin-framework/compare/web-v0.0.3-next.0...web-v0.0.3-next.1) (2025-11-10)
64
855
 
65
856
 
66
857
  ### Features
67
858
 
68
- * add context id features ([#206](https://github.com/twinfoundation/framework/issues/206)) ([ef0d4ee](https://github.com/twinfoundation/framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
69
- * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/twinfoundation/framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
70
- * add header helper for common bearer support ([0c940b2](https://github.com/twinfoundation/framework/commit/0c940b29cccf0c3bb5b4aa8a01f1998010e44d51))
71
- * add jwk enc property overrides ([18b6309](https://github.com/twinfoundation/framework/commit/18b63092a386b56ea7fcd7e12865ac6e1b47cc1e))
72
- * add kid method to Jwk ([bc9239e](https://github.com/twinfoundation/framework/commit/bc9239ed9896a053d83e00ca221e962704ebc277))
73
- * add rsa cipher support ([7af6cc6](https://github.com/twinfoundation/framework/commit/7af6cc67512d3363bd4a2f2e87bd7733c2800147))
74
- * add set method for async caches ([ba34b55](https://github.com/twinfoundation/framework/commit/ba34b55e651ad56ab8fc59e139e4af631c19cda0))
75
- * add zlib/deflate mime types detection ([72c472b](https://github.com/twinfoundation/framework/commit/72c472b5a35a973e7109336f5b6cdd84dbb8bbcb))
76
- * additional nameof operators ([a5aab60](https://github.com/twinfoundation/framework/commit/a5aab60bf66a86f1b7ff8af7c4f044cb03706d50))
77
- * ensure the alg is the correct one when generating JWK or JWS ([#136](https://github.com/twinfoundation/framework/issues/136)) ([46a5af1](https://github.com/twinfoundation/framework/commit/46a5af127192d7048068275d14f555f09add3642))
78
- * eslint migration to flat config ([74427d7](https://github.com/twinfoundation/framework/commit/74427d78d342167f7850e49ab87269326355befe))
79
- * improve bearer creation and extraction ([b9ddd6d](https://github.com/twinfoundation/framework/commit/b9ddd6dae0cb558e2227f0ec5e9cd21f85957400))
80
- * improve bearer creation and extraction ([29a347a](https://github.com/twinfoundation/framework/commit/29a347a760cb3bc5eb819112e84f1ac99430e72b))
81
- * locales validation ([#197](https://github.com/twinfoundation/framework/issues/197)) ([55fdadb](https://github.com/twinfoundation/framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
82
- * propagate includeStackTrace on error conversion ([098fc72](https://github.com/twinfoundation/framework/commit/098fc729939ea3127f2bdcc0ddb6754096c5f919))
83
- * relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
84
- * update dependencies ([f3bd015](https://github.com/twinfoundation/framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
85
- * use cause instead of inner for errors ([1f4acc4](https://github.com/twinfoundation/framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
86
- * use new shared store mechanism ([#131](https://github.com/twinfoundation/framework/issues/131)) ([934385b](https://github.com/twinfoundation/framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
859
+ * add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
860
+ * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
861
+ * add header helper for common bearer support ([0c940b2](https://github.com/iotaledger/twin-framework/commit/0c940b29cccf0c3bb5b4aa8a01f1998010e44d51))
862
+ * add jwk enc property overrides ([18b6309](https://github.com/iotaledger/twin-framework/commit/18b63092a386b56ea7fcd7e12865ac6e1b47cc1e))
863
+ * add kid method to Jwk ([bc9239e](https://github.com/iotaledger/twin-framework/commit/bc9239ed9896a053d83e00ca221e962704ebc277))
864
+ * add rsa cipher support ([7af6cc6](https://github.com/iotaledger/twin-framework/commit/7af6cc67512d3363bd4a2f2e87bd7733c2800147))
865
+ * add set method for async caches ([ba34b55](https://github.com/iotaledger/twin-framework/commit/ba34b55e651ad56ab8fc59e139e4af631c19cda0))
866
+ * add zlib/deflate mime types detection ([72c472b](https://github.com/iotaledger/twin-framework/commit/72c472b5a35a973e7109336f5b6cdd84dbb8bbcb))
867
+ * additional nameof operators ([a5aab60](https://github.com/iotaledger/twin-framework/commit/a5aab60bf66a86f1b7ff8af7c4f044cb03706d50))
868
+ * ensure the alg is the correct one when generating JWK or JWS ([#136](https://github.com/iotaledger/twin-framework/issues/136)) ([46a5af1](https://github.com/iotaledger/twin-framework/commit/46a5af127192d7048068275d14f555f09add3642))
869
+ * eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
870
+ * improve bearer creation and extraction ([b9ddd6d](https://github.com/iotaledger/twin-framework/commit/b9ddd6dae0cb558e2227f0ec5e9cd21f85957400))
871
+ * improve bearer creation and extraction ([29a347a](https://github.com/iotaledger/twin-framework/commit/29a347a760cb3bc5eb819112e84f1ac99430e72b))
872
+ * locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
873
+ * propagate includeStackTrace on error conversion ([098fc72](https://github.com/iotaledger/twin-framework/commit/098fc729939ea3127f2bdcc0ddb6754096c5f919))
874
+ * relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
875
+ * update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
876
+ * use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
877
+ * use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
87
878
 
88
879
 
89
880
  ### Bug Fixes
90
881
 
91
- * wrap inner error within FetchError / 2 ([#134](https://github.com/twinfoundation/framework/issues/134)) ([2ddb101](https://github.com/twinfoundation/framework/commit/2ddb101c3778be4e99559e37aa036cd7101585fb))
882
+ * wrap inner error within FetchError / 2 ([#134](https://github.com/iotaledger/twin-framework/issues/134)) ([2ddb101](https://github.com/iotaledger/twin-framework/commit/2ddb101c3778be4e99559e37aa036cd7101585fb))
92
883
 
93
884
 
94
885
  ### Dependencies
@@ -103,7 +894,7 @@
103
894
  * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.0 to 0.0.3-next.1
104
895
  * @twin.org/validate-locales bumped from 0.0.3-next.0 to 0.0.3-next.1
105
896
 
106
- ## [0.0.2-next.22](https://github.com/twinfoundation/framework/compare/web-v0.0.2-next.21...web-v0.0.2-next.22) (2025-10-10)
897
+ ## [0.0.2-next.22](https://github.com/iotaledger/twin-framework/compare/web-v0.0.2-next.21...web-v0.0.2-next.22) (2025-10-10)
107
898
 
108
899
 
109
900
  ### Miscellaneous Chores
@@ -123,12 +914,12 @@
123
914
  * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.21 to 0.0.2-next.22
124
915
  * @twin.org/validate-locales bumped from 0.0.2-next.21 to 0.0.2-next.22
125
916
 
126
- ## [0.0.2-next.21](https://github.com/twinfoundation/framework/compare/web-v0.0.2-next.20...web-v0.0.2-next.21) (2025-10-09)
917
+ ## [0.0.2-next.21](https://github.com/iotaledger/twin-framework/compare/web-v0.0.2-next.20...web-v0.0.2-next.21) (2025-10-09)
127
918
 
128
919
 
129
920
  ### Features
130
921
 
131
- * locales validation ([#197](https://github.com/twinfoundation/framework/issues/197)) ([55fdadb](https://github.com/twinfoundation/framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
922
+ * locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
132
923
 
133
924
 
134
925
  ### Dependencies
@@ -143,7 +934,7 @@
143
934
  * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.20 to 0.0.2-next.21
144
935
  * @twin.org/validate-locales bumped from 0.0.2-next.20 to 0.0.2-next.21
145
936
 
146
- ## [0.0.2-next.20](https://github.com/twinfoundation/framework/compare/web-v0.0.2-next.19...web-v0.0.2-next.20) (2025-10-02)
937
+ ## [0.0.2-next.20](https://github.com/iotaledger/twin-framework/compare/web-v0.0.2-next.19...web-v0.0.2-next.20) (2025-10-02)
147
938
 
148
939
 
149
940
  ### Miscellaneous Chores
@@ -162,7 +953,7 @@
162
953
  * @twin.org/nameof-transformer bumped from 0.0.2-next.19 to 0.0.2-next.20
163
954
  * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.19 to 0.0.2-next.20
164
955
 
165
- ## [0.0.2-next.19](https://github.com/twinfoundation/framework/compare/web-v0.0.2-next.18...web-v0.0.2-next.19) (2025-09-30)
956
+ ## [0.0.2-next.19](https://github.com/iotaledger/twin-framework/compare/web-v0.0.2-next.18...web-v0.0.2-next.19) (2025-09-30)
166
957
 
167
958
 
168
959
  ### Miscellaneous Chores
@@ -181,7 +972,7 @@
181
972
  * @twin.org/nameof-transformer bumped from 0.0.2-next.18 to 0.0.2-next.19
182
973
  * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.18 to 0.0.2-next.19
183
974
 
184
- ## [0.0.2-next.18](https://github.com/twinfoundation/framework/compare/web-v0.0.2-next.17...web-v0.0.2-next.18) (2025-09-29)
975
+ ## [0.0.2-next.18](https://github.com/iotaledger/twin-framework/compare/web-v0.0.2-next.17...web-v0.0.2-next.18) (2025-09-29)
185
976
 
186
977
 
187
978
  ### Miscellaneous Chores
@@ -200,12 +991,12 @@
200
991
  * @twin.org/nameof-transformer bumped from 0.0.2-next.17 to 0.0.2-next.18
201
992
  * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.17 to 0.0.2-next.18
202
993
 
203
- ## [0.0.2-next.17](https://github.com/twinfoundation/framework/compare/web-v0.0.2-next.16...web-v0.0.2-next.17) (2025-09-29)
994
+ ## [0.0.2-next.17](https://github.com/iotaledger/twin-framework/compare/web-v0.0.2-next.16...web-v0.0.2-next.17) (2025-09-29)
204
995
 
205
996
 
206
997
  ### Features
207
998
 
208
- * additional nameof operators ([a5aab60](https://github.com/twinfoundation/framework/commit/a5aab60bf66a86f1b7ff8af7c4f044cb03706d50))
999
+ * additional nameof operators ([a5aab60](https://github.com/iotaledger/twin-framework/commit/a5aab60bf66a86f1b7ff8af7c4f044cb03706d50))
209
1000
 
210
1001
 
211
1002
  ### Dependencies
@@ -219,7 +1010,7 @@
219
1010
  * @twin.org/nameof-transformer bumped from 0.0.2-next.16 to 0.0.2-next.17
220
1011
  * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.16 to 0.0.2-next.17
221
1012
 
222
- ## [0.0.2-next.16](https://github.com/twinfoundation/framework/compare/web-v0.0.2-next.15...web-v0.0.2-next.16) (2025-09-28)
1013
+ ## [0.0.2-next.16](https://github.com/iotaledger/twin-framework/compare/web-v0.0.2-next.15...web-v0.0.2-next.16) (2025-09-28)
223
1014
 
224
1015
 
225
1016
  ### Miscellaneous Chores
@@ -238,12 +1029,12 @@
238
1029
  * @twin.org/nameof-transformer bumped from 0.0.2-next.15 to 0.0.2-next.16
239
1030
  * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.15 to 0.0.2-next.16
240
1031
 
241
- ## [0.0.2-next.15](https://github.com/twinfoundation/framework/compare/web-v0.0.2-next.14...web-v0.0.2-next.15) (2025-09-22)
1032
+ ## [0.0.2-next.15](https://github.com/iotaledger/twin-framework/compare/web-v0.0.2-next.14...web-v0.0.2-next.15) (2025-09-22)
242
1033
 
243
1034
 
244
1035
  ### Features
245
1036
 
246
- * improve bearer creation and extraction ([29a347a](https://github.com/twinfoundation/framework/commit/29a347a760cb3bc5eb819112e84f1ac99430e72b))
1037
+ * improve bearer creation and extraction ([29a347a](https://github.com/iotaledger/twin-framework/commit/29a347a760cb3bc5eb819112e84f1ac99430e72b))
247
1038
 
248
1039
 
249
1040
  ### Dependencies
@@ -257,12 +1048,12 @@
257
1048
  * @twin.org/nameof-transformer bumped from 0.0.2-next.14 to 0.0.2-next.15
258
1049
  * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.14 to 0.0.2-next.15
259
1050
 
260
- ## [0.0.2-next.14](https://github.com/twinfoundation/framework/compare/web-v0.0.2-next.13...web-v0.0.2-next.14) (2025-09-22)
1051
+ ## [0.0.2-next.14](https://github.com/iotaledger/twin-framework/compare/web-v0.0.2-next.13...web-v0.0.2-next.14) (2025-09-22)
261
1052
 
262
1053
 
263
1054
  ### Features
264
1055
 
265
- * add header helper for common bearer support ([0c940b2](https://github.com/twinfoundation/framework/commit/0c940b29cccf0c3bb5b4aa8a01f1998010e44d51))
1056
+ * add header helper for common bearer support ([0c940b2](https://github.com/iotaledger/twin-framework/commit/0c940b29cccf0c3bb5b4aa8a01f1998010e44d51))
266
1057
 
267
1058
 
268
1059
  ### Dependencies
@@ -276,7 +1067,7 @@
276
1067
  * @twin.org/nameof-transformer bumped from 0.0.2-next.13 to 0.0.2-next.14
277
1068
  * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.13 to 0.0.2-next.14
278
1069
 
279
- ## [0.0.2-next.13](https://github.com/twinfoundation/framework/compare/web-v0.0.2-next.12...web-v0.0.2-next.13) (2025-09-22)
1070
+ ## [0.0.2-next.13](https://github.com/iotaledger/twin-framework/compare/web-v0.0.2-next.12...web-v0.0.2-next.13) (2025-09-22)
280
1071
 
281
1072
 
282
1073
  ### Miscellaneous Chores
@@ -295,12 +1086,12 @@
295
1086
  * @twin.org/nameof-transformer bumped from 0.0.2-next.12 to 0.0.2-next.13
296
1087
  * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.12 to 0.0.2-next.13
297
1088
 
298
- ## [0.0.2-next.12](https://github.com/twinfoundation/framework/compare/web-v0.0.2-next.11...web-v0.0.2-next.12) (2025-09-15)
1089
+ ## [0.0.2-next.12](https://github.com/iotaledger/twin-framework/compare/web-v0.0.2-next.11...web-v0.0.2-next.12) (2025-09-15)
299
1090
 
300
1091
 
301
1092
  ### Features
302
1093
 
303
- * add jwk enc property overrides ([18b6309](https://github.com/twinfoundation/framework/commit/18b63092a386b56ea7fcd7e12865ac6e1b47cc1e))
1094
+ * add jwk enc property overrides ([18b6309](https://github.com/iotaledger/twin-framework/commit/18b63092a386b56ea7fcd7e12865ac6e1b47cc1e))
304
1095
 
305
1096
 
306
1097
  ### Dependencies
@@ -314,7 +1105,7 @@
314
1105
  * @twin.org/nameof-transformer bumped from 0.0.2-next.11 to 0.0.2-next.12
315
1106
  * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.11 to 0.0.2-next.12
316
1107
 
317
- ## [0.0.2-next.11](https://github.com/twinfoundation/framework/compare/web-v0.0.2-next.10...web-v0.0.2-next.11) (2025-09-15)
1108
+ ## [0.0.2-next.11](https://github.com/iotaledger/twin-framework/compare/web-v0.0.2-next.10...web-v0.0.2-next.11) (2025-09-15)
318
1109
 
319
1110
 
320
1111
  ### Miscellaneous Chores
@@ -333,7 +1124,7 @@
333
1124
  * @twin.org/nameof-transformer bumped from 0.0.2-next.10 to 0.0.2-next.11
334
1125
  * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.10 to 0.0.2-next.11
335
1126
 
336
- ## [0.0.2-next.10](https://github.com/twinfoundation/framework/compare/web-v0.0.2-next.9...web-v0.0.2-next.10) (2025-09-11)
1127
+ ## [0.0.2-next.10](https://github.com/iotaledger/twin-framework/compare/web-v0.0.2-next.9...web-v0.0.2-next.10) (2025-09-11)
337
1128
 
338
1129
 
339
1130
  ### Miscellaneous Chores
@@ -352,7 +1143,7 @@
352
1143
  * @twin.org/nameof-transformer bumped from 0.0.2-next.9 to 0.0.2-next.10
353
1144
  * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.9 to 0.0.2-next.10
354
1145
 
355
- ## [0.0.2-next.9](https://github.com/twinfoundation/framework/compare/web-v0.0.2-next.8...web-v0.0.2-next.9) (2025-09-08)
1146
+ ## [0.0.2-next.9](https://github.com/iotaledger/twin-framework/compare/web-v0.0.2-next.8...web-v0.0.2-next.9) (2025-09-08)
356
1147
 
357
1148
 
358
1149
  ### Miscellaneous Chores
@@ -371,7 +1162,7 @@
371
1162
  * @twin.org/nameof-transformer bumped from 0.0.2-next.8 to 0.0.2-next.9
372
1163
  * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.8 to 0.0.2-next.9
373
1164
 
374
- ## [0.0.2-next.8](https://github.com/twinfoundation/framework/compare/web-v0.0.2-next.7...web-v0.0.2-next.8) (2025-09-05)
1165
+ ## [0.0.2-next.8](https://github.com/iotaledger/twin-framework/compare/web-v0.0.2-next.7...web-v0.0.2-next.8) (2025-09-05)
375
1166
 
376
1167
 
377
1168
  ### Miscellaneous Chores
@@ -390,12 +1181,12 @@
390
1181
  * @twin.org/nameof-transformer bumped from 0.0.2-next.7 to 0.0.2-next.8
391
1182
  * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.7 to 0.0.2-next.8
392
1183
 
393
- ## [0.0.2-next.7](https://github.com/twinfoundation/framework/compare/web-v0.0.2-next.6...web-v0.0.2-next.7) (2025-08-29)
1184
+ ## [0.0.2-next.7](https://github.com/iotaledger/twin-framework/compare/web-v0.0.2-next.6...web-v0.0.2-next.7) (2025-08-29)
394
1185
 
395
1186
 
396
1187
  ### Features
397
1188
 
398
- * eslint migration to flat config ([74427d7](https://github.com/twinfoundation/framework/commit/74427d78d342167f7850e49ab87269326355befe))
1189
+ * eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
399
1190
 
400
1191
 
401
1192
  ### Dependencies
@@ -409,7 +1200,7 @@
409
1200
  * @twin.org/nameof-transformer bumped from 0.0.2-next.6 to 0.0.2-next.7
410
1201
  * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.6 to 0.0.2-next.7
411
1202
 
412
- ## [0.0.2-next.6](https://github.com/twinfoundation/framework/compare/web-v0.0.2-next.5...web-v0.0.2-next.6) (2025-08-27)
1203
+ ## [0.0.2-next.6](https://github.com/iotaledger/twin-framework/compare/web-v0.0.2-next.5...web-v0.0.2-next.6) (2025-08-27)
413
1204
 
414
1205
 
415
1206
  ### Miscellaneous Chores
@@ -428,12 +1219,12 @@
428
1219
  * @twin.org/nameof-transformer bumped from 0.0.2-next.5 to 0.0.2-next.6
429
1220
  * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.5 to 0.0.2-next.6
430
1221
 
431
- ## [0.0.2-next.5](https://github.com/twinfoundation/framework/compare/web-v0.0.2-next.4...web-v0.0.2-next.5) (2025-08-19)
1222
+ ## [0.0.2-next.5](https://github.com/iotaledger/twin-framework/compare/web-v0.0.2-next.4...web-v0.0.2-next.5) (2025-08-19)
432
1223
 
433
1224
 
434
1225
  ### Features
435
1226
 
436
- * use cause instead of inner for errors ([1f4acc4](https://github.com/twinfoundation/framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
1227
+ * use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
437
1228
 
438
1229
 
439
1230
  ### Dependencies
@@ -447,7 +1238,7 @@
447
1238
  * @twin.org/nameof-transformer bumped from 0.0.2-next.4 to 0.0.2-next.5
448
1239
  * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.4 to 0.0.2-next.5
449
1240
 
450
- ## [0.0.2-next.4](https://github.com/twinfoundation/framework/compare/web-v0.0.2-next.3...web-v0.0.2-next.4) (2025-08-15)
1241
+ ## [0.0.2-next.4](https://github.com/iotaledger/twin-framework/compare/web-v0.0.2-next.3...web-v0.0.2-next.4) (2025-08-15)
451
1242
 
452
1243
 
453
1244
  ### Miscellaneous Chores
@@ -466,26 +1257,26 @@
466
1257
  * @twin.org/nameof-transformer bumped from 0.0.2-next.3 to 0.0.2-next.4
467
1258
  * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.3 to 0.0.2-next.4
468
1259
 
469
- ## [0.0.2-next.3](https://github.com/twinfoundation/framework/compare/web-v0.0.2-next.2...web-v0.0.2-next.3) (2025-08-06)
1260
+ ## [0.0.2-next.3](https://github.com/iotaledger/twin-framework/compare/web-v0.0.2-next.2...web-v0.0.2-next.3) (2025-08-06)
470
1261
 
471
1262
 
472
1263
  ### Features
473
1264
 
474
- * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/twinfoundation/framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
475
- * add kid method to Jwk ([bc9239e](https://github.com/twinfoundation/framework/commit/bc9239ed9896a053d83e00ca221e962704ebc277))
476
- * add rsa cipher support ([7af6cc6](https://github.com/twinfoundation/framework/commit/7af6cc67512d3363bd4a2f2e87bd7733c2800147))
477
- * add set method for async caches ([ba34b55](https://github.com/twinfoundation/framework/commit/ba34b55e651ad56ab8fc59e139e4af631c19cda0))
478
- * add zlib/deflate mime types detection ([72c472b](https://github.com/twinfoundation/framework/commit/72c472b5a35a973e7109336f5b6cdd84dbb8bbcb))
479
- * ensure the alg is the correct one when generating JWK or JWS ([#136](https://github.com/twinfoundation/framework/issues/136)) ([46a5af1](https://github.com/twinfoundation/framework/commit/46a5af127192d7048068275d14f555f09add3642))
480
- * propagate includeStackTrace on error conversion ([098fc72](https://github.com/twinfoundation/framework/commit/098fc729939ea3127f2bdcc0ddb6754096c5f919))
481
- * relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
482
- * update dependencies ([f3bd015](https://github.com/twinfoundation/framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
483
- * use new shared store mechanism ([#131](https://github.com/twinfoundation/framework/issues/131)) ([934385b](https://github.com/twinfoundation/framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
1265
+ * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
1266
+ * add kid method to Jwk ([bc9239e](https://github.com/iotaledger/twin-framework/commit/bc9239ed9896a053d83e00ca221e962704ebc277))
1267
+ * add rsa cipher support ([7af6cc6](https://github.com/iotaledger/twin-framework/commit/7af6cc67512d3363bd4a2f2e87bd7733c2800147))
1268
+ * add set method for async caches ([ba34b55](https://github.com/iotaledger/twin-framework/commit/ba34b55e651ad56ab8fc59e139e4af631c19cda0))
1269
+ * add zlib/deflate mime types detection ([72c472b](https://github.com/iotaledger/twin-framework/commit/72c472b5a35a973e7109336f5b6cdd84dbb8bbcb))
1270
+ * ensure the alg is the correct one when generating JWK or JWS ([#136](https://github.com/iotaledger/twin-framework/issues/136)) ([46a5af1](https://github.com/iotaledger/twin-framework/commit/46a5af127192d7048068275d14f555f09add3642))
1271
+ * propagate includeStackTrace on error conversion ([098fc72](https://github.com/iotaledger/twin-framework/commit/098fc729939ea3127f2bdcc0ddb6754096c5f919))
1272
+ * relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
1273
+ * update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
1274
+ * use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
484
1275
 
485
1276
 
486
1277
  ### Bug Fixes
487
1278
 
488
- * wrap inner error within FetchError / 2 ([#134](https://github.com/twinfoundation/framework/issues/134)) ([2ddb101](https://github.com/twinfoundation/framework/commit/2ddb101c3778be4e99559e37aa036cd7101585fb))
1279
+ * wrap inner error within FetchError / 2 ([#134](https://github.com/iotaledger/twin-framework/issues/134)) ([2ddb101](https://github.com/iotaledger/twin-framework/commit/2ddb101c3778be4e99559e37aa036cd7101585fb))
489
1280
 
490
1281
 
491
1282
  ### Dependencies
@@ -499,26 +1290,26 @@
499
1290
  * @twin.org/nameof-transformer bumped from 0.0.2-next.2 to 0.0.2-next.3
500
1291
  * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.2 to 0.0.2-next.3
501
1292
 
502
- ## [0.0.2-next.2](https://github.com/twinfoundation/framework/compare/web-v0.0.2-next.1...web-v0.0.2-next.2) (2025-08-06)
1293
+ ## [0.0.2-next.2](https://github.com/iotaledger/twin-framework/compare/web-v0.0.2-next.1...web-v0.0.2-next.2) (2025-08-06)
503
1294
 
504
1295
 
505
1296
  ### Features
506
1297
 
507
- * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/twinfoundation/framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
508
- * add kid method to Jwk ([bc9239e](https://github.com/twinfoundation/framework/commit/bc9239ed9896a053d83e00ca221e962704ebc277))
509
- * add rsa cipher support ([7af6cc6](https://github.com/twinfoundation/framework/commit/7af6cc67512d3363bd4a2f2e87bd7733c2800147))
510
- * add set method for async caches ([ba34b55](https://github.com/twinfoundation/framework/commit/ba34b55e651ad56ab8fc59e139e4af631c19cda0))
511
- * add zlib/deflate mime types detection ([72c472b](https://github.com/twinfoundation/framework/commit/72c472b5a35a973e7109336f5b6cdd84dbb8bbcb))
512
- * ensure the alg is the correct one when generating JWK or JWS ([#136](https://github.com/twinfoundation/framework/issues/136)) ([46a5af1](https://github.com/twinfoundation/framework/commit/46a5af127192d7048068275d14f555f09add3642))
513
- * propagate includeStackTrace on error conversion ([098fc72](https://github.com/twinfoundation/framework/commit/098fc729939ea3127f2bdcc0ddb6754096c5f919))
514
- * relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
515
- * update dependencies ([f3bd015](https://github.com/twinfoundation/framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
516
- * use new shared store mechanism ([#131](https://github.com/twinfoundation/framework/issues/131)) ([934385b](https://github.com/twinfoundation/framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
1298
+ * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
1299
+ * add kid method to Jwk ([bc9239e](https://github.com/iotaledger/twin-framework/commit/bc9239ed9896a053d83e00ca221e962704ebc277))
1300
+ * add rsa cipher support ([7af6cc6](https://github.com/iotaledger/twin-framework/commit/7af6cc67512d3363bd4a2f2e87bd7733c2800147))
1301
+ * add set method for async caches ([ba34b55](https://github.com/iotaledger/twin-framework/commit/ba34b55e651ad56ab8fc59e139e4af631c19cda0))
1302
+ * add zlib/deflate mime types detection ([72c472b](https://github.com/iotaledger/twin-framework/commit/72c472b5a35a973e7109336f5b6cdd84dbb8bbcb))
1303
+ * ensure the alg is the correct one when generating JWK or JWS ([#136](https://github.com/iotaledger/twin-framework/issues/136)) ([46a5af1](https://github.com/iotaledger/twin-framework/commit/46a5af127192d7048068275d14f555f09add3642))
1304
+ * propagate includeStackTrace on error conversion ([098fc72](https://github.com/iotaledger/twin-framework/commit/098fc729939ea3127f2bdcc0ddb6754096c5f919))
1305
+ * relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
1306
+ * update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
1307
+ * use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
517
1308
 
518
1309
 
519
1310
  ### Bug Fixes
520
1311
 
521
- * wrap inner error within FetchError / 2 ([#134](https://github.com/twinfoundation/framework/issues/134)) ([2ddb101](https://github.com/twinfoundation/framework/commit/2ddb101c3778be4e99559e37aa036cd7101585fb))
1312
+ * wrap inner error within FetchError / 2 ([#134](https://github.com/iotaledger/twin-framework/issues/134)) ([2ddb101](https://github.com/iotaledger/twin-framework/commit/2ddb101c3778be4e99559e37aa036cd7101585fb))
522
1313
 
523
1314
 
524
1315
  ### Dependencies
@@ -532,26 +1323,26 @@
532
1323
  * @twin.org/nameof-transformer bumped from 0.0.2-next.1 to 0.0.2-next.2
533
1324
  * @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.1 to 0.0.2-next.2
534
1325
 
535
- ## [0.0.2-next.1](https://github.com/twinfoundation/framework/compare/web-v0.0.2-next.0...web-v0.0.2-next.1) (2025-08-06)
1326
+ ## [0.0.2-next.1](https://github.com/iotaledger/twin-framework/compare/web-v0.0.2-next.0...web-v0.0.2-next.1) (2025-08-06)
536
1327
 
537
1328
 
538
1329
  ### Features
539
1330
 
540
- * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/twinfoundation/framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
541
- * add kid method to Jwk ([bc9239e](https://github.com/twinfoundation/framework/commit/bc9239ed9896a053d83e00ca221e962704ebc277))
542
- * add rsa cipher support ([7af6cc6](https://github.com/twinfoundation/framework/commit/7af6cc67512d3363bd4a2f2e87bd7733c2800147))
543
- * add set method for async caches ([ba34b55](https://github.com/twinfoundation/framework/commit/ba34b55e651ad56ab8fc59e139e4af631c19cda0))
544
- * add zlib/deflate mime types detection ([72c472b](https://github.com/twinfoundation/framework/commit/72c472b5a35a973e7109336f5b6cdd84dbb8bbcb))
545
- * ensure the alg is the correct one when generating JWK or JWS ([#136](https://github.com/twinfoundation/framework/issues/136)) ([46a5af1](https://github.com/twinfoundation/framework/commit/46a5af127192d7048068275d14f555f09add3642))
546
- * propagate includeStackTrace on error conversion ([098fc72](https://github.com/twinfoundation/framework/commit/098fc729939ea3127f2bdcc0ddb6754096c5f919))
547
- * relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
548
- * update dependencies ([f3bd015](https://github.com/twinfoundation/framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
549
- * use new shared store mechanism ([#131](https://github.com/twinfoundation/framework/issues/131)) ([934385b](https://github.com/twinfoundation/framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
1331
+ * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
1332
+ * add kid method to Jwk ([bc9239e](https://github.com/iotaledger/twin-framework/commit/bc9239ed9896a053d83e00ca221e962704ebc277))
1333
+ * add rsa cipher support ([7af6cc6](https://github.com/iotaledger/twin-framework/commit/7af6cc67512d3363bd4a2f2e87bd7733c2800147))
1334
+ * add set method for async caches ([ba34b55](https://github.com/iotaledger/twin-framework/commit/ba34b55e651ad56ab8fc59e139e4af631c19cda0))
1335
+ * add zlib/deflate mime types detection ([72c472b](https://github.com/iotaledger/twin-framework/commit/72c472b5a35a973e7109336f5b6cdd84dbb8bbcb))
1336
+ * ensure the alg is the correct one when generating JWK or JWS ([#136](https://github.com/iotaledger/twin-framework/issues/136)) ([46a5af1](https://github.com/iotaledger/twin-framework/commit/46a5af127192d7048068275d14f555f09add3642))
1337
+ * propagate includeStackTrace on error conversion ([098fc72](https://github.com/iotaledger/twin-framework/commit/098fc729939ea3127f2bdcc0ddb6754096c5f919))
1338
+ * relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
1339
+ * update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
1340
+ * use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
550
1341
 
551
1342
 
552
1343
  ### Bug Fixes
553
1344
 
554
- * wrap inner error within FetchError / 2 ([#134](https://github.com/twinfoundation/framework/issues/134)) ([2ddb101](https://github.com/twinfoundation/framework/commit/2ddb101c3778be4e99559e37aa036cd7101585fb))
1345
+ * wrap inner error within FetchError / 2 ([#134](https://github.com/iotaledger/twin-framework/issues/134)) ([2ddb101](https://github.com/iotaledger/twin-framework/commit/2ddb101c3778be4e99559e37aa036cd7101585fb))
555
1346
 
556
1347
 
557
1348
  ### Dependencies
@@ -570,8 +1361,8 @@
570
1361
 
571
1362
  ### Features
572
1363
 
573
- * release to production ([829d53d](https://github.com/twinfoundation/framework/commit/829d53d3953b1e1b40b0243c04cfdfd3842aac7b))
574
- * release to production ([5cf3a76](https://github.com/twinfoundation/framework/commit/5cf3a76a09eff2e6414d0cba846c7c37400a11d6))
1364
+ * release to production ([829d53d](https://github.com/iotaledger/twin-framework/commit/829d53d3953b1e1b40b0243c04cfdfd3842aac7b))
1365
+ * release to production ([5cf3a76](https://github.com/iotaledger/twin-framework/commit/5cf3a76a09eff2e6414d0cba846c7c37400a11d6))
575
1366
 
576
1367
 
577
1368
  ### Dependencies
@@ -585,24 +1376,24 @@
585
1376
  * @twin.org/nameof-transformer bumped from ^0.0.0 to ^0.0.1
586
1377
  * @twin.org/nameof-vitest-plugin bumped from ^0.0.0 to ^0.0.1
587
1378
 
588
- ## [0.0.1-next.70](https://github.com/twinfoundation/framework/compare/web-v0.0.1-next.69...web-v0.0.1-next.70) (2025-07-02)
1379
+ ## [0.0.1-next.70](https://github.com/iotaledger/twin-framework/compare/web-v0.0.1-next.69...web-v0.0.1-next.70) (2025-07-02)
589
1380
 
590
1381
 
591
1382
  ### Features
592
1383
 
593
- * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/twinfoundation/framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
594
- * add kid method to Jwk ([bc9239e](https://github.com/twinfoundation/framework/commit/bc9239ed9896a053d83e00ca221e962704ebc277))
595
- * add set method for async caches ([ba34b55](https://github.com/twinfoundation/framework/commit/ba34b55e651ad56ab8fc59e139e4af631c19cda0))
596
- * add zlib/deflate mime types detection ([72c472b](https://github.com/twinfoundation/framework/commit/72c472b5a35a973e7109336f5b6cdd84dbb8bbcb))
597
- * ensure the alg is the correct one when generating JWK or JWS ([#136](https://github.com/twinfoundation/framework/issues/136)) ([46a5af1](https://github.com/twinfoundation/framework/commit/46a5af127192d7048068275d14f555f09add3642))
598
- * propagate includeStackTrace on error conversion ([098fc72](https://github.com/twinfoundation/framework/commit/098fc729939ea3127f2bdcc0ddb6754096c5f919))
599
- * relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
600
- * use new shared store mechanism ([#131](https://github.com/twinfoundation/framework/issues/131)) ([934385b](https://github.com/twinfoundation/framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
1384
+ * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
1385
+ * add kid method to Jwk ([bc9239e](https://github.com/iotaledger/twin-framework/commit/bc9239ed9896a053d83e00ca221e962704ebc277))
1386
+ * add set method for async caches ([ba34b55](https://github.com/iotaledger/twin-framework/commit/ba34b55e651ad56ab8fc59e139e4af631c19cda0))
1387
+ * add zlib/deflate mime types detection ([72c472b](https://github.com/iotaledger/twin-framework/commit/72c472b5a35a973e7109336f5b6cdd84dbb8bbcb))
1388
+ * ensure the alg is the correct one when generating JWK or JWS ([#136](https://github.com/iotaledger/twin-framework/issues/136)) ([46a5af1](https://github.com/iotaledger/twin-framework/commit/46a5af127192d7048068275d14f555f09add3642))
1389
+ * propagate includeStackTrace on error conversion ([098fc72](https://github.com/iotaledger/twin-framework/commit/098fc729939ea3127f2bdcc0ddb6754096c5f919))
1390
+ * relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
1391
+ * use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
601
1392
 
602
1393
 
603
1394
  ### Bug Fixes
604
1395
 
605
- * wrap inner error within FetchError / 2 ([#134](https://github.com/twinfoundation/framework/issues/134)) ([2ddb101](https://github.com/twinfoundation/framework/commit/2ddb101c3778be4e99559e37aa036cd7101585fb))
1396
+ * wrap inner error within FetchError / 2 ([#134](https://github.com/iotaledger/twin-framework/issues/134)) ([2ddb101](https://github.com/iotaledger/twin-framework/commit/2ddb101c3778be4e99559e37aa036cd7101585fb))
606
1397
 
607
1398
 
608
1399
  ### Dependencies
@@ -616,24 +1407,24 @@
616
1407
  * @twin.org/nameof-transformer bumped from 0.0.1-next.69 to 0.0.1-next.70
617
1408
  * @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.69 to 0.0.1-next.70
618
1409
 
619
- ## [0.0.1-next.69](https://github.com/twinfoundation/framework/compare/web-v0.0.1-next.68...web-v0.0.1-next.69) (2025-07-02)
1410
+ ## [0.0.1-next.69](https://github.com/iotaledger/twin-framework/compare/web-v0.0.1-next.68...web-v0.0.1-next.69) (2025-07-02)
620
1411
 
621
1412
 
622
1413
  ### Features
623
1414
 
624
- * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/twinfoundation/framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
625
- * add kid method to Jwk ([bc9239e](https://github.com/twinfoundation/framework/commit/bc9239ed9896a053d83e00ca221e962704ebc277))
626
- * add set method for async caches ([ba34b55](https://github.com/twinfoundation/framework/commit/ba34b55e651ad56ab8fc59e139e4af631c19cda0))
627
- * add zlib/deflate mime types detection ([72c472b](https://github.com/twinfoundation/framework/commit/72c472b5a35a973e7109336f5b6cdd84dbb8bbcb))
628
- * ensure the alg is the correct one when generating JWK or JWS ([#136](https://github.com/twinfoundation/framework/issues/136)) ([46a5af1](https://github.com/twinfoundation/framework/commit/46a5af127192d7048068275d14f555f09add3642))
629
- * propagate includeStackTrace on error conversion ([098fc72](https://github.com/twinfoundation/framework/commit/098fc729939ea3127f2bdcc0ddb6754096c5f919))
630
- * relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
631
- * use new shared store mechanism ([#131](https://github.com/twinfoundation/framework/issues/131)) ([934385b](https://github.com/twinfoundation/framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
1415
+ * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
1416
+ * add kid method to Jwk ([bc9239e](https://github.com/iotaledger/twin-framework/commit/bc9239ed9896a053d83e00ca221e962704ebc277))
1417
+ * add set method for async caches ([ba34b55](https://github.com/iotaledger/twin-framework/commit/ba34b55e651ad56ab8fc59e139e4af631c19cda0))
1418
+ * add zlib/deflate mime types detection ([72c472b](https://github.com/iotaledger/twin-framework/commit/72c472b5a35a973e7109336f5b6cdd84dbb8bbcb))
1419
+ * ensure the alg is the correct one when generating JWK or JWS ([#136](https://github.com/iotaledger/twin-framework/issues/136)) ([46a5af1](https://github.com/iotaledger/twin-framework/commit/46a5af127192d7048068275d14f555f09add3642))
1420
+ * propagate includeStackTrace on error conversion ([098fc72](https://github.com/iotaledger/twin-framework/commit/098fc729939ea3127f2bdcc0ddb6754096c5f919))
1421
+ * relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
1422
+ * use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
632
1423
 
633
1424
 
634
1425
  ### Bug Fixes
635
1426
 
636
- * wrap inner error within FetchError / 2 ([#134](https://github.com/twinfoundation/framework/issues/134)) ([2ddb101](https://github.com/twinfoundation/framework/commit/2ddb101c3778be4e99559e37aa036cd7101585fb))
1427
+ * wrap inner error within FetchError / 2 ([#134](https://github.com/iotaledger/twin-framework/issues/134)) ([2ddb101](https://github.com/iotaledger/twin-framework/commit/2ddb101c3778be4e99559e37aa036cd7101585fb))
637
1428
 
638
1429
 
639
1430
  ### Dependencies
@@ -647,12 +1438,12 @@
647
1438
  * @twin.org/nameof-transformer bumped from 0.0.1-next.68 to 0.0.1-next.69
648
1439
  * @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.68 to 0.0.1-next.69
649
1440
 
650
- ## [0.0.1-next.68](https://github.com/twinfoundation/framework/compare/web-v0.0.1-next.67...web-v0.0.1-next.68) (2025-07-02)
1441
+ ## [0.0.1-next.68](https://github.com/iotaledger/twin-framework/compare/web-v0.0.1-next.67...web-v0.0.1-next.68) (2025-07-02)
651
1442
 
652
1443
 
653
1444
  ### Features
654
1445
 
655
- * relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
1446
+ * relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
656
1447
 
657
1448
 
658
1449
  ### Dependencies
@@ -666,7 +1457,7 @@
666
1457
  * @twin.org/nameof-transformer bumped from 0.0.1-next.67 to 0.0.1-next.68
667
1458
  * @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.67 to 0.0.1-next.68
668
1459
 
669
- ## [0.0.1-next.67](https://github.com/twinfoundation/framework/compare/web-v0.0.1-next.66...web-v0.0.1-next.67) (2025-06-26)
1460
+ ## [0.0.1-next.67](https://github.com/iotaledger/twin-framework/compare/web-v0.0.1-next.66...web-v0.0.1-next.67) (2025-06-26)
670
1461
 
671
1462
 
672
1463
  ### Miscellaneous Chores
@@ -681,7 +1472,7 @@
681
1472
  * @twin.org/core bumped from 0.0.1-next.66 to 0.0.1-next.67
682
1473
  * @twin.org/crypto bumped from 0.0.1-next.66 to 0.0.1-next.67
683
1474
 
684
- ## [0.0.1-next.66](https://github.com/twinfoundation/framework/compare/web-v0.0.1-next.65...web-v0.0.1-next.66) (2025-06-26)
1475
+ ## [0.0.1-next.66](https://github.com/iotaledger/twin-framework/compare/web-v0.0.1-next.65...web-v0.0.1-next.66) (2025-06-26)
685
1476
 
686
1477
 
687
1478
  ### Miscellaneous Chores
@@ -696,7 +1487,7 @@
696
1487
  * @twin.org/core bumped from 0.0.1-next.65 to 0.0.1-next.66
697
1488
  * @twin.org/crypto bumped from 0.0.1-next.65 to 0.0.1-next.66
698
1489
 
699
- ## [0.0.1-next.65](https://github.com/twinfoundation/framework/compare/web-v0.0.1-next.64...web-v0.0.1-next.65) (2025-06-19)
1490
+ ## [0.0.1-next.65](https://github.com/iotaledger/twin-framework/compare/web-v0.0.1-next.64...web-v0.0.1-next.65) (2025-06-19)
700
1491
 
701
1492
 
702
1493
  ### Miscellaneous Chores
@@ -711,12 +1502,12 @@
711
1502
  * @twin.org/core bumped from 0.0.1-next.64 to 0.0.1-next.65
712
1503
  * @twin.org/crypto bumped from 0.0.1-next.64 to 0.0.1-next.65
713
1504
 
714
- ## [0.0.1-next.64](https://github.com/twinfoundation/framework/compare/web-v0.0.1-next.63...web-v0.0.1-next.64) (2025-06-19)
1505
+ ## [0.0.1-next.64](https://github.com/iotaledger/twin-framework/compare/web-v0.0.1-next.63...web-v0.0.1-next.64) (2025-06-19)
715
1506
 
716
1507
 
717
1508
  ### Features
718
1509
 
719
- * add zlib/deflate mime types detection ([72c472b](https://github.com/twinfoundation/framework/commit/72c472b5a35a973e7109336f5b6cdd84dbb8bbcb))
1510
+ * add zlib/deflate mime types detection ([72c472b](https://github.com/iotaledger/twin-framework/commit/72c472b5a35a973e7109336f5b6cdd84dbb8bbcb))
720
1511
 
721
1512
 
722
1513
  ### Dependencies
@@ -726,12 +1517,12 @@
726
1517
  * @twin.org/core bumped from 0.0.1-next.63 to 0.0.1-next.64
727
1518
  * @twin.org/crypto bumped from 0.0.1-next.63 to 0.0.1-next.64
728
1519
 
729
- ## [0.0.1-next.63](https://github.com/twinfoundation/framework/compare/web-v0.0.1-next.62...web-v0.0.1-next.63) (2025-06-18)
1520
+ ## [0.0.1-next.63](https://github.com/iotaledger/twin-framework/compare/web-v0.0.1-next.62...web-v0.0.1-next.63) (2025-06-18)
730
1521
 
731
1522
 
732
1523
  ### Features
733
1524
 
734
- * add kid method to Jwk ([bc9239e](https://github.com/twinfoundation/framework/commit/bc9239ed9896a053d83e00ca221e962704ebc277))
1525
+ * add kid method to Jwk ([bc9239e](https://github.com/iotaledger/twin-framework/commit/bc9239ed9896a053d83e00ca221e962704ebc277))
735
1526
 
736
1527
 
737
1528
  ### Dependencies
@@ -741,21 +1532,21 @@
741
1532
  * @twin.org/core bumped from 0.0.1-next.62 to 0.0.1-next.63
742
1533
  * @twin.org/crypto bumped from 0.0.1-next.62 to 0.0.1-next.63
743
1534
 
744
- ## [0.0.1-next.62](https://github.com/twinfoundation/framework/compare/web-v0.0.1-next.61...web-v0.0.1-next.62) (2025-06-17)
1535
+ ## [0.0.1-next.62](https://github.com/iotaledger/twin-framework/compare/web-v0.0.1-next.61...web-v0.0.1-next.62) (2025-06-17)
745
1536
 
746
1537
 
747
1538
  ### Features
748
1539
 
749
- * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/twinfoundation/framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
750
- * add set method for async caches ([ba34b55](https://github.com/twinfoundation/framework/commit/ba34b55e651ad56ab8fc59e139e4af631c19cda0))
751
- * ensure the alg is the correct one when generating JWK or JWS ([#136](https://github.com/twinfoundation/framework/issues/136)) ([46a5af1](https://github.com/twinfoundation/framework/commit/46a5af127192d7048068275d14f555f09add3642))
752
- * propagate includeStackTrace on error conversion ([098fc72](https://github.com/twinfoundation/framework/commit/098fc729939ea3127f2bdcc0ddb6754096c5f919))
753
- * use new shared store mechanism ([#131](https://github.com/twinfoundation/framework/issues/131)) ([934385b](https://github.com/twinfoundation/framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
1540
+ * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
1541
+ * add set method for async caches ([ba34b55](https://github.com/iotaledger/twin-framework/commit/ba34b55e651ad56ab8fc59e139e4af631c19cda0))
1542
+ * ensure the alg is the correct one when generating JWK or JWS ([#136](https://github.com/iotaledger/twin-framework/issues/136)) ([46a5af1](https://github.com/iotaledger/twin-framework/commit/46a5af127192d7048068275d14f555f09add3642))
1543
+ * propagate includeStackTrace on error conversion ([098fc72](https://github.com/iotaledger/twin-framework/commit/098fc729939ea3127f2bdcc0ddb6754096c5f919))
1544
+ * use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
754
1545
 
755
1546
 
756
1547
  ### Bug Fixes
757
1548
 
758
- * wrap inner error within FetchError / 2 ([#134](https://github.com/twinfoundation/framework/issues/134)) ([2ddb101](https://github.com/twinfoundation/framework/commit/2ddb101c3778be4e99559e37aa036cd7101585fb))
1549
+ * wrap inner error within FetchError / 2 ([#134](https://github.com/iotaledger/twin-framework/issues/134)) ([2ddb101](https://github.com/iotaledger/twin-framework/commit/2ddb101c3778be4e99559e37aa036cd7101585fb))
759
1550
 
760
1551
 
761
1552
  ### Dependencies
@@ -765,7 +1556,7 @@
765
1556
  * @twin.org/core bumped from 0.0.1-next.61 to 0.0.1-next.62
766
1557
  * @twin.org/crypto bumped from 0.0.1-next.61 to 0.0.1-next.62
767
1558
 
768
- ## [0.0.1-next.61](https://github.com/twinfoundation/framework/compare/web-v0.0.1-next.60...web-v0.0.1-next.61) (2025-06-17)
1559
+ ## [0.0.1-next.61](https://github.com/iotaledger/twin-framework/compare/web-v0.0.1-next.60...web-v0.0.1-next.61) (2025-06-17)
769
1560
 
770
1561
 
771
1562
  ### Miscellaneous Chores
@@ -780,7 +1571,7 @@
780
1571
  * @twin.org/core bumped from 0.0.1-next.60 to 0.0.1-next.61
781
1572
  * @twin.org/crypto bumped from 0.0.1-next.60 to 0.0.1-next.61
782
1573
 
783
- ## [0.0.1-next.60](https://github.com/twinfoundation/framework/compare/web-v0.0.1-next.59...web-v0.0.1-next.60) (2025-06-17)
1574
+ ## [0.0.1-next.60](https://github.com/iotaledger/twin-framework/compare/web-v0.0.1-next.59...web-v0.0.1-next.60) (2025-06-17)
784
1575
 
785
1576
 
786
1577
  ### Miscellaneous Chores
@@ -795,12 +1586,12 @@
795
1586
  * @twin.org/core bumped from 0.0.1-next.59 to 0.0.1-next.60
796
1587
  * @twin.org/crypto bumped from 0.0.1-next.59 to 0.0.1-next.60
797
1588
 
798
- ## [0.0.1-next.59](https://github.com/twinfoundation/framework/compare/web-v0.0.1-next.58...web-v0.0.1-next.59) (2025-06-17)
1589
+ ## [0.0.1-next.59](https://github.com/iotaledger/twin-framework/compare/web-v0.0.1-next.58...web-v0.0.1-next.59) (2025-06-17)
799
1590
 
800
1591
 
801
1592
  ### Features
802
1593
 
803
- * propagate includeStackTrace on error conversion ([098fc72](https://github.com/twinfoundation/framework/commit/098fc729939ea3127f2bdcc0ddb6754096c5f919))
1594
+ * propagate includeStackTrace on error conversion ([098fc72](https://github.com/iotaledger/twin-framework/commit/098fc729939ea3127f2bdcc0ddb6754096c5f919))
804
1595
 
805
1596
 
806
1597
  ### Dependencies
@@ -810,7 +1601,7 @@
810
1601
  * @twin.org/core bumped from 0.0.1-next.58 to 0.0.1-next.59
811
1602
  * @twin.org/crypto bumped from 0.0.1-next.58 to 0.0.1-next.59
812
1603
 
813
- ## [0.0.1-next.58](https://github.com/twinfoundation/framework/compare/web-v0.0.1-next.57...web-v0.0.1-next.58) (2025-06-13)
1604
+ ## [0.0.1-next.58](https://github.com/iotaledger/twin-framework/compare/web-v0.0.1-next.57...web-v0.0.1-next.58) (2025-06-13)
814
1605
 
815
1606
 
816
1607
  ### Miscellaneous Chores
@@ -825,12 +1616,12 @@
825
1616
  * @twin.org/core bumped from 0.0.1-next.57 to 0.0.1-next.58
826
1617
  * @twin.org/crypto bumped from 0.0.1-next.57 to 0.0.1-next.58
827
1618
 
828
- ## [0.0.1-next.57](https://github.com/twinfoundation/framework/compare/web-v0.0.1-next.56...web-v0.0.1-next.57) (2025-06-10)
1619
+ ## [0.0.1-next.57](https://github.com/iotaledger/twin-framework/compare/web-v0.0.1-next.56...web-v0.0.1-next.57) (2025-06-10)
829
1620
 
830
1621
 
831
1622
  ### Features
832
1623
 
833
- * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/twinfoundation/framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
1624
+ * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
834
1625
 
835
1626
 
836
1627
  ### Dependencies
@@ -840,7 +1631,7 @@
840
1631
  * @twin.org/core bumped from 0.0.1-next.56 to 0.0.1-next.57
841
1632
  * @twin.org/crypto bumped from 0.0.1-next.56 to 0.0.1-next.57
842
1633
 
843
- ## [0.0.1-next.56](https://github.com/twinfoundation/framework/compare/web-v0.0.1-next.55...web-v0.0.1-next.56) (2025-05-08)
1634
+ ## [0.0.1-next.56](https://github.com/iotaledger/twin-framework/compare/web-v0.0.1-next.55...web-v0.0.1-next.56) (2025-05-08)
844
1635
 
845
1636
 
846
1637
  ### Miscellaneous Chores
@@ -855,12 +1646,12 @@
855
1646
  * @twin.org/core bumped from 0.0.1-next.55 to 0.0.1-next.56
856
1647
  * @twin.org/crypto bumped from 0.0.1-next.55 to 0.0.1-next.56
857
1648
 
858
- ## [0.0.1-next.55](https://github.com/twinfoundation/framework/compare/web-v0.0.1-next.54...web-v0.0.1-next.55) (2025-05-07)
1649
+ ## [0.0.1-next.55](https://github.com/iotaledger/twin-framework/compare/web-v0.0.1-next.54...web-v0.0.1-next.55) (2025-05-07)
859
1650
 
860
1651
 
861
1652
  ### Features
862
1653
 
863
- * ensure the alg is the correct one when generating JWK or JWS ([#136](https://github.com/twinfoundation/framework/issues/136)) ([46a5af1](https://github.com/twinfoundation/framework/commit/46a5af127192d7048068275d14f555f09add3642))
1654
+ * ensure the alg is the correct one when generating JWK or JWS ([#136](https://github.com/iotaledger/twin-framework/issues/136)) ([46a5af1](https://github.com/iotaledger/twin-framework/commit/46a5af127192d7048068275d14f555f09add3642))
864
1655
 
865
1656
 
866
1657
  ### Dependencies
@@ -870,12 +1661,12 @@
870
1661
  * @twin.org/core bumped from 0.0.1-next.54 to 0.0.1-next.55
871
1662
  * @twin.org/crypto bumped from 0.0.1-next.54 to 0.0.1-next.55
872
1663
 
873
- ## [0.0.1-next.54](https://github.com/twinfoundation/framework/compare/web-v0.0.1-next.53...web-v0.0.1-next.54) (2025-05-06)
1664
+ ## [0.0.1-next.54](https://github.com/iotaledger/twin-framework/compare/web-v0.0.1-next.53...web-v0.0.1-next.54) (2025-05-06)
874
1665
 
875
1666
 
876
1667
  ### Bug Fixes
877
1668
 
878
- * wrap inner error within FetchError / 2 ([#134](https://github.com/twinfoundation/framework/issues/134)) ([2ddb101](https://github.com/twinfoundation/framework/commit/2ddb101c3778be4e99559e37aa036cd7101585fb))
1669
+ * wrap inner error within FetchError / 2 ([#134](https://github.com/iotaledger/twin-framework/issues/134)) ([2ddb101](https://github.com/iotaledger/twin-framework/commit/2ddb101c3778be4e99559e37aa036cd7101585fb))
879
1670
 
880
1671
 
881
1672
  ### Dependencies
@@ -885,7 +1676,7 @@
885
1676
  * @twin.org/core bumped from 0.0.1-next.53 to 0.0.1-next.54
886
1677
  * @twin.org/crypto bumped from 0.0.1-next.53 to 0.0.1-next.54
887
1678
 
888
- ## [0.0.1-next.53](https://github.com/twinfoundation/framework/compare/web-v0.0.1-next.52...web-v0.0.1-next.53) (2025-05-01)
1679
+ ## [0.0.1-next.53](https://github.com/iotaledger/twin-framework/compare/web-v0.0.1-next.52...web-v0.0.1-next.53) (2025-05-01)
889
1680
 
890
1681
 
891
1682
  ### Miscellaneous Chores
@@ -900,12 +1691,12 @@
900
1691
  * @twin.org/core bumped from 0.0.1-next.52 to 0.0.1-next.53
901
1692
  * @twin.org/crypto bumped from 0.0.1-next.52 to 0.0.1-next.53
902
1693
 
903
- ## [0.0.1-next.52](https://github.com/twinfoundation/framework/compare/web-v0.0.1-next.51...web-v0.0.1-next.52) (2025-04-17)
1694
+ ## [0.0.1-next.52](https://github.com/iotaledger/twin-framework/compare/web-v0.0.1-next.51...web-v0.0.1-next.52) (2025-04-17)
904
1695
 
905
1696
 
906
1697
  ### Features
907
1698
 
908
- * use new shared store mechanism ([#131](https://github.com/twinfoundation/framework/issues/131)) ([934385b](https://github.com/twinfoundation/framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
1699
+ * use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
909
1700
 
910
1701
 
911
1702
  ### Dependencies
@@ -915,7 +1706,7 @@
915
1706
  * @twin.org/core bumped from 0.0.1-next.51 to 0.0.1-next.52
916
1707
  * @twin.org/crypto bumped from 0.0.1-next.51 to 0.0.1-next.52
917
1708
 
918
- ## [0.0.1-next.51](https://github.com/twinfoundation/framework/compare/web-v0.0.1-next.50...web-v0.0.1-next.51) (2025-03-27)
1709
+ ## [0.0.1-next.51](https://github.com/iotaledger/twin-framework/compare/web-v0.0.1-next.50...web-v0.0.1-next.51) (2025-03-27)
919
1710
 
920
1711
 
921
1712
  ### Miscellaneous Chores
@@ -930,12 +1721,12 @@
930
1721
  * @twin.org/core bumped from 0.0.1-next.50 to 0.0.1-next.51
931
1722
  * @twin.org/crypto bumped from 0.0.1-next.50 to 0.0.1-next.51
932
1723
 
933
- ## [0.0.1-next.50](https://github.com/twinfoundation/framework/compare/web-v0.0.1-next.49...web-v0.0.1-next.50) (2025-03-26)
1724
+ ## [0.0.1-next.50](https://github.com/iotaledger/twin-framework/compare/web-v0.0.1-next.49...web-v0.0.1-next.50) (2025-03-26)
934
1725
 
935
1726
 
936
1727
  ### Features
937
1728
 
938
- * add set method for async caches ([ba34b55](https://github.com/twinfoundation/framework/commit/ba34b55e651ad56ab8fc59e139e4af631c19cda0))
1729
+ * add set method for async caches ([ba34b55](https://github.com/iotaledger/twin-framework/commit/ba34b55e651ad56ab8fc59e139e4af631c19cda0))
939
1730
 
940
1731
 
941
1732
  ### Dependencies