@twin.org/cli-core 0.0.4-next.9 → 0.9.0

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 +185 -0
  2. package/package.json +4 -4
package/docs/changelog.md CHANGED
@@ -1,5 +1,190 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.9.0](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.9.0...cli-core-v0.9.0) (2026-06-22)
4
+
5
+
6
+ ### Features
7
+
8
+ * release to production ([b24cba1](https://github.com/iotaledger/twin-framework/commit/b24cba1b6a969278d638e632590602ec881e49fb))
9
+ * release to production ([787287d](https://github.com/iotaledger/twin-framework/commit/787287d06ea8319657401589d61fff369310c422))
10
+ * release to production ([53f4843](https://github.com/iotaledger/twin-framework/commit/53f484326b2851d7a506d2620db24c4a65cee7b3))
11
+ * release to production ([56cda4d](https://github.com/iotaledger/twin-framework/commit/56cda4da93e978c5be19ec7cfd421ae2a7fe4147))
12
+ * release to production ([f7c6586](https://github.com/iotaledger/twin-framework/commit/f7c6586f6976b903b647b4c5ac5ad9421e0c9051))
13
+ * release to production ([829d53d](https://github.com/iotaledger/twin-framework/commit/829d53d3953b1e1b40b0243c04cfdfd3842aac7b))
14
+ * release to production ([5cf3a76](https://github.com/iotaledger/twin-framework/commit/5cf3a76a09eff2e6414d0cba846c7c37400a11d6))
15
+ * release to production ([#330](https://github.com/iotaledger/twin-framework/issues/330)) ([d73f565](https://github.com/iotaledger/twin-framework/commit/d73f565588d156d23ef49b2a5718973756f7a696))
16
+ * release to production ([#382](https://github.com/iotaledger/twin-framework/issues/382)) ([bbed01a](https://github.com/iotaledger/twin-framework/commit/bbed01a605ee9724bda77a0f7feab249118c2d90))
17
+
18
+
19
+ ### Miscellaneous Chores
20
+
21
+ * release to production ([63cae24](https://github.com/iotaledger/twin-framework/commit/63cae2401f6c11f93b2a01260b665064e8bd28e0))
22
+
23
+ ## [0.9.0-next.1](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.9.0-next.0...cli-core-v0.9.0-next.1) (2026-06-22)
24
+
25
+
26
+ ### Features
27
+
28
+ * add CLIParam.arrayOneOf ([18f0815](https://github.com/iotaledger/twin-framework/commit/18f08157e5305cddf65d09b36a51a91a0873e396))
29
+ * add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
30
+ * eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
31
+ * improve error formatting ([#313](https://github.com/iotaledger/twin-framework/issues/313)) ([5a19623](https://github.com/iotaledger/twin-framework/commit/5a196231bcbf088bf9ba92a93b7478d3b8c5593f))
32
+ * improve signatures ([bcc21ae](https://github.com/iotaledger/twin-framework/commit/bcc21aed3e10a264ef5c8515bde8dcac8a05c719))
33
+ * improve signatures ([cdd24be](https://github.com/iotaledger/twin-framework/commit/cdd24be6fb898d33955b6f2f93c3ddbd73582269))
34
+ * locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
35
+ * relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
36
+ * typescript 6 update ([1d10f31](https://github.com/iotaledger/twin-framework/commit/1d10f31e6516ec622773f45e88af82fe749b384a))
37
+ * update dependencies ([4da77ab](https://github.com/iotaledger/twin-framework/commit/4da77ab30f499e52825ac5a76f51436ceb59c26e))
38
+ * update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
39
+ * use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
40
+
41
+
42
+ ### Bug Fixes
43
+
44
+ * cli display output for JSON to allow infinite depth ([2a06f52](https://github.com/iotaledger/twin-framework/commit/2a06f52c92dbc51a4969d651486a0c3548529929))
45
+ * ensure __decorate is defined for decorators ([103a563](https://github.com/iotaledger/twin-framework/commit/103a563ce01ebdef6240d2e590e7b026e8692684))
46
+ * export the json locales for cli-core ([188b47d](https://github.com/iotaledger/twin-framework/commit/188b47d3339deb42d08c32715909337749fb0e4a))
47
+
48
+
49
+ ### Dependencies
50
+
51
+ * The following workspace dependencies were updated
52
+ * dependencies
53
+ * @twin.org/core bumped from 0.9.0-next.0 to 0.9.0-next.1
54
+ * @twin.org/nameof bumped from 0.9.0-next.0 to 0.9.0-next.1
55
+ * devDependencies
56
+ * @twin.org/nameof-transformer bumped from 0.9.0-next.0 to 0.9.0-next.1
57
+ * @twin.org/nameof-vitest-plugin bumped from 0.9.0-next.0 to 0.9.0-next.1
58
+
59
+ ## [0.0.4-next.15](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.4-next.14...cli-core-v0.0.4-next.15) (2026-06-19)
60
+
61
+
62
+ ### Miscellaneous Chores
63
+
64
+ * **cli-core:** Synchronize repo versions
65
+
66
+
67
+ ### Dependencies
68
+
69
+ * The following workspace dependencies were updated
70
+ * dependencies
71
+ * @twin.org/core bumped from 0.0.4-next.14 to 0.0.4-next.15
72
+ * @twin.org/nameof bumped from 0.0.4-next.14 to 0.0.4-next.15
73
+ * devDependencies
74
+ * @twin.org/nameof-transformer bumped from 0.0.4-next.14 to 0.0.4-next.15
75
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.4-next.14 to 0.0.4-next.15
76
+
77
+ ## [0.0.4-next.14](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.4-next.13...cli-core-v0.0.4-next.14) (2026-06-18)
78
+
79
+
80
+ ### Miscellaneous Chores
81
+
82
+ * **cli-core:** Synchronize repo versions
83
+
84
+
85
+ ### Dependencies
86
+
87
+ * The following workspace dependencies were updated
88
+ * dependencies
89
+ * @twin.org/core bumped from 0.0.4-next.13 to 0.0.4-next.14
90
+ * @twin.org/nameof bumped from 0.0.4-next.13 to 0.0.4-next.14
91
+ * devDependencies
92
+ * @twin.org/nameof-transformer bumped from 0.0.4-next.13 to 0.0.4-next.14
93
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.4-next.13 to 0.0.4-next.14
94
+
95
+ ## [0.0.4-next.13](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.4-next.12...cli-core-v0.0.4-next.13) (2026-06-18)
96
+
97
+
98
+ ### Miscellaneous Chores
99
+
100
+ * **cli-core:** Synchronize repo versions
101
+
102
+
103
+ ### Dependencies
104
+
105
+ * The following workspace dependencies were updated
106
+ * dependencies
107
+ * @twin.org/core bumped from 0.0.4-next.12 to 0.0.4-next.13
108
+ * @twin.org/nameof bumped from 0.0.4-next.12 to 0.0.4-next.13
109
+ * devDependencies
110
+ * @twin.org/nameof-transformer bumped from 0.0.4-next.12 to 0.0.4-next.13
111
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.4-next.12 to 0.0.4-next.13
112
+
113
+ ## [0.0.4-next.12](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.4-next.11...cli-core-v0.0.4-next.12) (2026-06-18)
114
+
115
+
116
+ ### Miscellaneous Chores
117
+
118
+ * **cli-core:** Synchronize repo versions
119
+
120
+
121
+ ### Dependencies
122
+
123
+ * The following workspace dependencies were updated
124
+ * dependencies
125
+ * @twin.org/core bumped from 0.0.4-next.11 to 0.0.4-next.12
126
+ * @twin.org/nameof bumped from 0.0.4-next.11 to 0.0.4-next.12
127
+ * devDependencies
128
+ * @twin.org/nameof-transformer bumped from 0.0.4-next.11 to 0.0.4-next.12
129
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.4-next.11 to 0.0.4-next.12
130
+
131
+ ## [0.0.4-next.11](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.4-next.10...cli-core-v0.0.4-next.11) (2026-06-15)
132
+
133
+
134
+ ### Miscellaneous Chores
135
+
136
+ * **cli-core:** Synchronize repo versions
137
+
138
+
139
+ ### Dependencies
140
+
141
+ * The following workspace dependencies were updated
142
+ * dependencies
143
+ * @twin.org/core bumped from 0.0.4-next.10 to 0.0.4-next.11
144
+ * @twin.org/nameof bumped from 0.0.4-next.10 to 0.0.4-next.11
145
+ * devDependencies
146
+ * @twin.org/nameof-transformer bumped from 0.0.4-next.10 to 0.0.4-next.11
147
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.4-next.10 to 0.0.4-next.11
148
+
149
+ ## [0.0.4-next.10](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.4-next.9...cli-core-v0.0.4-next.10) (2026-06-15)
150
+
151
+
152
+ ### Features
153
+
154
+ * add CLIParam.arrayOneOf ([18f0815](https://github.com/iotaledger/twin-framework/commit/18f08157e5305cddf65d09b36a51a91a0873e396))
155
+ * add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
156
+ * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
157
+ * eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
158
+ * improve error display in CLI ([94b6ca8](https://github.com/iotaledger/twin-framework/commit/94b6ca8bdcfe3ca7671c4095b436ea7bddaae98e))
159
+ * improve error formatting ([#313](https://github.com/iotaledger/twin-framework/issues/313)) ([5a19623](https://github.com/iotaledger/twin-framework/commit/5a196231bcbf088bf9ba92a93b7478d3b8c5593f))
160
+ * improve signatures ([bcc21ae](https://github.com/iotaledger/twin-framework/commit/bcc21aed3e10a264ef5c8515bde8dcac8a05c719))
161
+ * improve signatures ([cdd24be](https://github.com/iotaledger/twin-framework/commit/cdd24be6fb898d33955b6f2f93c3ddbd73582269))
162
+ * locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
163
+ * relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
164
+ * typescript 6 update ([1d10f31](https://github.com/iotaledger/twin-framework/commit/1d10f31e6516ec622773f45e88af82fe749b384a))
165
+ * update dependencies ([4da77ab](https://github.com/iotaledger/twin-framework/commit/4da77ab30f499e52825ac5a76f51436ceb59c26e))
166
+ * update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
167
+ * use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
168
+
169
+
170
+ ### Bug Fixes
171
+
172
+ * cli display output for JSON to allow infinite depth ([2a06f52](https://github.com/iotaledger/twin-framework/commit/2a06f52c92dbc51a4969d651486a0c3548529929))
173
+ * ensure __decorate is defined for decorators ([103a563](https://github.com/iotaledger/twin-framework/commit/103a563ce01ebdef6240d2e590e7b026e8692684))
174
+ * export the json locales for cli-core ([188b47d](https://github.com/iotaledger/twin-framework/commit/188b47d3339deb42d08c32715909337749fb0e4a))
175
+ * framework pr naming convention ([#142](https://github.com/iotaledger/twin-framework/issues/142)) ([e29acee](https://github.com/iotaledger/twin-framework/commit/e29acee2fbec42506091956d6ba8b8ce25a90008))
176
+
177
+
178
+ ### Dependencies
179
+
180
+ * The following workspace dependencies were updated
181
+ * dependencies
182
+ * @twin.org/core bumped from 0.0.4-next.9 to 0.0.4-next.10
183
+ * @twin.org/nameof bumped from 0.0.4-next.9 to 0.0.4-next.10
184
+ * devDependencies
185
+ * @twin.org/nameof-transformer bumped from 0.0.4-next.9 to 0.0.4-next.10
186
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.4-next.9 to 0.0.4-next.10
187
+
3
188
  ## [0.0.4-next.9](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.4-next.8...cli-core-v0.0.4-next.9) (2026-06-15)
4
189
 
5
190
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/cli-core",
3
- "version": "0.0.4-next.9",
3
+ "version": "0.9.0",
4
4
  "description": "Core classes for building a CLI",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,10 +14,10 @@
14
14
  "node": ">=20.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@twin.org/core": "0.0.4-next.9",
18
- "@twin.org/nameof": "0.0.4-next.9",
17
+ "@twin.org/core": "^0.9.0",
18
+ "@twin.org/nameof": "^0.9.0",
19
19
  "chalk": "5.6.2",
20
- "commander": "14.0.3",
20
+ "commander": "15.0.0",
21
21
  "dotenv": "17.4.2"
22
22
  },
23
23
  "main": "./dist/es/index.js",