@twin.org/cli-core 0.0.3-next.8 → 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 +858 -120
- 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,744 @@
|
|
|
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)
|
|
724
|
+
|
|
725
|
+
|
|
726
|
+
### Miscellaneous Chores
|
|
727
|
+
|
|
728
|
+
* **cli-core:** Synchronize repo versions
|
|
729
|
+
|
|
730
|
+
|
|
731
|
+
### Dependencies
|
|
732
|
+
|
|
733
|
+
* The following workspace dependencies were updated
|
|
734
|
+
* dependencies
|
|
735
|
+
* @twin.org/core bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
736
|
+
* @twin.org/nameof bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
737
|
+
* devDependencies
|
|
738
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
739
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
740
|
+
|
|
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)
|
|
4
742
|
|
|
5
743
|
|
|
6
744
|
### Miscellaneous Chores
|
|
@@ -18,27 +756,27 @@
|
|
|
18
756
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
19
757
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
20
758
|
|
|
21
|
-
## [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)
|
|
22
760
|
|
|
23
761
|
|
|
24
762
|
### Features
|
|
25
763
|
|
|
26
|
-
* add CLIParam.arrayOneOf ([18f0815](https://github.com/
|
|
27
|
-
* add context id features ([#206](https://github.com/
|
|
28
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
29
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
30
|
-
* improve error display in CLI ([94b6ca8](https://github.com/
|
|
31
|
-
* locales validation ([#197](https://github.com/
|
|
32
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
33
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
34
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
35
|
-
* 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))
|
|
36
774
|
|
|
37
775
|
|
|
38
776
|
### Bug Fixes
|
|
39
777
|
|
|
40
|
-
* cli display output for JSON to allow infinite depth ([2a06f52](https://github.com/
|
|
41
|
-
* 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))
|
|
42
780
|
|
|
43
781
|
|
|
44
782
|
### Dependencies
|
|
@@ -51,7 +789,7 @@
|
|
|
51
789
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
52
790
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
53
791
|
|
|
54
|
-
## [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)
|
|
55
793
|
|
|
56
794
|
|
|
57
795
|
### Miscellaneous Chores
|
|
@@ -69,7 +807,7 @@
|
|
|
69
807
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
70
808
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
71
809
|
|
|
72
|
-
## [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)
|
|
73
811
|
|
|
74
812
|
|
|
75
813
|
### Miscellaneous Chores
|
|
@@ -87,7 +825,7 @@
|
|
|
87
825
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
88
826
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
89
827
|
|
|
90
|
-
## [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)
|
|
91
829
|
|
|
92
830
|
|
|
93
831
|
### Miscellaneous Chores
|
|
@@ -105,7 +843,7 @@
|
|
|
105
843
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
106
844
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
107
845
|
|
|
108
|
-
## [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)
|
|
109
847
|
|
|
110
848
|
|
|
111
849
|
### Miscellaneous Chores
|
|
@@ -123,7 +861,7 @@
|
|
|
123
861
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
124
862
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
125
863
|
|
|
126
|
-
## [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)
|
|
127
865
|
|
|
128
866
|
|
|
129
867
|
### Miscellaneous Chores
|
|
@@ -141,27 +879,27 @@
|
|
|
141
879
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
142
880
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
143
881
|
|
|
144
|
-
## [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)
|
|
145
883
|
|
|
146
884
|
|
|
147
885
|
### Features
|
|
148
886
|
|
|
149
|
-
* add CLIParam.arrayOneOf ([18f0815](https://github.com/
|
|
150
|
-
* add context id features ([#206](https://github.com/
|
|
151
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
152
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
153
|
-
* improve error display in CLI ([94b6ca8](https://github.com/
|
|
154
|
-
* locales validation ([#197](https://github.com/
|
|
155
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
156
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
157
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
158
|
-
* 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))
|
|
159
897
|
|
|
160
898
|
|
|
161
899
|
### Bug Fixes
|
|
162
900
|
|
|
163
|
-
* cli display output for JSON to allow infinite depth ([2a06f52](https://github.com/
|
|
164
|
-
* 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))
|
|
165
903
|
|
|
166
904
|
|
|
167
905
|
### Dependencies
|
|
@@ -174,7 +912,7 @@
|
|
|
174
912
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
175
913
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
176
914
|
|
|
177
|
-
## [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)
|
|
178
916
|
|
|
179
917
|
|
|
180
918
|
### Miscellaneous Chores
|
|
@@ -192,12 +930,12 @@
|
|
|
192
930
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
193
931
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
194
932
|
|
|
195
|
-
## [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)
|
|
196
934
|
|
|
197
935
|
|
|
198
936
|
### Features
|
|
199
937
|
|
|
200
|
-
* 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))
|
|
201
939
|
|
|
202
940
|
|
|
203
941
|
### Dependencies
|
|
@@ -210,7 +948,7 @@
|
|
|
210
948
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
211
949
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
212
950
|
|
|
213
|
-
## [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)
|
|
214
952
|
|
|
215
953
|
|
|
216
954
|
### Miscellaneous Chores
|
|
@@ -229,7 +967,7 @@
|
|
|
229
967
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
230
968
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
231
969
|
|
|
232
|
-
## [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)
|
|
233
971
|
|
|
234
972
|
|
|
235
973
|
### Miscellaneous Chores
|
|
@@ -248,7 +986,7 @@
|
|
|
248
986
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
249
987
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
250
988
|
|
|
251
|
-
## [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)
|
|
252
990
|
|
|
253
991
|
|
|
254
992
|
### Miscellaneous Chores
|
|
@@ -267,7 +1005,7 @@
|
|
|
267
1005
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
268
1006
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
269
1007
|
|
|
270
|
-
## [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)
|
|
271
1009
|
|
|
272
1010
|
|
|
273
1011
|
### Miscellaneous Chores
|
|
@@ -286,7 +1024,7 @@
|
|
|
286
1024
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
287
1025
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
288
1026
|
|
|
289
|
-
## [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)
|
|
290
1028
|
|
|
291
1029
|
|
|
292
1030
|
### Miscellaneous Chores
|
|
@@ -305,7 +1043,7 @@
|
|
|
305
1043
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
306
1044
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
307
1045
|
|
|
308
|
-
## [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)
|
|
309
1047
|
|
|
310
1048
|
|
|
311
1049
|
### Miscellaneous Chores
|
|
@@ -324,7 +1062,7 @@
|
|
|
324
1062
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
325
1063
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
326
1064
|
|
|
327
|
-
## [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)
|
|
328
1066
|
|
|
329
1067
|
|
|
330
1068
|
### Miscellaneous Chores
|
|
@@ -343,7 +1081,7 @@
|
|
|
343
1081
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
344
1082
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
345
1083
|
|
|
346
|
-
## [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)
|
|
347
1085
|
|
|
348
1086
|
|
|
349
1087
|
### Miscellaneous Chores
|
|
@@ -362,7 +1100,7 @@
|
|
|
362
1100
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
363
1101
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
364
1102
|
|
|
365
|
-
## [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)
|
|
366
1104
|
|
|
367
1105
|
|
|
368
1106
|
### Miscellaneous Chores
|
|
@@ -381,12 +1119,12 @@
|
|
|
381
1119
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
382
1120
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
383
1121
|
|
|
384
|
-
## [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)
|
|
385
1123
|
|
|
386
1124
|
|
|
387
1125
|
### Bug Fixes
|
|
388
1126
|
|
|
389
|
-
* 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))
|
|
390
1128
|
|
|
391
1129
|
|
|
392
1130
|
### Dependencies
|
|
@@ -400,12 +1138,12 @@
|
|
|
400
1138
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
401
1139
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
402
1140
|
|
|
403
|
-
## [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)
|
|
404
1142
|
|
|
405
1143
|
|
|
406
1144
|
### Features
|
|
407
1145
|
|
|
408
|
-
* add CLIParam.arrayOneOf ([18f0815](https://github.com/
|
|
1146
|
+
* add CLIParam.arrayOneOf ([18f0815](https://github.com/iotaledger/twin-framework/commit/18f08157e5305cddf65d09b36a51a91a0873e396))
|
|
409
1147
|
|
|
410
1148
|
|
|
411
1149
|
### Dependencies
|
|
@@ -419,7 +1157,7 @@
|
|
|
419
1157
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
420
1158
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
421
1159
|
|
|
422
|
-
## [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)
|
|
423
1161
|
|
|
424
1162
|
|
|
425
1163
|
### Miscellaneous Chores
|
|
@@ -438,7 +1176,7 @@
|
|
|
438
1176
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
439
1177
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
440
1178
|
|
|
441
|
-
## [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)
|
|
442
1180
|
|
|
443
1181
|
|
|
444
1182
|
### Miscellaneous Chores
|
|
@@ -457,12 +1195,12 @@
|
|
|
457
1195
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
458
1196
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
459
1197
|
|
|
460
|
-
## [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)
|
|
461
1199
|
|
|
462
1200
|
|
|
463
1201
|
### Features
|
|
464
1202
|
|
|
465
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
1203
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
466
1204
|
|
|
467
1205
|
|
|
468
1206
|
### Dependencies
|
|
@@ -476,7 +1214,7 @@
|
|
|
476
1214
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
477
1215
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
478
1216
|
|
|
479
|
-
## [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)
|
|
480
1218
|
|
|
481
1219
|
|
|
482
1220
|
### Miscellaneous Chores
|
|
@@ -495,12 +1233,12 @@
|
|
|
495
1233
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
496
1234
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
497
1235
|
|
|
498
|
-
## [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)
|
|
499
1237
|
|
|
500
1238
|
|
|
501
1239
|
### Features
|
|
502
1240
|
|
|
503
|
-
* 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))
|
|
504
1242
|
|
|
505
1243
|
|
|
506
1244
|
### Dependencies
|
|
@@ -514,7 +1252,7 @@
|
|
|
514
1252
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
515
1253
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
516
1254
|
|
|
517
|
-
## [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)
|
|
518
1256
|
|
|
519
1257
|
|
|
520
1258
|
### Miscellaneous Chores
|
|
@@ -533,21 +1271,21 @@
|
|
|
533
1271
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
534
1272
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
535
1273
|
|
|
536
|
-
## [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)
|
|
537
1275
|
|
|
538
1276
|
|
|
539
1277
|
### Features
|
|
540
1278
|
|
|
541
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
542
|
-
* improve error display in CLI ([94b6ca8](https://github.com/
|
|
543
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
544
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
545
|
-
* 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))
|
|
546
1284
|
|
|
547
1285
|
|
|
548
1286
|
### Bug Fixes
|
|
549
1287
|
|
|
550
|
-
* 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))
|
|
551
1289
|
|
|
552
1290
|
|
|
553
1291
|
### Dependencies
|
|
@@ -561,21 +1299,21 @@
|
|
|
561
1299
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
562
1300
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
563
1301
|
|
|
564
|
-
## [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)
|
|
565
1303
|
|
|
566
1304
|
|
|
567
1305
|
### Features
|
|
568
1306
|
|
|
569
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
570
|
-
* improve error display in CLI ([94b6ca8](https://github.com/
|
|
571
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
572
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
573
|
-
* 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))
|
|
574
1312
|
|
|
575
1313
|
|
|
576
1314
|
### Bug Fixes
|
|
577
1315
|
|
|
578
|
-
* 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))
|
|
579
1317
|
|
|
580
1318
|
|
|
581
1319
|
### Dependencies
|
|
@@ -589,21 +1327,21 @@
|
|
|
589
1327
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
590
1328
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
591
1329
|
|
|
592
|
-
## [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)
|
|
593
1331
|
|
|
594
1332
|
|
|
595
1333
|
### Features
|
|
596
1334
|
|
|
597
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
598
|
-
* improve error display in CLI ([94b6ca8](https://github.com/
|
|
599
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
600
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
601
|
-
* 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))
|
|
602
1340
|
|
|
603
1341
|
|
|
604
1342
|
### Bug Fixes
|
|
605
1343
|
|
|
606
|
-
* 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))
|
|
607
1345
|
|
|
608
1346
|
|
|
609
1347
|
### Dependencies
|
|
@@ -622,8 +1360,8 @@
|
|
|
622
1360
|
|
|
623
1361
|
### Features
|
|
624
1362
|
|
|
625
|
-
* release to production ([829d53d](https://github.com/
|
|
626
|
-
* 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))
|
|
627
1365
|
|
|
628
1366
|
|
|
629
1367
|
### Dependencies
|
|
@@ -637,20 +1375,20 @@
|
|
|
637
1375
|
* @twin.org/nameof-transformer bumped from ^0.0.0 to ^0.0.1
|
|
638
1376
|
* @twin.org/nameof-vitest-plugin bumped from ^0.0.0 to ^0.0.1
|
|
639
1377
|
|
|
640
|
-
## [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)
|
|
641
1379
|
|
|
642
1380
|
|
|
643
1381
|
### Features
|
|
644
1382
|
|
|
645
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
646
|
-
* improve error display in CLI ([94b6ca8](https://github.com/
|
|
647
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
648
|
-
* 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))
|
|
649
1387
|
|
|
650
1388
|
|
|
651
1389
|
### Bug Fixes
|
|
652
1390
|
|
|
653
|
-
* 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))
|
|
654
1392
|
|
|
655
1393
|
|
|
656
1394
|
### Dependencies
|
|
@@ -664,20 +1402,20 @@
|
|
|
664
1402
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
665
1403
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
666
1404
|
|
|
667
|
-
## [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)
|
|
668
1406
|
|
|
669
1407
|
|
|
670
1408
|
### Features
|
|
671
1409
|
|
|
672
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
673
|
-
* improve error display in CLI ([94b6ca8](https://github.com/
|
|
674
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
675
|
-
* 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))
|
|
676
1414
|
|
|
677
1415
|
|
|
678
1416
|
### Bug Fixes
|
|
679
1417
|
|
|
680
|
-
* 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))
|
|
681
1419
|
|
|
682
1420
|
|
|
683
1421
|
### Dependencies
|
|
@@ -691,12 +1429,12 @@
|
|
|
691
1429
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
692
1430
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
693
1431
|
|
|
694
|
-
## [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)
|
|
695
1433
|
|
|
696
1434
|
|
|
697
1435
|
### Features
|
|
698
1436
|
|
|
699
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
1437
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
700
1438
|
|
|
701
1439
|
|
|
702
1440
|
### Dependencies
|
|
@@ -710,7 +1448,7 @@
|
|
|
710
1448
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
711
1449
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
712
1450
|
|
|
713
|
-
## [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)
|
|
714
1452
|
|
|
715
1453
|
|
|
716
1454
|
### Miscellaneous Chores
|
|
@@ -725,7 +1463,7 @@
|
|
|
725
1463
|
* @twin.org/core bumped from 0.0.1-next.66 to 0.0.1-next.67
|
|
726
1464
|
* @twin.org/crypto bumped from 0.0.1-next.66 to 0.0.1-next.67
|
|
727
1465
|
|
|
728
|
-
## [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)
|
|
729
1467
|
|
|
730
1468
|
|
|
731
1469
|
### Miscellaneous Chores
|
|
@@ -740,7 +1478,7 @@
|
|
|
740
1478
|
* @twin.org/core bumped from 0.0.1-next.65 to 0.0.1-next.66
|
|
741
1479
|
* @twin.org/crypto bumped from 0.0.1-next.65 to 0.0.1-next.66
|
|
742
1480
|
|
|
743
|
-
## [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)
|
|
744
1482
|
|
|
745
1483
|
|
|
746
1484
|
### Miscellaneous Chores
|
|
@@ -755,7 +1493,7 @@
|
|
|
755
1493
|
* @twin.org/core bumped from 0.0.1-next.64 to 0.0.1-next.65
|
|
756
1494
|
* @twin.org/crypto bumped from 0.0.1-next.64 to 0.0.1-next.65
|
|
757
1495
|
|
|
758
|
-
## [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)
|
|
759
1497
|
|
|
760
1498
|
|
|
761
1499
|
### Miscellaneous Chores
|
|
@@ -770,7 +1508,7 @@
|
|
|
770
1508
|
* @twin.org/core bumped from 0.0.1-next.63 to 0.0.1-next.64
|
|
771
1509
|
* @twin.org/crypto bumped from 0.0.1-next.63 to 0.0.1-next.64
|
|
772
1510
|
|
|
773
|
-
## [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)
|
|
774
1512
|
|
|
775
1513
|
|
|
776
1514
|
### Miscellaneous Chores
|
|
@@ -785,19 +1523,19 @@
|
|
|
785
1523
|
* @twin.org/core bumped from 0.0.1-next.62 to 0.0.1-next.63
|
|
786
1524
|
* @twin.org/crypto bumped from 0.0.1-next.62 to 0.0.1-next.63
|
|
787
1525
|
|
|
788
|
-
## [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)
|
|
789
1527
|
|
|
790
1528
|
|
|
791
1529
|
### Features
|
|
792
1530
|
|
|
793
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
794
|
-
* improve error display in CLI ([94b6ca8](https://github.com/
|
|
795
|
-
* 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))
|
|
796
1534
|
|
|
797
1535
|
|
|
798
1536
|
### Bug Fixes
|
|
799
1537
|
|
|
800
|
-
* 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))
|
|
801
1539
|
|
|
802
1540
|
|
|
803
1541
|
### Dependencies
|
|
@@ -807,7 +1545,7 @@
|
|
|
807
1545
|
* @twin.org/core bumped from 0.0.1-next.61 to 0.0.1-next.62
|
|
808
1546
|
* @twin.org/crypto bumped from 0.0.1-next.61 to 0.0.1-next.62
|
|
809
1547
|
|
|
810
|
-
## [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)
|
|
811
1549
|
|
|
812
1550
|
|
|
813
1551
|
### Miscellaneous Chores
|
|
@@ -822,12 +1560,12 @@
|
|
|
822
1560
|
* @twin.org/core bumped from 0.0.1-next.60 to 0.0.1-next.61
|
|
823
1561
|
* @twin.org/crypto bumped from 0.0.1-next.60 to 0.0.1-next.61
|
|
824
1562
|
|
|
825
|
-
## [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)
|
|
826
1564
|
|
|
827
1565
|
|
|
828
1566
|
### Features
|
|
829
1567
|
|
|
830
|
-
* improve error display in CLI ([94b6ca8](https://github.com/
|
|
1568
|
+
* improve error display in CLI ([94b6ca8](https://github.com/iotaledger/twin-framework/commit/94b6ca8bdcfe3ca7671c4095b436ea7bddaae98e))
|
|
831
1569
|
|
|
832
1570
|
|
|
833
1571
|
### Dependencies
|
|
@@ -837,7 +1575,7 @@
|
|
|
837
1575
|
* @twin.org/core bumped from 0.0.1-next.59 to 0.0.1-next.60
|
|
838
1576
|
* @twin.org/crypto bumped from 0.0.1-next.59 to 0.0.1-next.60
|
|
839
1577
|
|
|
840
|
-
## [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)
|
|
841
1579
|
|
|
842
1580
|
|
|
843
1581
|
### Miscellaneous Chores
|
|
@@ -852,12 +1590,12 @@
|
|
|
852
1590
|
* @twin.org/core bumped from 0.0.1-next.58 to 0.0.1-next.59
|
|
853
1591
|
* @twin.org/crypto bumped from 0.0.1-next.58 to 0.0.1-next.59
|
|
854
1592
|
|
|
855
|
-
## [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)
|
|
856
1594
|
|
|
857
1595
|
|
|
858
1596
|
### Bug Fixes
|
|
859
1597
|
|
|
860
|
-
* 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))
|
|
861
1599
|
|
|
862
1600
|
|
|
863
1601
|
### Dependencies
|
|
@@ -867,12 +1605,12 @@
|
|
|
867
1605
|
* @twin.org/core bumped from 0.0.1-next.57 to 0.0.1-next.58
|
|
868
1606
|
* @twin.org/crypto bumped from 0.0.1-next.57 to 0.0.1-next.58
|
|
869
1607
|
|
|
870
|
-
## [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)
|
|
871
1609
|
|
|
872
1610
|
|
|
873
1611
|
### Features
|
|
874
1612
|
|
|
875
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
1613
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
876
1614
|
|
|
877
1615
|
|
|
878
1616
|
### Dependencies
|
|
@@ -882,7 +1620,7 @@
|
|
|
882
1620
|
* @twin.org/core bumped from 0.0.1-next.56 to 0.0.1-next.57
|
|
883
1621
|
* @twin.org/crypto bumped from 0.0.1-next.56 to 0.0.1-next.57
|
|
884
1622
|
|
|
885
|
-
## [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)
|
|
886
1624
|
|
|
887
1625
|
|
|
888
1626
|
### Miscellaneous Chores
|
|
@@ -897,7 +1635,7 @@
|
|
|
897
1635
|
* @twin.org/core bumped from 0.0.1-next.55 to 0.0.1-next.56
|
|
898
1636
|
* @twin.org/crypto bumped from 0.0.1-next.55 to 0.0.1-next.56
|
|
899
1637
|
|
|
900
|
-
## [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)
|
|
901
1639
|
|
|
902
1640
|
|
|
903
1641
|
### Miscellaneous Chores
|
|
@@ -912,7 +1650,7 @@
|
|
|
912
1650
|
* @twin.org/core bumped from 0.0.1-next.54 to 0.0.1-next.55
|
|
913
1651
|
* @twin.org/crypto bumped from 0.0.1-next.54 to 0.0.1-next.55
|
|
914
1652
|
|
|
915
|
-
## [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)
|
|
916
1654
|
|
|
917
1655
|
|
|
918
1656
|
### Miscellaneous Chores
|
|
@@ -927,7 +1665,7 @@
|
|
|
927
1665
|
* @twin.org/core bumped from 0.0.1-next.53 to 0.0.1-next.54
|
|
928
1666
|
* @twin.org/crypto bumped from 0.0.1-next.53 to 0.0.1-next.54
|
|
929
1667
|
|
|
930
|
-
## [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)
|
|
931
1669
|
|
|
932
1670
|
|
|
933
1671
|
### Miscellaneous Chores
|
|
@@ -942,12 +1680,12 @@
|
|
|
942
1680
|
* @twin.org/core bumped from 0.0.1-next.52 to 0.0.1-next.53
|
|
943
1681
|
* @twin.org/crypto bumped from 0.0.1-next.52 to 0.0.1-next.53
|
|
944
1682
|
|
|
945
|
-
## [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)
|
|
946
1684
|
|
|
947
1685
|
|
|
948
1686
|
### Features
|
|
949
1687
|
|
|
950
|
-
* 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))
|
|
951
1689
|
|
|
952
1690
|
|
|
953
1691
|
### Dependencies
|
|
@@ -957,7 +1695,7 @@
|
|
|
957
1695
|
* @twin.org/core bumped from 0.0.1-next.51 to 0.0.1-next.52
|
|
958
1696
|
* @twin.org/crypto bumped from 0.0.1-next.51 to 0.0.1-next.52
|
|
959
1697
|
|
|
960
|
-
## [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)
|
|
961
1699
|
|
|
962
1700
|
|
|
963
1701
|
### Miscellaneous Chores
|
|
@@ -972,7 +1710,7 @@
|
|
|
972
1710
|
* @twin.org/core bumped from 0.0.1-next.50 to 0.0.1-next.51
|
|
973
1711
|
* @twin.org/crypto bumped from 0.0.1-next.50 to 0.0.1-next.51
|
|
974
1712
|
|
|
975
|
-
## [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)
|
|
976
1714
|
|
|
977
1715
|
|
|
978
1716
|
### Miscellaneous Chores
|