@twin.org/cli-core 0.0.4-next.1 → 0.0.4-next.11

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 +201 -0
  2. package/package.json +5 -5
package/docs/changelog.md CHANGED
@@ -1,5 +1,206 @@
1
1
  # Changelog
2
2
 
3
+ ## [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)
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.4-next.10 to 0.0.4-next.11
16
+ * @twin.org/nameof bumped from 0.0.4-next.10 to 0.0.4-next.11
17
+ * devDependencies
18
+ * @twin.org/nameof-transformer bumped from 0.0.4-next.10 to 0.0.4-next.11
19
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.4-next.10 to 0.0.4-next.11
20
+
21
+ ## [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)
22
+
23
+
24
+ ### Features
25
+
26
+ * add CLIParam.arrayOneOf ([18f0815](https://github.com/iotaledger/twin-framework/commit/18f08157e5305cddf65d09b36a51a91a0873e396))
27
+ * add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
28
+ * add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
29
+ * eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
30
+ * improve error display in CLI ([94b6ca8](https://github.com/iotaledger/twin-framework/commit/94b6ca8bdcfe3ca7671c4095b436ea7bddaae98e))
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
+ * framework pr naming convention ([#142](https://github.com/iotaledger/twin-framework/issues/142)) ([e29acee](https://github.com/iotaledger/twin-framework/commit/e29acee2fbec42506091956d6ba8b8ce25a90008))
48
+
49
+
50
+ ### Dependencies
51
+
52
+ * The following workspace dependencies were updated
53
+ * dependencies
54
+ * @twin.org/core bumped from 0.0.4-next.9 to 0.0.4-next.10
55
+ * @twin.org/nameof bumped from 0.0.4-next.9 to 0.0.4-next.10
56
+ * devDependencies
57
+ * @twin.org/nameof-transformer bumped from 0.0.4-next.9 to 0.0.4-next.10
58
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.4-next.9 to 0.0.4-next.10
59
+
60
+ ## [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)
61
+
62
+
63
+ ### Miscellaneous Chores
64
+
65
+ * **cli-core:** Synchronize repo versions
66
+
67
+
68
+ ### Dependencies
69
+
70
+ * The following workspace dependencies were updated
71
+ * dependencies
72
+ * @twin.org/core bumped from 0.0.4-next.8 to 0.0.4-next.9
73
+ * @twin.org/nameof bumped from 0.0.4-next.8 to 0.0.4-next.9
74
+ * devDependencies
75
+ * @twin.org/nameof-transformer bumped from 0.0.4-next.8 to 0.0.4-next.9
76
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.4-next.8 to 0.0.4-next.9
77
+
78
+ ## [0.0.4-next.8](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.4-next.7...cli-core-v0.0.4-next.8) (2026-06-10)
79
+
80
+
81
+ ### Miscellaneous Chores
82
+
83
+ * **cli-core:** Synchronize repo versions
84
+
85
+
86
+ ### Dependencies
87
+
88
+ * The following workspace dependencies were updated
89
+ * dependencies
90
+ * @twin.org/core bumped from 0.0.4-next.7 to 0.0.4-next.8
91
+ * @twin.org/nameof bumped from 0.0.4-next.7 to 0.0.4-next.8
92
+ * devDependencies
93
+ * @twin.org/nameof-transformer bumped from 0.0.4-next.7 to 0.0.4-next.8
94
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.4-next.7 to 0.0.4-next.8
95
+
96
+ ## [0.0.4-next.7](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.4-next.6...cli-core-v0.0.4-next.7) (2026-06-10)
97
+
98
+
99
+ ### Miscellaneous Chores
100
+
101
+ * **cli-core:** Synchronize repo versions
102
+
103
+
104
+ ### Dependencies
105
+
106
+ * The following workspace dependencies were updated
107
+ * dependencies
108
+ * @twin.org/core bumped from 0.0.4-next.6 to 0.0.4-next.7
109
+ * @twin.org/nameof bumped from 0.0.4-next.6 to 0.0.4-next.7
110
+ * devDependencies
111
+ * @twin.org/nameof-transformer bumped from 0.0.4-next.6 to 0.0.4-next.7
112
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.4-next.6 to 0.0.4-next.7
113
+
114
+ ## [0.0.4-next.6](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.4-next.5...cli-core-v0.0.4-next.6) (2026-06-05)
115
+
116
+
117
+ ### Miscellaneous Chores
118
+
119
+ * **cli-core:** Synchronize repo versions
120
+
121
+
122
+ ### Dependencies
123
+
124
+ * The following workspace dependencies were updated
125
+ * dependencies
126
+ * @twin.org/core bumped from 0.0.4-next.5 to 0.0.4-next.6
127
+ * @twin.org/nameof bumped from 0.0.4-next.5 to 0.0.4-next.6
128
+ * devDependencies
129
+ * @twin.org/nameof-transformer bumped from 0.0.4-next.5 to 0.0.4-next.6
130
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.4-next.5 to 0.0.4-next.6
131
+
132
+ ## [0.0.4-next.5](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.4-next.4...cli-core-v0.0.4-next.5) (2026-06-04)
133
+
134
+
135
+ ### Miscellaneous Chores
136
+
137
+ * **cli-core:** Synchronize repo versions
138
+
139
+
140
+ ### Dependencies
141
+
142
+ * The following workspace dependencies were updated
143
+ * dependencies
144
+ * @twin.org/core bumped from 0.0.4-next.4 to 0.0.4-next.5
145
+ * @twin.org/nameof bumped from 0.0.4-next.4 to 0.0.4-next.5
146
+ * devDependencies
147
+ * @twin.org/nameof-transformer bumped from 0.0.4-next.4 to 0.0.4-next.5
148
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.4-next.4 to 0.0.4-next.5
149
+
150
+ ## [0.0.4-next.4](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.4-next.3...cli-core-v0.0.4-next.4) (2026-06-02)
151
+
152
+
153
+ ### Miscellaneous Chores
154
+
155
+ * **cli-core:** Synchronize repo versions
156
+
157
+
158
+ ### Dependencies
159
+
160
+ * The following workspace dependencies were updated
161
+ * dependencies
162
+ * @twin.org/core bumped from 0.0.4-next.3 to 0.0.4-next.4
163
+ * @twin.org/nameof bumped from 0.0.4-next.3 to 0.0.4-next.4
164
+ * devDependencies
165
+ * @twin.org/nameof-transformer bumped from 0.0.4-next.3 to 0.0.4-next.4
166
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.4-next.3 to 0.0.4-next.4
167
+
168
+ ## [0.0.4-next.3](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.4-next.2...cli-core-v0.0.4-next.3) (2026-05-28)
169
+
170
+
171
+ ### Miscellaneous Chores
172
+
173
+ * **cli-core:** Synchronize repo versions
174
+
175
+
176
+ ### Dependencies
177
+
178
+ * The following workspace dependencies were updated
179
+ * dependencies
180
+ * @twin.org/core bumped from 0.0.4-next.2 to 0.0.4-next.3
181
+ * @twin.org/nameof bumped from 0.0.4-next.2 to 0.0.4-next.3
182
+ * devDependencies
183
+ * @twin.org/nameof-transformer bumped from 0.0.4-next.2 to 0.0.4-next.3
184
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.4-next.2 to 0.0.4-next.3
185
+
186
+ ## [0.0.4-next.2](https://github.com/iotaledger/twin-framework/compare/cli-core-v0.0.4-next.1...cli-core-v0.0.4-next.2) (2026-05-28)
187
+
188
+
189
+ ### Miscellaneous Chores
190
+
191
+ * **cli-core:** Synchronize repo versions
192
+
193
+
194
+ ### Dependencies
195
+
196
+ * The following workspace dependencies were updated
197
+ * dependencies
198
+ * @twin.org/core bumped from 0.0.4-next.1 to 0.0.4-next.2
199
+ * @twin.org/nameof bumped from 0.0.4-next.1 to 0.0.4-next.2
200
+ * devDependencies
201
+ * @twin.org/nameof-transformer bumped from 0.0.4-next.1 to 0.0.4-next.2
202
+ * @twin.org/nameof-vitest-plugin bumped from 0.0.4-next.1 to 0.0.4-next.2
203
+
3
204
  ## [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
205
 
5
206
 
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@twin.org/cli-core",
3
- "version": "0.0.4-next.1",
3
+ "version": "0.0.4-next.11",
4
4
  "description": "Core classes for building a CLI",
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "git+https://github.com/iotaledger/framework.git",
7
+ "url": "git+https://github.com/iotaledger/twin-framework.git",
8
8
  "directory": "packages/cli-core"
9
9
  },
10
10
  "author": "martyn.janes@iota.org",
@@ -14,8 +14,8 @@
14
14
  "node": ">=20.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@twin.org/core": "0.0.4-next.1",
18
- "@twin.org/nameof": "0.0.4-next.1",
17
+ "@twin.org/core": "0.0.4-next.11",
18
+ "@twin.org/nameof": "0.0.4-next.11",
19
19
  "chalk": "5.6.2",
20
20
  "commander": "14.0.3",
21
21
  "dotenv": "17.4.2"
@@ -47,7 +47,7 @@
47
47
  "utilities"
48
48
  ],
49
49
  "bugs": {
50
- "url": "git+https://github.com/iotaledger/framework/issues"
50
+ "url": "git+https://github.com/iotaledger/twin-framework/issues"
51
51
  },
52
52
  "homepage": "https://twindev.org"
53
53
  }