@twin.org/cli-core 0.0.3-next.2 → 0.0.3-next.22

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.
Files changed (2) hide show
  1. package/docs/changelog.md +391 -0
  2. package/package.json +5 -4
package/docs/changelog.md CHANGED
@@ -1,5 +1,396 @@
1
1
  # @twin.org/cli-core - Changelog
2
2
 
3
+ ## [0.0.3-next.22](https://github.com/twinfoundation/framework/compare/cli-core-v0.0.3-next.21...cli-core-v0.0.3-next.22) (2026-02-26)
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.21 to 0.0.3-next.22
16
+ * @twin.org/nameof bumped from 0.0.3-next.21 to 0.0.3-next.22
17
+ * devDependencies
18
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.21 to 0.0.3-next.22
19
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.21 to 0.0.3-next.22
20
+
21
+ ## [0.0.3-next.21](https://github.com/twinfoundation/framework/compare/cli-core-v0.0.3-next.20...cli-core-v0.0.3-next.21) (2026-02-26)
22
+
23
+
24
+ ### Features
25
+
26
+ * add CLIParam.arrayOneOf ([18f0815](https://github.com/twinfoundation/framework/commit/18f08157e5305cddf65d09b36a51a91a0873e396))
27
+ * add context id features ([#206](https://github.com/twinfoundation/framework/issues/206)) ([ef0d4ee](https://github.com/twinfoundation/framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
28
+ * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/twinfoundation/framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
29
+ * eslint migration to flat config ([74427d7](https://github.com/twinfoundation/framework/commit/74427d78d342167f7850e49ab87269326355befe))
30
+ * improve error display in CLI ([94b6ca8](https://github.com/twinfoundation/framework/commit/94b6ca8bdcfe3ca7671c4095b436ea7bddaae98e))
31
+ * locales validation ([#197](https://github.com/twinfoundation/framework/issues/197)) ([55fdadb](https://github.com/twinfoundation/framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
32
+ * relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
33
+ * update dependencies ([f3bd015](https://github.com/twinfoundation/framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
34
+ * use cause instead of inner for errors ([1f4acc4](https://github.com/twinfoundation/framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
35
+ * use new shared store mechanism ([#131](https://github.com/twinfoundation/framework/issues/131)) ([934385b](https://github.com/twinfoundation/framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
36
+
37
+
38
+ ### Bug Fixes
39
+
40
+ * cli display output for JSON to allow infinite depth ([2a06f52](https://github.com/twinfoundation/framework/commit/2a06f52c92dbc51a4969d651486a0c3548529929))
41
+ * export the json locales for cli-core ([188b47d](https://github.com/twinfoundation/framework/commit/188b47d3339deb42d08c32715909337749fb0e4a))
42
+ * framework pr naming convention ([#142](https://github.com/twinfoundation/framework/issues/142)) ([e29acee](https://github.com/twinfoundation/framework/commit/e29acee2fbec42506091956d6ba8b8ce25a90008))
43
+
44
+
45
+ ### Dependencies
46
+
47
+ * The following workspace dependencies were updated
48
+ * dependencies
49
+ * @twin.org/core bumped from 0.0.3-next.20 to 0.0.3-next.21
50
+ * @twin.org/nameof bumped from 0.0.3-next.20 to 0.0.3-next.21
51
+ * devDependencies
52
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.20 to 0.0.3-next.21
53
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.20 to 0.0.3-next.21
54
+
55
+ ## [0.0.3-next.20](https://github.com/twinfoundation/framework/compare/cli-core-v0.0.3-next.19...cli-core-v0.0.3-next.20) (2026-02-26)
56
+
57
+
58
+ ### Miscellaneous Chores
59
+
60
+ * **cli-core:** Synchronize repo versions
61
+
62
+
63
+ ### Dependencies
64
+
65
+ * The following workspace dependencies were updated
66
+ * dependencies
67
+ * @twin.org/core bumped from 0.0.3-next.19 to 0.0.3-next.20
68
+ * @twin.org/nameof bumped from 0.0.3-next.19 to 0.0.3-next.20
69
+ * devDependencies
70
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.19 to 0.0.3-next.20
71
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.19 to 0.0.3-next.20
72
+
73
+ ## [0.0.3-next.19](https://github.com/twinfoundation/framework/compare/cli-core-v0.0.3-next.18...cli-core-v0.0.3-next.19) (2026-02-26)
74
+
75
+
76
+ ### Miscellaneous Chores
77
+
78
+ * **cli-core:** Synchronize repo versions
79
+
80
+
81
+ ### Dependencies
82
+
83
+ * The following workspace dependencies were updated
84
+ * dependencies
85
+ * @twin.org/core bumped from 0.0.3-next.18 to 0.0.3-next.19
86
+ * @twin.org/nameof bumped from 0.0.3-next.18 to 0.0.3-next.19
87
+ * devDependencies
88
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.18 to 0.0.3-next.19
89
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.18 to 0.0.3-next.19
90
+
91
+ ## [0.0.3-next.18](https://github.com/twinfoundation/framework/compare/cli-core-v0.0.3-next.17...cli-core-v0.0.3-next.18) (2026-02-23)
92
+
93
+
94
+ ### Bug Fixes
95
+
96
+ * export the json locales for cli-core ([188b47d](https://github.com/twinfoundation/framework/commit/188b47d3339deb42d08c32715909337749fb0e4a))
97
+
98
+
99
+ ### Dependencies
100
+
101
+ * The following workspace dependencies were updated
102
+ * dependencies
103
+ * @twin.org/core bumped from 0.0.3-next.17 to 0.0.3-next.18
104
+ * @twin.org/nameof bumped from 0.0.3-next.17 to 0.0.3-next.18
105
+ * devDependencies
106
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.17 to 0.0.3-next.18
107
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.17 to 0.0.3-next.18
108
+
109
+ ## [0.0.3-next.17](https://github.com/twinfoundation/framework/compare/cli-core-v0.0.3-next.16...cli-core-v0.0.3-next.17) (2026-02-09)
110
+
111
+
112
+ ### Miscellaneous Chores
113
+
114
+ * **cli-core:** Synchronize repo versions
115
+
116
+
117
+ ### Dependencies
118
+
119
+ * The following workspace dependencies were updated
120
+ * dependencies
121
+ * @twin.org/core bumped from 0.0.3-next.16 to 0.0.3-next.17
122
+ * @twin.org/nameof bumped from 0.0.3-next.16 to 0.0.3-next.17
123
+ * devDependencies
124
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.16 to 0.0.3-next.17
125
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.16 to 0.0.3-next.17
126
+
127
+ ## [0.0.3-next.16](https://github.com/twinfoundation/framework/compare/cli-core-v0.0.3-next.15...cli-core-v0.0.3-next.16) (2026-02-06)
128
+
129
+
130
+ ### Miscellaneous Chores
131
+
132
+ * **cli-core:** Synchronize repo versions
133
+
134
+
135
+ ### Dependencies
136
+
137
+ * The following workspace dependencies were updated
138
+ * dependencies
139
+ * @twin.org/core bumped from 0.0.3-next.15 to 0.0.3-next.16
140
+ * @twin.org/nameof bumped from 0.0.3-next.15 to 0.0.3-next.16
141
+ * devDependencies
142
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.15 to 0.0.3-next.16
143
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.15 to 0.0.3-next.16
144
+
145
+ ## [0.0.3-next.15](https://github.com/twinfoundation/framework/compare/cli-core-v0.0.3-next.14...cli-core-v0.0.3-next.15) (2026-01-29)
146
+
147
+
148
+ ### Miscellaneous Chores
149
+
150
+ * **cli-core:** Synchronize repo versions
151
+
152
+
153
+ ### Dependencies
154
+
155
+ * The following workspace dependencies were updated
156
+ * dependencies
157
+ * @twin.org/core bumped from 0.0.3-next.14 to 0.0.3-next.15
158
+ * @twin.org/nameof bumped from 0.0.3-next.14 to 0.0.3-next.15
159
+ * devDependencies
160
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.14 to 0.0.3-next.15
161
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.14 to 0.0.3-next.15
162
+
163
+ ## [0.0.3-next.14](https://github.com/twinfoundation/framework/compare/cli-core-v0.0.3-next.13...cli-core-v0.0.3-next.14) (2026-01-22)
164
+
165
+
166
+ ### Miscellaneous Chores
167
+
168
+ * **cli-core:** Synchronize repo versions
169
+
170
+
171
+ ### Dependencies
172
+
173
+ * The following workspace dependencies were updated
174
+ * dependencies
175
+ * @twin.org/core bumped from 0.0.3-next.13 to 0.0.3-next.14
176
+ * @twin.org/nameof bumped from 0.0.3-next.13 to 0.0.3-next.14
177
+ * devDependencies
178
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.13 to 0.0.3-next.14
179
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.13 to 0.0.3-next.14
180
+
181
+ ## [0.0.3-next.13](https://github.com/twinfoundation/framework/compare/cli-core-v0.0.3-next.12...cli-core-v0.0.3-next.13) (2026-01-08)
182
+
183
+
184
+ ### Miscellaneous Chores
185
+
186
+ * **cli-core:** Synchronize repo versions
187
+
188
+
189
+ ### Dependencies
190
+
191
+ * The following workspace dependencies were updated
192
+ * dependencies
193
+ * @twin.org/core bumped from 0.0.3-next.12 to 0.0.3-next.13
194
+ * @twin.org/nameof bumped from 0.0.3-next.12 to 0.0.3-next.13
195
+ * devDependencies
196
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.12 to 0.0.3-next.13
197
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.12 to 0.0.3-next.13
198
+
199
+ ## [0.0.3-next.12](https://github.com/twinfoundation/framework/compare/cli-core-v0.0.3-next.11...cli-core-v0.0.3-next.12) (2026-01-08)
200
+
201
+
202
+ ### Miscellaneous Chores
203
+
204
+ * **cli-core:** Synchronize repo versions
205
+
206
+
207
+ ### Dependencies
208
+
209
+ * The following workspace dependencies were updated
210
+ * dependencies
211
+ * @twin.org/core bumped from 0.0.3-next.11 to 0.0.3-next.12
212
+ * @twin.org/nameof bumped from 0.0.3-next.11 to 0.0.3-next.12
213
+ * devDependencies
214
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.11 to 0.0.3-next.12
215
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.11 to 0.0.3-next.12
216
+
217
+ ## [0.0.3-next.11](https://github.com/twinfoundation/framework/compare/cli-core-v0.0.3-next.10...cli-core-v0.0.3-next.11) (2026-01-07)
218
+
219
+
220
+ ### Miscellaneous Chores
221
+
222
+ * **cli-core:** Synchronize repo versions
223
+
224
+
225
+ ### Dependencies
226
+
227
+ * The following workspace dependencies were updated
228
+ * dependencies
229
+ * @twin.org/core bumped from 0.0.3-next.10 to 0.0.3-next.11
230
+ * @twin.org/nameof bumped from 0.0.3-next.10 to 0.0.3-next.11
231
+ * devDependencies
232
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.10 to 0.0.3-next.11
233
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.10 to 0.0.3-next.11
234
+
235
+ ## [0.0.3-next.10](https://github.com/twinfoundation/framework/compare/cli-core-v0.0.3-next.9...cli-core-v0.0.3-next.10) (2026-01-07)
236
+
237
+
238
+ ### Miscellaneous Chores
239
+
240
+ * **cli-core:** Synchronize repo versions
241
+
242
+
243
+ ### Dependencies
244
+
245
+ * The following workspace dependencies were updated
246
+ * dependencies
247
+ * @twin.org/core bumped from 0.0.3-next.9 to 0.0.3-next.10
248
+ * @twin.org/nameof bumped from 0.0.3-next.9 to 0.0.3-next.10
249
+ * devDependencies
250
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.9 to 0.0.3-next.10
251
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.9 to 0.0.3-next.10
252
+
253
+ ## [0.0.3-next.9](https://github.com/twinfoundation/framework/compare/cli-core-v0.0.3-next.8...cli-core-v0.0.3-next.9) (2026-01-05)
254
+
255
+
256
+ ### Miscellaneous Chores
257
+
258
+ * **cli-core:** Synchronize repo versions
259
+
260
+
261
+ ### Dependencies
262
+
263
+ * The following workspace dependencies were updated
264
+ * dependencies
265
+ * @twin.org/core bumped from 0.0.3-next.8 to 0.0.3-next.9
266
+ * @twin.org/nameof bumped from 0.0.3-next.8 to 0.0.3-next.9
267
+ * devDependencies
268
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.8 to 0.0.3-next.9
269
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.8 to 0.0.3-next.9
270
+
271
+ ## [0.0.3-next.8](https://github.com/twinfoundation/framework/compare/cli-core-v0.0.3-next.7...cli-core-v0.0.3-next.8) (2025-11-26)
272
+
273
+
274
+ ### Miscellaneous Chores
275
+
276
+ * **cli-core:** Synchronize repo versions
277
+
278
+
279
+ ### Dependencies
280
+
281
+ * The following workspace dependencies were updated
282
+ * dependencies
283
+ * @twin.org/core bumped from 0.0.3-next.7 to 0.0.3-next.8
284
+ * @twin.org/nameof bumped from 0.0.3-next.7 to 0.0.3-next.8
285
+ * devDependencies
286
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.7 to 0.0.3-next.8
287
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.7 to 0.0.3-next.8
288
+
289
+ ## [0.0.3-next.7](https://github.com/twinfoundation/framework/compare/cli-core-v0.0.3-next.6...cli-core-v0.0.3-next.7) (2025-11-25)
290
+
291
+
292
+ ### Features
293
+
294
+ * add CLIParam.arrayOneOf ([18f0815](https://github.com/twinfoundation/framework/commit/18f08157e5305cddf65d09b36a51a91a0873e396))
295
+ * add context id features ([#206](https://github.com/twinfoundation/framework/issues/206)) ([ef0d4ee](https://github.com/twinfoundation/framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
296
+ * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/twinfoundation/framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
297
+ * eslint migration to flat config ([74427d7](https://github.com/twinfoundation/framework/commit/74427d78d342167f7850e49ab87269326355befe))
298
+ * improve error display in CLI ([94b6ca8](https://github.com/twinfoundation/framework/commit/94b6ca8bdcfe3ca7671c4095b436ea7bddaae98e))
299
+ * locales validation ([#197](https://github.com/twinfoundation/framework/issues/197)) ([55fdadb](https://github.com/twinfoundation/framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
300
+ * relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
301
+ * update dependencies ([f3bd015](https://github.com/twinfoundation/framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
302
+ * use cause instead of inner for errors ([1f4acc4](https://github.com/twinfoundation/framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
303
+ * use new shared store mechanism ([#131](https://github.com/twinfoundation/framework/issues/131)) ([934385b](https://github.com/twinfoundation/framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
304
+
305
+
306
+ ### Bug Fixes
307
+
308
+ * cli display output for JSON to allow infinite depth ([2a06f52](https://github.com/twinfoundation/framework/commit/2a06f52c92dbc51a4969d651486a0c3548529929))
309
+ * framework pr naming convention ([#142](https://github.com/twinfoundation/framework/issues/142)) ([e29acee](https://github.com/twinfoundation/framework/commit/e29acee2fbec42506091956d6ba8b8ce25a90008))
310
+
311
+
312
+ ### Dependencies
313
+
314
+ * The following workspace dependencies were updated
315
+ * dependencies
316
+ * @twin.org/core bumped from 0.0.3-next.6 to 0.0.3-next.7
317
+ * @twin.org/nameof bumped from 0.0.3-next.6 to 0.0.3-next.7
318
+ * devDependencies
319
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.6 to 0.0.3-next.7
320
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.6 to 0.0.3-next.7
321
+
322
+ ## [0.0.3-next.6](https://github.com/twinfoundation/framework/compare/cli-core-v0.0.3-next.5...cli-core-v0.0.3-next.6) (2025-11-25)
323
+
324
+
325
+ ### Miscellaneous Chores
326
+
327
+ * **cli-core:** Synchronize repo versions
328
+
329
+
330
+ ### Dependencies
331
+
332
+ * The following workspace dependencies were updated
333
+ * dependencies
334
+ * @twin.org/core bumped from 0.0.3-next.5 to 0.0.3-next.6
335
+ * @twin.org/nameof bumped from 0.0.3-next.5 to 0.0.3-next.6
336
+ * devDependencies
337
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.5 to 0.0.3-next.6
338
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.5 to 0.0.3-next.6
339
+
340
+ ## [0.0.3-next.5](https://github.com/twinfoundation/framework/compare/cli-core-v0.0.3-next.4...cli-core-v0.0.3-next.5) (2025-11-20)
341
+
342
+
343
+ ### Miscellaneous Chores
344
+
345
+ * **cli-core:** Synchronize repo versions
346
+
347
+
348
+ ### Dependencies
349
+
350
+ * The following workspace dependencies were updated
351
+ * dependencies
352
+ * @twin.org/core bumped from 0.0.3-next.4 to 0.0.3-next.5
353
+ * @twin.org/nameof bumped from 0.0.3-next.4 to 0.0.3-next.5
354
+ * devDependencies
355
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.4 to 0.0.3-next.5
356
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.4 to 0.0.3-next.5
357
+
358
+ ## [0.0.3-next.4](https://github.com/twinfoundation/framework/compare/cli-core-v0.0.3-next.3...cli-core-v0.0.3-next.4) (2025-11-13)
359
+
360
+
361
+ ### Miscellaneous Chores
362
+
363
+ * **cli-core:** Synchronize repo versions
364
+
365
+
366
+ ### Dependencies
367
+
368
+ * The following workspace dependencies were updated
369
+ * dependencies
370
+ * @twin.org/core bumped from 0.0.3-next.3 to 0.0.3-next.4
371
+ * @twin.org/nameof bumped from 0.0.3-next.3 to 0.0.3-next.4
372
+ * devDependencies
373
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.3 to 0.0.3-next.4
374
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.3 to 0.0.3-next.4
375
+
376
+ ## [0.0.3-next.3](https://github.com/twinfoundation/framework/compare/cli-core-v0.0.3-next.2...cli-core-v0.0.3-next.3) (2025-11-12)
377
+
378
+
379
+ ### Miscellaneous Chores
380
+
381
+ * **cli-core:** Synchronize repo versions
382
+
383
+
384
+ ### Dependencies
385
+
386
+ * The following workspace dependencies were updated
387
+ * dependencies
388
+ * @twin.org/core bumped from 0.0.3-next.2 to 0.0.3-next.3
389
+ * @twin.org/nameof bumped from 0.0.3-next.2 to 0.0.3-next.3
390
+ * devDependencies
391
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.2 to 0.0.3-next.3
392
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.2 to 0.0.3-next.3
393
+
3
394
  ## [0.0.3-next.2](https://github.com/twinfoundation/framework/compare/cli-core-v0.0.3-next.1...cli-core-v0.0.3-next.2) (2025-11-12)
4
395
 
5
396
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/cli-core",
3
- "version": "0.0.3-next.2",
3
+ "version": "0.0.3-next.22",
4
4
  "description": "Core classes for building a CLI",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,8 +14,8 @@
14
14
  "node": ">=20.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@twin.org/core": "0.0.3-next.2",
18
- "@twin.org/nameof": "0.0.3-next.2",
17
+ "@twin.org/core": "0.0.3-next.22",
18
+ "@twin.org/nameof": "0.0.3-next.22",
19
19
  "chalk": "5.6.2",
20
20
  "commander": "14.0.2",
21
21
  "dotenv": "17.2.3"
@@ -27,7 +27,8 @@
27
27
  "types": "./dist/types/index.d.ts",
28
28
  "import": "./dist/es/index.js",
29
29
  "default": "./dist/es/index.js"
30
- }
30
+ },
31
+ "./locales/*.json": "./locales/*.json"
31
32
  },
32
33
  "files": [
33
34
  "dist/es",