@twin.org/cli-core 0.0.3-next.9 → 0.0.4-next.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +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 +881 -121
- package/docs/examples.md +82 -1
- package/docs/reference/classes/CLIBase.md +3 -3
- package/docs/reference/classes/CLIDisplay.md +43 -27
- package/docs/reference/classes/CLIOptions.md +1 -1
- package/docs/reference/classes/CLIParam.md +56 -56
- package/docs/reference/classes/CLIUtils.md +17 -17
- package/docs/reference/interfaces/ICliOptions.md +12 -12
- package/docs/reference/interfaces/ICliOutputOptionsConsole.md +1 -1
- package/docs/reference/interfaces/ICliOutputOptionsEnv.md +3 -3
- package/docs/reference/interfaces/ICliOutputOptionsJson.md +3 -3
- package/package.json +9 -8
package/docs/changelog.md
CHANGED
|
@@ -1,6 +1,766 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.
|
|
3
|
+
## [0.0.4-next.1](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.4-next.0...cli-core-v0.0.4-next.1) (2026-05-27)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* add CLIParam.arrayOneOf ([18f0815](https://github.com/iotaledger/twin-framework/commit/18f08157e5305cddf65d09b36a51a91a0873e396))
|
|
9
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
10
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
11
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
12
|
+
* improve error display in CLI ([94b6ca8](https://github.com/iotaledger/twin-framework/commit/94b6ca8bdcfe3ca7671c4095b436ea7bddaae98e))
|
|
13
|
+
* improve error formatting ([#313](https://github.com/iotaledger/twin-framework/issues/313)) ([5a19623](https://github.com/iotaledger/twin-framework/commit/5a196231bcbf088bf9ba92a93b7478d3b8c5593f))
|
|
14
|
+
* improve signatures ([bcc21ae](https://github.com/iotaledger/twin-framework/commit/bcc21aed3e10a264ef5c8515bde8dcac8a05c719))
|
|
15
|
+
* improve signatures ([cdd24be](https://github.com/iotaledger/twin-framework/commit/cdd24be6fb898d33955b6f2f93c3ddbd73582269))
|
|
16
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
17
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
18
|
+
* typescript 6 update ([1d10f31](https://github.com/iotaledger/twin-framework/commit/1d10f31e6516ec622773f45e88af82fe749b384a))
|
|
19
|
+
* update dependencies ([4da77ab](https://github.com/iotaledger/twin-framework/commit/4da77ab30f499e52825ac5a76f51436ceb59c26e))
|
|
20
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
21
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
22
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* cli display output for JSON to allow infinite depth ([2a06f52](https://github.com/iotaledger/twin-framework/commit/2a06f52c92dbc51a4969d651486a0c3548529929))
|
|
28
|
+
* ensure __decorate is defined for decorators ([103a563](https://github.com/iotaledger/twin-framework/commit/103a563ce01ebdef6240d2e590e7b026e8692684))
|
|
29
|
+
* export the json locales for cli-core ([188b47d](https://github.com/iotaledger/twin-framework/commit/188b47d3339deb42d08c32715909337749fb0e4a))
|
|
30
|
+
* framework pr naming convention ([#142](https://github.com/iotaledger/twin-framework/issues/142)) ([e29acee](https://github.com/iotaledger/twin-framework/commit/e29acee2fbec42506091956d6ba8b8ce25a90008))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### Dependencies
|
|
34
|
+
|
|
35
|
+
* The following workspace dependencies were updated
|
|
36
|
+
* dependencies
|
|
37
|
+
* @twin.org/core bumped from 0.0.4-next.0 to 0.0.4-next.1
|
|
38
|
+
* @twin.org/nameof bumped from 0.0.4-next.0 to 0.0.4-next.1
|
|
39
|
+
* devDependencies
|
|
40
|
+
* @twin.org/nameof-transformer bumped from 0.0.4-next.0 to 0.0.4-next.1
|
|
41
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.4-next.0 to 0.0.4-next.1
|
|
42
|
+
|
|
43
|
+
## [0.0.3](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3...cli-core-v0.0.3) (2026-05-27)
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
### Features
|
|
47
|
+
|
|
48
|
+
* release to production ([b24cba1](https://github.com/iotaledger/twin-framework/commit/b24cba1b6a969278d638e632590602ec881e49fb))
|
|
49
|
+
* release to production ([787287d](https://github.com/iotaledger/twin-framework/commit/787287d06ea8319657401589d61fff369310c422))
|
|
50
|
+
* release to production ([53f4843](https://github.com/iotaledger/twin-framework/commit/53f484326b2851d7a506d2620db24c4a65cee7b3))
|
|
51
|
+
* release to production ([56cda4d](https://github.com/iotaledger/twin-framework/commit/56cda4da93e978c5be19ec7cfd421ae2a7fe4147))
|
|
52
|
+
* release to production ([f7c6586](https://github.com/iotaledger/twin-framework/commit/f7c6586f6976b903b647b4c5ac5ad9421e0c9051))
|
|
53
|
+
* release to production ([829d53d](https://github.com/iotaledger/twin-framework/commit/829d53d3953b1e1b40b0243c04cfdfd3842aac7b))
|
|
54
|
+
* release to production ([5cf3a76](https://github.com/iotaledger/twin-framework/commit/5cf3a76a09eff2e6414d0cba846c7c37400a11d6))
|
|
55
|
+
* release to production ([#330](https://github.com/iotaledger/twin-framework/issues/330)) ([d73f565](https://github.com/iotaledger/twin-framework/commit/d73f565588d156d23ef49b2a5718973756f7a696))
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
### Miscellaneous Chores
|
|
59
|
+
|
|
60
|
+
* release to production ([63cae24](https://github.com/iotaledger/twin-framework/commit/63cae2401f6c11f93b2a01260b665064e8bd28e0))
|
|
61
|
+
|
|
62
|
+
## [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)
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
### Miscellaneous Chores
|
|
66
|
+
|
|
67
|
+
* **cli-core:** Synchronize repo versions
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
### Dependencies
|
|
71
|
+
|
|
72
|
+
* The following workspace dependencies were updated
|
|
73
|
+
* dependencies
|
|
74
|
+
* @twin.org/core bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
75
|
+
* @twin.org/nameof bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
76
|
+
* devDependencies
|
|
77
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
78
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
79
|
+
|
|
80
|
+
## [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)
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
### Features
|
|
84
|
+
|
|
85
|
+
* improve error formatting ([#313](https://github.com/iotaledger/twin-framework/issues/313)) ([5a19623](https://github.com/iotaledger/twin-framework/commit/5a196231bcbf088bf9ba92a93b7478d3b8c5593f))
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
### Dependencies
|
|
89
|
+
|
|
90
|
+
* The following workspace dependencies were updated
|
|
91
|
+
* dependencies
|
|
92
|
+
* @twin.org/core bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
93
|
+
* @twin.org/nameof bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
94
|
+
* devDependencies
|
|
95
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
96
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
97
|
+
|
|
98
|
+
## [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)
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
### Miscellaneous Chores
|
|
102
|
+
|
|
103
|
+
* **cli-core:** Synchronize repo versions
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
### Dependencies
|
|
107
|
+
|
|
108
|
+
* The following workspace dependencies were updated
|
|
109
|
+
* dependencies
|
|
110
|
+
* @twin.org/core bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
111
|
+
* @twin.org/nameof bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
112
|
+
* devDependencies
|
|
113
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
114
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
115
|
+
|
|
116
|
+
## [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)
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
### Features
|
|
120
|
+
|
|
121
|
+
* update dependencies ([4da77ab](https://github.com/iotaledger/twin-framework/commit/4da77ab30f499e52825ac5a76f51436ceb59c26e))
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
### Dependencies
|
|
125
|
+
|
|
126
|
+
* The following workspace dependencies were updated
|
|
127
|
+
* dependencies
|
|
128
|
+
* @twin.org/core bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
129
|
+
* @twin.org/nameof bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
130
|
+
* devDependencies
|
|
131
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
132
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
133
|
+
|
|
134
|
+
## [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)
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
### Miscellaneous Chores
|
|
138
|
+
|
|
139
|
+
* **cli-core:** Synchronize repo versions
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
### Dependencies
|
|
143
|
+
|
|
144
|
+
* The following workspace dependencies were updated
|
|
145
|
+
* dependencies
|
|
146
|
+
* @twin.org/core bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
147
|
+
* @twin.org/nameof bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
148
|
+
* devDependencies
|
|
149
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
150
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
151
|
+
|
|
152
|
+
## [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)
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
### Miscellaneous Chores
|
|
156
|
+
|
|
157
|
+
* **cli-core:** Synchronize repo versions
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
### Dependencies
|
|
161
|
+
|
|
162
|
+
* The following workspace dependencies were updated
|
|
163
|
+
* dependencies
|
|
164
|
+
* @twin.org/core bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
165
|
+
* @twin.org/nameof bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
166
|
+
* devDependencies
|
|
167
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
168
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
169
|
+
|
|
170
|
+
## [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)
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
### Miscellaneous Chores
|
|
174
|
+
|
|
175
|
+
* **cli-core:** Synchronize repo versions
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
### Dependencies
|
|
179
|
+
|
|
180
|
+
* The following workspace dependencies were updated
|
|
181
|
+
* dependencies
|
|
182
|
+
* @twin.org/core bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
183
|
+
* @twin.org/nameof bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
184
|
+
* devDependencies
|
|
185
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
186
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
187
|
+
|
|
188
|
+
## [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)
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
### Miscellaneous Chores
|
|
192
|
+
|
|
193
|
+
* **cli-core:** Synchronize repo versions
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
### Dependencies
|
|
197
|
+
|
|
198
|
+
* The following workspace dependencies were updated
|
|
199
|
+
* dependencies
|
|
200
|
+
* @twin.org/core bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
201
|
+
* @twin.org/nameof bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
202
|
+
* devDependencies
|
|
203
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
204
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
205
|
+
|
|
206
|
+
## [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)
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
### Features
|
|
210
|
+
|
|
211
|
+
* improve signatures ([bcc21ae](https://github.com/iotaledger/twin-framework/commit/bcc21aed3e10a264ef5c8515bde8dcac8a05c719))
|
|
212
|
+
* improve signatures ([cdd24be](https://github.com/iotaledger/twin-framework/commit/cdd24be6fb898d33955b6f2f93c3ddbd73582269))
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
### Dependencies
|
|
216
|
+
|
|
217
|
+
* The following workspace dependencies were updated
|
|
218
|
+
* dependencies
|
|
219
|
+
* @twin.org/core bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
220
|
+
* @twin.org/nameof bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
221
|
+
* devDependencies
|
|
222
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
223
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
224
|
+
|
|
225
|
+
## [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)
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
### Features
|
|
229
|
+
|
|
230
|
+
* typescript 6 update ([1d10f31](https://github.com/iotaledger/twin-framework/commit/1d10f31e6516ec622773f45e88af82fe749b384a))
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
### Dependencies
|
|
234
|
+
|
|
235
|
+
* The following workspace dependencies were updated
|
|
236
|
+
* dependencies
|
|
237
|
+
* @twin.org/core bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
238
|
+
* @twin.org/nameof bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
239
|
+
* devDependencies
|
|
240
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
241
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
242
|
+
|
|
243
|
+
## [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)
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
### Miscellaneous Chores
|
|
247
|
+
|
|
248
|
+
* **cli-core:** Synchronize repo versions
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
### Dependencies
|
|
252
|
+
|
|
253
|
+
* The following workspace dependencies were updated
|
|
254
|
+
* dependencies
|
|
255
|
+
* @twin.org/core bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
256
|
+
* @twin.org/nameof bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
257
|
+
* devDependencies
|
|
258
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
259
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
260
|
+
|
|
261
|
+
## [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)
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
### Miscellaneous Chores
|
|
265
|
+
|
|
266
|
+
* **cli-core:** Synchronize repo versions
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
### Dependencies
|
|
270
|
+
|
|
271
|
+
* The following workspace dependencies were updated
|
|
272
|
+
* dependencies
|
|
273
|
+
* @twin.org/core bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
274
|
+
* @twin.org/nameof bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
275
|
+
* devDependencies
|
|
276
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
277
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
278
|
+
|
|
279
|
+
## [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)
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
### Miscellaneous Chores
|
|
283
|
+
|
|
284
|
+
* **cli-core:** Synchronize repo versions
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
### Dependencies
|
|
288
|
+
|
|
289
|
+
* The following workspace dependencies were updated
|
|
290
|
+
* dependencies
|
|
291
|
+
* @twin.org/core bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
292
|
+
* @twin.org/nameof bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
293
|
+
* devDependencies
|
|
294
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
295
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
296
|
+
|
|
297
|
+
## [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)
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
### Miscellaneous Chores
|
|
301
|
+
|
|
302
|
+
* **cli-core:** Synchronize repo versions
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
### Dependencies
|
|
306
|
+
|
|
307
|
+
* The following workspace dependencies were updated
|
|
308
|
+
* dependencies
|
|
309
|
+
* @twin.org/core bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
310
|
+
* @twin.org/nameof bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
311
|
+
* devDependencies
|
|
312
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
313
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
314
|
+
|
|
315
|
+
## [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)
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
### Miscellaneous Chores
|
|
319
|
+
|
|
320
|
+
* **cli-core:** Synchronize repo versions
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
### Dependencies
|
|
324
|
+
|
|
325
|
+
* The following workspace dependencies were updated
|
|
326
|
+
* dependencies
|
|
327
|
+
* @twin.org/core bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
328
|
+
* @twin.org/nameof bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
329
|
+
* devDependencies
|
|
330
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
331
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
332
|
+
|
|
333
|
+
## [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)
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
### Miscellaneous Chores
|
|
337
|
+
|
|
338
|
+
* **cli-core:** Synchronize repo versions
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
### Dependencies
|
|
342
|
+
|
|
343
|
+
* The following workspace dependencies were updated
|
|
344
|
+
* dependencies
|
|
345
|
+
* @twin.org/core bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
346
|
+
* @twin.org/nameof bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
347
|
+
* devDependencies
|
|
348
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
349
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
350
|
+
|
|
351
|
+
## [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)
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
### Miscellaneous Chores
|
|
355
|
+
|
|
356
|
+
* **cli-core:** Synchronize repo versions
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
### Dependencies
|
|
360
|
+
|
|
361
|
+
* The following workspace dependencies were updated
|
|
362
|
+
* dependencies
|
|
363
|
+
* @twin.org/core bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
364
|
+
* @twin.org/nameof bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
365
|
+
* devDependencies
|
|
366
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
367
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
368
|
+
|
|
369
|
+
## [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)
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
### Miscellaneous Chores
|
|
373
|
+
|
|
374
|
+
* **cli-core:** Synchronize repo versions
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
### Dependencies
|
|
378
|
+
|
|
379
|
+
* The following workspace dependencies were updated
|
|
380
|
+
* dependencies
|
|
381
|
+
* @twin.org/core bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
382
|
+
* @twin.org/nameof bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
383
|
+
* devDependencies
|
|
384
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
385
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
386
|
+
|
|
387
|
+
## [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)
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
### Miscellaneous Chores
|
|
391
|
+
|
|
392
|
+
* **cli-core:** Synchronize repo versions
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
### Dependencies
|
|
396
|
+
|
|
397
|
+
* The following workspace dependencies were updated
|
|
398
|
+
* dependencies
|
|
399
|
+
* @twin.org/core bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
400
|
+
* @twin.org/nameof bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
401
|
+
* devDependencies
|
|
402
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
403
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
404
|
+
|
|
405
|
+
## [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)
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
### Miscellaneous Chores
|
|
409
|
+
|
|
410
|
+
* **cli-core:** Synchronize repo versions
|
|
411
|
+
|
|
412
|
+
|
|
413
|
+
### Dependencies
|
|
414
|
+
|
|
415
|
+
* The following workspace dependencies were updated
|
|
416
|
+
* dependencies
|
|
417
|
+
* @twin.org/core bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
418
|
+
* @twin.org/nameof bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
419
|
+
* devDependencies
|
|
420
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
421
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
422
|
+
|
|
423
|
+
## [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)
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
### Miscellaneous Chores
|
|
427
|
+
|
|
428
|
+
* **cli-core:** Synchronize repo versions
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
### Dependencies
|
|
432
|
+
|
|
433
|
+
* The following workspace dependencies were updated
|
|
434
|
+
* dependencies
|
|
435
|
+
* @twin.org/core bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
436
|
+
* @twin.org/nameof bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
437
|
+
* devDependencies
|
|
438
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
439
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
440
|
+
|
|
441
|
+
## [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)
|
|
442
|
+
|
|
443
|
+
|
|
444
|
+
### Miscellaneous Chores
|
|
445
|
+
|
|
446
|
+
* **cli-core:** Synchronize repo versions
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
### Dependencies
|
|
450
|
+
|
|
451
|
+
* The following workspace dependencies were updated
|
|
452
|
+
* dependencies
|
|
453
|
+
* @twin.org/core bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
454
|
+
* @twin.org/nameof bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
455
|
+
* devDependencies
|
|
456
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
457
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
458
|
+
|
|
459
|
+
## [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)
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+
### Miscellaneous Chores
|
|
463
|
+
|
|
464
|
+
* **cli-core:** Synchronize repo versions
|
|
465
|
+
|
|
466
|
+
|
|
467
|
+
### Dependencies
|
|
468
|
+
|
|
469
|
+
* The following workspace dependencies were updated
|
|
470
|
+
* dependencies
|
|
471
|
+
* @twin.org/core bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
472
|
+
* @twin.org/nameof bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
473
|
+
* devDependencies
|
|
474
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
475
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
476
|
+
|
|
477
|
+
## [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)
|
|
478
|
+
|
|
479
|
+
|
|
480
|
+
### Bug Fixes
|
|
481
|
+
|
|
482
|
+
* ensure __decorate is defined for decorators ([103a563](https://github.com/iotaledger/twin-framework/commit/103a563ce01ebdef6240d2e590e7b026e8692684))
|
|
483
|
+
|
|
484
|
+
|
|
485
|
+
### Dependencies
|
|
486
|
+
|
|
487
|
+
* The following workspace dependencies were updated
|
|
488
|
+
* dependencies
|
|
489
|
+
* @twin.org/core bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
490
|
+
* @twin.org/nameof bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
491
|
+
* devDependencies
|
|
492
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
493
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
494
|
+
|
|
495
|
+
## [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)
|
|
496
|
+
|
|
497
|
+
|
|
498
|
+
### Miscellaneous Chores
|
|
499
|
+
|
|
500
|
+
* **cli-core:** Synchronize repo versions
|
|
501
|
+
|
|
502
|
+
|
|
503
|
+
### Dependencies
|
|
504
|
+
|
|
505
|
+
* The following workspace dependencies were updated
|
|
506
|
+
* dependencies
|
|
507
|
+
* @twin.org/core bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
508
|
+
* @twin.org/nameof bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
509
|
+
* devDependencies
|
|
510
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
511
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
512
|
+
|
|
513
|
+
## [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)
|
|
514
|
+
|
|
515
|
+
|
|
516
|
+
### Miscellaneous Chores
|
|
517
|
+
|
|
518
|
+
* **cli-core:** Synchronize repo versions
|
|
519
|
+
|
|
520
|
+
|
|
521
|
+
### Dependencies
|
|
522
|
+
|
|
523
|
+
* The following workspace dependencies were updated
|
|
524
|
+
* dependencies
|
|
525
|
+
* @twin.org/core bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
526
|
+
* @twin.org/nameof bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
527
|
+
* devDependencies
|
|
528
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
529
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
530
|
+
|
|
531
|
+
## [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)
|
|
532
|
+
|
|
533
|
+
|
|
534
|
+
### Features
|
|
535
|
+
|
|
536
|
+
* add CLIParam.arrayOneOf ([18f0815](https://github.com/iotaledger/twin-framework/commit/18f08157e5305cddf65d09b36a51a91a0873e396))
|
|
537
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
538
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
539
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
540
|
+
* improve error display in CLI ([94b6ca8](https://github.com/iotaledger/twin-framework/commit/94b6ca8bdcfe3ca7671c4095b436ea7bddaae98e))
|
|
541
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
542
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
543
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
544
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
545
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
546
|
+
|
|
547
|
+
|
|
548
|
+
### Bug Fixes
|
|
549
|
+
|
|
550
|
+
* cli display output for JSON to allow infinite depth ([2a06f52](https://github.com/iotaledger/twin-framework/commit/2a06f52c92dbc51a4969d651486a0c3548529929))
|
|
551
|
+
* export the json locales for cli-core ([188b47d](https://github.com/iotaledger/twin-framework/commit/188b47d3339deb42d08c32715909337749fb0e4a))
|
|
552
|
+
* framework pr naming convention ([#142](https://github.com/iotaledger/twin-framework/issues/142)) ([e29acee](https://github.com/iotaledger/twin-framework/commit/e29acee2fbec42506091956d6ba8b8ce25a90008))
|
|
553
|
+
|
|
554
|
+
|
|
555
|
+
### Dependencies
|
|
556
|
+
|
|
557
|
+
* The following workspace dependencies were updated
|
|
558
|
+
* dependencies
|
|
559
|
+
* @twin.org/core bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
560
|
+
* @twin.org/nameof bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
561
|
+
* devDependencies
|
|
562
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
563
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
564
|
+
|
|
565
|
+
## [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)
|
|
566
|
+
|
|
567
|
+
|
|
568
|
+
### Miscellaneous Chores
|
|
569
|
+
|
|
570
|
+
* **cli-core:** Synchronize repo versions
|
|
571
|
+
|
|
572
|
+
|
|
573
|
+
### Dependencies
|
|
574
|
+
|
|
575
|
+
* The following workspace dependencies were updated
|
|
576
|
+
* dependencies
|
|
577
|
+
* @twin.org/core bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
578
|
+
* @twin.org/nameof bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
579
|
+
* devDependencies
|
|
580
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
581
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
582
|
+
|
|
583
|
+
## [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)
|
|
584
|
+
|
|
585
|
+
|
|
586
|
+
### Miscellaneous Chores
|
|
587
|
+
|
|
588
|
+
* **cli-core:** Synchronize repo versions
|
|
589
|
+
|
|
590
|
+
|
|
591
|
+
### Dependencies
|
|
592
|
+
|
|
593
|
+
* The following workspace dependencies were updated
|
|
594
|
+
* dependencies
|
|
595
|
+
* @twin.org/core bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
596
|
+
* @twin.org/nameof bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
597
|
+
* devDependencies
|
|
598
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
599
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
600
|
+
|
|
601
|
+
## [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)
|
|
602
|
+
|
|
603
|
+
|
|
604
|
+
### Bug Fixes
|
|
605
|
+
|
|
606
|
+
* export the json locales for cli-core ([188b47d](https://github.com/iotaledger/twin-framework/commit/188b47d3339deb42d08c32715909337749fb0e4a))
|
|
607
|
+
|
|
608
|
+
|
|
609
|
+
### Dependencies
|
|
610
|
+
|
|
611
|
+
* The following workspace dependencies were updated
|
|
612
|
+
* dependencies
|
|
613
|
+
* @twin.org/core bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
614
|
+
* @twin.org/nameof bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
615
|
+
* devDependencies
|
|
616
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
617
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
618
|
+
|
|
619
|
+
## [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)
|
|
620
|
+
|
|
621
|
+
|
|
622
|
+
### Miscellaneous Chores
|
|
623
|
+
|
|
624
|
+
* **cli-core:** Synchronize repo versions
|
|
625
|
+
|
|
626
|
+
|
|
627
|
+
### Dependencies
|
|
628
|
+
|
|
629
|
+
* The following workspace dependencies were updated
|
|
630
|
+
* dependencies
|
|
631
|
+
* @twin.org/core bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
632
|
+
* @twin.org/nameof bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
633
|
+
* devDependencies
|
|
634
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
635
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
636
|
+
|
|
637
|
+
## [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)
|
|
638
|
+
|
|
639
|
+
|
|
640
|
+
### Miscellaneous Chores
|
|
641
|
+
|
|
642
|
+
* **cli-core:** Synchronize repo versions
|
|
643
|
+
|
|
644
|
+
|
|
645
|
+
### Dependencies
|
|
646
|
+
|
|
647
|
+
* The following workspace dependencies were updated
|
|
648
|
+
* dependencies
|
|
649
|
+
* @twin.org/core bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
650
|
+
* @twin.org/nameof bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
651
|
+
* devDependencies
|
|
652
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
653
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
654
|
+
|
|
655
|
+
## [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)
|
|
656
|
+
|
|
657
|
+
|
|
658
|
+
### Miscellaneous Chores
|
|
659
|
+
|
|
660
|
+
* **cli-core:** Synchronize repo versions
|
|
661
|
+
|
|
662
|
+
|
|
663
|
+
### Dependencies
|
|
664
|
+
|
|
665
|
+
* The following workspace dependencies were updated
|
|
666
|
+
* dependencies
|
|
667
|
+
* @twin.org/core bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
668
|
+
* @twin.org/nameof bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
669
|
+
* devDependencies
|
|
670
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
671
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
672
|
+
|
|
673
|
+
## [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)
|
|
674
|
+
|
|
675
|
+
|
|
676
|
+
### Miscellaneous Chores
|
|
677
|
+
|
|
678
|
+
* **cli-core:** Synchronize repo versions
|
|
679
|
+
|
|
680
|
+
|
|
681
|
+
### Dependencies
|
|
682
|
+
|
|
683
|
+
* The following workspace dependencies were updated
|
|
684
|
+
* dependencies
|
|
685
|
+
* @twin.org/core bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
686
|
+
* @twin.org/nameof bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
687
|
+
* devDependencies
|
|
688
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
689
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
690
|
+
|
|
691
|
+
## [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)
|
|
692
|
+
|
|
693
|
+
|
|
694
|
+
### Miscellaneous Chores
|
|
695
|
+
|
|
696
|
+
* **cli-core:** Synchronize repo versions
|
|
697
|
+
|
|
698
|
+
|
|
699
|
+
### Dependencies
|
|
700
|
+
|
|
701
|
+
* The following workspace dependencies were updated
|
|
702
|
+
* dependencies
|
|
703
|
+
* @twin.org/core bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
704
|
+
* @twin.org/nameof bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
705
|
+
* devDependencies
|
|
706
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
707
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
708
|
+
|
|
709
|
+
## [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)
|
|
710
|
+
|
|
711
|
+
|
|
712
|
+
### Miscellaneous Chores
|
|
713
|
+
|
|
714
|
+
* **cli-core:** Synchronize repo versions
|
|
715
|
+
|
|
716
|
+
|
|
717
|
+
### Dependencies
|
|
718
|
+
|
|
719
|
+
* The following workspace dependencies were updated
|
|
720
|
+
* dependencies
|
|
721
|
+
* @twin.org/core bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
722
|
+
* @twin.org/nameof bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
723
|
+
* devDependencies
|
|
724
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
725
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
726
|
+
|
|
727
|
+
## [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)
|
|
728
|
+
|
|
729
|
+
|
|
730
|
+
### Miscellaneous Chores
|
|
731
|
+
|
|
732
|
+
* **cli-core:** Synchronize repo versions
|
|
733
|
+
|
|
734
|
+
|
|
735
|
+
### Dependencies
|
|
736
|
+
|
|
737
|
+
* The following workspace dependencies were updated
|
|
738
|
+
* dependencies
|
|
739
|
+
* @twin.org/core bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
740
|
+
* @twin.org/nameof bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
741
|
+
* devDependencies
|
|
742
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
743
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
744
|
+
|
|
745
|
+
## [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)
|
|
746
|
+
|
|
747
|
+
|
|
748
|
+
### Miscellaneous Chores
|
|
749
|
+
|
|
750
|
+
* **cli-core:** Synchronize repo versions
|
|
751
|
+
|
|
752
|
+
|
|
753
|
+
### Dependencies
|
|
754
|
+
|
|
755
|
+
* The following workspace dependencies were updated
|
|
756
|
+
* dependencies
|
|
757
|
+
* @twin.org/core bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
758
|
+
* @twin.org/nameof bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
759
|
+
* devDependencies
|
|
760
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
761
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
762
|
+
|
|
763
|
+
## [0.0.3-next.9](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.8...cli-core-v0.0.3-next.9) (2026-01-05)
|
|
4
764
|
|
|
5
765
|
|
|
6
766
|
### Miscellaneous Chores
|
|
@@ -18,7 +778,7 @@
|
|
|
18
778
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
19
779
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
20
780
|
|
|
21
|
-
## [0.0.3-next.8](https://github.com/
|
|
781
|
+
## [0.0.3-next.8](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.7...cli-core-v0.0.3-next.8) (2025-11-26)
|
|
22
782
|
|
|
23
783
|
|
|
24
784
|
### Miscellaneous Chores
|
|
@@ -36,27 +796,27 @@
|
|
|
36
796
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
37
797
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
38
798
|
|
|
39
|
-
## [0.0.3-next.7](https://github.com/
|
|
799
|
+
## [0.0.3-next.7](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.6...cli-core-v0.0.3-next.7) (2025-11-25)
|
|
40
800
|
|
|
41
801
|
|
|
42
802
|
### Features
|
|
43
803
|
|
|
44
|
-
* add CLIParam.arrayOneOf ([18f0815](https://github.com/
|
|
45
|
-
* add context id features ([#206](https://github.com/
|
|
46
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
47
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
48
|
-
* improve error display in CLI ([94b6ca8](https://github.com/
|
|
49
|
-
* locales validation ([#197](https://github.com/
|
|
50
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
51
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
52
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
53
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
804
|
+
* add CLIParam.arrayOneOf ([18f0815](https://github.com/iotaledger/twin-framework/commit/18f08157e5305cddf65d09b36a51a91a0873e396))
|
|
805
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
806
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
807
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
808
|
+
* improve error display in CLI ([94b6ca8](https://github.com/iotaledger/twin-framework/commit/94b6ca8bdcfe3ca7671c4095b436ea7bddaae98e))
|
|
809
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
810
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
811
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
812
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
813
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
54
814
|
|
|
55
815
|
|
|
56
816
|
### Bug Fixes
|
|
57
817
|
|
|
58
|
-
* cli display output for JSON to allow infinite depth ([2a06f52](https://github.com/
|
|
59
|
-
* framework pr naming convention ([#142](https://github.com/
|
|
818
|
+
* cli display output for JSON to allow infinite depth ([2a06f52](https://github.com/iotaledger/twin-framework/commit/2a06f52c92dbc51a4969d651486a0c3548529929))
|
|
819
|
+
* framework pr naming convention ([#142](https://github.com/iotaledger/twin-framework/issues/142)) ([e29acee](https://github.com/iotaledger/twin-framework/commit/e29acee2fbec42506091956d6ba8b8ce25a90008))
|
|
60
820
|
|
|
61
821
|
|
|
62
822
|
### Dependencies
|
|
@@ -69,7 +829,7 @@
|
|
|
69
829
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
70
830
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
71
831
|
|
|
72
|
-
## [0.0.3-next.6](https://github.com/
|
|
832
|
+
## [0.0.3-next.6](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.5...cli-core-v0.0.3-next.6) (2025-11-25)
|
|
73
833
|
|
|
74
834
|
|
|
75
835
|
### Miscellaneous Chores
|
|
@@ -87,7 +847,7 @@
|
|
|
87
847
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
88
848
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
89
849
|
|
|
90
|
-
## [0.0.3-next.5](https://github.com/
|
|
850
|
+
## [0.0.3-next.5](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.4...cli-core-v0.0.3-next.5) (2025-11-20)
|
|
91
851
|
|
|
92
852
|
|
|
93
853
|
### Miscellaneous Chores
|
|
@@ -105,7 +865,7 @@
|
|
|
105
865
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
106
866
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
107
867
|
|
|
108
|
-
## [0.0.3-next.4](https://github.com/
|
|
868
|
+
## [0.0.3-next.4](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.3...cli-core-v0.0.3-next.4) (2025-11-13)
|
|
109
869
|
|
|
110
870
|
|
|
111
871
|
### Miscellaneous Chores
|
|
@@ -123,7 +883,7 @@
|
|
|
123
883
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
124
884
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
125
885
|
|
|
126
|
-
## [0.0.3-next.3](https://github.com/
|
|
886
|
+
## [0.0.3-next.3](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.2...cli-core-v0.0.3-next.3) (2025-11-12)
|
|
127
887
|
|
|
128
888
|
|
|
129
889
|
### Miscellaneous Chores
|
|
@@ -141,7 +901,7 @@
|
|
|
141
901
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
142
902
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
143
903
|
|
|
144
|
-
## [0.0.3-next.2](https://github.com/
|
|
904
|
+
## [0.0.3-next.2](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.1...cli-core-v0.0.3-next.2) (2025-11-12)
|
|
145
905
|
|
|
146
906
|
|
|
147
907
|
### Miscellaneous Chores
|
|
@@ -159,27 +919,27 @@
|
|
|
159
919
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
160
920
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
161
921
|
|
|
162
|
-
## [0.0.3-next.1](https://github.com/
|
|
922
|
+
## [0.0.3-next.1](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.3-next.0...cli-core-v0.0.3-next.1) (2025-11-10)
|
|
163
923
|
|
|
164
924
|
|
|
165
925
|
### Features
|
|
166
926
|
|
|
167
|
-
* add CLIParam.arrayOneOf ([18f0815](https://github.com/
|
|
168
|
-
* add context id features ([#206](https://github.com/
|
|
169
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
170
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
171
|
-
* improve error display in CLI ([94b6ca8](https://github.com/
|
|
172
|
-
* locales validation ([#197](https://github.com/
|
|
173
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
174
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
175
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
176
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
927
|
+
* add CLIParam.arrayOneOf ([18f0815](https://github.com/iotaledger/twin-framework/commit/18f08157e5305cddf65d09b36a51a91a0873e396))
|
|
928
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
929
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
930
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
931
|
+
* improve error display in CLI ([94b6ca8](https://github.com/iotaledger/twin-framework/commit/94b6ca8bdcfe3ca7671c4095b436ea7bddaae98e))
|
|
932
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
933
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
934
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
935
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
936
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
177
937
|
|
|
178
938
|
|
|
179
939
|
### Bug Fixes
|
|
180
940
|
|
|
181
|
-
* cli display output for JSON to allow infinite depth ([2a06f52](https://github.com/
|
|
182
|
-
* framework pr naming convention ([#142](https://github.com/
|
|
941
|
+
* cli display output for JSON to allow infinite depth ([2a06f52](https://github.com/iotaledger/twin-framework/commit/2a06f52c92dbc51a4969d651486a0c3548529929))
|
|
942
|
+
* framework pr naming convention ([#142](https://github.com/iotaledger/twin-framework/issues/142)) ([e29acee](https://github.com/iotaledger/twin-framework/commit/e29acee2fbec42506091956d6ba8b8ce25a90008))
|
|
183
943
|
|
|
184
944
|
|
|
185
945
|
### Dependencies
|
|
@@ -192,7 +952,7 @@
|
|
|
192
952
|
* @twin.org/nameof-transformer bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
193
953
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
194
954
|
|
|
195
|
-
## [0.0.2-next.22](https://github.com/
|
|
955
|
+
## [0.0.2-next.22](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.21...cli-core-v0.0.2-next.22) (2025-10-10)
|
|
196
956
|
|
|
197
957
|
|
|
198
958
|
### Miscellaneous Chores
|
|
@@ -210,12 +970,12 @@
|
|
|
210
970
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
211
971
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
212
972
|
|
|
213
|
-
## [0.0.2-next.21](https://github.com/
|
|
973
|
+
## [0.0.2-next.21](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.20...cli-core-v0.0.2-next.21) (2025-10-09)
|
|
214
974
|
|
|
215
975
|
|
|
216
976
|
### Features
|
|
217
977
|
|
|
218
|
-
* locales validation ([#197](https://github.com/
|
|
978
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
219
979
|
|
|
220
980
|
|
|
221
981
|
### Dependencies
|
|
@@ -228,7 +988,7 @@
|
|
|
228
988
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
229
989
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
230
990
|
|
|
231
|
-
## [0.0.2-next.20](https://github.com/
|
|
991
|
+
## [0.0.2-next.20](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.19...cli-core-v0.0.2-next.20) (2025-10-02)
|
|
232
992
|
|
|
233
993
|
|
|
234
994
|
### Miscellaneous Chores
|
|
@@ -247,7 +1007,7 @@
|
|
|
247
1007
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
248
1008
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
249
1009
|
|
|
250
|
-
## [0.0.2-next.19](https://github.com/
|
|
1010
|
+
## [0.0.2-next.19](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.18...cli-core-v0.0.2-next.19) (2025-09-30)
|
|
251
1011
|
|
|
252
1012
|
|
|
253
1013
|
### Miscellaneous Chores
|
|
@@ -266,7 +1026,7 @@
|
|
|
266
1026
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
267
1027
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
268
1028
|
|
|
269
|
-
## [0.0.2-next.18](https://github.com/
|
|
1029
|
+
## [0.0.2-next.18](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.17...cli-core-v0.0.2-next.18) (2025-09-29)
|
|
270
1030
|
|
|
271
1031
|
|
|
272
1032
|
### Miscellaneous Chores
|
|
@@ -285,7 +1045,7 @@
|
|
|
285
1045
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
286
1046
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
287
1047
|
|
|
288
|
-
## [0.0.2-next.17](https://github.com/
|
|
1048
|
+
## [0.0.2-next.17](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.16...cli-core-v0.0.2-next.17) (2025-09-29)
|
|
289
1049
|
|
|
290
1050
|
|
|
291
1051
|
### Miscellaneous Chores
|
|
@@ -304,7 +1064,7 @@
|
|
|
304
1064
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
305
1065
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
306
1066
|
|
|
307
|
-
## [0.0.2-next.16](https://github.com/
|
|
1067
|
+
## [0.0.2-next.16](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.15...cli-core-v0.0.2-next.16) (2025-09-28)
|
|
308
1068
|
|
|
309
1069
|
|
|
310
1070
|
### Miscellaneous Chores
|
|
@@ -323,7 +1083,7 @@
|
|
|
323
1083
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
324
1084
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
325
1085
|
|
|
326
|
-
## [0.0.2-next.15](https://github.com/
|
|
1086
|
+
## [0.0.2-next.15](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.14...cli-core-v0.0.2-next.15) (2025-09-22)
|
|
327
1087
|
|
|
328
1088
|
|
|
329
1089
|
### Miscellaneous Chores
|
|
@@ -342,7 +1102,7 @@
|
|
|
342
1102
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
343
1103
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
344
1104
|
|
|
345
|
-
## [0.0.2-next.14](https://github.com/
|
|
1105
|
+
## [0.0.2-next.14](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.13...cli-core-v0.0.2-next.14) (2025-09-22)
|
|
346
1106
|
|
|
347
1107
|
|
|
348
1108
|
### Miscellaneous Chores
|
|
@@ -361,7 +1121,7 @@
|
|
|
361
1121
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
362
1122
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
363
1123
|
|
|
364
|
-
## [0.0.2-next.13](https://github.com/
|
|
1124
|
+
## [0.0.2-next.13](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.12...cli-core-v0.0.2-next.13) (2025-09-22)
|
|
365
1125
|
|
|
366
1126
|
|
|
367
1127
|
### Miscellaneous Chores
|
|
@@ -380,7 +1140,7 @@
|
|
|
380
1140
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
381
1141
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
382
1142
|
|
|
383
|
-
## [0.0.2-next.12](https://github.com/
|
|
1143
|
+
## [0.0.2-next.12](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.11...cli-core-v0.0.2-next.12) (2025-09-15)
|
|
384
1144
|
|
|
385
1145
|
|
|
386
1146
|
### Miscellaneous Chores
|
|
@@ -399,12 +1159,12 @@
|
|
|
399
1159
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
400
1160
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
401
1161
|
|
|
402
|
-
## [0.0.2-next.11](https://github.com/
|
|
1162
|
+
## [0.0.2-next.11](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.10...cli-core-v0.0.2-next.11) (2025-09-15)
|
|
403
1163
|
|
|
404
1164
|
|
|
405
1165
|
### Bug Fixes
|
|
406
1166
|
|
|
407
|
-
* cli display output for JSON to allow infinite depth ([2a06f52](https://github.com/
|
|
1167
|
+
* cli display output for JSON to allow infinite depth ([2a06f52](https://github.com/iotaledger/twin-framework/commit/2a06f52c92dbc51a4969d651486a0c3548529929))
|
|
408
1168
|
|
|
409
1169
|
|
|
410
1170
|
### Dependencies
|
|
@@ -418,12 +1178,12 @@
|
|
|
418
1178
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
419
1179
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
420
1180
|
|
|
421
|
-
## [0.0.2-next.10](https://github.com/
|
|
1181
|
+
## [0.0.2-next.10](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.9...cli-core-v0.0.2-next.10) (2025-09-11)
|
|
422
1182
|
|
|
423
1183
|
|
|
424
1184
|
### Features
|
|
425
1185
|
|
|
426
|
-
* add CLIParam.arrayOneOf ([18f0815](https://github.com/
|
|
1186
|
+
* add CLIParam.arrayOneOf ([18f0815](https://github.com/iotaledger/twin-framework/commit/18f08157e5305cddf65d09b36a51a91a0873e396))
|
|
427
1187
|
|
|
428
1188
|
|
|
429
1189
|
### Dependencies
|
|
@@ -437,7 +1197,7 @@
|
|
|
437
1197
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
438
1198
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
439
1199
|
|
|
440
|
-
## [0.0.2-next.9](https://github.com/
|
|
1200
|
+
## [0.0.2-next.9](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.8...cli-core-v0.0.2-next.9) (2025-09-08)
|
|
441
1201
|
|
|
442
1202
|
|
|
443
1203
|
### Miscellaneous Chores
|
|
@@ -456,7 +1216,7 @@
|
|
|
456
1216
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
457
1217
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
458
1218
|
|
|
459
|
-
## [0.0.2-next.8](https://github.com/
|
|
1219
|
+
## [0.0.2-next.8](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.7...cli-core-v0.0.2-next.8) (2025-09-05)
|
|
460
1220
|
|
|
461
1221
|
|
|
462
1222
|
### Miscellaneous Chores
|
|
@@ -475,12 +1235,12 @@
|
|
|
475
1235
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
476
1236
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
477
1237
|
|
|
478
|
-
## [0.0.2-next.7](https://github.com/
|
|
1238
|
+
## [0.0.2-next.7](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.6...cli-core-v0.0.2-next.7) (2025-08-29)
|
|
479
1239
|
|
|
480
1240
|
|
|
481
1241
|
### Features
|
|
482
1242
|
|
|
483
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
1243
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
484
1244
|
|
|
485
1245
|
|
|
486
1246
|
### Dependencies
|
|
@@ -494,7 +1254,7 @@
|
|
|
494
1254
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
495
1255
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
496
1256
|
|
|
497
|
-
## [0.0.2-next.6](https://github.com/
|
|
1257
|
+
## [0.0.2-next.6](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.5...cli-core-v0.0.2-next.6) (2025-08-27)
|
|
498
1258
|
|
|
499
1259
|
|
|
500
1260
|
### Miscellaneous Chores
|
|
@@ -513,12 +1273,12 @@
|
|
|
513
1273
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
514
1274
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
515
1275
|
|
|
516
|
-
## [0.0.2-next.5](https://github.com/
|
|
1276
|
+
## [0.0.2-next.5](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.4...cli-core-v0.0.2-next.5) (2025-08-19)
|
|
517
1277
|
|
|
518
1278
|
|
|
519
1279
|
### Features
|
|
520
1280
|
|
|
521
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
1281
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
522
1282
|
|
|
523
1283
|
|
|
524
1284
|
### Dependencies
|
|
@@ -532,7 +1292,7 @@
|
|
|
532
1292
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
533
1293
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
534
1294
|
|
|
535
|
-
## [0.0.2-next.4](https://github.com/
|
|
1295
|
+
## [0.0.2-next.4](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.3...cli-core-v0.0.2-next.4) (2025-08-15)
|
|
536
1296
|
|
|
537
1297
|
|
|
538
1298
|
### Miscellaneous Chores
|
|
@@ -551,21 +1311,21 @@
|
|
|
551
1311
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
552
1312
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
553
1313
|
|
|
554
|
-
## [0.0.2-next.3](https://github.com/
|
|
1314
|
+
## [0.0.2-next.3](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.2...cli-core-v0.0.2-next.3) (2025-08-06)
|
|
555
1315
|
|
|
556
1316
|
|
|
557
1317
|
### Features
|
|
558
1318
|
|
|
559
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
560
|
-
* improve error display in CLI ([94b6ca8](https://github.com/
|
|
561
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
562
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
563
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1319
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1320
|
+
* improve error display in CLI ([94b6ca8](https://github.com/iotaledger/twin-framework/commit/94b6ca8bdcfe3ca7671c4095b436ea7bddaae98e))
|
|
1321
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1322
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
1323
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
564
1324
|
|
|
565
1325
|
|
|
566
1326
|
### Bug Fixes
|
|
567
1327
|
|
|
568
|
-
* framework pr naming convention ([#142](https://github.com/
|
|
1328
|
+
* framework pr naming convention ([#142](https://github.com/iotaledger/twin-framework/issues/142)) ([e29acee](https://github.com/iotaledger/twin-framework/commit/e29acee2fbec42506091956d6ba8b8ce25a90008))
|
|
569
1329
|
|
|
570
1330
|
|
|
571
1331
|
### Dependencies
|
|
@@ -579,21 +1339,21 @@
|
|
|
579
1339
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
580
1340
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
581
1341
|
|
|
582
|
-
## [0.0.2-next.2](https://github.com/
|
|
1342
|
+
## [0.0.2-next.2](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.1...cli-core-v0.0.2-next.2) (2025-08-06)
|
|
583
1343
|
|
|
584
1344
|
|
|
585
1345
|
### Features
|
|
586
1346
|
|
|
587
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
588
|
-
* improve error display in CLI ([94b6ca8](https://github.com/
|
|
589
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
590
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
591
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1347
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1348
|
+
* improve error display in CLI ([94b6ca8](https://github.com/iotaledger/twin-framework/commit/94b6ca8bdcfe3ca7671c4095b436ea7bddaae98e))
|
|
1349
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1350
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
1351
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
592
1352
|
|
|
593
1353
|
|
|
594
1354
|
### Bug Fixes
|
|
595
1355
|
|
|
596
|
-
* framework pr naming convention ([#142](https://github.com/
|
|
1356
|
+
* framework pr naming convention ([#142](https://github.com/iotaledger/twin-framework/issues/142)) ([e29acee](https://github.com/iotaledger/twin-framework/commit/e29acee2fbec42506091956d6ba8b8ce25a90008))
|
|
597
1357
|
|
|
598
1358
|
|
|
599
1359
|
### Dependencies
|
|
@@ -607,21 +1367,21 @@
|
|
|
607
1367
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
608
1368
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
609
1369
|
|
|
610
|
-
## [0.0.2-next.1](https://github.com/
|
|
1370
|
+
## [0.0.2-next.1](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.2-next.0...cli-core-v0.0.2-next.1) (2025-08-06)
|
|
611
1371
|
|
|
612
1372
|
|
|
613
1373
|
### Features
|
|
614
1374
|
|
|
615
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
616
|
-
* improve error display in CLI ([94b6ca8](https://github.com/
|
|
617
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
618
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
619
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1375
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1376
|
+
* improve error display in CLI ([94b6ca8](https://github.com/iotaledger/twin-framework/commit/94b6ca8bdcfe3ca7671c4095b436ea7bddaae98e))
|
|
1377
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1378
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
1379
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
620
1380
|
|
|
621
1381
|
|
|
622
1382
|
### Bug Fixes
|
|
623
1383
|
|
|
624
|
-
* framework pr naming convention ([#142](https://github.com/
|
|
1384
|
+
* framework pr naming convention ([#142](https://github.com/iotaledger/twin-framework/issues/142)) ([e29acee](https://github.com/iotaledger/twin-framework/commit/e29acee2fbec42506091956d6ba8b8ce25a90008))
|
|
625
1385
|
|
|
626
1386
|
|
|
627
1387
|
### Dependencies
|
|
@@ -640,8 +1400,8 @@
|
|
|
640
1400
|
|
|
641
1401
|
### Features
|
|
642
1402
|
|
|
643
|
-
* release to production ([829d53d](https://github.com/
|
|
644
|
-
* release to production ([5cf3a76](https://github.com/
|
|
1403
|
+
* release to production ([829d53d](https://github.com/iotaledger/twin-framework/commit/829d53d3953b1e1b40b0243c04cfdfd3842aac7b))
|
|
1404
|
+
* release to production ([5cf3a76](https://github.com/iotaledger/twin-framework/commit/5cf3a76a09eff2e6414d0cba846c7c37400a11d6))
|
|
645
1405
|
|
|
646
1406
|
|
|
647
1407
|
### Dependencies
|
|
@@ -655,20 +1415,20 @@
|
|
|
655
1415
|
* @twin.org/nameof-transformer bumped from ^0.0.0 to ^0.0.1
|
|
656
1416
|
* @twin.org/nameof-vitest-plugin bumped from ^0.0.0 to ^0.0.1
|
|
657
1417
|
|
|
658
|
-
## [0.0.1-next.70](https://github.com/
|
|
1418
|
+
## [0.0.1-next.70](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.69...cli-core-v0.0.1-next.70) (2025-07-02)
|
|
659
1419
|
|
|
660
1420
|
|
|
661
1421
|
### Features
|
|
662
1422
|
|
|
663
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
664
|
-
* improve error display in CLI ([94b6ca8](https://github.com/
|
|
665
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
666
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1423
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1424
|
+
* improve error display in CLI ([94b6ca8](https://github.com/iotaledger/twin-framework/commit/94b6ca8bdcfe3ca7671c4095b436ea7bddaae98e))
|
|
1425
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1426
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
667
1427
|
|
|
668
1428
|
|
|
669
1429
|
### Bug Fixes
|
|
670
1430
|
|
|
671
|
-
* framework pr naming convention ([#142](https://github.com/
|
|
1431
|
+
* framework pr naming convention ([#142](https://github.com/iotaledger/twin-framework/issues/142)) ([e29acee](https://github.com/iotaledger/twin-framework/commit/e29acee2fbec42506091956d6ba8b8ce25a90008))
|
|
672
1432
|
|
|
673
1433
|
|
|
674
1434
|
### Dependencies
|
|
@@ -682,20 +1442,20 @@
|
|
|
682
1442
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
683
1443
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
684
1444
|
|
|
685
|
-
## [0.0.1-next.69](https://github.com/
|
|
1445
|
+
## [0.0.1-next.69](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.68...cli-core-v0.0.1-next.69) (2025-07-02)
|
|
686
1446
|
|
|
687
1447
|
|
|
688
1448
|
### Features
|
|
689
1449
|
|
|
690
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
691
|
-
* improve error display in CLI ([94b6ca8](https://github.com/
|
|
692
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
693
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1450
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1451
|
+
* improve error display in CLI ([94b6ca8](https://github.com/iotaledger/twin-framework/commit/94b6ca8bdcfe3ca7671c4095b436ea7bddaae98e))
|
|
1452
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1453
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
694
1454
|
|
|
695
1455
|
|
|
696
1456
|
### Bug Fixes
|
|
697
1457
|
|
|
698
|
-
* framework pr naming convention ([#142](https://github.com/
|
|
1458
|
+
* framework pr naming convention ([#142](https://github.com/iotaledger/twin-framework/issues/142)) ([e29acee](https://github.com/iotaledger/twin-framework/commit/e29acee2fbec42506091956d6ba8b8ce25a90008))
|
|
699
1459
|
|
|
700
1460
|
|
|
701
1461
|
### Dependencies
|
|
@@ -709,12 +1469,12 @@
|
|
|
709
1469
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
710
1470
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
711
1471
|
|
|
712
|
-
## [0.0.1-next.68](https://github.com/
|
|
1472
|
+
## [0.0.1-next.68](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.67...cli-core-v0.0.1-next.68) (2025-07-02)
|
|
713
1473
|
|
|
714
1474
|
|
|
715
1475
|
### Features
|
|
716
1476
|
|
|
717
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
1477
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
718
1478
|
|
|
719
1479
|
|
|
720
1480
|
### Dependencies
|
|
@@ -728,7 +1488,7 @@
|
|
|
728
1488
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
729
1489
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
730
1490
|
|
|
731
|
-
## [0.0.1-next.67](https://github.com/
|
|
1491
|
+
## [0.0.1-next.67](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.66...cli-core-v0.0.1-next.67) (2025-06-26)
|
|
732
1492
|
|
|
733
1493
|
|
|
734
1494
|
### Miscellaneous Chores
|
|
@@ -743,7 +1503,7 @@
|
|
|
743
1503
|
* @twin.org/core bumped from 0.0.1-next.66 to 0.0.1-next.67
|
|
744
1504
|
* @twin.org/crypto bumped from 0.0.1-next.66 to 0.0.1-next.67
|
|
745
1505
|
|
|
746
|
-
## [0.0.1-next.66](https://github.com/
|
|
1506
|
+
## [0.0.1-next.66](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.65...cli-core-v0.0.1-next.66) (2025-06-26)
|
|
747
1507
|
|
|
748
1508
|
|
|
749
1509
|
### Miscellaneous Chores
|
|
@@ -758,7 +1518,7 @@
|
|
|
758
1518
|
* @twin.org/core bumped from 0.0.1-next.65 to 0.0.1-next.66
|
|
759
1519
|
* @twin.org/crypto bumped from 0.0.1-next.65 to 0.0.1-next.66
|
|
760
1520
|
|
|
761
|
-
## [0.0.1-next.65](https://github.com/
|
|
1521
|
+
## [0.0.1-next.65](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.64...cli-core-v0.0.1-next.65) (2025-06-19)
|
|
762
1522
|
|
|
763
1523
|
|
|
764
1524
|
### Miscellaneous Chores
|
|
@@ -773,7 +1533,7 @@
|
|
|
773
1533
|
* @twin.org/core bumped from 0.0.1-next.64 to 0.0.1-next.65
|
|
774
1534
|
* @twin.org/crypto bumped from 0.0.1-next.64 to 0.0.1-next.65
|
|
775
1535
|
|
|
776
|
-
## [0.0.1-next.64](https://github.com/
|
|
1536
|
+
## [0.0.1-next.64](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.63...cli-core-v0.0.1-next.64) (2025-06-19)
|
|
777
1537
|
|
|
778
1538
|
|
|
779
1539
|
### Miscellaneous Chores
|
|
@@ -788,7 +1548,7 @@
|
|
|
788
1548
|
* @twin.org/core bumped from 0.0.1-next.63 to 0.0.1-next.64
|
|
789
1549
|
* @twin.org/crypto bumped from 0.0.1-next.63 to 0.0.1-next.64
|
|
790
1550
|
|
|
791
|
-
## [0.0.1-next.63](https://github.com/
|
|
1551
|
+
## [0.0.1-next.63](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.62...cli-core-v0.0.1-next.63) (2025-06-18)
|
|
792
1552
|
|
|
793
1553
|
|
|
794
1554
|
### Miscellaneous Chores
|
|
@@ -803,19 +1563,19 @@
|
|
|
803
1563
|
* @twin.org/core bumped from 0.0.1-next.62 to 0.0.1-next.63
|
|
804
1564
|
* @twin.org/crypto bumped from 0.0.1-next.62 to 0.0.1-next.63
|
|
805
1565
|
|
|
806
|
-
## [0.0.1-next.62](https://github.com/
|
|
1566
|
+
## [0.0.1-next.62](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.61...cli-core-v0.0.1-next.62) (2025-06-17)
|
|
807
1567
|
|
|
808
1568
|
|
|
809
1569
|
### Features
|
|
810
1570
|
|
|
811
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
812
|
-
* improve error display in CLI ([94b6ca8](https://github.com/
|
|
813
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1571
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1572
|
+
* improve error display in CLI ([94b6ca8](https://github.com/iotaledger/twin-framework/commit/94b6ca8bdcfe3ca7671c4095b436ea7bddaae98e))
|
|
1573
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
814
1574
|
|
|
815
1575
|
|
|
816
1576
|
### Bug Fixes
|
|
817
1577
|
|
|
818
|
-
* framework pr naming convention ([#142](https://github.com/
|
|
1578
|
+
* framework pr naming convention ([#142](https://github.com/iotaledger/twin-framework/issues/142)) ([e29acee](https://github.com/iotaledger/twin-framework/commit/e29acee2fbec42506091956d6ba8b8ce25a90008))
|
|
819
1579
|
|
|
820
1580
|
|
|
821
1581
|
### Dependencies
|
|
@@ -825,7 +1585,7 @@
|
|
|
825
1585
|
* @twin.org/core bumped from 0.0.1-next.61 to 0.0.1-next.62
|
|
826
1586
|
* @twin.org/crypto bumped from 0.0.1-next.61 to 0.0.1-next.62
|
|
827
1587
|
|
|
828
|
-
## [0.0.1-next.61](https://github.com/
|
|
1588
|
+
## [0.0.1-next.61](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.60...cli-core-v0.0.1-next.61) (2025-06-17)
|
|
829
1589
|
|
|
830
1590
|
|
|
831
1591
|
### Miscellaneous Chores
|
|
@@ -840,12 +1600,12 @@
|
|
|
840
1600
|
* @twin.org/core bumped from 0.0.1-next.60 to 0.0.1-next.61
|
|
841
1601
|
* @twin.org/crypto bumped from 0.0.1-next.60 to 0.0.1-next.61
|
|
842
1602
|
|
|
843
|
-
## [0.0.1-next.60](https://github.com/
|
|
1603
|
+
## [0.0.1-next.60](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.59...cli-core-v0.0.1-next.60) (2025-06-17)
|
|
844
1604
|
|
|
845
1605
|
|
|
846
1606
|
### Features
|
|
847
1607
|
|
|
848
|
-
* improve error display in CLI ([94b6ca8](https://github.com/
|
|
1608
|
+
* improve error display in CLI ([94b6ca8](https://github.com/iotaledger/twin-framework/commit/94b6ca8bdcfe3ca7671c4095b436ea7bddaae98e))
|
|
849
1609
|
|
|
850
1610
|
|
|
851
1611
|
### Dependencies
|
|
@@ -855,7 +1615,7 @@
|
|
|
855
1615
|
* @twin.org/core bumped from 0.0.1-next.59 to 0.0.1-next.60
|
|
856
1616
|
* @twin.org/crypto bumped from 0.0.1-next.59 to 0.0.1-next.60
|
|
857
1617
|
|
|
858
|
-
## [0.0.1-next.59](https://github.com/
|
|
1618
|
+
## [0.0.1-next.59](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.58...cli-core-v0.0.1-next.59) (2025-06-17)
|
|
859
1619
|
|
|
860
1620
|
|
|
861
1621
|
### Miscellaneous Chores
|
|
@@ -870,12 +1630,12 @@
|
|
|
870
1630
|
* @twin.org/core bumped from 0.0.1-next.58 to 0.0.1-next.59
|
|
871
1631
|
* @twin.org/crypto bumped from 0.0.1-next.58 to 0.0.1-next.59
|
|
872
1632
|
|
|
873
|
-
## [0.0.1-next.58](https://github.com/
|
|
1633
|
+
## [0.0.1-next.58](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.57...cli-core-v0.0.1-next.58) (2025-06-13)
|
|
874
1634
|
|
|
875
1635
|
|
|
876
1636
|
### Bug Fixes
|
|
877
1637
|
|
|
878
|
-
* framework pr naming convention ([#142](https://github.com/
|
|
1638
|
+
* framework pr naming convention ([#142](https://github.com/iotaledger/twin-framework/issues/142)) ([e29acee](https://github.com/iotaledger/twin-framework/commit/e29acee2fbec42506091956d6ba8b8ce25a90008))
|
|
879
1639
|
|
|
880
1640
|
|
|
881
1641
|
### Dependencies
|
|
@@ -885,12 +1645,12 @@
|
|
|
885
1645
|
* @twin.org/core bumped from 0.0.1-next.57 to 0.0.1-next.58
|
|
886
1646
|
* @twin.org/crypto bumped from 0.0.1-next.57 to 0.0.1-next.58
|
|
887
1647
|
|
|
888
|
-
## [0.0.1-next.57](https://github.com/
|
|
1648
|
+
## [0.0.1-next.57](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.56...cli-core-v0.0.1-next.57) (2025-06-10)
|
|
889
1649
|
|
|
890
1650
|
|
|
891
1651
|
### Features
|
|
892
1652
|
|
|
893
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
1653
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
894
1654
|
|
|
895
1655
|
|
|
896
1656
|
### Dependencies
|
|
@@ -900,7 +1660,7 @@
|
|
|
900
1660
|
* @twin.org/core bumped from 0.0.1-next.56 to 0.0.1-next.57
|
|
901
1661
|
* @twin.org/crypto bumped from 0.0.1-next.56 to 0.0.1-next.57
|
|
902
1662
|
|
|
903
|
-
## [0.0.1-next.56](https://github.com/
|
|
1663
|
+
## [0.0.1-next.56](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.55...cli-core-v0.0.1-next.56) (2025-05-08)
|
|
904
1664
|
|
|
905
1665
|
|
|
906
1666
|
### Miscellaneous Chores
|
|
@@ -915,7 +1675,7 @@
|
|
|
915
1675
|
* @twin.org/core bumped from 0.0.1-next.55 to 0.0.1-next.56
|
|
916
1676
|
* @twin.org/crypto bumped from 0.0.1-next.55 to 0.0.1-next.56
|
|
917
1677
|
|
|
918
|
-
## [0.0.1-next.55](https://github.com/
|
|
1678
|
+
## [0.0.1-next.55](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.54...cli-core-v0.0.1-next.55) (2025-05-07)
|
|
919
1679
|
|
|
920
1680
|
|
|
921
1681
|
### Miscellaneous Chores
|
|
@@ -930,7 +1690,7 @@
|
|
|
930
1690
|
* @twin.org/core bumped from 0.0.1-next.54 to 0.0.1-next.55
|
|
931
1691
|
* @twin.org/crypto bumped from 0.0.1-next.54 to 0.0.1-next.55
|
|
932
1692
|
|
|
933
|
-
## [0.0.1-next.54](https://github.com/
|
|
1693
|
+
## [0.0.1-next.54](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.53...cli-core-v0.0.1-next.54) (2025-05-06)
|
|
934
1694
|
|
|
935
1695
|
|
|
936
1696
|
### Miscellaneous Chores
|
|
@@ -945,7 +1705,7 @@
|
|
|
945
1705
|
* @twin.org/core bumped from 0.0.1-next.53 to 0.0.1-next.54
|
|
946
1706
|
* @twin.org/crypto bumped from 0.0.1-next.53 to 0.0.1-next.54
|
|
947
1707
|
|
|
948
|
-
## [0.0.1-next.53](https://github.com/
|
|
1708
|
+
## [0.0.1-next.53](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.52...cli-core-v0.0.1-next.53) (2025-05-01)
|
|
949
1709
|
|
|
950
1710
|
|
|
951
1711
|
### Miscellaneous Chores
|
|
@@ -960,12 +1720,12 @@
|
|
|
960
1720
|
* @twin.org/core bumped from 0.0.1-next.52 to 0.0.1-next.53
|
|
961
1721
|
* @twin.org/crypto bumped from 0.0.1-next.52 to 0.0.1-next.53
|
|
962
1722
|
|
|
963
|
-
## [0.0.1-next.52](https://github.com/
|
|
1723
|
+
## [0.0.1-next.52](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.51...cli-core-v0.0.1-next.52) (2025-04-17)
|
|
964
1724
|
|
|
965
1725
|
|
|
966
1726
|
### Features
|
|
967
1727
|
|
|
968
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1728
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
969
1729
|
|
|
970
1730
|
|
|
971
1731
|
### Dependencies
|
|
@@ -975,7 +1735,7 @@
|
|
|
975
1735
|
* @twin.org/core bumped from 0.0.1-next.51 to 0.0.1-next.52
|
|
976
1736
|
* @twin.org/crypto bumped from 0.0.1-next.51 to 0.0.1-next.52
|
|
977
1737
|
|
|
978
|
-
## [0.0.1-next.51](https://github.com/
|
|
1738
|
+
## [0.0.1-next.51](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.50...cli-core-v0.0.1-next.51) (2025-03-27)
|
|
979
1739
|
|
|
980
1740
|
|
|
981
1741
|
### Miscellaneous Chores
|
|
@@ -990,7 +1750,7 @@
|
|
|
990
1750
|
* @twin.org/core bumped from 0.0.1-next.50 to 0.0.1-next.51
|
|
991
1751
|
* @twin.org/crypto bumped from 0.0.1-next.50 to 0.0.1-next.51
|
|
992
1752
|
|
|
993
|
-
## [0.0.1-next.50](https://github.com/
|
|
1753
|
+
## [0.0.1-next.50](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.1-next.49...cli-core-v0.0.1-next.50) (2025-03-26)
|
|
994
1754
|
|
|
995
1755
|
|
|
996
1756
|
### Miscellaneous Chores
|