@twin.org/cli-core 0.0.3-next.4 → 0.0.3-next.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/es/cliParam.js +3 -3
- package/dist/es/cliParam.js.map +1 -1
- package/docs/changelog.md +802 -104
- package/docs/examples.md +82 -1
- package/docs/reference/classes/CLIBase.md +3 -3
- package/docs/reference/classes/CLIDisplay.md +27 -27
- package/docs/reference/classes/CLIOptions.md +1 -1
- package/docs/reference/classes/CLIParam.md +56 -56
- package/docs/reference/classes/CLIUtils.md +17 -17
- package/docs/reference/interfaces/ICliOptions.md +12 -12
- package/docs/reference/interfaces/ICliOutputOptionsConsole.md +1 -1
- package/docs/reference/interfaces/ICliOutputOptionsEnv.md +3 -3
- package/docs/reference/interfaces/ICliOutputOptionsJson.md +3 -3
- package/package.json +9 -8
package/docs/changelog.md
CHANGED
|
@@ -1,6 +1,704 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3-next.
|
|
3
|
+
## [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)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Miscellaneous Chores
|
|
7
|
+
|
|
8
|
+
* **cli-core:** Synchronize repo versions
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @twin.org/core bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
16
|
+
* @twin.org/nameof bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
17
|
+
* devDependencies
|
|
18
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
19
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
20
|
+
|
|
21
|
+
## [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)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Miscellaneous Chores
|
|
25
|
+
|
|
26
|
+
* **cli-core:** Synchronize repo versions
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### Dependencies
|
|
30
|
+
|
|
31
|
+
* The following workspace dependencies were updated
|
|
32
|
+
* dependencies
|
|
33
|
+
* @twin.org/core bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
34
|
+
* @twin.org/nameof bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
35
|
+
* devDependencies
|
|
36
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
37
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
38
|
+
|
|
39
|
+
## [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)
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
### Features
|
|
43
|
+
|
|
44
|
+
* improve signatures ([bcc21ae](https://github.com/iotaledger/twin-framework/commit/bcc21aed3e10a264ef5c8515bde8dcac8a05c719))
|
|
45
|
+
* improve signatures ([cdd24be](https://github.com/iotaledger/twin-framework/commit/cdd24be6fb898d33955b6f2f93c3ddbd73582269))
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
### Dependencies
|
|
49
|
+
|
|
50
|
+
* The following workspace dependencies were updated
|
|
51
|
+
* dependencies
|
|
52
|
+
* @twin.org/core bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
53
|
+
* @twin.org/nameof bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
54
|
+
* devDependencies
|
|
55
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
56
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
57
|
+
|
|
58
|
+
## [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)
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
### Features
|
|
62
|
+
|
|
63
|
+
* typescript 6 update ([1d10f31](https://github.com/iotaledger/twin-framework/commit/1d10f31e6516ec622773f45e88af82fe749b384a))
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
### Dependencies
|
|
67
|
+
|
|
68
|
+
* The following workspace dependencies were updated
|
|
69
|
+
* dependencies
|
|
70
|
+
* @twin.org/core bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
71
|
+
* @twin.org/nameof bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
72
|
+
* devDependencies
|
|
73
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
74
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
75
|
+
|
|
76
|
+
## [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)
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
### Miscellaneous Chores
|
|
80
|
+
|
|
81
|
+
* **cli-core:** Synchronize repo versions
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
### Dependencies
|
|
85
|
+
|
|
86
|
+
* The following workspace dependencies were updated
|
|
87
|
+
* dependencies
|
|
88
|
+
* @twin.org/core bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
89
|
+
* @twin.org/nameof bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
90
|
+
* devDependencies
|
|
91
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
92
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
93
|
+
|
|
94
|
+
## [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)
|
|
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.35 to 0.0.3-next.36
|
|
107
|
+
* @twin.org/nameof bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
108
|
+
* devDependencies
|
|
109
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
110
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
111
|
+
|
|
112
|
+
## [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)
|
|
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.34 to 0.0.3-next.35
|
|
125
|
+
* @twin.org/nameof bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
126
|
+
* devDependencies
|
|
127
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
128
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
129
|
+
|
|
130
|
+
## [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)
|
|
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.33 to 0.0.3-next.34
|
|
143
|
+
* @twin.org/nameof bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
144
|
+
* devDependencies
|
|
145
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
146
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
147
|
+
|
|
148
|
+
## [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)
|
|
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.32 to 0.0.3-next.33
|
|
161
|
+
* @twin.org/nameof bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
162
|
+
* devDependencies
|
|
163
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
164
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
165
|
+
|
|
166
|
+
## [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)
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
### Miscellaneous Chores
|
|
170
|
+
|
|
171
|
+
* **cli-core:** Synchronize repo versions
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
### Dependencies
|
|
175
|
+
|
|
176
|
+
* The following workspace dependencies were updated
|
|
177
|
+
* dependencies
|
|
178
|
+
* @twin.org/core bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
179
|
+
* @twin.org/nameof bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
180
|
+
* devDependencies
|
|
181
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
182
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
183
|
+
|
|
184
|
+
## [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)
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
### Miscellaneous Chores
|
|
188
|
+
|
|
189
|
+
* **cli-core:** Synchronize repo versions
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
### Dependencies
|
|
193
|
+
|
|
194
|
+
* The following workspace dependencies were updated
|
|
195
|
+
* dependencies
|
|
196
|
+
* @twin.org/core bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
197
|
+
* @twin.org/nameof bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
198
|
+
* devDependencies
|
|
199
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
200
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
201
|
+
|
|
202
|
+
## [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)
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
### Miscellaneous Chores
|
|
206
|
+
|
|
207
|
+
* **cli-core:** Synchronize repo versions
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
### Dependencies
|
|
211
|
+
|
|
212
|
+
* The following workspace dependencies were updated
|
|
213
|
+
* dependencies
|
|
214
|
+
* @twin.org/core bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
215
|
+
* @twin.org/nameof bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
216
|
+
* devDependencies
|
|
217
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
218
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
219
|
+
|
|
220
|
+
## [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)
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
### Miscellaneous Chores
|
|
224
|
+
|
|
225
|
+
* **cli-core:** Synchronize repo versions
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
### Dependencies
|
|
229
|
+
|
|
230
|
+
* The following workspace dependencies were updated
|
|
231
|
+
* dependencies
|
|
232
|
+
* @twin.org/core bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
233
|
+
* @twin.org/nameof bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
234
|
+
* devDependencies
|
|
235
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
236
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
237
|
+
|
|
238
|
+
## [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)
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
### Miscellaneous Chores
|
|
242
|
+
|
|
243
|
+
* **cli-core:** Synchronize repo versions
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
### Dependencies
|
|
247
|
+
|
|
248
|
+
* The following workspace dependencies were updated
|
|
249
|
+
* dependencies
|
|
250
|
+
* @twin.org/core bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
251
|
+
* @twin.org/nameof bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
252
|
+
* devDependencies
|
|
253
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
254
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
255
|
+
|
|
256
|
+
## [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)
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
### Miscellaneous Chores
|
|
260
|
+
|
|
261
|
+
* **cli-core:** Synchronize repo versions
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
### Dependencies
|
|
265
|
+
|
|
266
|
+
* The following workspace dependencies were updated
|
|
267
|
+
* dependencies
|
|
268
|
+
* @twin.org/core bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
269
|
+
* @twin.org/nameof bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
270
|
+
* devDependencies
|
|
271
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
272
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
273
|
+
|
|
274
|
+
## [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)
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
### Miscellaneous Chores
|
|
278
|
+
|
|
279
|
+
* **cli-core:** Synchronize repo versions
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
### Dependencies
|
|
283
|
+
|
|
284
|
+
* The following workspace dependencies were updated
|
|
285
|
+
* dependencies
|
|
286
|
+
* @twin.org/core bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
287
|
+
* @twin.org/nameof bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
288
|
+
* devDependencies
|
|
289
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
290
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
291
|
+
|
|
292
|
+
## [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)
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
### Miscellaneous Chores
|
|
296
|
+
|
|
297
|
+
* **cli-core:** Synchronize repo versions
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
### Dependencies
|
|
301
|
+
|
|
302
|
+
* The following workspace dependencies were updated
|
|
303
|
+
* dependencies
|
|
304
|
+
* @twin.org/core bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
305
|
+
* @twin.org/nameof bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
306
|
+
* devDependencies
|
|
307
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
308
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
309
|
+
|
|
310
|
+
## [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)
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
### Bug Fixes
|
|
314
|
+
|
|
315
|
+
* ensure __decorate is defined for decorators ([103a563](https://github.com/iotaledger/twin-framework/commit/103a563ce01ebdef6240d2e590e7b026e8692684))
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
### Dependencies
|
|
319
|
+
|
|
320
|
+
* The following workspace dependencies were updated
|
|
321
|
+
* dependencies
|
|
322
|
+
* @twin.org/core bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
323
|
+
* @twin.org/nameof bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
324
|
+
* devDependencies
|
|
325
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
326
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
327
|
+
|
|
328
|
+
## [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)
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
### Miscellaneous Chores
|
|
332
|
+
|
|
333
|
+
* **cli-core:** Synchronize repo versions
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
### Dependencies
|
|
337
|
+
|
|
338
|
+
* The following workspace dependencies were updated
|
|
339
|
+
* dependencies
|
|
340
|
+
* @twin.org/core bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
341
|
+
* @twin.org/nameof bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
342
|
+
* devDependencies
|
|
343
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
344
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
345
|
+
|
|
346
|
+
## [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)
|
|
347
|
+
|
|
348
|
+
|
|
349
|
+
### Miscellaneous Chores
|
|
350
|
+
|
|
351
|
+
* **cli-core:** Synchronize repo versions
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
### Dependencies
|
|
355
|
+
|
|
356
|
+
* The following workspace dependencies were updated
|
|
357
|
+
* dependencies
|
|
358
|
+
* @twin.org/core bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
359
|
+
* @twin.org/nameof bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
360
|
+
* devDependencies
|
|
361
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
362
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
363
|
+
|
|
364
|
+
## [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)
|
|
365
|
+
|
|
366
|
+
|
|
367
|
+
### Features
|
|
368
|
+
|
|
369
|
+
* add CLIParam.arrayOneOf ([18f0815](https://github.com/iotaledger/twin-framework/commit/18f08157e5305cddf65d09b36a51a91a0873e396))
|
|
370
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
371
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
372
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
373
|
+
* improve error display in CLI ([94b6ca8](https://github.com/iotaledger/twin-framework/commit/94b6ca8bdcfe3ca7671c4095b436ea7bddaae98e))
|
|
374
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
375
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
376
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
377
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
378
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
379
|
+
|
|
380
|
+
|
|
381
|
+
### Bug Fixes
|
|
382
|
+
|
|
383
|
+
* cli display output for JSON to allow infinite depth ([2a06f52](https://github.com/iotaledger/twin-framework/commit/2a06f52c92dbc51a4969d651486a0c3548529929))
|
|
384
|
+
* export the json locales for cli-core ([188b47d](https://github.com/iotaledger/twin-framework/commit/188b47d3339deb42d08c32715909337749fb0e4a))
|
|
385
|
+
* framework pr naming convention ([#142](https://github.com/iotaledger/twin-framework/issues/142)) ([e29acee](https://github.com/iotaledger/twin-framework/commit/e29acee2fbec42506091956d6ba8b8ce25a90008))
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
### Dependencies
|
|
389
|
+
|
|
390
|
+
* The following workspace dependencies were updated
|
|
391
|
+
* dependencies
|
|
392
|
+
* @twin.org/core bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
393
|
+
* @twin.org/nameof bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
394
|
+
* devDependencies
|
|
395
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
396
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
397
|
+
|
|
398
|
+
## [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)
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
### Miscellaneous Chores
|
|
402
|
+
|
|
403
|
+
* **cli-core:** Synchronize repo versions
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
### Dependencies
|
|
407
|
+
|
|
408
|
+
* The following workspace dependencies were updated
|
|
409
|
+
* dependencies
|
|
410
|
+
* @twin.org/core bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
411
|
+
* @twin.org/nameof bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
412
|
+
* devDependencies
|
|
413
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
414
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
415
|
+
|
|
416
|
+
## [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)
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
### Miscellaneous Chores
|
|
420
|
+
|
|
421
|
+
* **cli-core:** Synchronize repo versions
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
### Dependencies
|
|
425
|
+
|
|
426
|
+
* The following workspace dependencies were updated
|
|
427
|
+
* dependencies
|
|
428
|
+
* @twin.org/core bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
429
|
+
* @twin.org/nameof bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
430
|
+
* devDependencies
|
|
431
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
432
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
433
|
+
|
|
434
|
+
## [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)
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
### Bug Fixes
|
|
438
|
+
|
|
439
|
+
* export the json locales for cli-core ([188b47d](https://github.com/iotaledger/twin-framework/commit/188b47d3339deb42d08c32715909337749fb0e4a))
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
### Dependencies
|
|
443
|
+
|
|
444
|
+
* The following workspace dependencies were updated
|
|
445
|
+
* dependencies
|
|
446
|
+
* @twin.org/core bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
447
|
+
* @twin.org/nameof bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
448
|
+
* devDependencies
|
|
449
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
450
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
451
|
+
|
|
452
|
+
## [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)
|
|
453
|
+
|
|
454
|
+
|
|
455
|
+
### Miscellaneous Chores
|
|
456
|
+
|
|
457
|
+
* **cli-core:** Synchronize repo versions
|
|
458
|
+
|
|
459
|
+
|
|
460
|
+
### Dependencies
|
|
461
|
+
|
|
462
|
+
* The following workspace dependencies were updated
|
|
463
|
+
* dependencies
|
|
464
|
+
* @twin.org/core bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
465
|
+
* @twin.org/nameof bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
466
|
+
* devDependencies
|
|
467
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
468
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
469
|
+
|
|
470
|
+
## [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)
|
|
471
|
+
|
|
472
|
+
|
|
473
|
+
### Miscellaneous Chores
|
|
474
|
+
|
|
475
|
+
* **cli-core:** Synchronize repo versions
|
|
476
|
+
|
|
477
|
+
|
|
478
|
+
### Dependencies
|
|
479
|
+
|
|
480
|
+
* The following workspace dependencies were updated
|
|
481
|
+
* dependencies
|
|
482
|
+
* @twin.org/core bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
483
|
+
* @twin.org/nameof bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
484
|
+
* devDependencies
|
|
485
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
486
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
487
|
+
|
|
488
|
+
## [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)
|
|
489
|
+
|
|
490
|
+
|
|
491
|
+
### Miscellaneous Chores
|
|
492
|
+
|
|
493
|
+
* **cli-core:** Synchronize repo versions
|
|
494
|
+
|
|
495
|
+
|
|
496
|
+
### Dependencies
|
|
497
|
+
|
|
498
|
+
* The following workspace dependencies were updated
|
|
499
|
+
* dependencies
|
|
500
|
+
* @twin.org/core bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
501
|
+
* @twin.org/nameof bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
502
|
+
* devDependencies
|
|
503
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
504
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
505
|
+
|
|
506
|
+
## [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)
|
|
507
|
+
|
|
508
|
+
|
|
509
|
+
### Miscellaneous Chores
|
|
510
|
+
|
|
511
|
+
* **cli-core:** Synchronize repo versions
|
|
512
|
+
|
|
513
|
+
|
|
514
|
+
### Dependencies
|
|
515
|
+
|
|
516
|
+
* The following workspace dependencies were updated
|
|
517
|
+
* dependencies
|
|
518
|
+
* @twin.org/core bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
519
|
+
* @twin.org/nameof bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
520
|
+
* devDependencies
|
|
521
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
522
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
523
|
+
|
|
524
|
+
## [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)
|
|
525
|
+
|
|
526
|
+
|
|
527
|
+
### Miscellaneous Chores
|
|
528
|
+
|
|
529
|
+
* **cli-core:** Synchronize repo versions
|
|
530
|
+
|
|
531
|
+
|
|
532
|
+
### Dependencies
|
|
533
|
+
|
|
534
|
+
* The following workspace dependencies were updated
|
|
535
|
+
* dependencies
|
|
536
|
+
* @twin.org/core bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
537
|
+
* @twin.org/nameof bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
538
|
+
* devDependencies
|
|
539
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
540
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
541
|
+
|
|
542
|
+
## [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)
|
|
543
|
+
|
|
544
|
+
|
|
545
|
+
### Miscellaneous Chores
|
|
546
|
+
|
|
547
|
+
* **cli-core:** Synchronize repo versions
|
|
548
|
+
|
|
549
|
+
|
|
550
|
+
### Dependencies
|
|
551
|
+
|
|
552
|
+
* The following workspace dependencies were updated
|
|
553
|
+
* dependencies
|
|
554
|
+
* @twin.org/core bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
555
|
+
* @twin.org/nameof bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
556
|
+
* devDependencies
|
|
557
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
558
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
559
|
+
|
|
560
|
+
## [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)
|
|
561
|
+
|
|
562
|
+
|
|
563
|
+
### Miscellaneous Chores
|
|
564
|
+
|
|
565
|
+
* **cli-core:** Synchronize repo versions
|
|
566
|
+
|
|
567
|
+
|
|
568
|
+
### Dependencies
|
|
569
|
+
|
|
570
|
+
* The following workspace dependencies were updated
|
|
571
|
+
* dependencies
|
|
572
|
+
* @twin.org/core bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
573
|
+
* @twin.org/nameof bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
574
|
+
* devDependencies
|
|
575
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
576
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
577
|
+
|
|
578
|
+
## [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)
|
|
579
|
+
|
|
580
|
+
|
|
581
|
+
### Miscellaneous Chores
|
|
582
|
+
|
|
583
|
+
* **cli-core:** Synchronize repo versions
|
|
584
|
+
|
|
585
|
+
|
|
586
|
+
### Dependencies
|
|
587
|
+
|
|
588
|
+
* The following workspace dependencies were updated
|
|
589
|
+
* dependencies
|
|
590
|
+
* @twin.org/core bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
591
|
+
* @twin.org/nameof bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
592
|
+
* devDependencies
|
|
593
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
594
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
595
|
+
|
|
596
|
+
## [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)
|
|
597
|
+
|
|
598
|
+
|
|
599
|
+
### Miscellaneous Chores
|
|
600
|
+
|
|
601
|
+
* **cli-core:** Synchronize repo versions
|
|
602
|
+
|
|
603
|
+
|
|
604
|
+
### Dependencies
|
|
605
|
+
|
|
606
|
+
* The following workspace dependencies were updated
|
|
607
|
+
* dependencies
|
|
608
|
+
* @twin.org/core bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
609
|
+
* @twin.org/nameof bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
610
|
+
* devDependencies
|
|
611
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
612
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
613
|
+
|
|
614
|
+
## [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)
|
|
615
|
+
|
|
616
|
+
|
|
617
|
+
### Miscellaneous Chores
|
|
618
|
+
|
|
619
|
+
* **cli-core:** Synchronize repo versions
|
|
620
|
+
|
|
621
|
+
|
|
622
|
+
### Dependencies
|
|
623
|
+
|
|
624
|
+
* The following workspace dependencies were updated
|
|
625
|
+
* dependencies
|
|
626
|
+
* @twin.org/core bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
627
|
+
* @twin.org/nameof bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
628
|
+
* devDependencies
|
|
629
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
630
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
631
|
+
|
|
632
|
+
## [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)
|
|
633
|
+
|
|
634
|
+
|
|
635
|
+
### Features
|
|
636
|
+
|
|
637
|
+
* add CLIParam.arrayOneOf ([18f0815](https://github.com/iotaledger/twin-framework/commit/18f08157e5305cddf65d09b36a51a91a0873e396))
|
|
638
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
639
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
640
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
641
|
+
* improve error display in CLI ([94b6ca8](https://github.com/iotaledger/twin-framework/commit/94b6ca8bdcfe3ca7671c4095b436ea7bddaae98e))
|
|
642
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
643
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
644
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
645
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
646
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
647
|
+
|
|
648
|
+
|
|
649
|
+
### Bug Fixes
|
|
650
|
+
|
|
651
|
+
* cli display output for JSON to allow infinite depth ([2a06f52](https://github.com/iotaledger/twin-framework/commit/2a06f52c92dbc51a4969d651486a0c3548529929))
|
|
652
|
+
* framework pr naming convention ([#142](https://github.com/iotaledger/twin-framework/issues/142)) ([e29acee](https://github.com/iotaledger/twin-framework/commit/e29acee2fbec42506091956d6ba8b8ce25a90008))
|
|
653
|
+
|
|
654
|
+
|
|
655
|
+
### Dependencies
|
|
656
|
+
|
|
657
|
+
* The following workspace dependencies were updated
|
|
658
|
+
* dependencies
|
|
659
|
+
* @twin.org/core bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
660
|
+
* @twin.org/nameof bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
661
|
+
* devDependencies
|
|
662
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
663
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
664
|
+
|
|
665
|
+
## [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)
|
|
666
|
+
|
|
667
|
+
|
|
668
|
+
### Miscellaneous Chores
|
|
669
|
+
|
|
670
|
+
* **cli-core:** Synchronize repo versions
|
|
671
|
+
|
|
672
|
+
|
|
673
|
+
### Dependencies
|
|
674
|
+
|
|
675
|
+
* The following workspace dependencies were updated
|
|
676
|
+
* dependencies
|
|
677
|
+
* @twin.org/core bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
678
|
+
* @twin.org/nameof bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
679
|
+
* devDependencies
|
|
680
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
681
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
682
|
+
|
|
683
|
+
## [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)
|
|
684
|
+
|
|
685
|
+
|
|
686
|
+
### Miscellaneous Chores
|
|
687
|
+
|
|
688
|
+
* **cli-core:** Synchronize repo versions
|
|
689
|
+
|
|
690
|
+
|
|
691
|
+
### Dependencies
|
|
692
|
+
|
|
693
|
+
* The following workspace dependencies were updated
|
|
694
|
+
* dependencies
|
|
695
|
+
* @twin.org/core bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
696
|
+
* @twin.org/nameof bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
697
|
+
* devDependencies
|
|
698
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
699
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
700
|
+
|
|
701
|
+
## [0.0.3-next.4](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.3...cli-core-v0.0.3-next.4) (2025-11-13)
|
|
4
702
|
|
|
5
703
|
|
|
6
704
|
### Miscellaneous Chores
|
|
@@ -18,7 +716,7 @@
|
|
|
18
716
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
19
717
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
20
718
|
|
|
21
|
-
## [0.0.3-next.3](https://github.com/
|
|
719
|
+
## [0.0.3-next.3](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.2...cli-core-v0.0.3-next.3) (2025-11-12)
|
|
22
720
|
|
|
23
721
|
|
|
24
722
|
### Miscellaneous Chores
|
|
@@ -36,7 +734,7 @@
|
|
|
36
734
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
37
735
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
38
736
|
|
|
39
|
-
## [0.0.3-next.2](https://github.com/
|
|
737
|
+
## [0.0.3-next.2](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.1...cli-core-v0.0.3-next.2) (2025-11-12)
|
|
40
738
|
|
|
41
739
|
|
|
42
740
|
### Miscellaneous Chores
|
|
@@ -54,27 +752,27 @@
|
|
|
54
752
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
55
753
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
56
754
|
|
|
57
|
-
## [0.0.3-next.1](https://github.com/
|
|
755
|
+
## [0.0.3-next.1](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.0...cli-core-v0.0.3-next.1) (2025-11-10)
|
|
58
756
|
|
|
59
757
|
|
|
60
758
|
### Features
|
|
61
759
|
|
|
62
|
-
* add CLIParam.arrayOneOf ([18f0815](https://github.com/
|
|
63
|
-
* add context id features ([#206](https://github.com/
|
|
64
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
65
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
66
|
-
* improve error display in CLI ([94b6ca8](https://github.com/
|
|
67
|
-
* locales validation ([#197](https://github.com/
|
|
68
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
69
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
70
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
71
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
760
|
+
* add CLIParam.arrayOneOf ([18f0815](https://github.com/iotaledger/twin-framework/commit/18f08157e5305cddf65d09b36a51a91a0873e396))
|
|
761
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
762
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
763
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
764
|
+
* improve error display in CLI ([94b6ca8](https://github.com/iotaledger/twin-framework/commit/94b6ca8bdcfe3ca7671c4095b436ea7bddaae98e))
|
|
765
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
766
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
767
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
768
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
769
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
72
770
|
|
|
73
771
|
|
|
74
772
|
### Bug Fixes
|
|
75
773
|
|
|
76
|
-
* cli display output for JSON to allow infinite depth ([2a06f52](https://github.com/
|
|
77
|
-
* framework pr naming convention ([#142](https://github.com/
|
|
774
|
+
* cli display output for JSON to allow infinite depth ([2a06f52](https://github.com/iotaledger/twin-framework/commit/2a06f52c92dbc51a4969d651486a0c3548529929))
|
|
775
|
+
* framework pr naming convention ([#142](https://github.com/iotaledger/twin-framework/issues/142)) ([e29acee](https://github.com/iotaledger/twin-framework/commit/e29acee2fbec42506091956d6ba8b8ce25a90008))
|
|
78
776
|
|
|
79
777
|
|
|
80
778
|
### Dependencies
|
|
@@ -87,7 +785,7 @@
|
|
|
87
785
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
88
786
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
89
787
|
|
|
90
|
-
## [0.0.2-next.22](https://github.com/
|
|
788
|
+
## [0.0.2-next.22](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.21...cli-core-v0.0.2-next.22) (2025-10-10)
|
|
91
789
|
|
|
92
790
|
|
|
93
791
|
### Miscellaneous Chores
|
|
@@ -105,12 +803,12 @@
|
|
|
105
803
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
106
804
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
107
805
|
|
|
108
|
-
## [0.0.2-next.21](https://github.com/
|
|
806
|
+
## [0.0.2-next.21](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.20...cli-core-v0.0.2-next.21) (2025-10-09)
|
|
109
807
|
|
|
110
808
|
|
|
111
809
|
### Features
|
|
112
810
|
|
|
113
|
-
* locales validation ([#197](https://github.com/
|
|
811
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
114
812
|
|
|
115
813
|
|
|
116
814
|
### Dependencies
|
|
@@ -123,7 +821,7 @@
|
|
|
123
821
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
124
822
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
125
823
|
|
|
126
|
-
## [0.0.2-next.20](https://github.com/
|
|
824
|
+
## [0.0.2-next.20](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.19...cli-core-v0.0.2-next.20) (2025-10-02)
|
|
127
825
|
|
|
128
826
|
|
|
129
827
|
### Miscellaneous Chores
|
|
@@ -142,7 +840,7 @@
|
|
|
142
840
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
143
841
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
144
842
|
|
|
145
|
-
## [0.0.2-next.19](https://github.com/
|
|
843
|
+
## [0.0.2-next.19](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.18...cli-core-v0.0.2-next.19) (2025-09-30)
|
|
146
844
|
|
|
147
845
|
|
|
148
846
|
### Miscellaneous Chores
|
|
@@ -161,7 +859,7 @@
|
|
|
161
859
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
162
860
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
163
861
|
|
|
164
|
-
## [0.0.2-next.18](https://github.com/
|
|
862
|
+
## [0.0.2-next.18](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.17...cli-core-v0.0.2-next.18) (2025-09-29)
|
|
165
863
|
|
|
166
864
|
|
|
167
865
|
### Miscellaneous Chores
|
|
@@ -180,7 +878,7 @@
|
|
|
180
878
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
181
879
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
182
880
|
|
|
183
|
-
## [0.0.2-next.17](https://github.com/
|
|
881
|
+
## [0.0.2-next.17](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.16...cli-core-v0.0.2-next.17) (2025-09-29)
|
|
184
882
|
|
|
185
883
|
|
|
186
884
|
### Miscellaneous Chores
|
|
@@ -199,7 +897,7 @@
|
|
|
199
897
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
200
898
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
201
899
|
|
|
202
|
-
## [0.0.2-next.16](https://github.com/
|
|
900
|
+
## [0.0.2-next.16](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.15...cli-core-v0.0.2-next.16) (2025-09-28)
|
|
203
901
|
|
|
204
902
|
|
|
205
903
|
### Miscellaneous Chores
|
|
@@ -218,7 +916,7 @@
|
|
|
218
916
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
219
917
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
220
918
|
|
|
221
|
-
## [0.0.2-next.15](https://github.com/
|
|
919
|
+
## [0.0.2-next.15](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.14...cli-core-v0.0.2-next.15) (2025-09-22)
|
|
222
920
|
|
|
223
921
|
|
|
224
922
|
### Miscellaneous Chores
|
|
@@ -237,7 +935,7 @@
|
|
|
237
935
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
238
936
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
239
937
|
|
|
240
|
-
## [0.0.2-next.14](https://github.com/
|
|
938
|
+
## [0.0.2-next.14](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.13...cli-core-v0.0.2-next.14) (2025-09-22)
|
|
241
939
|
|
|
242
940
|
|
|
243
941
|
### Miscellaneous Chores
|
|
@@ -256,7 +954,7 @@
|
|
|
256
954
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
257
955
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
258
956
|
|
|
259
|
-
## [0.0.2-next.13](https://github.com/
|
|
957
|
+
## [0.0.2-next.13](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.12...cli-core-v0.0.2-next.13) (2025-09-22)
|
|
260
958
|
|
|
261
959
|
|
|
262
960
|
### Miscellaneous Chores
|
|
@@ -275,7 +973,7 @@
|
|
|
275
973
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
276
974
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
277
975
|
|
|
278
|
-
## [0.0.2-next.12](https://github.com/
|
|
976
|
+
## [0.0.2-next.12](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.11...cli-core-v0.0.2-next.12) (2025-09-15)
|
|
279
977
|
|
|
280
978
|
|
|
281
979
|
### Miscellaneous Chores
|
|
@@ -294,12 +992,12 @@
|
|
|
294
992
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
295
993
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
296
994
|
|
|
297
|
-
## [0.0.2-next.11](https://github.com/
|
|
995
|
+
## [0.0.2-next.11](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.10...cli-core-v0.0.2-next.11) (2025-09-15)
|
|
298
996
|
|
|
299
997
|
|
|
300
998
|
### Bug Fixes
|
|
301
999
|
|
|
302
|
-
* cli display output for JSON to allow infinite depth ([2a06f52](https://github.com/
|
|
1000
|
+
* cli display output for JSON to allow infinite depth ([2a06f52](https://github.com/iotaledger/twin-framework/commit/2a06f52c92dbc51a4969d651486a0c3548529929))
|
|
303
1001
|
|
|
304
1002
|
|
|
305
1003
|
### Dependencies
|
|
@@ -313,12 +1011,12 @@
|
|
|
313
1011
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
314
1012
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
315
1013
|
|
|
316
|
-
## [0.0.2-next.10](https://github.com/
|
|
1014
|
+
## [0.0.2-next.10](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.9...cli-core-v0.0.2-next.10) (2025-09-11)
|
|
317
1015
|
|
|
318
1016
|
|
|
319
1017
|
### Features
|
|
320
1018
|
|
|
321
|
-
* add CLIParam.arrayOneOf ([18f0815](https://github.com/
|
|
1019
|
+
* add CLIParam.arrayOneOf ([18f0815](https://github.com/iotaledger/twin-framework/commit/18f08157e5305cddf65d09b36a51a91a0873e396))
|
|
322
1020
|
|
|
323
1021
|
|
|
324
1022
|
### Dependencies
|
|
@@ -332,7 +1030,7 @@
|
|
|
332
1030
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
333
1031
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
334
1032
|
|
|
335
|
-
## [0.0.2-next.9](https://github.com/
|
|
1033
|
+
## [0.0.2-next.9](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.8...cli-core-v0.0.2-next.9) (2025-09-08)
|
|
336
1034
|
|
|
337
1035
|
|
|
338
1036
|
### Miscellaneous Chores
|
|
@@ -351,7 +1049,7 @@
|
|
|
351
1049
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
352
1050
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
353
1051
|
|
|
354
|
-
## [0.0.2-next.8](https://github.com/
|
|
1052
|
+
## [0.0.2-next.8](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.7...cli-core-v0.0.2-next.8) (2025-09-05)
|
|
355
1053
|
|
|
356
1054
|
|
|
357
1055
|
### Miscellaneous Chores
|
|
@@ -370,12 +1068,12 @@
|
|
|
370
1068
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
371
1069
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
372
1070
|
|
|
373
|
-
## [0.0.2-next.7](https://github.com/
|
|
1071
|
+
## [0.0.2-next.7](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.6...cli-core-v0.0.2-next.7) (2025-08-29)
|
|
374
1072
|
|
|
375
1073
|
|
|
376
1074
|
### Features
|
|
377
1075
|
|
|
378
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
1076
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
379
1077
|
|
|
380
1078
|
|
|
381
1079
|
### Dependencies
|
|
@@ -389,7 +1087,7 @@
|
|
|
389
1087
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
390
1088
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
391
1089
|
|
|
392
|
-
## [0.0.2-next.6](https://github.com/
|
|
1090
|
+
## [0.0.2-next.6](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.5...cli-core-v0.0.2-next.6) (2025-08-27)
|
|
393
1091
|
|
|
394
1092
|
|
|
395
1093
|
### Miscellaneous Chores
|
|
@@ -408,12 +1106,12 @@
|
|
|
408
1106
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
409
1107
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
410
1108
|
|
|
411
|
-
## [0.0.2-next.5](https://github.com/
|
|
1109
|
+
## [0.0.2-next.5](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.4...cli-core-v0.0.2-next.5) (2025-08-19)
|
|
412
1110
|
|
|
413
1111
|
|
|
414
1112
|
### Features
|
|
415
1113
|
|
|
416
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
1114
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
417
1115
|
|
|
418
1116
|
|
|
419
1117
|
### Dependencies
|
|
@@ -427,7 +1125,7 @@
|
|
|
427
1125
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
428
1126
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
429
1127
|
|
|
430
|
-
## [0.0.2-next.4](https://github.com/
|
|
1128
|
+
## [0.0.2-next.4](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.3...cli-core-v0.0.2-next.4) (2025-08-15)
|
|
431
1129
|
|
|
432
1130
|
|
|
433
1131
|
### Miscellaneous Chores
|
|
@@ -446,21 +1144,21 @@
|
|
|
446
1144
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
447
1145
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
448
1146
|
|
|
449
|
-
## [0.0.2-next.3](https://github.com/
|
|
1147
|
+
## [0.0.2-next.3](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.2...cli-core-v0.0.2-next.3) (2025-08-06)
|
|
450
1148
|
|
|
451
1149
|
|
|
452
1150
|
### Features
|
|
453
1151
|
|
|
454
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
455
|
-
* improve error display in CLI ([94b6ca8](https://github.com/
|
|
456
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
457
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
458
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1152
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1153
|
+
* improve error display in CLI ([94b6ca8](https://github.com/iotaledger/twin-framework/commit/94b6ca8bdcfe3ca7671c4095b436ea7bddaae98e))
|
|
1154
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1155
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
1156
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
459
1157
|
|
|
460
1158
|
|
|
461
1159
|
### Bug Fixes
|
|
462
1160
|
|
|
463
|
-
* framework pr naming convention ([#142](https://github.com/
|
|
1161
|
+
* framework pr naming convention ([#142](https://github.com/iotaledger/twin-framework/issues/142)) ([e29acee](https://github.com/iotaledger/twin-framework/commit/e29acee2fbec42506091956d6ba8b8ce25a90008))
|
|
464
1162
|
|
|
465
1163
|
|
|
466
1164
|
### Dependencies
|
|
@@ -474,21 +1172,21 @@
|
|
|
474
1172
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
475
1173
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
476
1174
|
|
|
477
|
-
## [0.0.2-next.2](https://github.com/
|
|
1175
|
+
## [0.0.2-next.2](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.1...cli-core-v0.0.2-next.2) (2025-08-06)
|
|
478
1176
|
|
|
479
1177
|
|
|
480
1178
|
### Features
|
|
481
1179
|
|
|
482
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
483
|
-
* improve error display in CLI ([94b6ca8](https://github.com/
|
|
484
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
485
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
486
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1180
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1181
|
+
* improve error display in CLI ([94b6ca8](https://github.com/iotaledger/twin-framework/commit/94b6ca8bdcfe3ca7671c4095b436ea7bddaae98e))
|
|
1182
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1183
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
1184
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
487
1185
|
|
|
488
1186
|
|
|
489
1187
|
### Bug Fixes
|
|
490
1188
|
|
|
491
|
-
* framework pr naming convention ([#142](https://github.com/
|
|
1189
|
+
* framework pr naming convention ([#142](https://github.com/iotaledger/twin-framework/issues/142)) ([e29acee](https://github.com/iotaledger/twin-framework/commit/e29acee2fbec42506091956d6ba8b8ce25a90008))
|
|
492
1190
|
|
|
493
1191
|
|
|
494
1192
|
### Dependencies
|
|
@@ -502,21 +1200,21 @@
|
|
|
502
1200
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
503
1201
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
504
1202
|
|
|
505
|
-
## [0.0.2-next.1](https://github.com/
|
|
1203
|
+
## [0.0.2-next.1](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.0...cli-core-v0.0.2-next.1) (2025-08-06)
|
|
506
1204
|
|
|
507
1205
|
|
|
508
1206
|
### Features
|
|
509
1207
|
|
|
510
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
511
|
-
* improve error display in CLI ([94b6ca8](https://github.com/
|
|
512
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
513
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
514
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1208
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1209
|
+
* improve error display in CLI ([94b6ca8](https://github.com/iotaledger/twin-framework/commit/94b6ca8bdcfe3ca7671c4095b436ea7bddaae98e))
|
|
1210
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1211
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
1212
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
515
1213
|
|
|
516
1214
|
|
|
517
1215
|
### Bug Fixes
|
|
518
1216
|
|
|
519
|
-
* framework pr naming convention ([#142](https://github.com/
|
|
1217
|
+
* framework pr naming convention ([#142](https://github.com/iotaledger/twin-framework/issues/142)) ([e29acee](https://github.com/iotaledger/twin-framework/commit/e29acee2fbec42506091956d6ba8b8ce25a90008))
|
|
520
1218
|
|
|
521
1219
|
|
|
522
1220
|
### Dependencies
|
|
@@ -535,8 +1233,8 @@
|
|
|
535
1233
|
|
|
536
1234
|
### Features
|
|
537
1235
|
|
|
538
|
-
* release to production ([829d53d](https://github.com/
|
|
539
|
-
* release to production ([5cf3a76](https://github.com/
|
|
1236
|
+
* release to production ([829d53d](https://github.com/iotaledger/twin-framework/commit/829d53d3953b1e1b40b0243c04cfdfd3842aac7b))
|
|
1237
|
+
* release to production ([5cf3a76](https://github.com/iotaledger/twin-framework/commit/5cf3a76a09eff2e6414d0cba846c7c37400a11d6))
|
|
540
1238
|
|
|
541
1239
|
|
|
542
1240
|
### Dependencies
|
|
@@ -550,20 +1248,20 @@
|
|
|
550
1248
|
* @twin.org/nameof-transformer bumped from ^0.0.0 to ^0.0.1
|
|
551
1249
|
* @twin.org/nameof-vitest-plugin bumped from ^0.0.0 to ^0.0.1
|
|
552
1250
|
|
|
553
|
-
## [0.0.1-next.70](https://github.com/
|
|
1251
|
+
## [0.0.1-next.70](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.69...cli-core-v0.0.1-next.70) (2025-07-02)
|
|
554
1252
|
|
|
555
1253
|
|
|
556
1254
|
### Features
|
|
557
1255
|
|
|
558
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
559
|
-
* improve error display in CLI ([94b6ca8](https://github.com/
|
|
560
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
561
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1256
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1257
|
+
* improve error display in CLI ([94b6ca8](https://github.com/iotaledger/twin-framework/commit/94b6ca8bdcfe3ca7671c4095b436ea7bddaae98e))
|
|
1258
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1259
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
562
1260
|
|
|
563
1261
|
|
|
564
1262
|
### Bug Fixes
|
|
565
1263
|
|
|
566
|
-
* framework pr naming convention ([#142](https://github.com/
|
|
1264
|
+
* framework pr naming convention ([#142](https://github.com/iotaledger/twin-framework/issues/142)) ([e29acee](https://github.com/iotaledger/twin-framework/commit/e29acee2fbec42506091956d6ba8b8ce25a90008))
|
|
567
1265
|
|
|
568
1266
|
|
|
569
1267
|
### Dependencies
|
|
@@ -577,20 +1275,20 @@
|
|
|
577
1275
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
578
1276
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
579
1277
|
|
|
580
|
-
## [0.0.1-next.69](https://github.com/
|
|
1278
|
+
## [0.0.1-next.69](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.68...cli-core-v0.0.1-next.69) (2025-07-02)
|
|
581
1279
|
|
|
582
1280
|
|
|
583
1281
|
### Features
|
|
584
1282
|
|
|
585
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
586
|
-
* improve error display in CLI ([94b6ca8](https://github.com/
|
|
587
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
588
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1283
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1284
|
+
* improve error display in CLI ([94b6ca8](https://github.com/iotaledger/twin-framework/commit/94b6ca8bdcfe3ca7671c4095b436ea7bddaae98e))
|
|
1285
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1286
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
589
1287
|
|
|
590
1288
|
|
|
591
1289
|
### Bug Fixes
|
|
592
1290
|
|
|
593
|
-
* framework pr naming convention ([#142](https://github.com/
|
|
1291
|
+
* framework pr naming convention ([#142](https://github.com/iotaledger/twin-framework/issues/142)) ([e29acee](https://github.com/iotaledger/twin-framework/commit/e29acee2fbec42506091956d6ba8b8ce25a90008))
|
|
594
1292
|
|
|
595
1293
|
|
|
596
1294
|
### Dependencies
|
|
@@ -604,12 +1302,12 @@
|
|
|
604
1302
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
605
1303
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
606
1304
|
|
|
607
|
-
## [0.0.1-next.68](https://github.com/
|
|
1305
|
+
## [0.0.1-next.68](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.67...cli-core-v0.0.1-next.68) (2025-07-02)
|
|
608
1306
|
|
|
609
1307
|
|
|
610
1308
|
### Features
|
|
611
1309
|
|
|
612
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
1310
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
613
1311
|
|
|
614
1312
|
|
|
615
1313
|
### Dependencies
|
|
@@ -623,7 +1321,7 @@
|
|
|
623
1321
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
624
1322
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
625
1323
|
|
|
626
|
-
## [0.0.1-next.67](https://github.com/
|
|
1324
|
+
## [0.0.1-next.67](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.66...cli-core-v0.0.1-next.67) (2025-06-26)
|
|
627
1325
|
|
|
628
1326
|
|
|
629
1327
|
### Miscellaneous Chores
|
|
@@ -638,7 +1336,7 @@
|
|
|
638
1336
|
* @twin.org/core bumped from 0.0.1-next.66 to 0.0.1-next.67
|
|
639
1337
|
* @twin.org/crypto bumped from 0.0.1-next.66 to 0.0.1-next.67
|
|
640
1338
|
|
|
641
|
-
## [0.0.1-next.66](https://github.com/
|
|
1339
|
+
## [0.0.1-next.66](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.65...cli-core-v0.0.1-next.66) (2025-06-26)
|
|
642
1340
|
|
|
643
1341
|
|
|
644
1342
|
### Miscellaneous Chores
|
|
@@ -653,7 +1351,7 @@
|
|
|
653
1351
|
* @twin.org/core bumped from 0.0.1-next.65 to 0.0.1-next.66
|
|
654
1352
|
* @twin.org/crypto bumped from 0.0.1-next.65 to 0.0.1-next.66
|
|
655
1353
|
|
|
656
|
-
## [0.0.1-next.65](https://github.com/
|
|
1354
|
+
## [0.0.1-next.65](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.64...cli-core-v0.0.1-next.65) (2025-06-19)
|
|
657
1355
|
|
|
658
1356
|
|
|
659
1357
|
### Miscellaneous Chores
|
|
@@ -668,7 +1366,7 @@
|
|
|
668
1366
|
* @twin.org/core bumped from 0.0.1-next.64 to 0.0.1-next.65
|
|
669
1367
|
* @twin.org/crypto bumped from 0.0.1-next.64 to 0.0.1-next.65
|
|
670
1368
|
|
|
671
|
-
## [0.0.1-next.64](https://github.com/
|
|
1369
|
+
## [0.0.1-next.64](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.63...cli-core-v0.0.1-next.64) (2025-06-19)
|
|
672
1370
|
|
|
673
1371
|
|
|
674
1372
|
### Miscellaneous Chores
|
|
@@ -683,7 +1381,7 @@
|
|
|
683
1381
|
* @twin.org/core bumped from 0.0.1-next.63 to 0.0.1-next.64
|
|
684
1382
|
* @twin.org/crypto bumped from 0.0.1-next.63 to 0.0.1-next.64
|
|
685
1383
|
|
|
686
|
-
## [0.0.1-next.63](https://github.com/
|
|
1384
|
+
## [0.0.1-next.63](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.62...cli-core-v0.0.1-next.63) (2025-06-18)
|
|
687
1385
|
|
|
688
1386
|
|
|
689
1387
|
### Miscellaneous Chores
|
|
@@ -698,19 +1396,19 @@
|
|
|
698
1396
|
* @twin.org/core bumped from 0.0.1-next.62 to 0.0.1-next.63
|
|
699
1397
|
* @twin.org/crypto bumped from 0.0.1-next.62 to 0.0.1-next.63
|
|
700
1398
|
|
|
701
|
-
## [0.0.1-next.62](https://github.com/
|
|
1399
|
+
## [0.0.1-next.62](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.61...cli-core-v0.0.1-next.62) (2025-06-17)
|
|
702
1400
|
|
|
703
1401
|
|
|
704
1402
|
### Features
|
|
705
1403
|
|
|
706
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
707
|
-
* improve error display in CLI ([94b6ca8](https://github.com/
|
|
708
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1404
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1405
|
+
* improve error display in CLI ([94b6ca8](https://github.com/iotaledger/twin-framework/commit/94b6ca8bdcfe3ca7671c4095b436ea7bddaae98e))
|
|
1406
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
709
1407
|
|
|
710
1408
|
|
|
711
1409
|
### Bug Fixes
|
|
712
1410
|
|
|
713
|
-
* framework pr naming convention ([#142](https://github.com/
|
|
1411
|
+
* framework pr naming convention ([#142](https://github.com/iotaledger/twin-framework/issues/142)) ([e29acee](https://github.com/iotaledger/twin-framework/commit/e29acee2fbec42506091956d6ba8b8ce25a90008))
|
|
714
1412
|
|
|
715
1413
|
|
|
716
1414
|
### Dependencies
|
|
@@ -720,7 +1418,7 @@
|
|
|
720
1418
|
* @twin.org/core bumped from 0.0.1-next.61 to 0.0.1-next.62
|
|
721
1419
|
* @twin.org/crypto bumped from 0.0.1-next.61 to 0.0.1-next.62
|
|
722
1420
|
|
|
723
|
-
## [0.0.1-next.61](https://github.com/
|
|
1421
|
+
## [0.0.1-next.61](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.60...cli-core-v0.0.1-next.61) (2025-06-17)
|
|
724
1422
|
|
|
725
1423
|
|
|
726
1424
|
### Miscellaneous Chores
|
|
@@ -735,12 +1433,12 @@
|
|
|
735
1433
|
* @twin.org/core bumped from 0.0.1-next.60 to 0.0.1-next.61
|
|
736
1434
|
* @twin.org/crypto bumped from 0.0.1-next.60 to 0.0.1-next.61
|
|
737
1435
|
|
|
738
|
-
## [0.0.1-next.60](https://github.com/
|
|
1436
|
+
## [0.0.1-next.60](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.59...cli-core-v0.0.1-next.60) (2025-06-17)
|
|
739
1437
|
|
|
740
1438
|
|
|
741
1439
|
### Features
|
|
742
1440
|
|
|
743
|
-
* improve error display in CLI ([94b6ca8](https://github.com/
|
|
1441
|
+
* improve error display in CLI ([94b6ca8](https://github.com/iotaledger/twin-framework/commit/94b6ca8bdcfe3ca7671c4095b436ea7bddaae98e))
|
|
744
1442
|
|
|
745
1443
|
|
|
746
1444
|
### Dependencies
|
|
@@ -750,7 +1448,7 @@
|
|
|
750
1448
|
* @twin.org/core bumped from 0.0.1-next.59 to 0.0.1-next.60
|
|
751
1449
|
* @twin.org/crypto bumped from 0.0.1-next.59 to 0.0.1-next.60
|
|
752
1450
|
|
|
753
|
-
## [0.0.1-next.59](https://github.com/
|
|
1451
|
+
## [0.0.1-next.59](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.58...cli-core-v0.0.1-next.59) (2025-06-17)
|
|
754
1452
|
|
|
755
1453
|
|
|
756
1454
|
### Miscellaneous Chores
|
|
@@ -765,12 +1463,12 @@
|
|
|
765
1463
|
* @twin.org/core bumped from 0.0.1-next.58 to 0.0.1-next.59
|
|
766
1464
|
* @twin.org/crypto bumped from 0.0.1-next.58 to 0.0.1-next.59
|
|
767
1465
|
|
|
768
|
-
## [0.0.1-next.58](https://github.com/
|
|
1466
|
+
## [0.0.1-next.58](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.57...cli-core-v0.0.1-next.58) (2025-06-13)
|
|
769
1467
|
|
|
770
1468
|
|
|
771
1469
|
### Bug Fixes
|
|
772
1470
|
|
|
773
|
-
* framework pr naming convention ([#142](https://github.com/
|
|
1471
|
+
* framework pr naming convention ([#142](https://github.com/iotaledger/twin-framework/issues/142)) ([e29acee](https://github.com/iotaledger/twin-framework/commit/e29acee2fbec42506091956d6ba8b8ce25a90008))
|
|
774
1472
|
|
|
775
1473
|
|
|
776
1474
|
### Dependencies
|
|
@@ -780,12 +1478,12 @@
|
|
|
780
1478
|
* @twin.org/core bumped from 0.0.1-next.57 to 0.0.1-next.58
|
|
781
1479
|
* @twin.org/crypto bumped from 0.0.1-next.57 to 0.0.1-next.58
|
|
782
1480
|
|
|
783
|
-
## [0.0.1-next.57](https://github.com/
|
|
1481
|
+
## [0.0.1-next.57](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.56...cli-core-v0.0.1-next.57) (2025-06-10)
|
|
784
1482
|
|
|
785
1483
|
|
|
786
1484
|
### Features
|
|
787
1485
|
|
|
788
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
1486
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
789
1487
|
|
|
790
1488
|
|
|
791
1489
|
### Dependencies
|
|
@@ -795,7 +1493,7 @@
|
|
|
795
1493
|
* @twin.org/core bumped from 0.0.1-next.56 to 0.0.1-next.57
|
|
796
1494
|
* @twin.org/crypto bumped from 0.0.1-next.56 to 0.0.1-next.57
|
|
797
1495
|
|
|
798
|
-
## [0.0.1-next.56](https://github.com/
|
|
1496
|
+
## [0.0.1-next.56](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.55...cli-core-v0.0.1-next.56) (2025-05-08)
|
|
799
1497
|
|
|
800
1498
|
|
|
801
1499
|
### Miscellaneous Chores
|
|
@@ -810,7 +1508,7 @@
|
|
|
810
1508
|
* @twin.org/core bumped from 0.0.1-next.55 to 0.0.1-next.56
|
|
811
1509
|
* @twin.org/crypto bumped from 0.0.1-next.55 to 0.0.1-next.56
|
|
812
1510
|
|
|
813
|
-
## [0.0.1-next.55](https://github.com/
|
|
1511
|
+
## [0.0.1-next.55](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.54...cli-core-v0.0.1-next.55) (2025-05-07)
|
|
814
1512
|
|
|
815
1513
|
|
|
816
1514
|
### Miscellaneous Chores
|
|
@@ -825,7 +1523,7 @@
|
|
|
825
1523
|
* @twin.org/core bumped from 0.0.1-next.54 to 0.0.1-next.55
|
|
826
1524
|
* @twin.org/crypto bumped from 0.0.1-next.54 to 0.0.1-next.55
|
|
827
1525
|
|
|
828
|
-
## [0.0.1-next.54](https://github.com/
|
|
1526
|
+
## [0.0.1-next.54](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.53...cli-core-v0.0.1-next.54) (2025-05-06)
|
|
829
1527
|
|
|
830
1528
|
|
|
831
1529
|
### Miscellaneous Chores
|
|
@@ -840,7 +1538,7 @@
|
|
|
840
1538
|
* @twin.org/core bumped from 0.0.1-next.53 to 0.0.1-next.54
|
|
841
1539
|
* @twin.org/crypto bumped from 0.0.1-next.53 to 0.0.1-next.54
|
|
842
1540
|
|
|
843
|
-
## [0.0.1-next.53](https://github.com/
|
|
1541
|
+
## [0.0.1-next.53](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.52...cli-core-v0.0.1-next.53) (2025-05-01)
|
|
844
1542
|
|
|
845
1543
|
|
|
846
1544
|
### Miscellaneous Chores
|
|
@@ -855,12 +1553,12 @@
|
|
|
855
1553
|
* @twin.org/core bumped from 0.0.1-next.52 to 0.0.1-next.53
|
|
856
1554
|
* @twin.org/crypto bumped from 0.0.1-next.52 to 0.0.1-next.53
|
|
857
1555
|
|
|
858
|
-
## [0.0.1-next.52](https://github.com/
|
|
1556
|
+
## [0.0.1-next.52](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.51...cli-core-v0.0.1-next.52) (2025-04-17)
|
|
859
1557
|
|
|
860
1558
|
|
|
861
1559
|
### Features
|
|
862
1560
|
|
|
863
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1561
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
864
1562
|
|
|
865
1563
|
|
|
866
1564
|
### Dependencies
|
|
@@ -870,7 +1568,7 @@
|
|
|
870
1568
|
* @twin.org/core bumped from 0.0.1-next.51 to 0.0.1-next.52
|
|
871
1569
|
* @twin.org/crypto bumped from 0.0.1-next.51 to 0.0.1-next.52
|
|
872
1570
|
|
|
873
|
-
## [0.0.1-next.51](https://github.com/
|
|
1571
|
+
## [0.0.1-next.51](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.50...cli-core-v0.0.1-next.51) (2025-03-27)
|
|
874
1572
|
|
|
875
1573
|
|
|
876
1574
|
### Miscellaneous Chores
|
|
@@ -885,7 +1583,7 @@
|
|
|
885
1583
|
* @twin.org/core bumped from 0.0.1-next.50 to 0.0.1-next.51
|
|
886
1584
|
* @twin.org/crypto bumped from 0.0.1-next.50 to 0.0.1-next.51
|
|
887
1585
|
|
|
888
|
-
## [0.0.1-next.50](https://github.com/
|
|
1586
|
+
## [0.0.1-next.50](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.49...cli-core-v0.0.1-next.50) (2025-03-26)
|
|
889
1587
|
|
|
890
1588
|
|
|
891
1589
|
### Miscellaneous Chores
|