@twin.org/cli-core 0.0.3-next.4 → 0.0.3-next.40
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 +2 -2
- package/dist/es/cliParam.js +3 -3
- package/dist/es/cliParam.js.map +1 -1
- package/docs/changelog.md +784 -104
- package/docs/examples.md +82 -1
- package/docs/reference/classes/CLIBase.md +3 -3
- package/docs/reference/classes/CLIDisplay.md +27 -27
- package/docs/reference/classes/CLIOptions.md +1 -1
- package/docs/reference/classes/CLIParam.md +56 -56
- package/docs/reference/classes/CLIUtils.md +17 -17
- package/docs/reference/interfaces/ICliOptions.md +12 -12
- package/docs/reference/interfaces/ICliOutputOptionsConsole.md +1 -1
- package/docs/reference/interfaces/ICliOutputOptionsEnv.md +3 -3
- package/docs/reference/interfaces/ICliOutputOptionsJson.md +3 -3
- package/package.json +9 -8
package/docs/changelog.md
CHANGED
|
@@ -1,6 +1,686 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3-next.
|
|
3
|
+
## [0.0.3-next.40](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.39...cli-core-v0.0.3-next.40) (2026-05-13)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Miscellaneous Chores
|
|
7
|
+
|
|
8
|
+
* **cli-core:** 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.39 to 0.0.3-next.40
|
|
16
|
+
* @twin.org/nameof bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
17
|
+
* devDependencies
|
|
18
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
19
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
20
|
+
|
|
21
|
+
## [0.0.3-next.39](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.38...cli-core-v0.0.3-next.39) (2026-05-13)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Features
|
|
25
|
+
|
|
26
|
+
* improve signatures ([bcc21ae](https://github.com/iotaledger/twin-framework/commit/bcc21aed3e10a264ef5c8515bde8dcac8a05c719))
|
|
27
|
+
* improve signatures ([cdd24be](https://github.com/iotaledger/twin-framework/commit/cdd24be6fb898d33955b6f2f93c3ddbd73582269))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
### Dependencies
|
|
31
|
+
|
|
32
|
+
* The following workspace dependencies were updated
|
|
33
|
+
* dependencies
|
|
34
|
+
* @twin.org/core bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
35
|
+
* @twin.org/nameof bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
36
|
+
* devDependencies
|
|
37
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
38
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
39
|
+
|
|
40
|
+
## [0.0.3-next.38](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.37...cli-core-v0.0.3-next.38) (2026-05-11)
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
### Features
|
|
44
|
+
|
|
45
|
+
* typescript 6 update ([1d10f31](https://github.com/iotaledger/twin-framework/commit/1d10f31e6516ec622773f45e88af82fe749b384a))
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
### Dependencies
|
|
49
|
+
|
|
50
|
+
* The following workspace dependencies were updated
|
|
51
|
+
* dependencies
|
|
52
|
+
* @twin.org/core bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
53
|
+
* @twin.org/nameof bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
54
|
+
* devDependencies
|
|
55
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
56
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
57
|
+
|
|
58
|
+
## [0.0.3-next.37](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.36...cli-core-v0.0.3-next.37) (2026-05-07)
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
### Miscellaneous Chores
|
|
62
|
+
|
|
63
|
+
* **cli-core:** Synchronize repo versions
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
### Dependencies
|
|
67
|
+
|
|
68
|
+
* The following workspace dependencies were updated
|
|
69
|
+
* dependencies
|
|
70
|
+
* @twin.org/core bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
71
|
+
* @twin.org/nameof bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
72
|
+
* devDependencies
|
|
73
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
74
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
75
|
+
|
|
76
|
+
## [0.0.3-next.36](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.35...cli-core-v0.0.3-next.36) (2026-05-07)
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
### Miscellaneous Chores
|
|
80
|
+
|
|
81
|
+
* **cli-core:** Synchronize repo versions
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
### Dependencies
|
|
85
|
+
|
|
86
|
+
* The following workspace dependencies were updated
|
|
87
|
+
* dependencies
|
|
88
|
+
* @twin.org/core bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
89
|
+
* @twin.org/nameof bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
90
|
+
* devDependencies
|
|
91
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
92
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
93
|
+
|
|
94
|
+
## [0.0.3-next.35](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.34...cli-core-v0.0.3-next.35) (2026-05-06)
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
### Miscellaneous Chores
|
|
98
|
+
|
|
99
|
+
* **cli-core:** Synchronize repo versions
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
### Dependencies
|
|
103
|
+
|
|
104
|
+
* The following workspace dependencies were updated
|
|
105
|
+
* dependencies
|
|
106
|
+
* @twin.org/core bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
107
|
+
* @twin.org/nameof bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
108
|
+
* devDependencies
|
|
109
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
110
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
111
|
+
|
|
112
|
+
## [0.0.3-next.34](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.33...cli-core-v0.0.3-next.34) (2026-05-06)
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
### Miscellaneous Chores
|
|
116
|
+
|
|
117
|
+
* **cli-core:** Synchronize repo versions
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
### Dependencies
|
|
121
|
+
|
|
122
|
+
* The following workspace dependencies were updated
|
|
123
|
+
* dependencies
|
|
124
|
+
* @twin.org/core bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
125
|
+
* @twin.org/nameof bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
126
|
+
* devDependencies
|
|
127
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
128
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
129
|
+
|
|
130
|
+
## [0.0.3-next.33](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.32...cli-core-v0.0.3-next.33) (2026-05-05)
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
### Miscellaneous Chores
|
|
134
|
+
|
|
135
|
+
* **cli-core:** Synchronize repo versions
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
### Dependencies
|
|
139
|
+
|
|
140
|
+
* The following workspace dependencies were updated
|
|
141
|
+
* dependencies
|
|
142
|
+
* @twin.org/core bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
143
|
+
* @twin.org/nameof bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
144
|
+
* devDependencies
|
|
145
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
146
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
147
|
+
|
|
148
|
+
## [0.0.3-next.32](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.31...cli-core-v0.0.3-next.32) (2026-04-30)
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
### Miscellaneous Chores
|
|
152
|
+
|
|
153
|
+
* **cli-core:** Synchronize repo versions
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
### Dependencies
|
|
157
|
+
|
|
158
|
+
* The following workspace dependencies were updated
|
|
159
|
+
* dependencies
|
|
160
|
+
* @twin.org/core bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
161
|
+
* @twin.org/nameof bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
162
|
+
* devDependencies
|
|
163
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
164
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
165
|
+
|
|
166
|
+
## [0.0.3-next.31](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.30...cli-core-v0.0.3-next.31) (2026-04-14)
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
### Miscellaneous Chores
|
|
170
|
+
|
|
171
|
+
* **cli-core:** Synchronize repo versions
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
### Dependencies
|
|
175
|
+
|
|
176
|
+
* The following workspace dependencies were updated
|
|
177
|
+
* dependencies
|
|
178
|
+
* @twin.org/core bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
179
|
+
* @twin.org/nameof bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
180
|
+
* devDependencies
|
|
181
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
182
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
183
|
+
|
|
184
|
+
## [0.0.3-next.30](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.29...cli-core-v0.0.3-next.30) (2026-04-14)
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
### Miscellaneous Chores
|
|
188
|
+
|
|
189
|
+
* **cli-core:** Synchronize repo versions
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
### Dependencies
|
|
193
|
+
|
|
194
|
+
* The following workspace dependencies were updated
|
|
195
|
+
* dependencies
|
|
196
|
+
* @twin.org/core bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
197
|
+
* @twin.org/nameof bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
198
|
+
* devDependencies
|
|
199
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
200
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
201
|
+
|
|
202
|
+
## [0.0.3-next.29](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.28...cli-core-v0.0.3-next.29) (2026-04-14)
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
### Miscellaneous Chores
|
|
206
|
+
|
|
207
|
+
* **cli-core:** Synchronize repo versions
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
### Dependencies
|
|
211
|
+
|
|
212
|
+
* The following workspace dependencies were updated
|
|
213
|
+
* dependencies
|
|
214
|
+
* @twin.org/core bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
215
|
+
* @twin.org/nameof bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
216
|
+
* devDependencies
|
|
217
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
218
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
219
|
+
|
|
220
|
+
## [0.0.3-next.28](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.27...cli-core-v0.0.3-next.28) (2026-03-27)
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
### Miscellaneous Chores
|
|
224
|
+
|
|
225
|
+
* **cli-core:** Synchronize repo versions
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
### Dependencies
|
|
229
|
+
|
|
230
|
+
* The following workspace dependencies were updated
|
|
231
|
+
* dependencies
|
|
232
|
+
* @twin.org/core bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
233
|
+
* @twin.org/nameof bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
234
|
+
* devDependencies
|
|
235
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
236
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
237
|
+
|
|
238
|
+
## [0.0.3-next.27](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.26...cli-core-v0.0.3-next.27) (2026-03-27)
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
### Miscellaneous Chores
|
|
242
|
+
|
|
243
|
+
* **cli-core:** Synchronize repo versions
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
### Dependencies
|
|
247
|
+
|
|
248
|
+
* The following workspace dependencies were updated
|
|
249
|
+
* dependencies
|
|
250
|
+
* @twin.org/core bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
251
|
+
* @twin.org/nameof bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
252
|
+
* devDependencies
|
|
253
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
254
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
255
|
+
|
|
256
|
+
## [0.0.3-next.26](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.25...cli-core-v0.0.3-next.26) (2026-03-24)
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
### Miscellaneous Chores
|
|
260
|
+
|
|
261
|
+
* **cli-core:** Synchronize repo versions
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
### Dependencies
|
|
265
|
+
|
|
266
|
+
* The following workspace dependencies were updated
|
|
267
|
+
* dependencies
|
|
268
|
+
* @twin.org/core bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
269
|
+
* @twin.org/nameof bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
270
|
+
* devDependencies
|
|
271
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
272
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
273
|
+
|
|
274
|
+
## [0.0.3-next.25](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.24...cli-core-v0.0.3-next.25) (2026-03-23)
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
### Miscellaneous Chores
|
|
278
|
+
|
|
279
|
+
* **cli-core:** Synchronize repo versions
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
### Dependencies
|
|
283
|
+
|
|
284
|
+
* The following workspace dependencies were updated
|
|
285
|
+
* dependencies
|
|
286
|
+
* @twin.org/core bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
287
|
+
* @twin.org/nameof bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
288
|
+
* devDependencies
|
|
289
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
290
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
291
|
+
|
|
292
|
+
## [0.0.3-next.24](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.23...cli-core-v0.0.3-next.24) (2026-03-19)
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
### Bug Fixes
|
|
296
|
+
|
|
297
|
+
* ensure __decorate is defined for decorators ([103a563](https://github.com/iotaledger/twin-framework/commit/103a563ce01ebdef6240d2e590e7b026e8692684))
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
### Dependencies
|
|
301
|
+
|
|
302
|
+
* The following workspace dependencies were updated
|
|
303
|
+
* dependencies
|
|
304
|
+
* @twin.org/core bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
305
|
+
* @twin.org/nameof bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
306
|
+
* devDependencies
|
|
307
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
308
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
309
|
+
|
|
310
|
+
## [0.0.3-next.23](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.22...cli-core-v0.0.3-next.23) (2026-03-17)
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
### Miscellaneous Chores
|
|
314
|
+
|
|
315
|
+
* **cli-core:** Synchronize repo versions
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
### Dependencies
|
|
319
|
+
|
|
320
|
+
* The following workspace dependencies were updated
|
|
321
|
+
* dependencies
|
|
322
|
+
* @twin.org/core bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
323
|
+
* @twin.org/nameof bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
324
|
+
* devDependencies
|
|
325
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
326
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
327
|
+
|
|
328
|
+
## [0.0.3-next.22](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.21...cli-core-v0.0.3-next.22) (2026-02-26)
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
### Miscellaneous Chores
|
|
332
|
+
|
|
333
|
+
* **cli-core:** Synchronize repo versions
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
### Dependencies
|
|
337
|
+
|
|
338
|
+
* The following workspace dependencies were updated
|
|
339
|
+
* dependencies
|
|
340
|
+
* @twin.org/core bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
341
|
+
* @twin.org/nameof bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
342
|
+
* devDependencies
|
|
343
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
344
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
345
|
+
|
|
346
|
+
## [0.0.3-next.21](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.20...cli-core-v0.0.3-next.21) (2026-02-26)
|
|
347
|
+
|
|
348
|
+
|
|
349
|
+
### Features
|
|
350
|
+
|
|
351
|
+
* add CLIParam.arrayOneOf ([18f0815](https://github.com/iotaledger/twin-framework/commit/18f08157e5305cddf65d09b36a51a91a0873e396))
|
|
352
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
353
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
354
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
355
|
+
* improve error display in CLI ([94b6ca8](https://github.com/iotaledger/twin-framework/commit/94b6ca8bdcfe3ca7671c4095b436ea7bddaae98e))
|
|
356
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
357
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
358
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
359
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
360
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
### Bug Fixes
|
|
364
|
+
|
|
365
|
+
* cli display output for JSON to allow infinite depth ([2a06f52](https://github.com/iotaledger/twin-framework/commit/2a06f52c92dbc51a4969d651486a0c3548529929))
|
|
366
|
+
* export the json locales for cli-core ([188b47d](https://github.com/iotaledger/twin-framework/commit/188b47d3339deb42d08c32715909337749fb0e4a))
|
|
367
|
+
* framework pr naming convention ([#142](https://github.com/iotaledger/twin-framework/issues/142)) ([e29acee](https://github.com/iotaledger/twin-framework/commit/e29acee2fbec42506091956d6ba8b8ce25a90008))
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
### Dependencies
|
|
371
|
+
|
|
372
|
+
* The following workspace dependencies were updated
|
|
373
|
+
* dependencies
|
|
374
|
+
* @twin.org/core bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
375
|
+
* @twin.org/nameof bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
376
|
+
* devDependencies
|
|
377
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
378
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
379
|
+
|
|
380
|
+
## [0.0.3-next.20](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.19...cli-core-v0.0.3-next.20) (2026-02-26)
|
|
381
|
+
|
|
382
|
+
|
|
383
|
+
### Miscellaneous Chores
|
|
384
|
+
|
|
385
|
+
* **cli-core:** Synchronize repo versions
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
### Dependencies
|
|
389
|
+
|
|
390
|
+
* The following workspace dependencies were updated
|
|
391
|
+
* dependencies
|
|
392
|
+
* @twin.org/core bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
393
|
+
* @twin.org/nameof bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
394
|
+
* devDependencies
|
|
395
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
396
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
397
|
+
|
|
398
|
+
## [0.0.3-next.19](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.18...cli-core-v0.0.3-next.19) (2026-02-26)
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
### Miscellaneous Chores
|
|
402
|
+
|
|
403
|
+
* **cli-core:** Synchronize repo versions
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
### Dependencies
|
|
407
|
+
|
|
408
|
+
* The following workspace dependencies were updated
|
|
409
|
+
* dependencies
|
|
410
|
+
* @twin.org/core bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
411
|
+
* @twin.org/nameof bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
412
|
+
* devDependencies
|
|
413
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
414
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
415
|
+
|
|
416
|
+
## [0.0.3-next.18](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.17...cli-core-v0.0.3-next.18) (2026-02-23)
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
### Bug Fixes
|
|
420
|
+
|
|
421
|
+
* export the json locales for cli-core ([188b47d](https://github.com/iotaledger/twin-framework/commit/188b47d3339deb42d08c32715909337749fb0e4a))
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
### Dependencies
|
|
425
|
+
|
|
426
|
+
* The following workspace dependencies were updated
|
|
427
|
+
* dependencies
|
|
428
|
+
* @twin.org/core bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
429
|
+
* @twin.org/nameof bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
430
|
+
* devDependencies
|
|
431
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
432
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
433
|
+
|
|
434
|
+
## [0.0.3-next.17](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.16...cli-core-v0.0.3-next.17) (2026-02-09)
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
### Miscellaneous Chores
|
|
438
|
+
|
|
439
|
+
* **cli-core:** Synchronize repo versions
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
### Dependencies
|
|
443
|
+
|
|
444
|
+
* The following workspace dependencies were updated
|
|
445
|
+
* dependencies
|
|
446
|
+
* @twin.org/core bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
447
|
+
* @twin.org/nameof bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
448
|
+
* devDependencies
|
|
449
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
450
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
451
|
+
|
|
452
|
+
## [0.0.3-next.16](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.15...cli-core-v0.0.3-next.16) (2026-02-06)
|
|
453
|
+
|
|
454
|
+
|
|
455
|
+
### Miscellaneous Chores
|
|
456
|
+
|
|
457
|
+
* **cli-core:** Synchronize repo versions
|
|
458
|
+
|
|
459
|
+
|
|
460
|
+
### Dependencies
|
|
461
|
+
|
|
462
|
+
* The following workspace dependencies were updated
|
|
463
|
+
* dependencies
|
|
464
|
+
* @twin.org/core bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
465
|
+
* @twin.org/nameof bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
466
|
+
* devDependencies
|
|
467
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
468
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
469
|
+
|
|
470
|
+
## [0.0.3-next.15](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.14...cli-core-v0.0.3-next.15) (2026-01-29)
|
|
471
|
+
|
|
472
|
+
|
|
473
|
+
### Miscellaneous Chores
|
|
474
|
+
|
|
475
|
+
* **cli-core:** Synchronize repo versions
|
|
476
|
+
|
|
477
|
+
|
|
478
|
+
### Dependencies
|
|
479
|
+
|
|
480
|
+
* The following workspace dependencies were updated
|
|
481
|
+
* dependencies
|
|
482
|
+
* @twin.org/core bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
483
|
+
* @twin.org/nameof bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
484
|
+
* devDependencies
|
|
485
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
486
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
487
|
+
|
|
488
|
+
## [0.0.3-next.14](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.13...cli-core-v0.0.3-next.14) (2026-01-22)
|
|
489
|
+
|
|
490
|
+
|
|
491
|
+
### Miscellaneous Chores
|
|
492
|
+
|
|
493
|
+
* **cli-core:** Synchronize repo versions
|
|
494
|
+
|
|
495
|
+
|
|
496
|
+
### Dependencies
|
|
497
|
+
|
|
498
|
+
* The following workspace dependencies were updated
|
|
499
|
+
* dependencies
|
|
500
|
+
* @twin.org/core bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
501
|
+
* @twin.org/nameof bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
502
|
+
* devDependencies
|
|
503
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
504
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
505
|
+
|
|
506
|
+
## [0.0.3-next.13](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.12...cli-core-v0.0.3-next.13) (2026-01-08)
|
|
507
|
+
|
|
508
|
+
|
|
509
|
+
### Miscellaneous Chores
|
|
510
|
+
|
|
511
|
+
* **cli-core:** Synchronize repo versions
|
|
512
|
+
|
|
513
|
+
|
|
514
|
+
### Dependencies
|
|
515
|
+
|
|
516
|
+
* The following workspace dependencies were updated
|
|
517
|
+
* dependencies
|
|
518
|
+
* @twin.org/core bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
519
|
+
* @twin.org/nameof bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
520
|
+
* devDependencies
|
|
521
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
522
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
523
|
+
|
|
524
|
+
## [0.0.3-next.12](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.11...cli-core-v0.0.3-next.12) (2026-01-08)
|
|
525
|
+
|
|
526
|
+
|
|
527
|
+
### Miscellaneous Chores
|
|
528
|
+
|
|
529
|
+
* **cli-core:** Synchronize repo versions
|
|
530
|
+
|
|
531
|
+
|
|
532
|
+
### Dependencies
|
|
533
|
+
|
|
534
|
+
* The following workspace dependencies were updated
|
|
535
|
+
* dependencies
|
|
536
|
+
* @twin.org/core bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
537
|
+
* @twin.org/nameof bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
538
|
+
* devDependencies
|
|
539
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
540
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
541
|
+
|
|
542
|
+
## [0.0.3-next.11](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.10...cli-core-v0.0.3-next.11) (2026-01-07)
|
|
543
|
+
|
|
544
|
+
|
|
545
|
+
### Miscellaneous Chores
|
|
546
|
+
|
|
547
|
+
* **cli-core:** Synchronize repo versions
|
|
548
|
+
|
|
549
|
+
|
|
550
|
+
### Dependencies
|
|
551
|
+
|
|
552
|
+
* The following workspace dependencies were updated
|
|
553
|
+
* dependencies
|
|
554
|
+
* @twin.org/core bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
555
|
+
* @twin.org/nameof bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
556
|
+
* devDependencies
|
|
557
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
558
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
559
|
+
|
|
560
|
+
## [0.0.3-next.10](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.9...cli-core-v0.0.3-next.10) (2026-01-07)
|
|
561
|
+
|
|
562
|
+
|
|
563
|
+
### Miscellaneous Chores
|
|
564
|
+
|
|
565
|
+
* **cli-core:** Synchronize repo versions
|
|
566
|
+
|
|
567
|
+
|
|
568
|
+
### Dependencies
|
|
569
|
+
|
|
570
|
+
* The following workspace dependencies were updated
|
|
571
|
+
* dependencies
|
|
572
|
+
* @twin.org/core bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
573
|
+
* @twin.org/nameof bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
574
|
+
* devDependencies
|
|
575
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
576
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
577
|
+
|
|
578
|
+
## [0.0.3-next.9](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.8...cli-core-v0.0.3-next.9) (2026-01-05)
|
|
579
|
+
|
|
580
|
+
|
|
581
|
+
### Miscellaneous Chores
|
|
582
|
+
|
|
583
|
+
* **cli-core:** Synchronize repo versions
|
|
584
|
+
|
|
585
|
+
|
|
586
|
+
### Dependencies
|
|
587
|
+
|
|
588
|
+
* The following workspace dependencies were updated
|
|
589
|
+
* dependencies
|
|
590
|
+
* @twin.org/core bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
591
|
+
* @twin.org/nameof bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
592
|
+
* devDependencies
|
|
593
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
594
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
595
|
+
|
|
596
|
+
## [0.0.3-next.8](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.7...cli-core-v0.0.3-next.8) (2025-11-26)
|
|
597
|
+
|
|
598
|
+
|
|
599
|
+
### Miscellaneous Chores
|
|
600
|
+
|
|
601
|
+
* **cli-core:** Synchronize repo versions
|
|
602
|
+
|
|
603
|
+
|
|
604
|
+
### Dependencies
|
|
605
|
+
|
|
606
|
+
* The following workspace dependencies were updated
|
|
607
|
+
* dependencies
|
|
608
|
+
* @twin.org/core bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
609
|
+
* @twin.org/nameof bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
610
|
+
* devDependencies
|
|
611
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
612
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
613
|
+
|
|
614
|
+
## [0.0.3-next.7](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.6...cli-core-v0.0.3-next.7) (2025-11-25)
|
|
615
|
+
|
|
616
|
+
|
|
617
|
+
### Features
|
|
618
|
+
|
|
619
|
+
* add CLIParam.arrayOneOf ([18f0815](https://github.com/iotaledger/twin-framework/commit/18f08157e5305cddf65d09b36a51a91a0873e396))
|
|
620
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
621
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
622
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
623
|
+
* improve error display in CLI ([94b6ca8](https://github.com/iotaledger/twin-framework/commit/94b6ca8bdcfe3ca7671c4095b436ea7bddaae98e))
|
|
624
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
625
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
626
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
627
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
628
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
629
|
+
|
|
630
|
+
|
|
631
|
+
### Bug Fixes
|
|
632
|
+
|
|
633
|
+
* cli display output for JSON to allow infinite depth ([2a06f52](https://github.com/iotaledger/twin-framework/commit/2a06f52c92dbc51a4969d651486a0c3548529929))
|
|
634
|
+
* framework pr naming convention ([#142](https://github.com/iotaledger/twin-framework/issues/142)) ([e29acee](https://github.com/iotaledger/twin-framework/commit/e29acee2fbec42506091956d6ba8b8ce25a90008))
|
|
635
|
+
|
|
636
|
+
|
|
637
|
+
### Dependencies
|
|
638
|
+
|
|
639
|
+
* The following workspace dependencies were updated
|
|
640
|
+
* dependencies
|
|
641
|
+
* @twin.org/core bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
642
|
+
* @twin.org/nameof bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
643
|
+
* devDependencies
|
|
644
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
645
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
646
|
+
|
|
647
|
+
## [0.0.3-next.6](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.5...cli-core-v0.0.3-next.6) (2025-11-25)
|
|
648
|
+
|
|
649
|
+
|
|
650
|
+
### Miscellaneous Chores
|
|
651
|
+
|
|
652
|
+
* **cli-core:** Synchronize repo versions
|
|
653
|
+
|
|
654
|
+
|
|
655
|
+
### Dependencies
|
|
656
|
+
|
|
657
|
+
* The following workspace dependencies were updated
|
|
658
|
+
* dependencies
|
|
659
|
+
* @twin.org/core bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
660
|
+
* @twin.org/nameof bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
661
|
+
* devDependencies
|
|
662
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
663
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
664
|
+
|
|
665
|
+
## [0.0.3-next.5](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.4...cli-core-v0.0.3-next.5) (2025-11-20)
|
|
666
|
+
|
|
667
|
+
|
|
668
|
+
### Miscellaneous Chores
|
|
669
|
+
|
|
670
|
+
* **cli-core:** Synchronize repo versions
|
|
671
|
+
|
|
672
|
+
|
|
673
|
+
### Dependencies
|
|
674
|
+
|
|
675
|
+
* The following workspace dependencies were updated
|
|
676
|
+
* dependencies
|
|
677
|
+
* @twin.org/core bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
678
|
+
* @twin.org/nameof bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
679
|
+
* devDependencies
|
|
680
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
681
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
682
|
+
|
|
683
|
+
## [0.0.3-next.4](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.3...cli-core-v0.0.3-next.4) (2025-11-13)
|
|
4
684
|
|
|
5
685
|
|
|
6
686
|
### Miscellaneous Chores
|
|
@@ -18,7 +698,7 @@
|
|
|
18
698
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
19
699
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
20
700
|
|
|
21
|
-
## [0.0.3-next.3](https://github.com/
|
|
701
|
+
## [0.0.3-next.3](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.2...cli-core-v0.0.3-next.3) (2025-11-12)
|
|
22
702
|
|
|
23
703
|
|
|
24
704
|
### Miscellaneous Chores
|
|
@@ -36,7 +716,7 @@
|
|
|
36
716
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
37
717
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
38
718
|
|
|
39
|
-
## [0.0.3-next.2](https://github.com/
|
|
719
|
+
## [0.0.3-next.2](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.1...cli-core-v0.0.3-next.2) (2025-11-12)
|
|
40
720
|
|
|
41
721
|
|
|
42
722
|
### Miscellaneous Chores
|
|
@@ -54,27 +734,27 @@
|
|
|
54
734
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
55
735
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
56
736
|
|
|
57
|
-
## [0.0.3-next.1](https://github.com/
|
|
737
|
+
## [0.0.3-next.1](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.0...cli-core-v0.0.3-next.1) (2025-11-10)
|
|
58
738
|
|
|
59
739
|
|
|
60
740
|
### Features
|
|
61
741
|
|
|
62
|
-
* add CLIParam.arrayOneOf ([18f0815](https://github.com/
|
|
63
|
-
* add context id features ([#206](https://github.com/
|
|
64
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
65
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
66
|
-
* improve error display in CLI ([94b6ca8](https://github.com/
|
|
67
|
-
* locales validation ([#197](https://github.com/
|
|
68
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
69
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
70
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
71
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
742
|
+
* add CLIParam.arrayOneOf ([18f0815](https://github.com/iotaledger/twin-framework/commit/18f08157e5305cddf65d09b36a51a91a0873e396))
|
|
743
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
744
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
745
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
746
|
+
* improve error display in CLI ([94b6ca8](https://github.com/iotaledger/twin-framework/commit/94b6ca8bdcfe3ca7671c4095b436ea7bddaae98e))
|
|
747
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
748
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
749
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
750
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
751
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
72
752
|
|
|
73
753
|
|
|
74
754
|
### Bug Fixes
|
|
75
755
|
|
|
76
|
-
* cli display output for JSON to allow infinite depth ([2a06f52](https://github.com/
|
|
77
|
-
* framework pr naming convention ([#142](https://github.com/
|
|
756
|
+
* cli display output for JSON to allow infinite depth ([2a06f52](https://github.com/iotaledger/twin-framework/commit/2a06f52c92dbc51a4969d651486a0c3548529929))
|
|
757
|
+
* framework pr naming convention ([#142](https://github.com/iotaledger/twin-framework/issues/142)) ([e29acee](https://github.com/iotaledger/twin-framework/commit/e29acee2fbec42506091956d6ba8b8ce25a90008))
|
|
78
758
|
|
|
79
759
|
|
|
80
760
|
### Dependencies
|
|
@@ -87,7 +767,7 @@
|
|
|
87
767
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
88
768
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
89
769
|
|
|
90
|
-
## [0.0.2-next.22](https://github.com/
|
|
770
|
+
## [0.0.2-next.22](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.21...cli-core-v0.0.2-next.22) (2025-10-10)
|
|
91
771
|
|
|
92
772
|
|
|
93
773
|
### Miscellaneous Chores
|
|
@@ -105,12 +785,12 @@
|
|
|
105
785
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
106
786
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
107
787
|
|
|
108
|
-
## [0.0.2-next.21](https://github.com/
|
|
788
|
+
## [0.0.2-next.21](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.20...cli-core-v0.0.2-next.21) (2025-10-09)
|
|
109
789
|
|
|
110
790
|
|
|
111
791
|
### Features
|
|
112
792
|
|
|
113
|
-
* locales validation ([#197](https://github.com/
|
|
793
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
114
794
|
|
|
115
795
|
|
|
116
796
|
### Dependencies
|
|
@@ -123,7 +803,7 @@
|
|
|
123
803
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
124
804
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
125
805
|
|
|
126
|
-
## [0.0.2-next.20](https://github.com/
|
|
806
|
+
## [0.0.2-next.20](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.19...cli-core-v0.0.2-next.20) (2025-10-02)
|
|
127
807
|
|
|
128
808
|
|
|
129
809
|
### Miscellaneous Chores
|
|
@@ -142,7 +822,7 @@
|
|
|
142
822
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
143
823
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
144
824
|
|
|
145
|
-
## [0.0.2-next.19](https://github.com/
|
|
825
|
+
## [0.0.2-next.19](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.18...cli-core-v0.0.2-next.19) (2025-09-30)
|
|
146
826
|
|
|
147
827
|
|
|
148
828
|
### Miscellaneous Chores
|
|
@@ -161,7 +841,7 @@
|
|
|
161
841
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
162
842
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
163
843
|
|
|
164
|
-
## [0.0.2-next.18](https://github.com/
|
|
844
|
+
## [0.0.2-next.18](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.17...cli-core-v0.0.2-next.18) (2025-09-29)
|
|
165
845
|
|
|
166
846
|
|
|
167
847
|
### Miscellaneous Chores
|
|
@@ -180,7 +860,7 @@
|
|
|
180
860
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
181
861
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
182
862
|
|
|
183
|
-
## [0.0.2-next.17](https://github.com/
|
|
863
|
+
## [0.0.2-next.17](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.16...cli-core-v0.0.2-next.17) (2025-09-29)
|
|
184
864
|
|
|
185
865
|
|
|
186
866
|
### Miscellaneous Chores
|
|
@@ -199,7 +879,7 @@
|
|
|
199
879
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
200
880
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
201
881
|
|
|
202
|
-
## [0.0.2-next.16](https://github.com/
|
|
882
|
+
## [0.0.2-next.16](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.15...cli-core-v0.0.2-next.16) (2025-09-28)
|
|
203
883
|
|
|
204
884
|
|
|
205
885
|
### Miscellaneous Chores
|
|
@@ -218,7 +898,7 @@
|
|
|
218
898
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
219
899
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
220
900
|
|
|
221
|
-
## [0.0.2-next.15](https://github.com/
|
|
901
|
+
## [0.0.2-next.15](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.14...cli-core-v0.0.2-next.15) (2025-09-22)
|
|
222
902
|
|
|
223
903
|
|
|
224
904
|
### Miscellaneous Chores
|
|
@@ -237,7 +917,7 @@
|
|
|
237
917
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
238
918
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
239
919
|
|
|
240
|
-
## [0.0.2-next.14](https://github.com/
|
|
920
|
+
## [0.0.2-next.14](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.13...cli-core-v0.0.2-next.14) (2025-09-22)
|
|
241
921
|
|
|
242
922
|
|
|
243
923
|
### Miscellaneous Chores
|
|
@@ -256,7 +936,7 @@
|
|
|
256
936
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
257
937
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
258
938
|
|
|
259
|
-
## [0.0.2-next.13](https://github.com/
|
|
939
|
+
## [0.0.2-next.13](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.12...cli-core-v0.0.2-next.13) (2025-09-22)
|
|
260
940
|
|
|
261
941
|
|
|
262
942
|
### Miscellaneous Chores
|
|
@@ -275,7 +955,7 @@
|
|
|
275
955
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
276
956
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
277
957
|
|
|
278
|
-
## [0.0.2-next.12](https://github.com/
|
|
958
|
+
## [0.0.2-next.12](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.11...cli-core-v0.0.2-next.12) (2025-09-15)
|
|
279
959
|
|
|
280
960
|
|
|
281
961
|
### Miscellaneous Chores
|
|
@@ -294,12 +974,12 @@
|
|
|
294
974
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
295
975
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
296
976
|
|
|
297
|
-
## [0.0.2-next.11](https://github.com/
|
|
977
|
+
## [0.0.2-next.11](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.10...cli-core-v0.0.2-next.11) (2025-09-15)
|
|
298
978
|
|
|
299
979
|
|
|
300
980
|
### Bug Fixes
|
|
301
981
|
|
|
302
|
-
* cli display output for JSON to allow infinite depth ([2a06f52](https://github.com/
|
|
982
|
+
* cli display output for JSON to allow infinite depth ([2a06f52](https://github.com/iotaledger/twin-framework/commit/2a06f52c92dbc51a4969d651486a0c3548529929))
|
|
303
983
|
|
|
304
984
|
|
|
305
985
|
### Dependencies
|
|
@@ -313,12 +993,12 @@
|
|
|
313
993
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
314
994
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
315
995
|
|
|
316
|
-
## [0.0.2-next.10](https://github.com/
|
|
996
|
+
## [0.0.2-next.10](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.9...cli-core-v0.0.2-next.10) (2025-09-11)
|
|
317
997
|
|
|
318
998
|
|
|
319
999
|
### Features
|
|
320
1000
|
|
|
321
|
-
* add CLIParam.arrayOneOf ([18f0815](https://github.com/
|
|
1001
|
+
* add CLIParam.arrayOneOf ([18f0815](https://github.com/iotaledger/twin-framework/commit/18f08157e5305cddf65d09b36a51a91a0873e396))
|
|
322
1002
|
|
|
323
1003
|
|
|
324
1004
|
### Dependencies
|
|
@@ -332,7 +1012,7 @@
|
|
|
332
1012
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
333
1013
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
334
1014
|
|
|
335
|
-
## [0.0.2-next.9](https://github.com/
|
|
1015
|
+
## [0.0.2-next.9](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.8...cli-core-v0.0.2-next.9) (2025-09-08)
|
|
336
1016
|
|
|
337
1017
|
|
|
338
1018
|
### Miscellaneous Chores
|
|
@@ -351,7 +1031,7 @@
|
|
|
351
1031
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
352
1032
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
353
1033
|
|
|
354
|
-
## [0.0.2-next.8](https://github.com/
|
|
1034
|
+
## [0.0.2-next.8](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.7...cli-core-v0.0.2-next.8) (2025-09-05)
|
|
355
1035
|
|
|
356
1036
|
|
|
357
1037
|
### Miscellaneous Chores
|
|
@@ -370,12 +1050,12 @@
|
|
|
370
1050
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
371
1051
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
372
1052
|
|
|
373
|
-
## [0.0.2-next.7](https://github.com/
|
|
1053
|
+
## [0.0.2-next.7](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.6...cli-core-v0.0.2-next.7) (2025-08-29)
|
|
374
1054
|
|
|
375
1055
|
|
|
376
1056
|
### Features
|
|
377
1057
|
|
|
378
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
1058
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
379
1059
|
|
|
380
1060
|
|
|
381
1061
|
### Dependencies
|
|
@@ -389,7 +1069,7 @@
|
|
|
389
1069
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
390
1070
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
391
1071
|
|
|
392
|
-
## [0.0.2-next.6](https://github.com/
|
|
1072
|
+
## [0.0.2-next.6](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.5...cli-core-v0.0.2-next.6) (2025-08-27)
|
|
393
1073
|
|
|
394
1074
|
|
|
395
1075
|
### Miscellaneous Chores
|
|
@@ -408,12 +1088,12 @@
|
|
|
408
1088
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
409
1089
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
410
1090
|
|
|
411
|
-
## [0.0.2-next.5](https://github.com/
|
|
1091
|
+
## [0.0.2-next.5](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.4...cli-core-v0.0.2-next.5) (2025-08-19)
|
|
412
1092
|
|
|
413
1093
|
|
|
414
1094
|
### Features
|
|
415
1095
|
|
|
416
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
1096
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
417
1097
|
|
|
418
1098
|
|
|
419
1099
|
### Dependencies
|
|
@@ -427,7 +1107,7 @@
|
|
|
427
1107
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
428
1108
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
429
1109
|
|
|
430
|
-
## [0.0.2-next.4](https://github.com/
|
|
1110
|
+
## [0.0.2-next.4](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.3...cli-core-v0.0.2-next.4) (2025-08-15)
|
|
431
1111
|
|
|
432
1112
|
|
|
433
1113
|
### Miscellaneous Chores
|
|
@@ -446,21 +1126,21 @@
|
|
|
446
1126
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
447
1127
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
448
1128
|
|
|
449
|
-
## [0.0.2-next.3](https://github.com/
|
|
1129
|
+
## [0.0.2-next.3](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.2...cli-core-v0.0.2-next.3) (2025-08-06)
|
|
450
1130
|
|
|
451
1131
|
|
|
452
1132
|
### Features
|
|
453
1133
|
|
|
454
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
455
|
-
* improve error display in CLI ([94b6ca8](https://github.com/
|
|
456
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
457
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
458
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1134
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1135
|
+
* improve error display in CLI ([94b6ca8](https://github.com/iotaledger/twin-framework/commit/94b6ca8bdcfe3ca7671c4095b436ea7bddaae98e))
|
|
1136
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1137
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
1138
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
459
1139
|
|
|
460
1140
|
|
|
461
1141
|
### Bug Fixes
|
|
462
1142
|
|
|
463
|
-
* framework pr naming convention ([#142](https://github.com/
|
|
1143
|
+
* framework pr naming convention ([#142](https://github.com/iotaledger/twin-framework/issues/142)) ([e29acee](https://github.com/iotaledger/twin-framework/commit/e29acee2fbec42506091956d6ba8b8ce25a90008))
|
|
464
1144
|
|
|
465
1145
|
|
|
466
1146
|
### Dependencies
|
|
@@ -474,21 +1154,21 @@
|
|
|
474
1154
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
475
1155
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
476
1156
|
|
|
477
|
-
## [0.0.2-next.2](https://github.com/
|
|
1157
|
+
## [0.0.2-next.2](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.1...cli-core-v0.0.2-next.2) (2025-08-06)
|
|
478
1158
|
|
|
479
1159
|
|
|
480
1160
|
### Features
|
|
481
1161
|
|
|
482
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
483
|
-
* improve error display in CLI ([94b6ca8](https://github.com/
|
|
484
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
485
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
486
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1162
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1163
|
+
* improve error display in CLI ([94b6ca8](https://github.com/iotaledger/twin-framework/commit/94b6ca8bdcfe3ca7671c4095b436ea7bddaae98e))
|
|
1164
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1165
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
1166
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
487
1167
|
|
|
488
1168
|
|
|
489
1169
|
### Bug Fixes
|
|
490
1170
|
|
|
491
|
-
* framework pr naming convention ([#142](https://github.com/
|
|
1171
|
+
* framework pr naming convention ([#142](https://github.com/iotaledger/twin-framework/issues/142)) ([e29acee](https://github.com/iotaledger/twin-framework/commit/e29acee2fbec42506091956d6ba8b8ce25a90008))
|
|
492
1172
|
|
|
493
1173
|
|
|
494
1174
|
### Dependencies
|
|
@@ -502,21 +1182,21 @@
|
|
|
502
1182
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
503
1183
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
504
1184
|
|
|
505
|
-
## [0.0.2-next.1](https://github.com/
|
|
1185
|
+
## [0.0.2-next.1](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.0...cli-core-v0.0.2-next.1) (2025-08-06)
|
|
506
1186
|
|
|
507
1187
|
|
|
508
1188
|
### Features
|
|
509
1189
|
|
|
510
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
511
|
-
* improve error display in CLI ([94b6ca8](https://github.com/
|
|
512
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
513
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
514
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1190
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1191
|
+
* improve error display in CLI ([94b6ca8](https://github.com/iotaledger/twin-framework/commit/94b6ca8bdcfe3ca7671c4095b436ea7bddaae98e))
|
|
1192
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1193
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
1194
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
515
1195
|
|
|
516
1196
|
|
|
517
1197
|
### Bug Fixes
|
|
518
1198
|
|
|
519
|
-
* framework pr naming convention ([#142](https://github.com/
|
|
1199
|
+
* framework pr naming convention ([#142](https://github.com/iotaledger/twin-framework/issues/142)) ([e29acee](https://github.com/iotaledger/twin-framework/commit/e29acee2fbec42506091956d6ba8b8ce25a90008))
|
|
520
1200
|
|
|
521
1201
|
|
|
522
1202
|
### Dependencies
|
|
@@ -535,8 +1215,8 @@
|
|
|
535
1215
|
|
|
536
1216
|
### Features
|
|
537
1217
|
|
|
538
|
-
* release to production ([829d53d](https://github.com/
|
|
539
|
-
* release to production ([5cf3a76](https://github.com/
|
|
1218
|
+
* release to production ([829d53d](https://github.com/iotaledger/twin-framework/commit/829d53d3953b1e1b40b0243c04cfdfd3842aac7b))
|
|
1219
|
+
* release to production ([5cf3a76](https://github.com/iotaledger/twin-framework/commit/5cf3a76a09eff2e6414d0cba846c7c37400a11d6))
|
|
540
1220
|
|
|
541
1221
|
|
|
542
1222
|
### Dependencies
|
|
@@ -550,20 +1230,20 @@
|
|
|
550
1230
|
* @twin.org/nameof-transformer bumped from ^0.0.0 to ^0.0.1
|
|
551
1231
|
* @twin.org/nameof-vitest-plugin bumped from ^0.0.0 to ^0.0.1
|
|
552
1232
|
|
|
553
|
-
## [0.0.1-next.70](https://github.com/
|
|
1233
|
+
## [0.0.1-next.70](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.69...cli-core-v0.0.1-next.70) (2025-07-02)
|
|
554
1234
|
|
|
555
1235
|
|
|
556
1236
|
### Features
|
|
557
1237
|
|
|
558
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
559
|
-
* improve error display in CLI ([94b6ca8](https://github.com/
|
|
560
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
561
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1238
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1239
|
+
* improve error display in CLI ([94b6ca8](https://github.com/iotaledger/twin-framework/commit/94b6ca8bdcfe3ca7671c4095b436ea7bddaae98e))
|
|
1240
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1241
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
562
1242
|
|
|
563
1243
|
|
|
564
1244
|
### Bug Fixes
|
|
565
1245
|
|
|
566
|
-
* framework pr naming convention ([#142](https://github.com/
|
|
1246
|
+
* framework pr naming convention ([#142](https://github.com/iotaledger/twin-framework/issues/142)) ([e29acee](https://github.com/iotaledger/twin-framework/commit/e29acee2fbec42506091956d6ba8b8ce25a90008))
|
|
567
1247
|
|
|
568
1248
|
|
|
569
1249
|
### Dependencies
|
|
@@ -577,20 +1257,20 @@
|
|
|
577
1257
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
578
1258
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
579
1259
|
|
|
580
|
-
## [0.0.1-next.69](https://github.com/
|
|
1260
|
+
## [0.0.1-next.69](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.68...cli-core-v0.0.1-next.69) (2025-07-02)
|
|
581
1261
|
|
|
582
1262
|
|
|
583
1263
|
### Features
|
|
584
1264
|
|
|
585
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
586
|
-
* improve error display in CLI ([94b6ca8](https://github.com/
|
|
587
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
588
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1265
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1266
|
+
* improve error display in CLI ([94b6ca8](https://github.com/iotaledger/twin-framework/commit/94b6ca8bdcfe3ca7671c4095b436ea7bddaae98e))
|
|
1267
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1268
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
589
1269
|
|
|
590
1270
|
|
|
591
1271
|
### Bug Fixes
|
|
592
1272
|
|
|
593
|
-
* framework pr naming convention ([#142](https://github.com/
|
|
1273
|
+
* framework pr naming convention ([#142](https://github.com/iotaledger/twin-framework/issues/142)) ([e29acee](https://github.com/iotaledger/twin-framework/commit/e29acee2fbec42506091956d6ba8b8ce25a90008))
|
|
594
1274
|
|
|
595
1275
|
|
|
596
1276
|
### Dependencies
|
|
@@ -604,12 +1284,12 @@
|
|
|
604
1284
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
605
1285
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
606
1286
|
|
|
607
|
-
## [0.0.1-next.68](https://github.com/
|
|
1287
|
+
## [0.0.1-next.68](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.67...cli-core-v0.0.1-next.68) (2025-07-02)
|
|
608
1288
|
|
|
609
1289
|
|
|
610
1290
|
### Features
|
|
611
1291
|
|
|
612
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
1292
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
613
1293
|
|
|
614
1294
|
|
|
615
1295
|
### Dependencies
|
|
@@ -623,7 +1303,7 @@
|
|
|
623
1303
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
624
1304
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
625
1305
|
|
|
626
|
-
## [0.0.1-next.67](https://github.com/
|
|
1306
|
+
## [0.0.1-next.67](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.66...cli-core-v0.0.1-next.67) (2025-06-26)
|
|
627
1307
|
|
|
628
1308
|
|
|
629
1309
|
### Miscellaneous Chores
|
|
@@ -638,7 +1318,7 @@
|
|
|
638
1318
|
* @twin.org/core bumped from 0.0.1-next.66 to 0.0.1-next.67
|
|
639
1319
|
* @twin.org/crypto bumped from 0.0.1-next.66 to 0.0.1-next.67
|
|
640
1320
|
|
|
641
|
-
## [0.0.1-next.66](https://github.com/
|
|
1321
|
+
## [0.0.1-next.66](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.65...cli-core-v0.0.1-next.66) (2025-06-26)
|
|
642
1322
|
|
|
643
1323
|
|
|
644
1324
|
### Miscellaneous Chores
|
|
@@ -653,7 +1333,7 @@
|
|
|
653
1333
|
* @twin.org/core bumped from 0.0.1-next.65 to 0.0.1-next.66
|
|
654
1334
|
* @twin.org/crypto bumped from 0.0.1-next.65 to 0.0.1-next.66
|
|
655
1335
|
|
|
656
|
-
## [0.0.1-next.65](https://github.com/
|
|
1336
|
+
## [0.0.1-next.65](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.64...cli-core-v0.0.1-next.65) (2025-06-19)
|
|
657
1337
|
|
|
658
1338
|
|
|
659
1339
|
### Miscellaneous Chores
|
|
@@ -668,7 +1348,7 @@
|
|
|
668
1348
|
* @twin.org/core bumped from 0.0.1-next.64 to 0.0.1-next.65
|
|
669
1349
|
* @twin.org/crypto bumped from 0.0.1-next.64 to 0.0.1-next.65
|
|
670
1350
|
|
|
671
|
-
## [0.0.1-next.64](https://github.com/
|
|
1351
|
+
## [0.0.1-next.64](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.63...cli-core-v0.0.1-next.64) (2025-06-19)
|
|
672
1352
|
|
|
673
1353
|
|
|
674
1354
|
### Miscellaneous Chores
|
|
@@ -683,7 +1363,7 @@
|
|
|
683
1363
|
* @twin.org/core bumped from 0.0.1-next.63 to 0.0.1-next.64
|
|
684
1364
|
* @twin.org/crypto bumped from 0.0.1-next.63 to 0.0.1-next.64
|
|
685
1365
|
|
|
686
|
-
## [0.0.1-next.63](https://github.com/
|
|
1366
|
+
## [0.0.1-next.63](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.62...cli-core-v0.0.1-next.63) (2025-06-18)
|
|
687
1367
|
|
|
688
1368
|
|
|
689
1369
|
### Miscellaneous Chores
|
|
@@ -698,19 +1378,19 @@
|
|
|
698
1378
|
* @twin.org/core bumped from 0.0.1-next.62 to 0.0.1-next.63
|
|
699
1379
|
* @twin.org/crypto bumped from 0.0.1-next.62 to 0.0.1-next.63
|
|
700
1380
|
|
|
701
|
-
## [0.0.1-next.62](https://github.com/
|
|
1381
|
+
## [0.0.1-next.62](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.61...cli-core-v0.0.1-next.62) (2025-06-17)
|
|
702
1382
|
|
|
703
1383
|
|
|
704
1384
|
### Features
|
|
705
1385
|
|
|
706
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
707
|
-
* improve error display in CLI ([94b6ca8](https://github.com/
|
|
708
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1386
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1387
|
+
* improve error display in CLI ([94b6ca8](https://github.com/iotaledger/twin-framework/commit/94b6ca8bdcfe3ca7671c4095b436ea7bddaae98e))
|
|
1388
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
709
1389
|
|
|
710
1390
|
|
|
711
1391
|
### Bug Fixes
|
|
712
1392
|
|
|
713
|
-
* framework pr naming convention ([#142](https://github.com/
|
|
1393
|
+
* framework pr naming convention ([#142](https://github.com/iotaledger/twin-framework/issues/142)) ([e29acee](https://github.com/iotaledger/twin-framework/commit/e29acee2fbec42506091956d6ba8b8ce25a90008))
|
|
714
1394
|
|
|
715
1395
|
|
|
716
1396
|
### Dependencies
|
|
@@ -720,7 +1400,7 @@
|
|
|
720
1400
|
* @twin.org/core bumped from 0.0.1-next.61 to 0.0.1-next.62
|
|
721
1401
|
* @twin.org/crypto bumped from 0.0.1-next.61 to 0.0.1-next.62
|
|
722
1402
|
|
|
723
|
-
## [0.0.1-next.61](https://github.com/
|
|
1403
|
+
## [0.0.1-next.61](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.60...cli-core-v0.0.1-next.61) (2025-06-17)
|
|
724
1404
|
|
|
725
1405
|
|
|
726
1406
|
### Miscellaneous Chores
|
|
@@ -735,12 +1415,12 @@
|
|
|
735
1415
|
* @twin.org/core bumped from 0.0.1-next.60 to 0.0.1-next.61
|
|
736
1416
|
* @twin.org/crypto bumped from 0.0.1-next.60 to 0.0.1-next.61
|
|
737
1417
|
|
|
738
|
-
## [0.0.1-next.60](https://github.com/
|
|
1418
|
+
## [0.0.1-next.60](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.59...cli-core-v0.0.1-next.60) (2025-06-17)
|
|
739
1419
|
|
|
740
1420
|
|
|
741
1421
|
### Features
|
|
742
1422
|
|
|
743
|
-
* improve error display in CLI ([94b6ca8](https://github.com/
|
|
1423
|
+
* improve error display in CLI ([94b6ca8](https://github.com/iotaledger/twin-framework/commit/94b6ca8bdcfe3ca7671c4095b436ea7bddaae98e))
|
|
744
1424
|
|
|
745
1425
|
|
|
746
1426
|
### Dependencies
|
|
@@ -750,7 +1430,7 @@
|
|
|
750
1430
|
* @twin.org/core bumped from 0.0.1-next.59 to 0.0.1-next.60
|
|
751
1431
|
* @twin.org/crypto bumped from 0.0.1-next.59 to 0.0.1-next.60
|
|
752
1432
|
|
|
753
|
-
## [0.0.1-next.59](https://github.com/
|
|
1433
|
+
## [0.0.1-next.59](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.58...cli-core-v0.0.1-next.59) (2025-06-17)
|
|
754
1434
|
|
|
755
1435
|
|
|
756
1436
|
### Miscellaneous Chores
|
|
@@ -765,12 +1445,12 @@
|
|
|
765
1445
|
* @twin.org/core bumped from 0.0.1-next.58 to 0.0.1-next.59
|
|
766
1446
|
* @twin.org/crypto bumped from 0.0.1-next.58 to 0.0.1-next.59
|
|
767
1447
|
|
|
768
|
-
## [0.0.1-next.58](https://github.com/
|
|
1448
|
+
## [0.0.1-next.58](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.57...cli-core-v0.0.1-next.58) (2025-06-13)
|
|
769
1449
|
|
|
770
1450
|
|
|
771
1451
|
### Bug Fixes
|
|
772
1452
|
|
|
773
|
-
* framework pr naming convention ([#142](https://github.com/
|
|
1453
|
+
* framework pr naming convention ([#142](https://github.com/iotaledger/twin-framework/issues/142)) ([e29acee](https://github.com/iotaledger/twin-framework/commit/e29acee2fbec42506091956d6ba8b8ce25a90008))
|
|
774
1454
|
|
|
775
1455
|
|
|
776
1456
|
### Dependencies
|
|
@@ -780,12 +1460,12 @@
|
|
|
780
1460
|
* @twin.org/core bumped from 0.0.1-next.57 to 0.0.1-next.58
|
|
781
1461
|
* @twin.org/crypto bumped from 0.0.1-next.57 to 0.0.1-next.58
|
|
782
1462
|
|
|
783
|
-
## [0.0.1-next.57](https://github.com/
|
|
1463
|
+
## [0.0.1-next.57](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.56...cli-core-v0.0.1-next.57) (2025-06-10)
|
|
784
1464
|
|
|
785
1465
|
|
|
786
1466
|
### Features
|
|
787
1467
|
|
|
788
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
1468
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
789
1469
|
|
|
790
1470
|
|
|
791
1471
|
### Dependencies
|
|
@@ -795,7 +1475,7 @@
|
|
|
795
1475
|
* @twin.org/core bumped from 0.0.1-next.56 to 0.0.1-next.57
|
|
796
1476
|
* @twin.org/crypto bumped from 0.0.1-next.56 to 0.0.1-next.57
|
|
797
1477
|
|
|
798
|
-
## [0.0.1-next.56](https://github.com/
|
|
1478
|
+
## [0.0.1-next.56](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.55...cli-core-v0.0.1-next.56) (2025-05-08)
|
|
799
1479
|
|
|
800
1480
|
|
|
801
1481
|
### Miscellaneous Chores
|
|
@@ -810,7 +1490,7 @@
|
|
|
810
1490
|
* @twin.org/core bumped from 0.0.1-next.55 to 0.0.1-next.56
|
|
811
1491
|
* @twin.org/crypto bumped from 0.0.1-next.55 to 0.0.1-next.56
|
|
812
1492
|
|
|
813
|
-
## [0.0.1-next.55](https://github.com/
|
|
1493
|
+
## [0.0.1-next.55](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.54...cli-core-v0.0.1-next.55) (2025-05-07)
|
|
814
1494
|
|
|
815
1495
|
|
|
816
1496
|
### Miscellaneous Chores
|
|
@@ -825,7 +1505,7 @@
|
|
|
825
1505
|
* @twin.org/core bumped from 0.0.1-next.54 to 0.0.1-next.55
|
|
826
1506
|
* @twin.org/crypto bumped from 0.0.1-next.54 to 0.0.1-next.55
|
|
827
1507
|
|
|
828
|
-
## [0.0.1-next.54](https://github.com/
|
|
1508
|
+
## [0.0.1-next.54](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.53...cli-core-v0.0.1-next.54) (2025-05-06)
|
|
829
1509
|
|
|
830
1510
|
|
|
831
1511
|
### Miscellaneous Chores
|
|
@@ -840,7 +1520,7 @@
|
|
|
840
1520
|
* @twin.org/core bumped from 0.0.1-next.53 to 0.0.1-next.54
|
|
841
1521
|
* @twin.org/crypto bumped from 0.0.1-next.53 to 0.0.1-next.54
|
|
842
1522
|
|
|
843
|
-
## [0.0.1-next.53](https://github.com/
|
|
1523
|
+
## [0.0.1-next.53](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.52...cli-core-v0.0.1-next.53) (2025-05-01)
|
|
844
1524
|
|
|
845
1525
|
|
|
846
1526
|
### Miscellaneous Chores
|
|
@@ -855,12 +1535,12 @@
|
|
|
855
1535
|
* @twin.org/core bumped from 0.0.1-next.52 to 0.0.1-next.53
|
|
856
1536
|
* @twin.org/crypto bumped from 0.0.1-next.52 to 0.0.1-next.53
|
|
857
1537
|
|
|
858
|
-
## [0.0.1-next.52](https://github.com/
|
|
1538
|
+
## [0.0.1-next.52](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.51...cli-core-v0.0.1-next.52) (2025-04-17)
|
|
859
1539
|
|
|
860
1540
|
|
|
861
1541
|
### Features
|
|
862
1542
|
|
|
863
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1543
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
864
1544
|
|
|
865
1545
|
|
|
866
1546
|
### Dependencies
|
|
@@ -870,7 +1550,7 @@
|
|
|
870
1550
|
* @twin.org/core bumped from 0.0.1-next.51 to 0.0.1-next.52
|
|
871
1551
|
* @twin.org/crypto bumped from 0.0.1-next.51 to 0.0.1-next.52
|
|
872
1552
|
|
|
873
|
-
## [0.0.1-next.51](https://github.com/
|
|
1553
|
+
## [0.0.1-next.51](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.50...cli-core-v0.0.1-next.51) (2025-03-27)
|
|
874
1554
|
|
|
875
1555
|
|
|
876
1556
|
### Miscellaneous Chores
|
|
@@ -885,7 +1565,7 @@
|
|
|
885
1565
|
* @twin.org/core bumped from 0.0.1-next.50 to 0.0.1-next.51
|
|
886
1566
|
* @twin.org/crypto bumped from 0.0.1-next.50 to 0.0.1-next.51
|
|
887
1567
|
|
|
888
|
-
## [0.0.1-next.50](https://github.com/
|
|
1568
|
+
## [0.0.1-next.50](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.49...cli-core-v0.0.1-next.50) (2025-03-26)
|
|
889
1569
|
|
|
890
1570
|
|
|
891
1571
|
### Miscellaneous Chores
|