@twin.org/nameof 0.0.3-next.9 → 0.0.4-next.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # TWIN Nameof
2
2
 
3
- The methods in this package are used to convert TypeScript class/type/property names to embedded strings, so that they are available to your JavaScript code at runtime.
4
-
5
- This package is used in conjunction with the `@twin.org/nameof-transformer` package, without using the transformer for compilation you will end up with an error string embedded in your code instead of the runtime name you are expecting.
3
+ This package is part of the framework workspace and provides the definitions for the methods which are processed by the nameof-transformer to support consistent development workflows across the ecosystem.
6
4
 
7
5
  ## Installation
8
6
 
package/docs/changelog.md CHANGED
@@ -1,6 +1,596 @@
1
- # @twin.org/nameof - Changelog
1
+ # Changelog
2
2
 
3
- ## [0.0.3-next.9](https://github.com/twinfoundation/framework/compare/nameof-v0.0.3-next.8...nameof-v0.0.3-next.9) (2026-01-05)
3
+ ## [0.0.4-next.1](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.4-next.0...nameof-v0.0.4-next.1) (2026-05-27)
4
+
5
+
6
+ ### Features
7
+
8
+ * add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
9
+ * additional nameof operators ([a5aab60](https://github.com/iotaledger/twin-framework/commit/a5aab60bf66a86f1b7ff8af7c4f044cb03706d50))
10
+ * eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
11
+ * locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
12
+ * relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
13
+ * typescript 6 update ([1d10f31](https://github.com/iotaledger/twin-framework/commit/1d10f31e6516ec622773f45e88af82fe749b384a))
14
+ * update dependencies ([4da77ab](https://github.com/iotaledger/twin-framework/commit/4da77ab30f499e52825ac5a76f51436ceb59c26e))
15
+ * update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
16
+ * use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * ensure __decorate is defined for decorators ([103a563](https://github.com/iotaledger/twin-framework/commit/103a563ce01ebdef6240d2e590e7b026e8692684))
22
+ * repo urls in package.json for moved packages ([31ae463](https://github.com/iotaledger/twin-framework/commit/31ae463095dfa8c0e48bb5bb12316f1e8abb9a4c))
23
+
24
+
25
+ ### Dependencies
26
+
27
+ * The following workspace dependencies were updated
28
+ * devDependencies
29
+ * @twin.org/nameof-transformer bumped from 0.0.4-next.0 to 0.0.4-next.1
30
+
31
+ ## [0.0.3](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3...nameof-v0.0.3) (2026-05-27)
32
+
33
+
34
+ ### Features
35
+
36
+ * release to production ([b24cba1](https://github.com/iotaledger/twin-framework/commit/b24cba1b6a969278d638e632590602ec881e49fb))
37
+ * release to production ([787287d](https://github.com/iotaledger/twin-framework/commit/787287d06ea8319657401589d61fff369310c422))
38
+ * release to production ([53f4843](https://github.com/iotaledger/twin-framework/commit/53f484326b2851d7a506d2620db24c4a65cee7b3))
39
+ * release to production ([56cda4d](https://github.com/iotaledger/twin-framework/commit/56cda4da93e978c5be19ec7cfd421ae2a7fe4147))
40
+ * release to production ([f7c6586](https://github.com/iotaledger/twin-framework/commit/f7c6586f6976b903b647b4c5ac5ad9421e0c9051))
41
+ * release to production ([829d53d](https://github.com/iotaledger/twin-framework/commit/829d53d3953b1e1b40b0243c04cfdfd3842aac7b))
42
+ * release to production ([5cf3a76](https://github.com/iotaledger/twin-framework/commit/5cf3a76a09eff2e6414d0cba846c7c37400a11d6))
43
+ * release to production ([#330](https://github.com/iotaledger/twin-framework/issues/330)) ([d73f565](https://github.com/iotaledger/twin-framework/commit/d73f565588d156d23ef49b2a5718973756f7a696))
44
+
45
+
46
+ ### Miscellaneous Chores
47
+
48
+ * release to production ([63cae24](https://github.com/iotaledger/twin-framework/commit/63cae2401f6c11f93b2a01260b665064e8bd28e0))
49
+
50
+ ## [0.0.3-next.47](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.46...nameof-v0.0.3-next.47) (2026-05-25)
51
+
52
+
53
+ ### Miscellaneous Chores
54
+
55
+ * **nameof:** Synchronize repo versions
56
+
57
+
58
+ ### Dependencies
59
+
60
+ * The following workspace dependencies were updated
61
+ * devDependencies
62
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.46 to 0.0.3-next.47
63
+
64
+ ## [0.0.3-next.46](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.45...nameof-v0.0.3-next.46) (2026-05-22)
65
+
66
+
67
+ ### Miscellaneous Chores
68
+
69
+ * **nameof:** Synchronize repo versions
70
+
71
+
72
+ ### Dependencies
73
+
74
+ * The following workspace dependencies were updated
75
+ * devDependencies
76
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.45 to 0.0.3-next.46
77
+
78
+ ## [0.0.3-next.45](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.44...nameof-v0.0.3-next.45) (2026-05-21)
79
+
80
+
81
+ ### Miscellaneous Chores
82
+
83
+ * **nameof:** Synchronize repo versions
84
+
85
+
86
+ ### Dependencies
87
+
88
+ * The following workspace dependencies were updated
89
+ * devDependencies
90
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.44 to 0.0.3-next.45
91
+
92
+ ## [0.0.3-next.44](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.43...nameof-v0.0.3-next.44) (2026-05-19)
93
+
94
+
95
+ ### Features
96
+
97
+ * update dependencies ([4da77ab](https://github.com/iotaledger/twin-framework/commit/4da77ab30f499e52825ac5a76f51436ceb59c26e))
98
+
99
+
100
+ ### Dependencies
101
+
102
+ * The following workspace dependencies were updated
103
+ * devDependencies
104
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.43 to 0.0.3-next.44
105
+
106
+ ## [0.0.3-next.43](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.42...nameof-v0.0.3-next.43) (2026-05-18)
107
+
108
+
109
+ ### Miscellaneous Chores
110
+
111
+ * **nameof:** Synchronize repo versions
112
+
113
+
114
+ ### Dependencies
115
+
116
+ * The following workspace dependencies were updated
117
+ * devDependencies
118
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.42 to 0.0.3-next.43
119
+
120
+ ## [0.0.3-next.42](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.41...nameof-v0.0.3-next.42) (2026-05-15)
121
+
122
+
123
+ ### Miscellaneous Chores
124
+
125
+ * **nameof:** Synchronize repo versions
126
+
127
+
128
+ ### Dependencies
129
+
130
+ * The following workspace dependencies were updated
131
+ * devDependencies
132
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.41 to 0.0.3-next.42
133
+
134
+ ## [0.0.3-next.41](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.40...nameof-v0.0.3-next.41) (2026-05-13)
135
+
136
+
137
+ ### Miscellaneous Chores
138
+
139
+ * **nameof:** Synchronize repo versions
140
+
141
+
142
+ ### Dependencies
143
+
144
+ * The following workspace dependencies were updated
145
+ * devDependencies
146
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.40 to 0.0.3-next.41
147
+
148
+ ## [0.0.3-next.40](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.39...nameof-v0.0.3-next.40) (2026-05-13)
149
+
150
+
151
+ ### Miscellaneous Chores
152
+
153
+ * **nameof:** Synchronize repo versions
154
+
155
+
156
+ ### Dependencies
157
+
158
+ * The following workspace dependencies were updated
159
+ * devDependencies
160
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.39 to 0.0.3-next.40
161
+
162
+ ## [0.0.3-next.39](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.38...nameof-v0.0.3-next.39) (2026-05-13)
163
+
164
+
165
+ ### Miscellaneous Chores
166
+
167
+ * **nameof:** Synchronize repo versions
168
+
169
+
170
+ ### Dependencies
171
+
172
+ * The following workspace dependencies were updated
173
+ * devDependencies
174
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.38 to 0.0.3-next.39
175
+
176
+ ## [0.0.3-next.38](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.37...nameof-v0.0.3-next.38) (2026-05-11)
177
+
178
+
179
+ ### Features
180
+
181
+ * typescript 6 update ([1d10f31](https://github.com/iotaledger/twin-framework/commit/1d10f31e6516ec622773f45e88af82fe749b384a))
182
+
183
+
184
+ ### Dependencies
185
+
186
+ * The following workspace dependencies were updated
187
+ * devDependencies
188
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.37 to 0.0.3-next.38
189
+
190
+ ## [0.0.3-next.37](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.36...nameof-v0.0.3-next.37) (2026-05-07)
191
+
192
+
193
+ ### Miscellaneous Chores
194
+
195
+ * **nameof:** Synchronize repo versions
196
+
197
+
198
+ ### Dependencies
199
+
200
+ * The following workspace dependencies were updated
201
+ * devDependencies
202
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.36 to 0.0.3-next.37
203
+
204
+ ## [0.0.3-next.36](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.35...nameof-v0.0.3-next.36) (2026-05-07)
205
+
206
+
207
+ ### Miscellaneous Chores
208
+
209
+ * **nameof:** Synchronize repo versions
210
+
211
+
212
+ ### Dependencies
213
+
214
+ * The following workspace dependencies were updated
215
+ * devDependencies
216
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.35 to 0.0.3-next.36
217
+
218
+ ## [0.0.3-next.35](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.34...nameof-v0.0.3-next.35) (2026-05-06)
219
+
220
+
221
+ ### Miscellaneous Chores
222
+
223
+ * **nameof:** Synchronize repo versions
224
+
225
+
226
+ ### Dependencies
227
+
228
+ * The following workspace dependencies were updated
229
+ * devDependencies
230
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.34 to 0.0.3-next.35
231
+
232
+ ## [0.0.3-next.34](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.33...nameof-v0.0.3-next.34) (2026-05-06)
233
+
234
+
235
+ ### Miscellaneous Chores
236
+
237
+ * **nameof:** Synchronize repo versions
238
+
239
+
240
+ ### Dependencies
241
+
242
+ * The following workspace dependencies were updated
243
+ * devDependencies
244
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.33 to 0.0.3-next.34
245
+
246
+ ## [0.0.3-next.33](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.32...nameof-v0.0.3-next.33) (2026-05-05)
247
+
248
+
249
+ ### Miscellaneous Chores
250
+
251
+ * **nameof:** Synchronize repo versions
252
+
253
+
254
+ ### Dependencies
255
+
256
+ * The following workspace dependencies were updated
257
+ * devDependencies
258
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.32 to 0.0.3-next.33
259
+
260
+ ## [0.0.3-next.32](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.31...nameof-v0.0.3-next.32) (2026-04-30)
261
+
262
+
263
+ ### Miscellaneous Chores
264
+
265
+ * **nameof:** Synchronize repo versions
266
+
267
+
268
+ ### Dependencies
269
+
270
+ * The following workspace dependencies were updated
271
+ * devDependencies
272
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.31 to 0.0.3-next.32
273
+
274
+ ## [0.0.3-next.31](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.30...nameof-v0.0.3-next.31) (2026-04-14)
275
+
276
+
277
+ ### Miscellaneous Chores
278
+
279
+ * **nameof:** Synchronize repo versions
280
+
281
+
282
+ ### Dependencies
283
+
284
+ * The following workspace dependencies were updated
285
+ * devDependencies
286
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.30 to 0.0.3-next.31
287
+
288
+ ## [0.0.3-next.30](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.29...nameof-v0.0.3-next.30) (2026-04-14)
289
+
290
+
291
+ ### Miscellaneous Chores
292
+
293
+ * **nameof:** Synchronize repo versions
294
+
295
+
296
+ ### Dependencies
297
+
298
+ * The following workspace dependencies were updated
299
+ * devDependencies
300
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.29 to 0.0.3-next.30
301
+
302
+ ## [0.0.3-next.29](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.28...nameof-v0.0.3-next.29) (2026-04-14)
303
+
304
+
305
+ ### Miscellaneous Chores
306
+
307
+ * **nameof:** Synchronize repo versions
308
+
309
+
310
+ ### Dependencies
311
+
312
+ * The following workspace dependencies were updated
313
+ * devDependencies
314
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.28 to 0.0.3-next.29
315
+
316
+ ## [0.0.3-next.28](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.27...nameof-v0.0.3-next.28) (2026-03-27)
317
+
318
+
319
+ ### Miscellaneous Chores
320
+
321
+ * **nameof:** Synchronize repo versions
322
+
323
+
324
+ ### Dependencies
325
+
326
+ * The following workspace dependencies were updated
327
+ * devDependencies
328
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.27 to 0.0.3-next.28
329
+
330
+ ## [0.0.3-next.27](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.26...nameof-v0.0.3-next.27) (2026-03-27)
331
+
332
+
333
+ ### Miscellaneous Chores
334
+
335
+ * **nameof:** Synchronize repo versions
336
+
337
+
338
+ ### Dependencies
339
+
340
+ * The following workspace dependencies were updated
341
+ * devDependencies
342
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.26 to 0.0.3-next.27
343
+
344
+ ## [0.0.3-next.26](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.25...nameof-v0.0.3-next.26) (2026-03-24)
345
+
346
+
347
+ ### Miscellaneous Chores
348
+
349
+ * **nameof:** Synchronize repo versions
350
+
351
+
352
+ ### Dependencies
353
+
354
+ * The following workspace dependencies were updated
355
+ * devDependencies
356
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.25 to 0.0.3-next.26
357
+
358
+ ## [0.0.3-next.25](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.24...nameof-v0.0.3-next.25) (2026-03-23)
359
+
360
+
361
+ ### Miscellaneous Chores
362
+
363
+ * **nameof:** Synchronize repo versions
364
+
365
+
366
+ ### Dependencies
367
+
368
+ * The following workspace dependencies were updated
369
+ * devDependencies
370
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.24 to 0.0.3-next.25
371
+
372
+ ## [0.0.3-next.24](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.23...nameof-v0.0.3-next.24) (2026-03-19)
373
+
374
+
375
+ ### Bug Fixes
376
+
377
+ * ensure __decorate is defined for decorators ([103a563](https://github.com/iotaledger/twin-framework/commit/103a563ce01ebdef6240d2e590e7b026e8692684))
378
+
379
+
380
+ ### Dependencies
381
+
382
+ * The following workspace dependencies were updated
383
+ * devDependencies
384
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.23 to 0.0.3-next.24
385
+
386
+ ## [0.0.3-next.23](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.22...nameof-v0.0.3-next.23) (2026-03-17)
387
+
388
+
389
+ ### Miscellaneous Chores
390
+
391
+ * **nameof:** Synchronize repo versions
392
+
393
+
394
+ ### Dependencies
395
+
396
+ * The following workspace dependencies were updated
397
+ * devDependencies
398
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.22 to 0.0.3-next.23
399
+
400
+ ## [0.0.3-next.22](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.21...nameof-v0.0.3-next.22) (2026-02-26)
401
+
402
+
403
+ ### Miscellaneous Chores
404
+
405
+ * **nameof:** Synchronize repo versions
406
+
407
+
408
+ ### Dependencies
409
+
410
+ * The following workspace dependencies were updated
411
+ * devDependencies
412
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.21 to 0.0.3-next.22
413
+
414
+ ## [0.0.3-next.21](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.20...nameof-v0.0.3-next.21) (2026-02-26)
415
+
416
+
417
+ ### Features
418
+
419
+ * add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
420
+ * additional nameof operators ([a5aab60](https://github.com/iotaledger/twin-framework/commit/a5aab60bf66a86f1b7ff8af7c4f044cb03706d50))
421
+ * eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
422
+ * locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
423
+ * relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
424
+ * update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
425
+ * use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
426
+
427
+
428
+ ### Bug Fixes
429
+
430
+ * repo urls in package.json for moved packages ([31ae463](https://github.com/iotaledger/twin-framework/commit/31ae463095dfa8c0e48bb5bb12316f1e8abb9a4c))
431
+
432
+
433
+ ### Dependencies
434
+
435
+ * The following workspace dependencies were updated
436
+ * devDependencies
437
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.20 to 0.0.3-next.21
438
+
439
+ ## [0.0.3-next.20](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.19...nameof-v0.0.3-next.20) (2026-02-26)
440
+
441
+
442
+ ### Miscellaneous Chores
443
+
444
+ * **nameof:** Synchronize repo versions
445
+
446
+
447
+ ### Dependencies
448
+
449
+ * The following workspace dependencies were updated
450
+ * devDependencies
451
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.19 to 0.0.3-next.20
452
+
453
+ ## [0.0.3-next.19](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.18...nameof-v0.0.3-next.19) (2026-02-26)
454
+
455
+
456
+ ### Miscellaneous Chores
457
+
458
+ * **nameof:** Synchronize repo versions
459
+
460
+
461
+ ### Dependencies
462
+
463
+ * The following workspace dependencies were updated
464
+ * devDependencies
465
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.18 to 0.0.3-next.19
466
+
467
+ ## [0.0.3-next.18](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.17...nameof-v0.0.3-next.18) (2026-02-23)
468
+
469
+
470
+ ### Miscellaneous Chores
471
+
472
+ * **nameof:** Synchronize repo versions
473
+
474
+
475
+ ### Dependencies
476
+
477
+ * The following workspace dependencies were updated
478
+ * devDependencies
479
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.17 to 0.0.3-next.18
480
+
481
+ ## [0.0.3-next.17](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.16...nameof-v0.0.3-next.17) (2026-02-09)
482
+
483
+
484
+ ### Miscellaneous Chores
485
+
486
+ * **nameof:** Synchronize repo versions
487
+
488
+
489
+ ### Dependencies
490
+
491
+ * The following workspace dependencies were updated
492
+ * devDependencies
493
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.16 to 0.0.3-next.17
494
+
495
+ ## [0.0.3-next.16](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.15...nameof-v0.0.3-next.16) (2026-02-06)
496
+
497
+
498
+ ### Miscellaneous Chores
499
+
500
+ * **nameof:** Synchronize repo versions
501
+
502
+
503
+ ### Dependencies
504
+
505
+ * The following workspace dependencies were updated
506
+ * devDependencies
507
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.15 to 0.0.3-next.16
508
+
509
+ ## [0.0.3-next.15](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.14...nameof-v0.0.3-next.15) (2026-01-29)
510
+
511
+
512
+ ### Miscellaneous Chores
513
+
514
+ * **nameof:** Synchronize repo versions
515
+
516
+
517
+ ### Dependencies
518
+
519
+ * The following workspace dependencies were updated
520
+ * devDependencies
521
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.14 to 0.0.3-next.15
522
+
523
+ ## [0.0.3-next.14](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.13...nameof-v0.0.3-next.14) (2026-01-22)
524
+
525
+
526
+ ### Miscellaneous Chores
527
+
528
+ * **nameof:** Synchronize repo versions
529
+
530
+
531
+ ### Dependencies
532
+
533
+ * The following workspace dependencies were updated
534
+ * devDependencies
535
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.13 to 0.0.3-next.14
536
+
537
+ ## [0.0.3-next.13](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.12...nameof-v0.0.3-next.13) (2026-01-08)
538
+
539
+
540
+ ### Miscellaneous Chores
541
+
542
+ * **nameof:** Synchronize repo versions
543
+
544
+
545
+ ### Dependencies
546
+
547
+ * The following workspace dependencies were updated
548
+ * devDependencies
549
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.12 to 0.0.3-next.13
550
+
551
+ ## [0.0.3-next.12](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.11...nameof-v0.0.3-next.12) (2026-01-08)
552
+
553
+
554
+ ### Miscellaneous Chores
555
+
556
+ * **nameof:** Synchronize repo versions
557
+
558
+
559
+ ### Dependencies
560
+
561
+ * The following workspace dependencies were updated
562
+ * devDependencies
563
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.11 to 0.0.3-next.12
564
+
565
+ ## [0.0.3-next.11](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.10...nameof-v0.0.3-next.11) (2026-01-07)
566
+
567
+
568
+ ### Miscellaneous Chores
569
+
570
+ * **nameof:** Synchronize repo versions
571
+
572
+
573
+ ### Dependencies
574
+
575
+ * The following workspace dependencies were updated
576
+ * devDependencies
577
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.10 to 0.0.3-next.11
578
+
579
+ ## [0.0.3-next.10](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.9...nameof-v0.0.3-next.10) (2026-01-07)
580
+
581
+
582
+ ### Miscellaneous Chores
583
+
584
+ * **nameof:** Synchronize repo versions
585
+
586
+
587
+ ### Dependencies
588
+
589
+ * The following workspace dependencies were updated
590
+ * devDependencies
591
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.9 to 0.0.3-next.10
592
+
593
+ ## [0.0.3-next.9](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.8...nameof-v0.0.3-next.9) (2026-01-05)
4
594
 
5
595
 
6
596
  ### Miscellaneous Chores
@@ -14,7 +604,7 @@
14
604
  * devDependencies
15
605
  * @twin.org/nameof-transformer bumped from 0.0.3-next.8 to 0.0.3-next.9
16
606
 
17
- ## [0.0.3-next.8](https://github.com/twinfoundation/framework/compare/nameof-v0.0.3-next.7...nameof-v0.0.3-next.8) (2025-11-26)
607
+ ## [0.0.3-next.8](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.7...nameof-v0.0.3-next.8) (2025-11-26)
18
608
 
19
609
 
20
610
  ### Miscellaneous Chores
@@ -28,23 +618,23 @@
28
618
  * devDependencies
29
619
  * @twin.org/nameof-transformer bumped from 0.0.3-next.7 to 0.0.3-next.8
30
620
 
31
- ## [0.0.3-next.7](https://github.com/twinfoundation/framework/compare/nameof-v0.0.3-next.6...nameof-v0.0.3-next.7) (2025-11-25)
621
+ ## [0.0.3-next.7](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.6...nameof-v0.0.3-next.7) (2025-11-25)
32
622
 
33
623
 
34
624
  ### Features
35
625
 
36
- * add context id features ([#206](https://github.com/twinfoundation/framework/issues/206)) ([ef0d4ee](https://github.com/twinfoundation/framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
37
- * additional nameof operators ([a5aab60](https://github.com/twinfoundation/framework/commit/a5aab60bf66a86f1b7ff8af7c4f044cb03706d50))
38
- * eslint migration to flat config ([74427d7](https://github.com/twinfoundation/framework/commit/74427d78d342167f7850e49ab87269326355befe))
39
- * locales validation ([#197](https://github.com/twinfoundation/framework/issues/197)) ([55fdadb](https://github.com/twinfoundation/framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
40
- * relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
41
- * update dependencies ([f3bd015](https://github.com/twinfoundation/framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
42
- * use cause instead of inner for errors ([1f4acc4](https://github.com/twinfoundation/framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
626
+ * add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
627
+ * additional nameof operators ([a5aab60](https://github.com/iotaledger/twin-framework/commit/a5aab60bf66a86f1b7ff8af7c4f044cb03706d50))
628
+ * eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
629
+ * locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
630
+ * relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
631
+ * update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
632
+ * use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
43
633
 
44
634
 
45
635
  ### Bug Fixes
46
636
 
47
- * repo urls in package.json for moved packages ([31ae463](https://github.com/twinfoundation/framework/commit/31ae463095dfa8c0e48bb5bb12316f1e8abb9a4c))
637
+ * repo urls in package.json for moved packages ([31ae463](https://github.com/iotaledger/twin-framework/commit/31ae463095dfa8c0e48bb5bb12316f1e8abb9a4c))
48
638
 
49
639
 
50
640
  ### Dependencies
@@ -53,7 +643,7 @@
53
643
  * devDependencies
54
644
  * @twin.org/nameof-transformer bumped from 0.0.3-next.6 to 0.0.3-next.7
55
645
 
56
- ## [0.0.3-next.6](https://github.com/twinfoundation/framework/compare/nameof-v0.0.3-next.5...nameof-v0.0.3-next.6) (2025-11-25)
646
+ ## [0.0.3-next.6](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.5...nameof-v0.0.3-next.6) (2025-11-25)
57
647
 
58
648
 
59
649
  ### Miscellaneous Chores
@@ -67,7 +657,7 @@
67
657
  * devDependencies
68
658
  * @twin.org/nameof-transformer bumped from 0.0.3-next.5 to 0.0.3-next.6
69
659
 
70
- ## [0.0.3-next.5](https://github.com/twinfoundation/framework/compare/nameof-v0.0.3-next.4...nameof-v0.0.3-next.5) (2025-11-20)
660
+ ## [0.0.3-next.5](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.4...nameof-v0.0.3-next.5) (2025-11-20)
71
661
 
72
662
 
73
663
  ### Miscellaneous Chores
@@ -81,7 +671,7 @@
81
671
  * devDependencies
82
672
  * @twin.org/nameof-transformer bumped from 0.0.3-next.4 to 0.0.3-next.5
83
673
 
84
- ## [0.0.3-next.4](https://github.com/twinfoundation/framework/compare/nameof-v0.0.3-next.3...nameof-v0.0.3-next.4) (2025-11-13)
674
+ ## [0.0.3-next.4](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.3...nameof-v0.0.3-next.4) (2025-11-13)
85
675
 
86
676
 
87
677
  ### Miscellaneous Chores
@@ -95,7 +685,7 @@
95
685
  * devDependencies
96
686
  * @twin.org/nameof-transformer bumped from 0.0.3-next.3 to 0.0.3-next.4
97
687
 
98
- ## [0.0.3-next.3](https://github.com/twinfoundation/framework/compare/nameof-v0.0.3-next.2...nameof-v0.0.3-next.3) (2025-11-12)
688
+ ## [0.0.3-next.3](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.2...nameof-v0.0.3-next.3) (2025-11-12)
99
689
 
100
690
 
101
691
  ### Miscellaneous Chores
@@ -109,7 +699,7 @@
109
699
  * devDependencies
110
700
  * @twin.org/nameof-transformer bumped from 0.0.3-next.2 to 0.0.3-next.3
111
701
 
112
- ## [0.0.3-next.2](https://github.com/twinfoundation/framework/compare/nameof-v0.0.3-next.1...nameof-v0.0.3-next.2) (2025-11-12)
702
+ ## [0.0.3-next.2](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.1...nameof-v0.0.3-next.2) (2025-11-12)
113
703
 
114
704
 
115
705
  ### Miscellaneous Chores
@@ -123,23 +713,23 @@
123
713
  * devDependencies
124
714
  * @twin.org/nameof-transformer bumped from 0.0.3-next.1 to 0.0.3-next.2
125
715
 
126
- ## [0.0.3-next.1](https://github.com/twinfoundation/framework/compare/nameof-v0.0.3-next.0...nameof-v0.0.3-next.1) (2025-11-10)
716
+ ## [0.0.3-next.1](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.3-next.0...nameof-v0.0.3-next.1) (2025-11-10)
127
717
 
128
718
 
129
719
  ### Features
130
720
 
131
- * add context id features ([#206](https://github.com/twinfoundation/framework/issues/206)) ([ef0d4ee](https://github.com/twinfoundation/framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
132
- * additional nameof operators ([a5aab60](https://github.com/twinfoundation/framework/commit/a5aab60bf66a86f1b7ff8af7c4f044cb03706d50))
133
- * eslint migration to flat config ([74427d7](https://github.com/twinfoundation/framework/commit/74427d78d342167f7850e49ab87269326355befe))
134
- * locales validation ([#197](https://github.com/twinfoundation/framework/issues/197)) ([55fdadb](https://github.com/twinfoundation/framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
135
- * relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
136
- * update dependencies ([f3bd015](https://github.com/twinfoundation/framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
137
- * use cause instead of inner for errors ([1f4acc4](https://github.com/twinfoundation/framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
721
+ * add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
722
+ * additional nameof operators ([a5aab60](https://github.com/iotaledger/twin-framework/commit/a5aab60bf66a86f1b7ff8af7c4f044cb03706d50))
723
+ * eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
724
+ * locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
725
+ * relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
726
+ * update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
727
+ * use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
138
728
 
139
729
 
140
730
  ### Bug Fixes
141
731
 
142
- * repo urls in package.json for moved packages ([31ae463](https://github.com/twinfoundation/framework/commit/31ae463095dfa8c0e48bb5bb12316f1e8abb9a4c))
732
+ * repo urls in package.json for moved packages ([31ae463](https://github.com/iotaledger/twin-framework/commit/31ae463095dfa8c0e48bb5bb12316f1e8abb9a4c))
143
733
 
144
734
 
145
735
  ### Dependencies
@@ -148,7 +738,7 @@
148
738
  * devDependencies
149
739
  * @twin.org/nameof-transformer bumped from 0.0.3-next.0 to 0.0.3-next.1
150
740
 
151
- ## [0.0.2-next.22](https://github.com/twinfoundation/framework/compare/nameof-v0.0.2-next.21...nameof-v0.0.2-next.22) (2025-10-10)
741
+ ## [0.0.2-next.22](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.2-next.21...nameof-v0.0.2-next.22) (2025-10-10)
152
742
 
153
743
 
154
744
  ### Miscellaneous Chores
@@ -162,12 +752,12 @@
162
752
  * devDependencies
163
753
  * @twin.org/nameof-transformer bumped from 0.0.2-next.21 to 0.0.2-next.22
164
754
 
165
- ## [0.0.2-next.21](https://github.com/twinfoundation/framework/compare/nameof-v0.0.2-next.20...nameof-v0.0.2-next.21) (2025-10-09)
755
+ ## [0.0.2-next.21](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.2-next.20...nameof-v0.0.2-next.21) (2025-10-09)
166
756
 
167
757
 
168
758
  ### Features
169
759
 
170
- * locales validation ([#197](https://github.com/twinfoundation/framework/issues/197)) ([55fdadb](https://github.com/twinfoundation/framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
760
+ * locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
171
761
 
172
762
 
173
763
  ### Dependencies
@@ -176,7 +766,7 @@
176
766
  * devDependencies
177
767
  * @twin.org/nameof-transformer bumped from 0.0.2-next.20 to 0.0.2-next.21
178
768
 
179
- ## [0.0.2-next.20](https://github.com/twinfoundation/framework/compare/nameof-v0.0.2-next.19...nameof-v0.0.2-next.20) (2025-10-02)
769
+ ## [0.0.2-next.20](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.2-next.19...nameof-v0.0.2-next.20) (2025-10-02)
180
770
 
181
771
 
182
772
  ### Miscellaneous Chores
@@ -190,7 +780,7 @@
190
780
  * devDependencies
191
781
  * @twin.org/nameof-transformer bumped from 0.0.2-next.19 to 0.0.2-next.20
192
782
 
193
- ## [0.0.2-next.19](https://github.com/twinfoundation/framework/compare/nameof-v0.0.2-next.18...nameof-v0.0.2-next.19) (2025-09-30)
783
+ ## [0.0.2-next.19](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.2-next.18...nameof-v0.0.2-next.19) (2025-09-30)
194
784
 
195
785
 
196
786
  ### Miscellaneous Chores
@@ -204,7 +794,7 @@
204
794
  * devDependencies
205
795
  * @twin.org/nameof-transformer bumped from 0.0.2-next.18 to 0.0.2-next.19
206
796
 
207
- ## [0.0.2-next.18](https://github.com/twinfoundation/framework/compare/nameof-v0.0.2-next.17...nameof-v0.0.2-next.18) (2025-09-29)
797
+ ## [0.0.2-next.18](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.2-next.17...nameof-v0.0.2-next.18) (2025-09-29)
208
798
 
209
799
 
210
800
  ### Miscellaneous Chores
@@ -218,12 +808,12 @@
218
808
  * devDependencies
219
809
  * @twin.org/nameof-transformer bumped from 0.0.2-next.17 to 0.0.2-next.18
220
810
 
221
- ## [0.0.2-next.17](https://github.com/twinfoundation/framework/compare/nameof-v0.0.2-next.16...nameof-v0.0.2-next.17) (2025-09-29)
811
+ ## [0.0.2-next.17](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.2-next.16...nameof-v0.0.2-next.17) (2025-09-29)
222
812
 
223
813
 
224
814
  ### Features
225
815
 
226
- * additional nameof operators ([a5aab60](https://github.com/twinfoundation/framework/commit/a5aab60bf66a86f1b7ff8af7c4f044cb03706d50))
816
+ * additional nameof operators ([a5aab60](https://github.com/iotaledger/twin-framework/commit/a5aab60bf66a86f1b7ff8af7c4f044cb03706d50))
227
817
 
228
818
 
229
819
  ### Dependencies
@@ -232,7 +822,7 @@
232
822
  * devDependencies
233
823
  * @twin.org/nameof-transformer bumped from 0.0.2-next.16 to 0.0.2-next.17
234
824
 
235
- ## [0.0.2-next.16](https://github.com/twinfoundation/framework/compare/nameof-v0.0.2-next.15...nameof-v0.0.2-next.16) (2025-09-28)
825
+ ## [0.0.2-next.16](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.2-next.15...nameof-v0.0.2-next.16) (2025-09-28)
236
826
 
237
827
 
238
828
  ### Miscellaneous Chores
@@ -246,7 +836,7 @@
246
836
  * devDependencies
247
837
  * @twin.org/nameof-transformer bumped from 0.0.2-next.15 to 0.0.2-next.16
248
838
 
249
- ## [0.0.2-next.15](https://github.com/twinfoundation/framework/compare/nameof-v0.0.2-next.14...nameof-v0.0.2-next.15) (2025-09-22)
839
+ ## [0.0.2-next.15](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.2-next.14...nameof-v0.0.2-next.15) (2025-09-22)
250
840
 
251
841
 
252
842
  ### Miscellaneous Chores
@@ -260,7 +850,7 @@
260
850
  * devDependencies
261
851
  * @twin.org/nameof-transformer bumped from 0.0.2-next.14 to 0.0.2-next.15
262
852
 
263
- ## [0.0.2-next.14](https://github.com/twinfoundation/framework/compare/nameof-v0.0.2-next.13...nameof-v0.0.2-next.14) (2025-09-22)
853
+ ## [0.0.2-next.14](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.2-next.13...nameof-v0.0.2-next.14) (2025-09-22)
264
854
 
265
855
 
266
856
  ### Miscellaneous Chores
@@ -274,7 +864,7 @@
274
864
  * devDependencies
275
865
  * @twin.org/nameof-transformer bumped from 0.0.2-next.13 to 0.0.2-next.14
276
866
 
277
- ## [0.0.2-next.13](https://github.com/twinfoundation/framework/compare/nameof-v0.0.2-next.12...nameof-v0.0.2-next.13) (2025-09-22)
867
+ ## [0.0.2-next.13](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.2-next.12...nameof-v0.0.2-next.13) (2025-09-22)
278
868
 
279
869
 
280
870
  ### Miscellaneous Chores
@@ -288,7 +878,7 @@
288
878
  * devDependencies
289
879
  * @twin.org/nameof-transformer bumped from 0.0.2-next.12 to 0.0.2-next.13
290
880
 
291
- ## [0.0.2-next.12](https://github.com/twinfoundation/framework/compare/nameof-v0.0.2-next.11...nameof-v0.0.2-next.12) (2025-09-15)
881
+ ## [0.0.2-next.12](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.2-next.11...nameof-v0.0.2-next.12) (2025-09-15)
292
882
 
293
883
 
294
884
  ### Miscellaneous Chores
@@ -302,7 +892,7 @@
302
892
  * devDependencies
303
893
  * @twin.org/nameof-transformer bumped from 0.0.2-next.11 to 0.0.2-next.12
304
894
 
305
- ## [0.0.2-next.11](https://github.com/twinfoundation/framework/compare/nameof-v0.0.2-next.10...nameof-v0.0.2-next.11) (2025-09-15)
895
+ ## [0.0.2-next.11](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.2-next.10...nameof-v0.0.2-next.11) (2025-09-15)
306
896
 
307
897
 
308
898
  ### Miscellaneous Chores
@@ -316,7 +906,7 @@
316
906
  * devDependencies
317
907
  * @twin.org/nameof-transformer bumped from 0.0.2-next.10 to 0.0.2-next.11
318
908
 
319
- ## [0.0.2-next.10](https://github.com/twinfoundation/framework/compare/nameof-v0.0.2-next.9...nameof-v0.0.2-next.10) (2025-09-11)
909
+ ## [0.0.2-next.10](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.2-next.9...nameof-v0.0.2-next.10) (2025-09-11)
320
910
 
321
911
 
322
912
  ### Miscellaneous Chores
@@ -330,7 +920,7 @@
330
920
  * devDependencies
331
921
  * @twin.org/nameof-transformer bumped from 0.0.2-next.9 to 0.0.2-next.10
332
922
 
333
- ## [0.0.2-next.9](https://github.com/twinfoundation/framework/compare/nameof-v0.0.2-next.8...nameof-v0.0.2-next.9) (2025-09-08)
923
+ ## [0.0.2-next.9](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.2-next.8...nameof-v0.0.2-next.9) (2025-09-08)
334
924
 
335
925
 
336
926
  ### Miscellaneous Chores
@@ -344,7 +934,7 @@
344
934
  * devDependencies
345
935
  * @twin.org/nameof-transformer bumped from 0.0.2-next.8 to 0.0.2-next.9
346
936
 
347
- ## [0.0.2-next.8](https://github.com/twinfoundation/framework/compare/nameof-v0.0.2-next.7...nameof-v0.0.2-next.8) (2025-09-05)
937
+ ## [0.0.2-next.8](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.2-next.7...nameof-v0.0.2-next.8) (2025-09-05)
348
938
 
349
939
 
350
940
  ### Miscellaneous Chores
@@ -358,12 +948,12 @@
358
948
  * devDependencies
359
949
  * @twin.org/nameof-transformer bumped from 0.0.2-next.7 to 0.0.2-next.8
360
950
 
361
- ## [0.0.2-next.7](https://github.com/twinfoundation/framework/compare/nameof-v0.0.2-next.6...nameof-v0.0.2-next.7) (2025-08-29)
951
+ ## [0.0.2-next.7](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.2-next.6...nameof-v0.0.2-next.7) (2025-08-29)
362
952
 
363
953
 
364
954
  ### Features
365
955
 
366
- * eslint migration to flat config ([74427d7](https://github.com/twinfoundation/framework/commit/74427d78d342167f7850e49ab87269326355befe))
956
+ * eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
367
957
 
368
958
 
369
959
  ### Dependencies
@@ -372,7 +962,7 @@
372
962
  * devDependencies
373
963
  * @twin.org/nameof-transformer bumped from 0.0.2-next.6 to 0.0.2-next.7
374
964
 
375
- ## [0.0.2-next.6](https://github.com/twinfoundation/framework/compare/nameof-v0.0.2-next.5...nameof-v0.0.2-next.6) (2025-08-27)
965
+ ## [0.0.2-next.6](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.2-next.5...nameof-v0.0.2-next.6) (2025-08-27)
376
966
 
377
967
 
378
968
  ### Miscellaneous Chores
@@ -386,12 +976,12 @@
386
976
  * devDependencies
387
977
  * @twin.org/nameof-transformer bumped from 0.0.2-next.5 to 0.0.2-next.6
388
978
 
389
- ## [0.0.2-next.5](https://github.com/twinfoundation/framework/compare/nameof-v0.0.2-next.4...nameof-v0.0.2-next.5) (2025-08-19)
979
+ ## [0.0.2-next.5](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.2-next.4...nameof-v0.0.2-next.5) (2025-08-19)
390
980
 
391
981
 
392
982
  ### Features
393
983
 
394
- * use cause instead of inner for errors ([1f4acc4](https://github.com/twinfoundation/framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
984
+ * use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
395
985
 
396
986
 
397
987
  ### Dependencies
@@ -400,7 +990,7 @@
400
990
  * devDependencies
401
991
  * @twin.org/nameof-transformer bumped from 0.0.2-next.4 to 0.0.2-next.5
402
992
 
403
- ## [0.0.2-next.4](https://github.com/twinfoundation/framework/compare/nameof-v0.0.2-next.3...nameof-v0.0.2-next.4) (2025-08-15)
993
+ ## [0.0.2-next.4](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.2-next.3...nameof-v0.0.2-next.4) (2025-08-15)
404
994
 
405
995
 
406
996
  ### Miscellaneous Chores
@@ -414,18 +1004,18 @@
414
1004
  * devDependencies
415
1005
  * @twin.org/nameof-transformer bumped from 0.0.2-next.3 to 0.0.2-next.4
416
1006
 
417
- ## [0.0.2-next.3](https://github.com/twinfoundation/framework/compare/nameof-v0.0.2-next.2...nameof-v0.0.2-next.3) (2025-08-06)
1007
+ ## [0.0.2-next.3](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.2-next.2...nameof-v0.0.2-next.3) (2025-08-06)
418
1008
 
419
1009
 
420
1010
  ### Features
421
1011
 
422
- * relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
423
- * update dependencies ([f3bd015](https://github.com/twinfoundation/framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
1012
+ * relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
1013
+ * update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
424
1014
 
425
1015
 
426
1016
  ### Bug Fixes
427
1017
 
428
- * repo urls in package.json for moved packages ([31ae463](https://github.com/twinfoundation/framework/commit/31ae463095dfa8c0e48bb5bb12316f1e8abb9a4c))
1018
+ * repo urls in package.json for moved packages ([31ae463](https://github.com/iotaledger/twin-framework/commit/31ae463095dfa8c0e48bb5bb12316f1e8abb9a4c))
429
1019
 
430
1020
 
431
1021
  ### Dependencies
@@ -434,18 +1024,18 @@
434
1024
  * devDependencies
435
1025
  * @twin.org/nameof-transformer bumped from 0.0.2-next.2 to 0.0.2-next.3
436
1026
 
437
- ## [0.0.2-next.2](https://github.com/twinfoundation/framework/compare/nameof-v0.0.2-next.1...nameof-v0.0.2-next.2) (2025-08-06)
1027
+ ## [0.0.2-next.2](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.2-next.1...nameof-v0.0.2-next.2) (2025-08-06)
438
1028
 
439
1029
 
440
1030
  ### Features
441
1031
 
442
- * relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
443
- * update dependencies ([f3bd015](https://github.com/twinfoundation/framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
1032
+ * relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
1033
+ * update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
444
1034
 
445
1035
 
446
1036
  ### Bug Fixes
447
1037
 
448
- * repo urls in package.json for moved packages ([31ae463](https://github.com/twinfoundation/framework/commit/31ae463095dfa8c0e48bb5bb12316f1e8abb9a4c))
1038
+ * repo urls in package.json for moved packages ([31ae463](https://github.com/iotaledger/twin-framework/commit/31ae463095dfa8c0e48bb5bb12316f1e8abb9a4c))
449
1039
 
450
1040
 
451
1041
  ### Dependencies
@@ -454,18 +1044,18 @@
454
1044
  * devDependencies
455
1045
  * @twin.org/nameof-transformer bumped from 0.0.2-next.1 to 0.0.2-next.2
456
1046
 
457
- ## [0.0.2-next.1](https://github.com/twinfoundation/framework/compare/nameof-v0.0.2-next.0...nameof-v0.0.2-next.1) (2025-08-06)
1047
+ ## [0.0.2-next.1](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.2-next.0...nameof-v0.0.2-next.1) (2025-08-06)
458
1048
 
459
1049
 
460
1050
  ### Features
461
1051
 
462
- * relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
463
- * update dependencies ([f3bd015](https://github.com/twinfoundation/framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
1052
+ * relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
1053
+ * update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
464
1054
 
465
1055
 
466
1056
  ### Bug Fixes
467
1057
 
468
- * repo urls in package.json for moved packages ([31ae463](https://github.com/twinfoundation/framework/commit/31ae463095dfa8c0e48bb5bb12316f1e8abb9a4c))
1058
+ * repo urls in package.json for moved packages ([31ae463](https://github.com/iotaledger/twin-framework/commit/31ae463095dfa8c0e48bb5bb12316f1e8abb9a4c))
469
1059
 
470
1060
 
471
1061
  ### Dependencies
@@ -479,8 +1069,8 @@
479
1069
 
480
1070
  ### Features
481
1071
 
482
- * release to production ([829d53d](https://github.com/twinfoundation/framework/commit/829d53d3953b1e1b40b0243c04cfdfd3842aac7b))
483
- * release to production ([5cf3a76](https://github.com/twinfoundation/framework/commit/5cf3a76a09eff2e6414d0cba846c7c37400a11d6))
1072
+ * release to production ([829d53d](https://github.com/iotaledger/twin-framework/commit/829d53d3953b1e1b40b0243c04cfdfd3842aac7b))
1073
+ * release to production ([5cf3a76](https://github.com/iotaledger/twin-framework/commit/5cf3a76a09eff2e6414d0cba846c7c37400a11d6))
484
1074
 
485
1075
 
486
1076
  ### Dependencies
@@ -489,17 +1079,17 @@
489
1079
  * devDependencies
490
1080
  * @twin.org/nameof-transformer bumped from ^0.0.0 to ^0.0.1
491
1081
 
492
- ## [0.0.1-next.70](https://github.com/twinfoundation/framework/compare/nameof-v0.0.1-next.69...nameof-v0.0.1-next.70) (2025-07-02)
1082
+ ## [0.0.1-next.70](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.1-next.69...nameof-v0.0.1-next.70) (2025-07-02)
493
1083
 
494
1084
 
495
1085
  ### Features
496
1086
 
497
- * relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
1087
+ * relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
498
1088
 
499
1089
 
500
1090
  ### Bug Fixes
501
1091
 
502
- * repo urls in package.json for moved packages ([31ae463](https://github.com/twinfoundation/framework/commit/31ae463095dfa8c0e48bb5bb12316f1e8abb9a4c))
1092
+ * repo urls in package.json for moved packages ([31ae463](https://github.com/iotaledger/twin-framework/commit/31ae463095dfa8c0e48bb5bb12316f1e8abb9a4c))
503
1093
 
504
1094
 
505
1095
  ### Dependencies
@@ -508,17 +1098,17 @@
508
1098
  * devDependencies
509
1099
  * @twin.org/nameof-transformer bumped from 0.0.1-next.69 to 0.0.1-next.70
510
1100
 
511
- ## [0.0.1-next.69](https://github.com/twinfoundation/framework/compare/nameof-v0.0.1-next.68...nameof-v0.0.1-next.69) (2025-07-02)
1101
+ ## [0.0.1-next.69](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.1-next.68...nameof-v0.0.1-next.69) (2025-07-02)
512
1102
 
513
1103
 
514
1104
  ### Features
515
1105
 
516
- * relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
1106
+ * relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
517
1107
 
518
1108
 
519
1109
  ### Bug Fixes
520
1110
 
521
- * repo urls in package.json for moved packages ([31ae463](https://github.com/twinfoundation/framework/commit/31ae463095dfa8c0e48bb5bb12316f1e8abb9a4c))
1111
+ * repo urls in package.json for moved packages ([31ae463](https://github.com/iotaledger/twin-framework/commit/31ae463095dfa8c0e48bb5bb12316f1e8abb9a4c))
522
1112
 
523
1113
 
524
1114
  ### Dependencies
@@ -527,12 +1117,12 @@
527
1117
  * devDependencies
528
1118
  * @twin.org/nameof-transformer bumped from 0.0.1-next.68 to 0.0.1-next.69
529
1119
 
530
- ## [0.0.1-next.68](https://github.com/twinfoundation/framework/compare/nameof-v0.0.1-next.67...nameof-v0.0.1-next.68) (2025-07-02)
1120
+ ## [0.0.1-next.68](https://github.com/iotaledger/twin-framework/compare/nameof-v0.0.1-next.67...nameof-v0.0.1-next.68) (2025-07-02)
531
1121
 
532
1122
 
533
1123
  ### Features
534
1124
 
535
- * relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
1125
+ * relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
536
1126
 
537
1127
 
538
1128
  ### Dependencies
@@ -541,7 +1131,7 @@
541
1131
  * devDependencies
542
1132
  * @twin.org/nameof-transformer bumped from 0.0.1-next.67 to 0.0.1-next.68
543
1133
 
544
- ## [0.0.1-next.28](https://github.com/twinfoundation/tools/compare/nameof-v0.0.1-next.27...nameof-v0.0.1-next.28) (2025-06-18)
1134
+ ## [0.0.1-next.28](https://github.com/iotaledger/twin-tools/compare/nameof-v0.0.1-next.27...nameof-v0.0.1-next.28) (2025-06-18)
545
1135
 
546
1136
 
547
1137
  ### Miscellaneous Chores
@@ -555,7 +1145,7 @@
555
1145
  * devDependencies
556
1146
  * @twin.org/nameof-transformer bumped from 0.0.1-next.27 to 0.0.1-next.28
557
1147
 
558
- ## [0.0.1-next.27](https://github.com/twinfoundation/tools/compare/nameof-v0.0.1-next.26...nameof-v0.0.1-next.27) (2025-06-17)
1148
+ ## [0.0.1-next.27](https://github.com/iotaledger/twin-tools/compare/nameof-v0.0.1-next.26...nameof-v0.0.1-next.27) (2025-06-17)
559
1149
 
560
1150
 
561
1151
  ### Miscellaneous Chores
@@ -569,7 +1159,7 @@
569
1159
  * devDependencies
570
1160
  * @twin.org/nameof-transformer bumped from 0.0.1-next.26 to 0.0.1-next.27
571
1161
 
572
- ## [0.0.1-next.26](https://github.com/twinfoundation/tools/compare/nameof-v0.0.1-next.25...nameof-v0.0.1-next.26) (2025-06-11)
1162
+ ## [0.0.1-next.26](https://github.com/iotaledger/twin-tools/compare/nameof-v0.0.1-next.25...nameof-v0.0.1-next.26) (2025-06-11)
573
1163
 
574
1164
 
575
1165
  ### Miscellaneous Chores
@@ -583,12 +1173,12 @@
583
1173
  * devDependencies
584
1174
  * @twin.org/nameof-transformer bumped from 0.0.1-next.25 to 0.0.1-next.26
585
1175
 
586
- ## [0.0.1-next.25](https://github.com/twinfoundation/tools/compare/nameof-v0.0.1-next.24...nameof-v0.0.1-next.25) (2025-06-10)
1176
+ ## [0.0.1-next.25](https://github.com/iotaledger/twin-tools/compare/nameof-v0.0.1-next.24...nameof-v0.0.1-next.25) (2025-06-10)
587
1177
 
588
1178
 
589
1179
  ### Features
590
1180
 
591
- * add ts-to-schema overrides ([3c54504](https://github.com/twinfoundation/tools/commit/3c5450468eb998204a75576b7791a7ca4027da62))
1181
+ * add ts-to-schema overrides ([3c54504](https://github.com/iotaledger/twin-tools/commit/3c5450468eb998204a75576b7791a7ca4027da62))
592
1182
 
593
1183
 
594
1184
  ### Dependencies
@@ -597,7 +1187,7 @@
597
1187
  * devDependencies
598
1188
  * @twin.org/nameof-transformer bumped from 0.0.1-next.24 to 0.0.1-next.25
599
1189
 
600
- ## [0.0.1-next.24](https://github.com/twinfoundation/tools/compare/nameof-v0.0.1-next.23...nameof-v0.0.1-next.24) (2025-06-05)
1190
+ ## [0.0.1-next.24](https://github.com/iotaledger/twin-tools/compare/nameof-v0.0.1-next.23...nameof-v0.0.1-next.24) (2025-06-05)
601
1191
 
602
1192
 
603
1193
  ### Miscellaneous Chores
@@ -611,7 +1201,7 @@
611
1201
  * devDependencies
612
1202
  * @twin.org/nameof-transformer bumped from 0.0.1-next.23 to 0.0.1-next.24
613
1203
 
614
- ## [0.0.1-next.23](https://github.com/twinfoundation/tools/compare/nameof-v0.0.1-next.22...nameof-v0.0.1-next.23) (2025-06-03)
1204
+ ## [0.0.1-next.23](https://github.com/iotaledger/twin-tools/compare/nameof-v0.0.1-next.22...nameof-v0.0.1-next.23) (2025-06-03)
615
1205
 
616
1206
 
617
1207
  ### Miscellaneous Chores
@@ -625,7 +1215,7 @@
625
1215
  * devDependencies
626
1216
  * @twin.org/nameof-transformer bumped from 0.0.1-next.22 to 0.0.1-next.23
627
1217
 
628
- ## [0.0.1-next.22](https://github.com/twinfoundation/tools/compare/nameof-v0.0.1-next.21...nameof-v0.0.1-next.22) (2025-06-03)
1218
+ ## [0.0.1-next.22](https://github.com/iotaledger/twin-tools/compare/nameof-v0.0.1-next.21...nameof-v0.0.1-next.22) (2025-06-03)
629
1219
 
630
1220
 
631
1221
  ### Miscellaneous Chores
@@ -639,12 +1229,12 @@
639
1229
  * devDependencies
640
1230
  * @twin.org/nameof-transformer bumped from 0.0.1-next.21 to 0.0.1-next.22
641
1231
 
642
- ## [0.0.1-next.21](https://github.com/twinfoundation/tools/compare/nameof-v0.0.1-next.20...nameof-v0.0.1-next.21) (2025-04-17)
1232
+ ## [0.0.1-next.21](https://github.com/iotaledger/twin-tools/compare/nameof-v0.0.1-next.20...nameof-v0.0.1-next.21) (2025-04-17)
643
1233
 
644
1234
 
645
1235
  ### Features
646
1236
 
647
- * use shared store mechanism ([#31](https://github.com/twinfoundation/tools/issues/31)) ([d9fe68b](https://github.com/twinfoundation/tools/commit/d9fe68b903d1268c7cb3c64772df5cb78fd63667))
1237
+ * use shared store mechanism ([#31](https://github.com/iotaledger/twin-tools/issues/31)) ([d9fe68b](https://github.com/iotaledger/twin-tools/commit/d9fe68b903d1268c7cb3c64772df5cb78fd63667))
648
1238
 
649
1239
 
650
1240
  ### Dependencies
@@ -653,7 +1243,7 @@
653
1243
  * devDependencies
654
1244
  * @twin.org/nameof-transformer bumped from 0.0.1-next.20 to 0.0.1-next.21
655
1245
 
656
- ## [0.0.1-next.20](https://github.com/twinfoundation/tools/compare/nameof-v0.0.1-next.19...nameof-v0.0.1-next.20) (2025-03-28)
1246
+ ## [0.0.1-next.20](https://github.com/iotaledger/twin-tools/compare/nameof-v0.0.1-next.19...nameof-v0.0.1-next.20) (2025-03-28)
657
1247
 
658
1248
 
659
1249
  ### Miscellaneous Chores
@@ -667,7 +1257,7 @@
667
1257
  * devDependencies
668
1258
  * @twin.org/nameof-transformer bumped from 0.0.1-next.19 to 0.0.1-next.20
669
1259
 
670
- ## [0.0.1-next.19](https://github.com/twinfoundation/tools/compare/nameof-v0.0.1-next.18...nameof-v0.0.1-next.19) (2025-03-26)
1260
+ ## [0.0.1-next.19](https://github.com/iotaledger/twin-tools/compare/nameof-v0.0.1-next.18...nameof-v0.0.1-next.19) (2025-03-26)
671
1261
 
672
1262
 
673
1263
  ### Miscellaneous Chores
package/docs/examples.md CHANGED
@@ -1,74 +1,60 @@
1
- # @twin.org/nameof - Examples
1
+ # Nameof Examples
2
2
 
3
- ## `nameof<T>`
3
+ Use these snippets for strongly typed name extraction patterns that remain safe during refactors.
4
4
 
5
- One of the internal transformers in the TypeScript compiler will reduce an interface to no code, which means that at runtime the type information is missing. So operations where you might like to find the name of a class/type etc are not available.
6
-
7
- We have many places in our code where we want to use the name of the class, we could do the following.
5
+ ## `nameof`
8
6
 
9
7
  ```typescript
10
- export class MyClass {
11
- public static className(): string {
12
- return 'MyClass';
13
- }
14
- }
15
- console.log(MyClass.className()); // Outputs "MyClass"
16
- ```
8
+ import { nameof } from '@twin.org/nameof';
17
9
 
18
- But if you changed the name of the class you would have to make sure you also replaced all string instances where it was mentioned as well, this is prone to lots of errors.
10
+ class AccountState {
11
+ public id!: string;
12
+ }
19
13
 
20
- We can use the `nameof` transformer as follows.
14
+ nameof<AccountState>(); // 'AccountState'
15
+ ```
21
16
 
22
17
  ```typescript
23
18
  import { nameof } from '@twin.org/nameof';
24
19
 
25
- export class MyClass {
26
- public static className(): string {
27
- return nameof<MyClass>();
28
- }
20
+ interface Profile {
21
+ displayName: string;
22
+ stats?: {
23
+ loginCount: number;
24
+ };
29
25
  }
30
- console.log(MyClass.className()); // Outputs "MyClass"
31
- ```
32
-
33
- Now if we rename `MyClass` without updating the references in the `nameof` call we will get a compiler error, code auto refactoring would actually perform the rename for us.
34
26
 
35
- Since `nameof` is performed as a compile time transform, the actual code produced looks like this.
27
+ const profile: Profile = {
28
+ displayName: 'Ari',
29
+ stats: {
30
+ loginCount: 12
31
+ }
32
+ };
36
33
 
37
- ```javascript
38
- export class MyClass {
39
- static public className(): string {
40
- return "MyClass";
41
- }
42
- }
43
- console.log(MyClass.className()); // Outputs "MyClass"
34
+ nameof(profile.displayName); // 'displayName'
35
+ nameof(profile.stats?.loginCount); // 'stats.loginCount'
44
36
  ```
45
37
 
46
- This means there is no additional overheads in function calls at runtime.
47
-
48
- ## `nameof(propName)`
49
-
50
- The `nameof(propName)` transform behaves in much the same way as `nameof<T>`, but instead works on properties passed to it.
38
+ ## `nameofKebabCase`
51
39
 
52
40
  ```typescript
53
- import { nameof } from '@twin.org/nameof';
41
+ import { nameofKebabCase } from '@twin.org/nameof';
54
42
 
55
- export class MyClass {
56
- public static propName(aProp: string): string {
57
- return nameof(aProp);
58
- }
43
+ class ReportSummary {
44
+ public totalCount!: number;
59
45
  }
60
- console.log(MyClass.propName()); // Outputs "aProp"
46
+
47
+ nameofKebabCase<ReportSummary>(); // 'report-summary'
61
48
  ```
62
49
 
63
- You can also used it with chained properties, nullish operators can also be used, but are removed.
50
+ ## `nameofCamelCase`
64
51
 
65
52
  ```typescript
66
- import { nameof } from '@twin.org/nameof';
53
+ import { nameofCamelCase } from '@twin.org/nameof';
67
54
 
68
- export class MyClass {
69
- public static propName(aProp: { inner?: boolean }): string {
70
- return nameof(aProp?.inner);
71
- }
55
+ class UserProfileRecord {
56
+ public profileImageUrl!: string;
72
57
  }
73
- console.log(MyClass.propName()); // Outputs "aProp.inner"
58
+
59
+ nameofCamelCase<UserProfileRecord>(); // 'userProfileRecord'
74
60
  ```
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@twin.org/nameof",
3
- "version": "0.0.3-next.9",
4
- "description": "Provides the definitions for the methods which are processed by the nameof-transformer",
3
+ "version": "0.0.4-next.1",
4
+ "description": "The definitions for the methods which are processed by the nameof-transformer",
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "git+https://github.com/twinfoundation/framework.git",
7
+ "url": "git+https://github.com/iotaledger/framework.git",
8
8
  "directory": "packages/nameof"
9
9
  },
10
10
  "author": "martyn.janes@iota.org",
@@ -36,7 +36,7 @@
36
36
  "blockchain"
37
37
  ],
38
38
  "bugs": {
39
- "url": "git+https://github.com/twinfoundation/framework/issues"
39
+ "url": "git+https://github.com/iotaledger/framework/issues"
40
40
  },
41
41
  "homepage": "https://twindev.org"
42
42
  }