@twin.org/cli-core 0.0.3-next.9 → 0.0.3
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/cliDisplay.js +23 -3
- package/dist/es/cliDisplay.js.map +1 -1
- package/dist/es/cliParam.js +3 -3
- package/dist/es/cliParam.js.map +1 -1
- package/dist/types/cliDisplay.d.ts +7 -1
- package/docs/changelog.md +841 -121
- package/docs/examples.md +82 -1
- package/docs/reference/classes/CLIBase.md +3 -3
- package/docs/reference/classes/CLIDisplay.md +43 -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,726 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3
|
|
3
|
+
## [0.0.3](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3...cli-core-v0.0.3) (2026-05-27)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* release to production ([b24cba1](https://github.com/iotaledger/twin-framework/commit/b24cba1b6a969278d638e632590602ec881e49fb))
|
|
9
|
+
* release to production ([787287d](https://github.com/iotaledger/twin-framework/commit/787287d06ea8319657401589d61fff369310c422))
|
|
10
|
+
* release to production ([53f4843](https://github.com/iotaledger/twin-framework/commit/53f484326b2851d7a506d2620db24c4a65cee7b3))
|
|
11
|
+
* release to production ([56cda4d](https://github.com/iotaledger/twin-framework/commit/56cda4da93e978c5be19ec7cfd421ae2a7fe4147))
|
|
12
|
+
* release to production ([f7c6586](https://github.com/iotaledger/twin-framework/commit/f7c6586f6976b903b647b4c5ac5ad9421e0c9051))
|
|
13
|
+
* release to production ([829d53d](https://github.com/iotaledger/twin-framework/commit/829d53d3953b1e1b40b0243c04cfdfd3842aac7b))
|
|
14
|
+
* release to production ([5cf3a76](https://github.com/iotaledger/twin-framework/commit/5cf3a76a09eff2e6414d0cba846c7c37400a11d6))
|
|
15
|
+
* release to production ([#330](https://github.com/iotaledger/twin-framework/issues/330)) ([d73f565](https://github.com/iotaledger/twin-framework/commit/d73f565588d156d23ef49b2a5718973756f7a696))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Miscellaneous Chores
|
|
19
|
+
|
|
20
|
+
* release to production ([63cae24](https://github.com/iotaledger/twin-framework/commit/63cae2401f6c11f93b2a01260b665064e8bd28e0))
|
|
21
|
+
|
|
22
|
+
## [0.0.3-next.47](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.46...cli-core-v0.0.3-next.47) (2026-05-25)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Miscellaneous Chores
|
|
26
|
+
|
|
27
|
+
* **cli-core:** Synchronize repo versions
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
### Dependencies
|
|
31
|
+
|
|
32
|
+
* The following workspace dependencies were updated
|
|
33
|
+
* dependencies
|
|
34
|
+
* @twin.org/core bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
35
|
+
* @twin.org/nameof bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
36
|
+
* devDependencies
|
|
37
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
38
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
39
|
+
|
|
40
|
+
## [0.0.3-next.46](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.45...cli-core-v0.0.3-next.46) (2026-05-22)
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
### Features
|
|
44
|
+
|
|
45
|
+
* improve error formatting ([#313](https://github.com/iotaledger/twin-framework/issues/313)) ([5a19623](https://github.com/iotaledger/twin-framework/commit/5a196231bcbf088bf9ba92a93b7478d3b8c5593f))
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
### Dependencies
|
|
49
|
+
|
|
50
|
+
* The following workspace dependencies were updated
|
|
51
|
+
* dependencies
|
|
52
|
+
* @twin.org/core bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
53
|
+
* @twin.org/nameof bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
54
|
+
* devDependencies
|
|
55
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
56
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
57
|
+
|
|
58
|
+
## [0.0.3-next.45](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.44...cli-core-v0.0.3-next.45) (2026-05-21)
|
|
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.44 to 0.0.3-next.45
|
|
71
|
+
* @twin.org/nameof bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
72
|
+
* devDependencies
|
|
73
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
74
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
75
|
+
|
|
76
|
+
## [0.0.3-next.44](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.43...cli-core-v0.0.3-next.44) (2026-05-19)
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
### Features
|
|
80
|
+
|
|
81
|
+
* update dependencies ([4da77ab](https://github.com/iotaledger/twin-framework/commit/4da77ab30f499e52825ac5a76f51436ceb59c26e))
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
### Dependencies
|
|
85
|
+
|
|
86
|
+
* The following workspace dependencies were updated
|
|
87
|
+
* dependencies
|
|
88
|
+
* @twin.org/core bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
89
|
+
* @twin.org/nameof bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
90
|
+
* devDependencies
|
|
91
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
92
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
93
|
+
|
|
94
|
+
## [0.0.3-next.43](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.42...cli-core-v0.0.3-next.43) (2026-05-18)
|
|
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.42 to 0.0.3-next.43
|
|
107
|
+
* @twin.org/nameof bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
108
|
+
* devDependencies
|
|
109
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
110
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
111
|
+
|
|
112
|
+
## [0.0.3-next.42](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.41...cli-core-v0.0.3-next.42) (2026-05-15)
|
|
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.41 to 0.0.3-next.42
|
|
125
|
+
* @twin.org/nameof bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
126
|
+
* devDependencies
|
|
127
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
128
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
129
|
+
|
|
130
|
+
## [0.0.3-next.41](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.40...cli-core-v0.0.3-next.41) (2026-05-13)
|
|
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.40 to 0.0.3-next.41
|
|
143
|
+
* @twin.org/nameof bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
144
|
+
* devDependencies
|
|
145
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
146
|
+
* @twin.org/nameof-vitest-plugin 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/cli-core-v0.0.3-next.39...cli-core-v0.0.3-next.40) (2026-05-13)
|
|
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.39 to 0.0.3-next.40
|
|
161
|
+
* @twin.org/nameof bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
162
|
+
* devDependencies
|
|
163
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
164
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
165
|
+
|
|
166
|
+
## [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)
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
### Features
|
|
170
|
+
|
|
171
|
+
* improve signatures ([bcc21ae](https://github.com/iotaledger/twin-framework/commit/bcc21aed3e10a264ef5c8515bde8dcac8a05c719))
|
|
172
|
+
* improve signatures ([cdd24be](https://github.com/iotaledger/twin-framework/commit/cdd24be6fb898d33955b6f2f93c3ddbd73582269))
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
### Dependencies
|
|
176
|
+
|
|
177
|
+
* The following workspace dependencies were updated
|
|
178
|
+
* dependencies
|
|
179
|
+
* @twin.org/core bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
180
|
+
* @twin.org/nameof bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
181
|
+
* devDependencies
|
|
182
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
183
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
184
|
+
|
|
185
|
+
## [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)
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
### Features
|
|
189
|
+
|
|
190
|
+
* typescript 6 update ([1d10f31](https://github.com/iotaledger/twin-framework/commit/1d10f31e6516ec622773f45e88af82fe749b384a))
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
### Dependencies
|
|
194
|
+
|
|
195
|
+
* The following workspace dependencies were updated
|
|
196
|
+
* dependencies
|
|
197
|
+
* @twin.org/core bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
198
|
+
* @twin.org/nameof bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
199
|
+
* devDependencies
|
|
200
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
201
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
202
|
+
|
|
203
|
+
## [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)
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
### Miscellaneous Chores
|
|
207
|
+
|
|
208
|
+
* **cli-core:** Synchronize repo versions
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
### Dependencies
|
|
212
|
+
|
|
213
|
+
* The following workspace dependencies were updated
|
|
214
|
+
* dependencies
|
|
215
|
+
* @twin.org/core bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
216
|
+
* @twin.org/nameof bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
217
|
+
* devDependencies
|
|
218
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
219
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
220
|
+
|
|
221
|
+
## [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)
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
### Miscellaneous Chores
|
|
225
|
+
|
|
226
|
+
* **cli-core:** Synchronize repo versions
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
### Dependencies
|
|
230
|
+
|
|
231
|
+
* The following workspace dependencies were updated
|
|
232
|
+
* dependencies
|
|
233
|
+
* @twin.org/core bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
234
|
+
* @twin.org/nameof bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
235
|
+
* devDependencies
|
|
236
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
237
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
238
|
+
|
|
239
|
+
## [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)
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
### Miscellaneous Chores
|
|
243
|
+
|
|
244
|
+
* **cli-core:** Synchronize repo versions
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
### Dependencies
|
|
248
|
+
|
|
249
|
+
* The following workspace dependencies were updated
|
|
250
|
+
* dependencies
|
|
251
|
+
* @twin.org/core bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
252
|
+
* @twin.org/nameof bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
253
|
+
* devDependencies
|
|
254
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
255
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
256
|
+
|
|
257
|
+
## [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)
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
### Miscellaneous Chores
|
|
261
|
+
|
|
262
|
+
* **cli-core:** Synchronize repo versions
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
### Dependencies
|
|
266
|
+
|
|
267
|
+
* The following workspace dependencies were updated
|
|
268
|
+
* dependencies
|
|
269
|
+
* @twin.org/core bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
270
|
+
* @twin.org/nameof bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
271
|
+
* devDependencies
|
|
272
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
273
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
274
|
+
|
|
275
|
+
## [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)
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
### Miscellaneous Chores
|
|
279
|
+
|
|
280
|
+
* **cli-core:** Synchronize repo versions
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
### Dependencies
|
|
284
|
+
|
|
285
|
+
* The following workspace dependencies were updated
|
|
286
|
+
* dependencies
|
|
287
|
+
* @twin.org/core bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
288
|
+
* @twin.org/nameof bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
289
|
+
* devDependencies
|
|
290
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
291
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
292
|
+
|
|
293
|
+
## [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)
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
### Miscellaneous Chores
|
|
297
|
+
|
|
298
|
+
* **cli-core:** Synchronize repo versions
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
### Dependencies
|
|
302
|
+
|
|
303
|
+
* The following workspace dependencies were updated
|
|
304
|
+
* dependencies
|
|
305
|
+
* @twin.org/core bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
306
|
+
* @twin.org/nameof bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
307
|
+
* devDependencies
|
|
308
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
309
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
310
|
+
|
|
311
|
+
## [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)
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
### Miscellaneous Chores
|
|
315
|
+
|
|
316
|
+
* **cli-core:** Synchronize repo versions
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
### Dependencies
|
|
320
|
+
|
|
321
|
+
* The following workspace dependencies were updated
|
|
322
|
+
* dependencies
|
|
323
|
+
* @twin.org/core bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
324
|
+
* @twin.org/nameof bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
325
|
+
* devDependencies
|
|
326
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
327
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
328
|
+
|
|
329
|
+
## [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)
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
### Miscellaneous Chores
|
|
333
|
+
|
|
334
|
+
* **cli-core:** Synchronize repo versions
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
### Dependencies
|
|
338
|
+
|
|
339
|
+
* The following workspace dependencies were updated
|
|
340
|
+
* dependencies
|
|
341
|
+
* @twin.org/core bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
342
|
+
* @twin.org/nameof bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
343
|
+
* devDependencies
|
|
344
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
345
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
346
|
+
|
|
347
|
+
## [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)
|
|
348
|
+
|
|
349
|
+
|
|
350
|
+
### Miscellaneous Chores
|
|
351
|
+
|
|
352
|
+
* **cli-core:** Synchronize repo versions
|
|
353
|
+
|
|
354
|
+
|
|
355
|
+
### Dependencies
|
|
356
|
+
|
|
357
|
+
* The following workspace dependencies were updated
|
|
358
|
+
* dependencies
|
|
359
|
+
* @twin.org/core bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
360
|
+
* @twin.org/nameof bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
361
|
+
* devDependencies
|
|
362
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
363
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
364
|
+
|
|
365
|
+
## [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)
|
|
366
|
+
|
|
367
|
+
|
|
368
|
+
### Miscellaneous Chores
|
|
369
|
+
|
|
370
|
+
* **cli-core:** Synchronize repo versions
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
### Dependencies
|
|
374
|
+
|
|
375
|
+
* The following workspace dependencies were updated
|
|
376
|
+
* dependencies
|
|
377
|
+
* @twin.org/core bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
378
|
+
* @twin.org/nameof bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
379
|
+
* devDependencies
|
|
380
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
381
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
382
|
+
|
|
383
|
+
## [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)
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
### Miscellaneous Chores
|
|
387
|
+
|
|
388
|
+
* **cli-core:** Synchronize repo versions
|
|
389
|
+
|
|
390
|
+
|
|
391
|
+
### Dependencies
|
|
392
|
+
|
|
393
|
+
* The following workspace dependencies were updated
|
|
394
|
+
* dependencies
|
|
395
|
+
* @twin.org/core bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
396
|
+
* @twin.org/nameof bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
397
|
+
* devDependencies
|
|
398
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
399
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
400
|
+
|
|
401
|
+
## [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)
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
### Miscellaneous Chores
|
|
405
|
+
|
|
406
|
+
* **cli-core:** Synchronize repo versions
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
### Dependencies
|
|
410
|
+
|
|
411
|
+
* The following workspace dependencies were updated
|
|
412
|
+
* dependencies
|
|
413
|
+
* @twin.org/core bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
414
|
+
* @twin.org/nameof bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
415
|
+
* devDependencies
|
|
416
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
417
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
418
|
+
|
|
419
|
+
## [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)
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
### Miscellaneous Chores
|
|
423
|
+
|
|
424
|
+
* **cli-core:** Synchronize repo versions
|
|
425
|
+
|
|
426
|
+
|
|
427
|
+
### Dependencies
|
|
428
|
+
|
|
429
|
+
* The following workspace dependencies were updated
|
|
430
|
+
* dependencies
|
|
431
|
+
* @twin.org/core bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
432
|
+
* @twin.org/nameof bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
433
|
+
* devDependencies
|
|
434
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
435
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
436
|
+
|
|
437
|
+
## [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)
|
|
438
|
+
|
|
439
|
+
|
|
440
|
+
### Bug Fixes
|
|
441
|
+
|
|
442
|
+
* ensure __decorate is defined for decorators ([103a563](https://github.com/iotaledger/twin-framework/commit/103a563ce01ebdef6240d2e590e7b026e8692684))
|
|
443
|
+
|
|
444
|
+
|
|
445
|
+
### Dependencies
|
|
446
|
+
|
|
447
|
+
* The following workspace dependencies were updated
|
|
448
|
+
* dependencies
|
|
449
|
+
* @twin.org/core bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
450
|
+
* @twin.org/nameof bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
451
|
+
* devDependencies
|
|
452
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
453
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
454
|
+
|
|
455
|
+
## [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)
|
|
456
|
+
|
|
457
|
+
|
|
458
|
+
### Miscellaneous Chores
|
|
459
|
+
|
|
460
|
+
* **cli-core:** Synchronize repo versions
|
|
461
|
+
|
|
462
|
+
|
|
463
|
+
### Dependencies
|
|
464
|
+
|
|
465
|
+
* The following workspace dependencies were updated
|
|
466
|
+
* dependencies
|
|
467
|
+
* @twin.org/core bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
468
|
+
* @twin.org/nameof bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
469
|
+
* devDependencies
|
|
470
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
471
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
472
|
+
|
|
473
|
+
## [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)
|
|
474
|
+
|
|
475
|
+
|
|
476
|
+
### Miscellaneous Chores
|
|
477
|
+
|
|
478
|
+
* **cli-core:** Synchronize repo versions
|
|
479
|
+
|
|
480
|
+
|
|
481
|
+
### Dependencies
|
|
482
|
+
|
|
483
|
+
* The following workspace dependencies were updated
|
|
484
|
+
* dependencies
|
|
485
|
+
* @twin.org/core bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
486
|
+
* @twin.org/nameof bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
487
|
+
* devDependencies
|
|
488
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
489
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
490
|
+
|
|
491
|
+
## [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)
|
|
492
|
+
|
|
493
|
+
|
|
494
|
+
### Features
|
|
495
|
+
|
|
496
|
+
* add CLIParam.arrayOneOf ([18f0815](https://github.com/iotaledger/twin-framework/commit/18f08157e5305cddf65d09b36a51a91a0873e396))
|
|
497
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
498
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
499
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
500
|
+
* improve error display in CLI ([94b6ca8](https://github.com/iotaledger/twin-framework/commit/94b6ca8bdcfe3ca7671c4095b436ea7bddaae98e))
|
|
501
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
502
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
503
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
504
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
505
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
506
|
+
|
|
507
|
+
|
|
508
|
+
### Bug Fixes
|
|
509
|
+
|
|
510
|
+
* cli display output for JSON to allow infinite depth ([2a06f52](https://github.com/iotaledger/twin-framework/commit/2a06f52c92dbc51a4969d651486a0c3548529929))
|
|
511
|
+
* export the json locales for cli-core ([188b47d](https://github.com/iotaledger/twin-framework/commit/188b47d3339deb42d08c32715909337749fb0e4a))
|
|
512
|
+
* framework pr naming convention ([#142](https://github.com/iotaledger/twin-framework/issues/142)) ([e29acee](https://github.com/iotaledger/twin-framework/commit/e29acee2fbec42506091956d6ba8b8ce25a90008))
|
|
513
|
+
|
|
514
|
+
|
|
515
|
+
### Dependencies
|
|
516
|
+
|
|
517
|
+
* The following workspace dependencies were updated
|
|
518
|
+
* dependencies
|
|
519
|
+
* @twin.org/core bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
520
|
+
* @twin.org/nameof bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
521
|
+
* devDependencies
|
|
522
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
523
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
524
|
+
|
|
525
|
+
## [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)
|
|
526
|
+
|
|
527
|
+
|
|
528
|
+
### Miscellaneous Chores
|
|
529
|
+
|
|
530
|
+
* **cli-core:** Synchronize repo versions
|
|
531
|
+
|
|
532
|
+
|
|
533
|
+
### Dependencies
|
|
534
|
+
|
|
535
|
+
* The following workspace dependencies were updated
|
|
536
|
+
* dependencies
|
|
537
|
+
* @twin.org/core bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
538
|
+
* @twin.org/nameof bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
539
|
+
* devDependencies
|
|
540
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
541
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
542
|
+
|
|
543
|
+
## [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)
|
|
544
|
+
|
|
545
|
+
|
|
546
|
+
### Miscellaneous Chores
|
|
547
|
+
|
|
548
|
+
* **cli-core:** Synchronize repo versions
|
|
549
|
+
|
|
550
|
+
|
|
551
|
+
### Dependencies
|
|
552
|
+
|
|
553
|
+
* The following workspace dependencies were updated
|
|
554
|
+
* dependencies
|
|
555
|
+
* @twin.org/core bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
556
|
+
* @twin.org/nameof bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
557
|
+
* devDependencies
|
|
558
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
559
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
560
|
+
|
|
561
|
+
## [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)
|
|
562
|
+
|
|
563
|
+
|
|
564
|
+
### Bug Fixes
|
|
565
|
+
|
|
566
|
+
* export the json locales for cli-core ([188b47d](https://github.com/iotaledger/twin-framework/commit/188b47d3339deb42d08c32715909337749fb0e4a))
|
|
567
|
+
|
|
568
|
+
|
|
569
|
+
### Dependencies
|
|
570
|
+
|
|
571
|
+
* The following workspace dependencies were updated
|
|
572
|
+
* dependencies
|
|
573
|
+
* @twin.org/core bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
574
|
+
* @twin.org/nameof bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
575
|
+
* devDependencies
|
|
576
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
577
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
578
|
+
|
|
579
|
+
## [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)
|
|
580
|
+
|
|
581
|
+
|
|
582
|
+
### Miscellaneous Chores
|
|
583
|
+
|
|
584
|
+
* **cli-core:** Synchronize repo versions
|
|
585
|
+
|
|
586
|
+
|
|
587
|
+
### Dependencies
|
|
588
|
+
|
|
589
|
+
* The following workspace dependencies were updated
|
|
590
|
+
* dependencies
|
|
591
|
+
* @twin.org/core bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
592
|
+
* @twin.org/nameof bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
593
|
+
* devDependencies
|
|
594
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
595
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
596
|
+
|
|
597
|
+
## [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)
|
|
598
|
+
|
|
599
|
+
|
|
600
|
+
### Miscellaneous Chores
|
|
601
|
+
|
|
602
|
+
* **cli-core:** Synchronize repo versions
|
|
603
|
+
|
|
604
|
+
|
|
605
|
+
### Dependencies
|
|
606
|
+
|
|
607
|
+
* The following workspace dependencies were updated
|
|
608
|
+
* dependencies
|
|
609
|
+
* @twin.org/core bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
610
|
+
* @twin.org/nameof bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
611
|
+
* devDependencies
|
|
612
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
613
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
614
|
+
|
|
615
|
+
## [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)
|
|
616
|
+
|
|
617
|
+
|
|
618
|
+
### Miscellaneous Chores
|
|
619
|
+
|
|
620
|
+
* **cli-core:** Synchronize repo versions
|
|
621
|
+
|
|
622
|
+
|
|
623
|
+
### Dependencies
|
|
624
|
+
|
|
625
|
+
* The following workspace dependencies were updated
|
|
626
|
+
* dependencies
|
|
627
|
+
* @twin.org/core bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
628
|
+
* @twin.org/nameof bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
629
|
+
* devDependencies
|
|
630
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
631
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
632
|
+
|
|
633
|
+
## [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)
|
|
634
|
+
|
|
635
|
+
|
|
636
|
+
### Miscellaneous Chores
|
|
637
|
+
|
|
638
|
+
* **cli-core:** Synchronize repo versions
|
|
639
|
+
|
|
640
|
+
|
|
641
|
+
### Dependencies
|
|
642
|
+
|
|
643
|
+
* The following workspace dependencies were updated
|
|
644
|
+
* dependencies
|
|
645
|
+
* @twin.org/core bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
646
|
+
* @twin.org/nameof bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
647
|
+
* devDependencies
|
|
648
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
649
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
650
|
+
|
|
651
|
+
## [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)
|
|
652
|
+
|
|
653
|
+
|
|
654
|
+
### Miscellaneous Chores
|
|
655
|
+
|
|
656
|
+
* **cli-core:** Synchronize repo versions
|
|
657
|
+
|
|
658
|
+
|
|
659
|
+
### Dependencies
|
|
660
|
+
|
|
661
|
+
* The following workspace dependencies were updated
|
|
662
|
+
* dependencies
|
|
663
|
+
* @twin.org/core bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
664
|
+
* @twin.org/nameof bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
665
|
+
* devDependencies
|
|
666
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
667
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
668
|
+
|
|
669
|
+
## [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)
|
|
670
|
+
|
|
671
|
+
|
|
672
|
+
### Miscellaneous Chores
|
|
673
|
+
|
|
674
|
+
* **cli-core:** Synchronize repo versions
|
|
675
|
+
|
|
676
|
+
|
|
677
|
+
### Dependencies
|
|
678
|
+
|
|
679
|
+
* The following workspace dependencies were updated
|
|
680
|
+
* dependencies
|
|
681
|
+
* @twin.org/core bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
682
|
+
* @twin.org/nameof bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
683
|
+
* devDependencies
|
|
684
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
685
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
686
|
+
|
|
687
|
+
## [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)
|
|
688
|
+
|
|
689
|
+
|
|
690
|
+
### Miscellaneous Chores
|
|
691
|
+
|
|
692
|
+
* **cli-core:** Synchronize repo versions
|
|
693
|
+
|
|
694
|
+
|
|
695
|
+
### Dependencies
|
|
696
|
+
|
|
697
|
+
* The following workspace dependencies were updated
|
|
698
|
+
* dependencies
|
|
699
|
+
* @twin.org/core bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
700
|
+
* @twin.org/nameof bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
701
|
+
* devDependencies
|
|
702
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
703
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
704
|
+
|
|
705
|
+
## [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)
|
|
706
|
+
|
|
707
|
+
|
|
708
|
+
### Miscellaneous Chores
|
|
709
|
+
|
|
710
|
+
* **cli-core:** Synchronize repo versions
|
|
711
|
+
|
|
712
|
+
|
|
713
|
+
### Dependencies
|
|
714
|
+
|
|
715
|
+
* The following workspace dependencies were updated
|
|
716
|
+
* dependencies
|
|
717
|
+
* @twin.org/core bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
718
|
+
* @twin.org/nameof bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
719
|
+
* devDependencies
|
|
720
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
721
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
722
|
+
|
|
723
|
+
## [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)
|
|
4
724
|
|
|
5
725
|
|
|
6
726
|
### Miscellaneous Chores
|
|
@@ -18,7 +738,7 @@
|
|
|
18
738
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
19
739
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
20
740
|
|
|
21
|
-
## [0.0.3-next.8](https://github.com/
|
|
741
|
+
## [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)
|
|
22
742
|
|
|
23
743
|
|
|
24
744
|
### Miscellaneous Chores
|
|
@@ -36,27 +756,27 @@
|
|
|
36
756
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
37
757
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
38
758
|
|
|
39
|
-
## [0.0.3-next.7](https://github.com/
|
|
759
|
+
## [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)
|
|
40
760
|
|
|
41
761
|
|
|
42
762
|
### Features
|
|
43
763
|
|
|
44
|
-
* add CLIParam.arrayOneOf ([18f0815](https://github.com/
|
|
45
|
-
* add context id features ([#206](https://github.com/
|
|
46
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
47
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
48
|
-
* improve error display in CLI ([94b6ca8](https://github.com/
|
|
49
|
-
* locales validation ([#197](https://github.com/
|
|
50
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
51
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
52
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
53
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
764
|
+
* add CLIParam.arrayOneOf ([18f0815](https://github.com/iotaledger/twin-framework/commit/18f08157e5305cddf65d09b36a51a91a0873e396))
|
|
765
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
766
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
767
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
768
|
+
* improve error display in CLI ([94b6ca8](https://github.com/iotaledger/twin-framework/commit/94b6ca8bdcfe3ca7671c4095b436ea7bddaae98e))
|
|
769
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
770
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
771
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
772
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
773
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
54
774
|
|
|
55
775
|
|
|
56
776
|
### Bug Fixes
|
|
57
777
|
|
|
58
|
-
* cli display output for JSON to allow infinite depth ([2a06f52](https://github.com/
|
|
59
|
-
* framework pr naming convention ([#142](https://github.com/
|
|
778
|
+
* cli display output for JSON to allow infinite depth ([2a06f52](https://github.com/iotaledger/twin-framework/commit/2a06f52c92dbc51a4969d651486a0c3548529929))
|
|
779
|
+
* framework pr naming convention ([#142](https://github.com/iotaledger/twin-framework/issues/142)) ([e29acee](https://github.com/iotaledger/twin-framework/commit/e29acee2fbec42506091956d6ba8b8ce25a90008))
|
|
60
780
|
|
|
61
781
|
|
|
62
782
|
### Dependencies
|
|
@@ -69,7 +789,7 @@
|
|
|
69
789
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
70
790
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
71
791
|
|
|
72
|
-
## [0.0.3-next.6](https://github.com/
|
|
792
|
+
## [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)
|
|
73
793
|
|
|
74
794
|
|
|
75
795
|
### Miscellaneous Chores
|
|
@@ -87,7 +807,7 @@
|
|
|
87
807
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
88
808
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
89
809
|
|
|
90
|
-
## [0.0.3-next.5](https://github.com/
|
|
810
|
+
## [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)
|
|
91
811
|
|
|
92
812
|
|
|
93
813
|
### Miscellaneous Chores
|
|
@@ -105,7 +825,7 @@
|
|
|
105
825
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
106
826
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
107
827
|
|
|
108
|
-
## [0.0.3-next.4](https://github.com/
|
|
828
|
+
## [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)
|
|
109
829
|
|
|
110
830
|
|
|
111
831
|
### Miscellaneous Chores
|
|
@@ -123,7 +843,7 @@
|
|
|
123
843
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
124
844
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
125
845
|
|
|
126
|
-
## [0.0.3-next.3](https://github.com/
|
|
846
|
+
## [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)
|
|
127
847
|
|
|
128
848
|
|
|
129
849
|
### Miscellaneous Chores
|
|
@@ -141,7 +861,7 @@
|
|
|
141
861
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
142
862
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
143
863
|
|
|
144
|
-
## [0.0.3-next.2](https://github.com/
|
|
864
|
+
## [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)
|
|
145
865
|
|
|
146
866
|
|
|
147
867
|
### Miscellaneous Chores
|
|
@@ -159,27 +879,27 @@
|
|
|
159
879
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
160
880
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
161
881
|
|
|
162
|
-
## [0.0.3-next.1](https://github.com/
|
|
882
|
+
## [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)
|
|
163
883
|
|
|
164
884
|
|
|
165
885
|
### Features
|
|
166
886
|
|
|
167
|
-
* add CLIParam.arrayOneOf ([18f0815](https://github.com/
|
|
168
|
-
* add context id features ([#206](https://github.com/
|
|
169
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
170
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
171
|
-
* improve error display in CLI ([94b6ca8](https://github.com/
|
|
172
|
-
* locales validation ([#197](https://github.com/
|
|
173
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
174
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
175
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
176
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
887
|
+
* add CLIParam.arrayOneOf ([18f0815](https://github.com/iotaledger/twin-framework/commit/18f08157e5305cddf65d09b36a51a91a0873e396))
|
|
888
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
889
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
890
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
891
|
+
* improve error display in CLI ([94b6ca8](https://github.com/iotaledger/twin-framework/commit/94b6ca8bdcfe3ca7671c4095b436ea7bddaae98e))
|
|
892
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
893
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
894
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
895
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
896
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
177
897
|
|
|
178
898
|
|
|
179
899
|
### Bug Fixes
|
|
180
900
|
|
|
181
|
-
* cli display output for JSON to allow infinite depth ([2a06f52](https://github.com/
|
|
182
|
-
* framework pr naming convention ([#142](https://github.com/
|
|
901
|
+
* cli display output for JSON to allow infinite depth ([2a06f52](https://github.com/iotaledger/twin-framework/commit/2a06f52c92dbc51a4969d651486a0c3548529929))
|
|
902
|
+
* framework pr naming convention ([#142](https://github.com/iotaledger/twin-framework/issues/142)) ([e29acee](https://github.com/iotaledger/twin-framework/commit/e29acee2fbec42506091956d6ba8b8ce25a90008))
|
|
183
903
|
|
|
184
904
|
|
|
185
905
|
### Dependencies
|
|
@@ -192,7 +912,7 @@
|
|
|
192
912
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
193
913
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
194
914
|
|
|
195
|
-
## [0.0.2-next.22](https://github.com/
|
|
915
|
+
## [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)
|
|
196
916
|
|
|
197
917
|
|
|
198
918
|
### Miscellaneous Chores
|
|
@@ -210,12 +930,12 @@
|
|
|
210
930
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
211
931
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
212
932
|
|
|
213
|
-
## [0.0.2-next.21](https://github.com/
|
|
933
|
+
## [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)
|
|
214
934
|
|
|
215
935
|
|
|
216
936
|
### Features
|
|
217
937
|
|
|
218
|
-
* locales validation ([#197](https://github.com/
|
|
938
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
219
939
|
|
|
220
940
|
|
|
221
941
|
### Dependencies
|
|
@@ -228,7 +948,7 @@
|
|
|
228
948
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
229
949
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
230
950
|
|
|
231
|
-
## [0.0.2-next.20](https://github.com/
|
|
951
|
+
## [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)
|
|
232
952
|
|
|
233
953
|
|
|
234
954
|
### Miscellaneous Chores
|
|
@@ -247,7 +967,7 @@
|
|
|
247
967
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
248
968
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
249
969
|
|
|
250
|
-
## [0.0.2-next.19](https://github.com/
|
|
970
|
+
## [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)
|
|
251
971
|
|
|
252
972
|
|
|
253
973
|
### Miscellaneous Chores
|
|
@@ -266,7 +986,7 @@
|
|
|
266
986
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
267
987
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
268
988
|
|
|
269
|
-
## [0.0.2-next.18](https://github.com/
|
|
989
|
+
## [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)
|
|
270
990
|
|
|
271
991
|
|
|
272
992
|
### Miscellaneous Chores
|
|
@@ -285,7 +1005,7 @@
|
|
|
285
1005
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
286
1006
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
287
1007
|
|
|
288
|
-
## [0.0.2-next.17](https://github.com/
|
|
1008
|
+
## [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)
|
|
289
1009
|
|
|
290
1010
|
|
|
291
1011
|
### Miscellaneous Chores
|
|
@@ -304,7 +1024,7 @@
|
|
|
304
1024
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
305
1025
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
306
1026
|
|
|
307
|
-
## [0.0.2-next.16](https://github.com/
|
|
1027
|
+
## [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)
|
|
308
1028
|
|
|
309
1029
|
|
|
310
1030
|
### Miscellaneous Chores
|
|
@@ -323,7 +1043,7 @@
|
|
|
323
1043
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
324
1044
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
325
1045
|
|
|
326
|
-
## [0.0.2-next.15](https://github.com/
|
|
1046
|
+
## [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)
|
|
327
1047
|
|
|
328
1048
|
|
|
329
1049
|
### Miscellaneous Chores
|
|
@@ -342,7 +1062,7 @@
|
|
|
342
1062
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
343
1063
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
344
1064
|
|
|
345
|
-
## [0.0.2-next.14](https://github.com/
|
|
1065
|
+
## [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)
|
|
346
1066
|
|
|
347
1067
|
|
|
348
1068
|
### Miscellaneous Chores
|
|
@@ -361,7 +1081,7 @@
|
|
|
361
1081
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
362
1082
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
363
1083
|
|
|
364
|
-
## [0.0.2-next.13](https://github.com/
|
|
1084
|
+
## [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)
|
|
365
1085
|
|
|
366
1086
|
|
|
367
1087
|
### Miscellaneous Chores
|
|
@@ -380,7 +1100,7 @@
|
|
|
380
1100
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
381
1101
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
382
1102
|
|
|
383
|
-
## [0.0.2-next.12](https://github.com/
|
|
1103
|
+
## [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)
|
|
384
1104
|
|
|
385
1105
|
|
|
386
1106
|
### Miscellaneous Chores
|
|
@@ -399,12 +1119,12 @@
|
|
|
399
1119
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
400
1120
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
401
1121
|
|
|
402
|
-
## [0.0.2-next.11](https://github.com/
|
|
1122
|
+
## [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)
|
|
403
1123
|
|
|
404
1124
|
|
|
405
1125
|
### Bug Fixes
|
|
406
1126
|
|
|
407
|
-
* cli display output for JSON to allow infinite depth ([2a06f52](https://github.com/
|
|
1127
|
+
* cli display output for JSON to allow infinite depth ([2a06f52](https://github.com/iotaledger/twin-framework/commit/2a06f52c92dbc51a4969d651486a0c3548529929))
|
|
408
1128
|
|
|
409
1129
|
|
|
410
1130
|
### Dependencies
|
|
@@ -418,12 +1138,12 @@
|
|
|
418
1138
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
419
1139
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
420
1140
|
|
|
421
|
-
## [0.0.2-next.10](https://github.com/
|
|
1141
|
+
## [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)
|
|
422
1142
|
|
|
423
1143
|
|
|
424
1144
|
### Features
|
|
425
1145
|
|
|
426
|
-
* add CLIParam.arrayOneOf ([18f0815](https://github.com/
|
|
1146
|
+
* add CLIParam.arrayOneOf ([18f0815](https://github.com/iotaledger/twin-framework/commit/18f08157e5305cddf65d09b36a51a91a0873e396))
|
|
427
1147
|
|
|
428
1148
|
|
|
429
1149
|
### Dependencies
|
|
@@ -437,7 +1157,7 @@
|
|
|
437
1157
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
438
1158
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
439
1159
|
|
|
440
|
-
## [0.0.2-next.9](https://github.com/
|
|
1160
|
+
## [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)
|
|
441
1161
|
|
|
442
1162
|
|
|
443
1163
|
### Miscellaneous Chores
|
|
@@ -456,7 +1176,7 @@
|
|
|
456
1176
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
457
1177
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
458
1178
|
|
|
459
|
-
## [0.0.2-next.8](https://github.com/
|
|
1179
|
+
## [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)
|
|
460
1180
|
|
|
461
1181
|
|
|
462
1182
|
### Miscellaneous Chores
|
|
@@ -475,12 +1195,12 @@
|
|
|
475
1195
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
476
1196
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
477
1197
|
|
|
478
|
-
## [0.0.2-next.7](https://github.com/
|
|
1198
|
+
## [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)
|
|
479
1199
|
|
|
480
1200
|
|
|
481
1201
|
### Features
|
|
482
1202
|
|
|
483
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
1203
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
484
1204
|
|
|
485
1205
|
|
|
486
1206
|
### Dependencies
|
|
@@ -494,7 +1214,7 @@
|
|
|
494
1214
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
495
1215
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
496
1216
|
|
|
497
|
-
## [0.0.2-next.6](https://github.com/
|
|
1217
|
+
## [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)
|
|
498
1218
|
|
|
499
1219
|
|
|
500
1220
|
### Miscellaneous Chores
|
|
@@ -513,12 +1233,12 @@
|
|
|
513
1233
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
514
1234
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
515
1235
|
|
|
516
|
-
## [0.0.2-next.5](https://github.com/
|
|
1236
|
+
## [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)
|
|
517
1237
|
|
|
518
1238
|
|
|
519
1239
|
### Features
|
|
520
1240
|
|
|
521
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
1241
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
522
1242
|
|
|
523
1243
|
|
|
524
1244
|
### Dependencies
|
|
@@ -532,7 +1252,7 @@
|
|
|
532
1252
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
533
1253
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
534
1254
|
|
|
535
|
-
## [0.0.2-next.4](https://github.com/
|
|
1255
|
+
## [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)
|
|
536
1256
|
|
|
537
1257
|
|
|
538
1258
|
### Miscellaneous Chores
|
|
@@ -551,21 +1271,21 @@
|
|
|
551
1271
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
552
1272
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
553
1273
|
|
|
554
|
-
## [0.0.2-next.3](https://github.com/
|
|
1274
|
+
## [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)
|
|
555
1275
|
|
|
556
1276
|
|
|
557
1277
|
### Features
|
|
558
1278
|
|
|
559
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
560
|
-
* improve error display in CLI ([94b6ca8](https://github.com/
|
|
561
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
562
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
563
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1279
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1280
|
+
* improve error display in CLI ([94b6ca8](https://github.com/iotaledger/twin-framework/commit/94b6ca8bdcfe3ca7671c4095b436ea7bddaae98e))
|
|
1281
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1282
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
1283
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
564
1284
|
|
|
565
1285
|
|
|
566
1286
|
### Bug Fixes
|
|
567
1287
|
|
|
568
|
-
* framework pr naming convention ([#142](https://github.com/
|
|
1288
|
+
* framework pr naming convention ([#142](https://github.com/iotaledger/twin-framework/issues/142)) ([e29acee](https://github.com/iotaledger/twin-framework/commit/e29acee2fbec42506091956d6ba8b8ce25a90008))
|
|
569
1289
|
|
|
570
1290
|
|
|
571
1291
|
### Dependencies
|
|
@@ -579,21 +1299,21 @@
|
|
|
579
1299
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
580
1300
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
581
1301
|
|
|
582
|
-
## [0.0.2-next.2](https://github.com/
|
|
1302
|
+
## [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)
|
|
583
1303
|
|
|
584
1304
|
|
|
585
1305
|
### Features
|
|
586
1306
|
|
|
587
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
588
|
-
* improve error display in CLI ([94b6ca8](https://github.com/
|
|
589
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
590
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
591
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1307
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1308
|
+
* improve error display in CLI ([94b6ca8](https://github.com/iotaledger/twin-framework/commit/94b6ca8bdcfe3ca7671c4095b436ea7bddaae98e))
|
|
1309
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1310
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
1311
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
592
1312
|
|
|
593
1313
|
|
|
594
1314
|
### Bug Fixes
|
|
595
1315
|
|
|
596
|
-
* framework pr naming convention ([#142](https://github.com/
|
|
1316
|
+
* framework pr naming convention ([#142](https://github.com/iotaledger/twin-framework/issues/142)) ([e29acee](https://github.com/iotaledger/twin-framework/commit/e29acee2fbec42506091956d6ba8b8ce25a90008))
|
|
597
1317
|
|
|
598
1318
|
|
|
599
1319
|
### Dependencies
|
|
@@ -607,21 +1327,21 @@
|
|
|
607
1327
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
608
1328
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
609
1329
|
|
|
610
|
-
## [0.0.2-next.1](https://github.com/
|
|
1330
|
+
## [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)
|
|
611
1331
|
|
|
612
1332
|
|
|
613
1333
|
### Features
|
|
614
1334
|
|
|
615
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
616
|
-
* improve error display in CLI ([94b6ca8](https://github.com/
|
|
617
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
618
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
619
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1335
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1336
|
+
* improve error display in CLI ([94b6ca8](https://github.com/iotaledger/twin-framework/commit/94b6ca8bdcfe3ca7671c4095b436ea7bddaae98e))
|
|
1337
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1338
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
1339
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
620
1340
|
|
|
621
1341
|
|
|
622
1342
|
### Bug Fixes
|
|
623
1343
|
|
|
624
|
-
* framework pr naming convention ([#142](https://github.com/
|
|
1344
|
+
* framework pr naming convention ([#142](https://github.com/iotaledger/twin-framework/issues/142)) ([e29acee](https://github.com/iotaledger/twin-framework/commit/e29acee2fbec42506091956d6ba8b8ce25a90008))
|
|
625
1345
|
|
|
626
1346
|
|
|
627
1347
|
### Dependencies
|
|
@@ -640,8 +1360,8 @@
|
|
|
640
1360
|
|
|
641
1361
|
### Features
|
|
642
1362
|
|
|
643
|
-
* release to production ([829d53d](https://github.com/
|
|
644
|
-
* release to production ([5cf3a76](https://github.com/
|
|
1363
|
+
* release to production ([829d53d](https://github.com/iotaledger/twin-framework/commit/829d53d3953b1e1b40b0243c04cfdfd3842aac7b))
|
|
1364
|
+
* release to production ([5cf3a76](https://github.com/iotaledger/twin-framework/commit/5cf3a76a09eff2e6414d0cba846c7c37400a11d6))
|
|
645
1365
|
|
|
646
1366
|
|
|
647
1367
|
### Dependencies
|
|
@@ -655,20 +1375,20 @@
|
|
|
655
1375
|
* @twin.org/nameof-transformer bumped from ^0.0.0 to ^0.0.1
|
|
656
1376
|
* @twin.org/nameof-vitest-plugin bumped from ^0.0.0 to ^0.0.1
|
|
657
1377
|
|
|
658
|
-
## [0.0.1-next.70](https://github.com/
|
|
1378
|
+
## [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)
|
|
659
1379
|
|
|
660
1380
|
|
|
661
1381
|
### Features
|
|
662
1382
|
|
|
663
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
664
|
-
* improve error display in CLI ([94b6ca8](https://github.com/
|
|
665
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
666
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1383
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1384
|
+
* improve error display in CLI ([94b6ca8](https://github.com/iotaledger/twin-framework/commit/94b6ca8bdcfe3ca7671c4095b436ea7bddaae98e))
|
|
1385
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1386
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
667
1387
|
|
|
668
1388
|
|
|
669
1389
|
### Bug Fixes
|
|
670
1390
|
|
|
671
|
-
* framework pr naming convention ([#142](https://github.com/
|
|
1391
|
+
* framework pr naming convention ([#142](https://github.com/iotaledger/twin-framework/issues/142)) ([e29acee](https://github.com/iotaledger/twin-framework/commit/e29acee2fbec42506091956d6ba8b8ce25a90008))
|
|
672
1392
|
|
|
673
1393
|
|
|
674
1394
|
### Dependencies
|
|
@@ -682,20 +1402,20 @@
|
|
|
682
1402
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
683
1403
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
684
1404
|
|
|
685
|
-
## [0.0.1-next.69](https://github.com/
|
|
1405
|
+
## [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)
|
|
686
1406
|
|
|
687
1407
|
|
|
688
1408
|
### Features
|
|
689
1409
|
|
|
690
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
691
|
-
* improve error display in CLI ([94b6ca8](https://github.com/
|
|
692
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
693
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1410
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1411
|
+
* improve error display in CLI ([94b6ca8](https://github.com/iotaledger/twin-framework/commit/94b6ca8bdcfe3ca7671c4095b436ea7bddaae98e))
|
|
1412
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1413
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
694
1414
|
|
|
695
1415
|
|
|
696
1416
|
### Bug Fixes
|
|
697
1417
|
|
|
698
|
-
* framework pr naming convention ([#142](https://github.com/
|
|
1418
|
+
* framework pr naming convention ([#142](https://github.com/iotaledger/twin-framework/issues/142)) ([e29acee](https://github.com/iotaledger/twin-framework/commit/e29acee2fbec42506091956d6ba8b8ce25a90008))
|
|
699
1419
|
|
|
700
1420
|
|
|
701
1421
|
### Dependencies
|
|
@@ -709,12 +1429,12 @@
|
|
|
709
1429
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
710
1430
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
711
1431
|
|
|
712
|
-
## [0.0.1-next.68](https://github.com/
|
|
1432
|
+
## [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)
|
|
713
1433
|
|
|
714
1434
|
|
|
715
1435
|
### Features
|
|
716
1436
|
|
|
717
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
1437
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
718
1438
|
|
|
719
1439
|
|
|
720
1440
|
### Dependencies
|
|
@@ -728,7 +1448,7 @@
|
|
|
728
1448
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
729
1449
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
730
1450
|
|
|
731
|
-
## [0.0.1-next.67](https://github.com/
|
|
1451
|
+
## [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)
|
|
732
1452
|
|
|
733
1453
|
|
|
734
1454
|
### Miscellaneous Chores
|
|
@@ -743,7 +1463,7 @@
|
|
|
743
1463
|
* @twin.org/core bumped from 0.0.1-next.66 to 0.0.1-next.67
|
|
744
1464
|
* @twin.org/crypto bumped from 0.0.1-next.66 to 0.0.1-next.67
|
|
745
1465
|
|
|
746
|
-
## [0.0.1-next.66](https://github.com/
|
|
1466
|
+
## [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)
|
|
747
1467
|
|
|
748
1468
|
|
|
749
1469
|
### Miscellaneous Chores
|
|
@@ -758,7 +1478,7 @@
|
|
|
758
1478
|
* @twin.org/core bumped from 0.0.1-next.65 to 0.0.1-next.66
|
|
759
1479
|
* @twin.org/crypto bumped from 0.0.1-next.65 to 0.0.1-next.66
|
|
760
1480
|
|
|
761
|
-
## [0.0.1-next.65](https://github.com/
|
|
1481
|
+
## [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)
|
|
762
1482
|
|
|
763
1483
|
|
|
764
1484
|
### Miscellaneous Chores
|
|
@@ -773,7 +1493,7 @@
|
|
|
773
1493
|
* @twin.org/core bumped from 0.0.1-next.64 to 0.0.1-next.65
|
|
774
1494
|
* @twin.org/crypto bumped from 0.0.1-next.64 to 0.0.1-next.65
|
|
775
1495
|
|
|
776
|
-
## [0.0.1-next.64](https://github.com/
|
|
1496
|
+
## [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)
|
|
777
1497
|
|
|
778
1498
|
|
|
779
1499
|
### Miscellaneous Chores
|
|
@@ -788,7 +1508,7 @@
|
|
|
788
1508
|
* @twin.org/core bumped from 0.0.1-next.63 to 0.0.1-next.64
|
|
789
1509
|
* @twin.org/crypto bumped from 0.0.1-next.63 to 0.0.1-next.64
|
|
790
1510
|
|
|
791
|
-
## [0.0.1-next.63](https://github.com/
|
|
1511
|
+
## [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)
|
|
792
1512
|
|
|
793
1513
|
|
|
794
1514
|
### Miscellaneous Chores
|
|
@@ -803,19 +1523,19 @@
|
|
|
803
1523
|
* @twin.org/core bumped from 0.0.1-next.62 to 0.0.1-next.63
|
|
804
1524
|
* @twin.org/crypto bumped from 0.0.1-next.62 to 0.0.1-next.63
|
|
805
1525
|
|
|
806
|
-
## [0.0.1-next.62](https://github.com/
|
|
1526
|
+
## [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)
|
|
807
1527
|
|
|
808
1528
|
|
|
809
1529
|
### Features
|
|
810
1530
|
|
|
811
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
812
|
-
* improve error display in CLI ([94b6ca8](https://github.com/
|
|
813
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1531
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1532
|
+
* improve error display in CLI ([94b6ca8](https://github.com/iotaledger/twin-framework/commit/94b6ca8bdcfe3ca7671c4095b436ea7bddaae98e))
|
|
1533
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
814
1534
|
|
|
815
1535
|
|
|
816
1536
|
### Bug Fixes
|
|
817
1537
|
|
|
818
|
-
* framework pr naming convention ([#142](https://github.com/
|
|
1538
|
+
* framework pr naming convention ([#142](https://github.com/iotaledger/twin-framework/issues/142)) ([e29acee](https://github.com/iotaledger/twin-framework/commit/e29acee2fbec42506091956d6ba8b8ce25a90008))
|
|
819
1539
|
|
|
820
1540
|
|
|
821
1541
|
### Dependencies
|
|
@@ -825,7 +1545,7 @@
|
|
|
825
1545
|
* @twin.org/core bumped from 0.0.1-next.61 to 0.0.1-next.62
|
|
826
1546
|
* @twin.org/crypto bumped from 0.0.1-next.61 to 0.0.1-next.62
|
|
827
1547
|
|
|
828
|
-
## [0.0.1-next.61](https://github.com/
|
|
1548
|
+
## [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)
|
|
829
1549
|
|
|
830
1550
|
|
|
831
1551
|
### Miscellaneous Chores
|
|
@@ -840,12 +1560,12 @@
|
|
|
840
1560
|
* @twin.org/core bumped from 0.0.1-next.60 to 0.0.1-next.61
|
|
841
1561
|
* @twin.org/crypto bumped from 0.0.1-next.60 to 0.0.1-next.61
|
|
842
1562
|
|
|
843
|
-
## [0.0.1-next.60](https://github.com/
|
|
1563
|
+
## [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)
|
|
844
1564
|
|
|
845
1565
|
|
|
846
1566
|
### Features
|
|
847
1567
|
|
|
848
|
-
* improve error display in CLI ([94b6ca8](https://github.com/
|
|
1568
|
+
* improve error display in CLI ([94b6ca8](https://github.com/iotaledger/twin-framework/commit/94b6ca8bdcfe3ca7671c4095b436ea7bddaae98e))
|
|
849
1569
|
|
|
850
1570
|
|
|
851
1571
|
### Dependencies
|
|
@@ -855,7 +1575,7 @@
|
|
|
855
1575
|
* @twin.org/core bumped from 0.0.1-next.59 to 0.0.1-next.60
|
|
856
1576
|
* @twin.org/crypto bumped from 0.0.1-next.59 to 0.0.1-next.60
|
|
857
1577
|
|
|
858
|
-
## [0.0.1-next.59](https://github.com/
|
|
1578
|
+
## [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)
|
|
859
1579
|
|
|
860
1580
|
|
|
861
1581
|
### Miscellaneous Chores
|
|
@@ -870,12 +1590,12 @@
|
|
|
870
1590
|
* @twin.org/core bumped from 0.0.1-next.58 to 0.0.1-next.59
|
|
871
1591
|
* @twin.org/crypto bumped from 0.0.1-next.58 to 0.0.1-next.59
|
|
872
1592
|
|
|
873
|
-
## [0.0.1-next.58](https://github.com/
|
|
1593
|
+
## [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)
|
|
874
1594
|
|
|
875
1595
|
|
|
876
1596
|
### Bug Fixes
|
|
877
1597
|
|
|
878
|
-
* framework pr naming convention ([#142](https://github.com/
|
|
1598
|
+
* framework pr naming convention ([#142](https://github.com/iotaledger/twin-framework/issues/142)) ([e29acee](https://github.com/iotaledger/twin-framework/commit/e29acee2fbec42506091956d6ba8b8ce25a90008))
|
|
879
1599
|
|
|
880
1600
|
|
|
881
1601
|
### Dependencies
|
|
@@ -885,12 +1605,12 @@
|
|
|
885
1605
|
* @twin.org/core bumped from 0.0.1-next.57 to 0.0.1-next.58
|
|
886
1606
|
* @twin.org/crypto bumped from 0.0.1-next.57 to 0.0.1-next.58
|
|
887
1607
|
|
|
888
|
-
## [0.0.1-next.57](https://github.com/
|
|
1608
|
+
## [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)
|
|
889
1609
|
|
|
890
1610
|
|
|
891
1611
|
### Features
|
|
892
1612
|
|
|
893
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
1613
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
894
1614
|
|
|
895
1615
|
|
|
896
1616
|
### Dependencies
|
|
@@ -900,7 +1620,7 @@
|
|
|
900
1620
|
* @twin.org/core bumped from 0.0.1-next.56 to 0.0.1-next.57
|
|
901
1621
|
* @twin.org/crypto bumped from 0.0.1-next.56 to 0.0.1-next.57
|
|
902
1622
|
|
|
903
|
-
## [0.0.1-next.56](https://github.com/
|
|
1623
|
+
## [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)
|
|
904
1624
|
|
|
905
1625
|
|
|
906
1626
|
### Miscellaneous Chores
|
|
@@ -915,7 +1635,7 @@
|
|
|
915
1635
|
* @twin.org/core bumped from 0.0.1-next.55 to 0.0.1-next.56
|
|
916
1636
|
* @twin.org/crypto bumped from 0.0.1-next.55 to 0.0.1-next.56
|
|
917
1637
|
|
|
918
|
-
## [0.0.1-next.55](https://github.com/
|
|
1638
|
+
## [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)
|
|
919
1639
|
|
|
920
1640
|
|
|
921
1641
|
### Miscellaneous Chores
|
|
@@ -930,7 +1650,7 @@
|
|
|
930
1650
|
* @twin.org/core bumped from 0.0.1-next.54 to 0.0.1-next.55
|
|
931
1651
|
* @twin.org/crypto bumped from 0.0.1-next.54 to 0.0.1-next.55
|
|
932
1652
|
|
|
933
|
-
## [0.0.1-next.54](https://github.com/
|
|
1653
|
+
## [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)
|
|
934
1654
|
|
|
935
1655
|
|
|
936
1656
|
### Miscellaneous Chores
|
|
@@ -945,7 +1665,7 @@
|
|
|
945
1665
|
* @twin.org/core bumped from 0.0.1-next.53 to 0.0.1-next.54
|
|
946
1666
|
* @twin.org/crypto bumped from 0.0.1-next.53 to 0.0.1-next.54
|
|
947
1667
|
|
|
948
|
-
## [0.0.1-next.53](https://github.com/
|
|
1668
|
+
## [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)
|
|
949
1669
|
|
|
950
1670
|
|
|
951
1671
|
### Miscellaneous Chores
|
|
@@ -960,12 +1680,12 @@
|
|
|
960
1680
|
* @twin.org/core bumped from 0.0.1-next.52 to 0.0.1-next.53
|
|
961
1681
|
* @twin.org/crypto bumped from 0.0.1-next.52 to 0.0.1-next.53
|
|
962
1682
|
|
|
963
|
-
## [0.0.1-next.52](https://github.com/
|
|
1683
|
+
## [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)
|
|
964
1684
|
|
|
965
1685
|
|
|
966
1686
|
### Features
|
|
967
1687
|
|
|
968
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1688
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
969
1689
|
|
|
970
1690
|
|
|
971
1691
|
### Dependencies
|
|
@@ -975,7 +1695,7 @@
|
|
|
975
1695
|
* @twin.org/core bumped from 0.0.1-next.51 to 0.0.1-next.52
|
|
976
1696
|
* @twin.org/crypto bumped from 0.0.1-next.51 to 0.0.1-next.52
|
|
977
1697
|
|
|
978
|
-
## [0.0.1-next.51](https://github.com/
|
|
1698
|
+
## [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)
|
|
979
1699
|
|
|
980
1700
|
|
|
981
1701
|
### Miscellaneous Chores
|
|
@@ -990,7 +1710,7 @@
|
|
|
990
1710
|
* @twin.org/core bumped from 0.0.1-next.50 to 0.0.1-next.51
|
|
991
1711
|
* @twin.org/crypto bumped from 0.0.1-next.50 to 0.0.1-next.51
|
|
992
1712
|
|
|
993
|
-
## [0.0.1-next.50](https://github.com/
|
|
1713
|
+
## [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)
|
|
994
1714
|
|
|
995
1715
|
|
|
996
1716
|
### Miscellaneous Chores
|