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

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 +373 -0
  2. package/package.json +5 -4
package/docs/changelog.md CHANGED
@@ -1,5 +1,378 @@
1
1
  # @twin.org/cli-core - Changelog
2
2
 
3
+ ## [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)
4
+
5
+
6
+ ### Features
7
+
8
+ * add CLIParam.arrayOneOf ([18f0815](https://github.com/twinfoundation/framework/commit/18f08157e5305cddf65d09b36a51a91a0873e396))
9
+ * add context id features ([#206](https://github.com/twinfoundation/framework/issues/206)) ([ef0d4ee](https://github.com/twinfoundation/framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
10
+ * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/twinfoundation/framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
11
+ * eslint migration to flat config ([74427d7](https://github.com/twinfoundation/framework/commit/74427d78d342167f7850e49ab87269326355befe))
12
+ * improve error display in CLI ([94b6ca8](https://github.com/twinfoundation/framework/commit/94b6ca8bdcfe3ca7671c4095b436ea7bddaae98e))
13
+ * locales validation ([#197](https://github.com/twinfoundation/framework/issues/197)) ([55fdadb](https://github.com/twinfoundation/framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
14
+ * relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
15
+ * update dependencies ([f3bd015](https://github.com/twinfoundation/framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
16
+ * use cause instead of inner for errors ([1f4acc4](https://github.com/twinfoundation/framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
17
+ * use new shared store mechanism ([#131](https://github.com/twinfoundation/framework/issues/131)) ([934385b](https://github.com/twinfoundation/framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * cli display output for JSON to allow infinite depth ([2a06f52](https://github.com/twinfoundation/framework/commit/2a06f52c92dbc51a4969d651486a0c3548529929))
23
+ * export the json locales for cli-core ([188b47d](https://github.com/twinfoundation/framework/commit/188b47d3339deb42d08c32715909337749fb0e4a))
24
+ * framework pr naming convention ([#142](https://github.com/twinfoundation/framework/issues/142)) ([e29acee](https://github.com/twinfoundation/framework/commit/e29acee2fbec42506091956d6ba8b8ce25a90008))
25
+
26
+
27
+ ### Dependencies
28
+
29
+ * The following workspace dependencies were updated
30
+ * dependencies
31
+ * @twin.org/core bumped from 0.0.3-next.20 to 0.0.3-next.21
32
+ * @twin.org/nameof bumped from 0.0.3-next.20 to 0.0.3-next.21
33
+ * devDependencies
34
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.20 to 0.0.3-next.21
35
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.20 to 0.0.3-next.21
36
+
37
+ ## [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)
38
+
39
+
40
+ ### Miscellaneous Chores
41
+
42
+ * **cli-core:** Synchronize repo versions
43
+
44
+
45
+ ### Dependencies
46
+
47
+ * The following workspace dependencies were updated
48
+ * dependencies
49
+ * @twin.org/core bumped from 0.0.3-next.19 to 0.0.3-next.20
50
+ * @twin.org/nameof bumped from 0.0.3-next.19 to 0.0.3-next.20
51
+ * devDependencies
52
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.19 to 0.0.3-next.20
53
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.19 to 0.0.3-next.20
54
+
55
+ ## [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)
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.18 to 0.0.3-next.19
68
+ * @twin.org/nameof bumped from 0.0.3-next.18 to 0.0.3-next.19
69
+ * devDependencies
70
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.18 to 0.0.3-next.19
71
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.18 to 0.0.3-next.19
72
+
73
+ ## [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)
74
+
75
+
76
+ ### Bug Fixes
77
+
78
+ * export the json locales for cli-core ([188b47d](https://github.com/twinfoundation/framework/commit/188b47d3339deb42d08c32715909337749fb0e4a))
79
+
80
+
81
+ ### Dependencies
82
+
83
+ * The following workspace dependencies were updated
84
+ * dependencies
85
+ * @twin.org/core bumped from 0.0.3-next.17 to 0.0.3-next.18
86
+ * @twin.org/nameof bumped from 0.0.3-next.17 to 0.0.3-next.18
87
+ * devDependencies
88
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.17 to 0.0.3-next.18
89
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.17 to 0.0.3-next.18
90
+
91
+ ## [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)
92
+
93
+
94
+ ### Miscellaneous Chores
95
+
96
+ * **cli-core:** Synchronize repo versions
97
+
98
+
99
+ ### Dependencies
100
+
101
+ * The following workspace dependencies were updated
102
+ * dependencies
103
+ * @twin.org/core bumped from 0.0.3-next.16 to 0.0.3-next.17
104
+ * @twin.org/nameof bumped from 0.0.3-next.16 to 0.0.3-next.17
105
+ * devDependencies
106
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.16 to 0.0.3-next.17
107
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.16 to 0.0.3-next.17
108
+
109
+ ## [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)
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.15 to 0.0.3-next.16
122
+ * @twin.org/nameof bumped from 0.0.3-next.15 to 0.0.3-next.16
123
+ * devDependencies
124
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.15 to 0.0.3-next.16
125
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.15 to 0.0.3-next.16
126
+
127
+ ## [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)
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.14 to 0.0.3-next.15
140
+ * @twin.org/nameof bumped from 0.0.3-next.14 to 0.0.3-next.15
141
+ * devDependencies
142
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.14 to 0.0.3-next.15
143
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.14 to 0.0.3-next.15
144
+
145
+ ## [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)
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.13 to 0.0.3-next.14
158
+ * @twin.org/nameof bumped from 0.0.3-next.13 to 0.0.3-next.14
159
+ * devDependencies
160
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.13 to 0.0.3-next.14
161
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.13 to 0.0.3-next.14
162
+
163
+ ## [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)
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.12 to 0.0.3-next.13
176
+ * @twin.org/nameof bumped from 0.0.3-next.12 to 0.0.3-next.13
177
+ * devDependencies
178
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.12 to 0.0.3-next.13
179
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.12 to 0.0.3-next.13
180
+
181
+ ## [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)
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.11 to 0.0.3-next.12
194
+ * @twin.org/nameof bumped from 0.0.3-next.11 to 0.0.3-next.12
195
+ * devDependencies
196
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.11 to 0.0.3-next.12
197
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.11 to 0.0.3-next.12
198
+
199
+ ## [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)
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.10 to 0.0.3-next.11
212
+ * @twin.org/nameof bumped from 0.0.3-next.10 to 0.0.3-next.11
213
+ * devDependencies
214
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.10 to 0.0.3-next.11
215
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.10 to 0.0.3-next.11
216
+
217
+ ## [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)
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.9 to 0.0.3-next.10
230
+ * @twin.org/nameof bumped from 0.0.3-next.9 to 0.0.3-next.10
231
+ * devDependencies
232
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.9 to 0.0.3-next.10
233
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.9 to 0.0.3-next.10
234
+
235
+ ## [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)
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.8 to 0.0.3-next.9
248
+ * @twin.org/nameof bumped from 0.0.3-next.8 to 0.0.3-next.9
249
+ * devDependencies
250
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.8 to 0.0.3-next.9
251
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.8 to 0.0.3-next.9
252
+
253
+ ## [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)
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.7 to 0.0.3-next.8
266
+ * @twin.org/nameof bumped from 0.0.3-next.7 to 0.0.3-next.8
267
+ * devDependencies
268
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.7 to 0.0.3-next.8
269
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.7 to 0.0.3-next.8
270
+
271
+ ## [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)
272
+
273
+
274
+ ### Features
275
+
276
+ * add CLIParam.arrayOneOf ([18f0815](https://github.com/twinfoundation/framework/commit/18f08157e5305cddf65d09b36a51a91a0873e396))
277
+ * add context id features ([#206](https://github.com/twinfoundation/framework/issues/206)) ([ef0d4ee](https://github.com/twinfoundation/framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
278
+ * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/twinfoundation/framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
279
+ * eslint migration to flat config ([74427d7](https://github.com/twinfoundation/framework/commit/74427d78d342167f7850e49ab87269326355befe))
280
+ * improve error display in CLI ([94b6ca8](https://github.com/twinfoundation/framework/commit/94b6ca8bdcfe3ca7671c4095b436ea7bddaae98e))
281
+ * locales validation ([#197](https://github.com/twinfoundation/framework/issues/197)) ([55fdadb](https://github.com/twinfoundation/framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
282
+ * relocate core packages from tools ([bcab8f3](https://github.com/twinfoundation/framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
283
+ * update dependencies ([f3bd015](https://github.com/twinfoundation/framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
284
+ * use cause instead of inner for errors ([1f4acc4](https://github.com/twinfoundation/framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
285
+ * use new shared store mechanism ([#131](https://github.com/twinfoundation/framework/issues/131)) ([934385b](https://github.com/twinfoundation/framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
286
+
287
+
288
+ ### Bug Fixes
289
+
290
+ * cli display output for JSON to allow infinite depth ([2a06f52](https://github.com/twinfoundation/framework/commit/2a06f52c92dbc51a4969d651486a0c3548529929))
291
+ * framework pr naming convention ([#142](https://github.com/twinfoundation/framework/issues/142)) ([e29acee](https://github.com/twinfoundation/framework/commit/e29acee2fbec42506091956d6ba8b8ce25a90008))
292
+
293
+
294
+ ### Dependencies
295
+
296
+ * The following workspace dependencies were updated
297
+ * dependencies
298
+ * @twin.org/core bumped from 0.0.3-next.6 to 0.0.3-next.7
299
+ * @twin.org/nameof bumped from 0.0.3-next.6 to 0.0.3-next.7
300
+ * devDependencies
301
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.6 to 0.0.3-next.7
302
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.6 to 0.0.3-next.7
303
+
304
+ ## [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)
305
+
306
+
307
+ ### Miscellaneous Chores
308
+
309
+ * **cli-core:** Synchronize repo versions
310
+
311
+
312
+ ### Dependencies
313
+
314
+ * The following workspace dependencies were updated
315
+ * dependencies
316
+ * @twin.org/core bumped from 0.0.3-next.5 to 0.0.3-next.6
317
+ * @twin.org/nameof bumped from 0.0.3-next.5 to 0.0.3-next.6
318
+ * devDependencies
319
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.5 to 0.0.3-next.6
320
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.5 to 0.0.3-next.6
321
+
322
+ ## [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)
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.4 to 0.0.3-next.5
335
+ * @twin.org/nameof bumped from 0.0.3-next.4 to 0.0.3-next.5
336
+ * devDependencies
337
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.4 to 0.0.3-next.5
338
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.4 to 0.0.3-next.5
339
+
340
+ ## [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)
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.3 to 0.0.3-next.4
353
+ * @twin.org/nameof bumped from 0.0.3-next.3 to 0.0.3-next.4
354
+ * devDependencies
355
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.3 to 0.0.3-next.4
356
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.3 to 0.0.3-next.4
357
+
358
+ ## [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)
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.2 to 0.0.3-next.3
371
+ * @twin.org/nameof bumped from 0.0.3-next.2 to 0.0.3-next.3
372
+ * devDependencies
373
+ * @twin.org/nameof-transformer bumped from 0.0.3-next.2 to 0.0.3-next.3
374
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.2 to 0.0.3-next.3
375
+
3
376
  ## [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
377
 
5
378
 
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.21",
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.21",
18
+ "@twin.org/nameof": "0.0.3-next.21",
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",