@twin.org/crypto-cli 0.0.3-next.4 → 0.0.3-next.41
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 +4 -4
- package/dist/es/cli.js +2 -2
- package/dist/es/cli.js.map +1 -1
- package/dist/locales/en.json +7 -1
- package/docs/changelog.md +969 -123
- package/docs/reference/classes/CLI.md +63 -1
- package/docs/{examples.md → usage.md} +7 -7
- package/package.json +9 -9
package/docs/changelog.md
CHANGED
|
@@ -1,6 +1,852 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3-next.
|
|
3
|
+
## [0.0.3-next.41](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.40...crypto-cli-v0.0.3-next.41) (2026-05-13)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Miscellaneous Chores
|
|
7
|
+
|
|
8
|
+
* **crypto-cli:** Synchronize repo versions
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @twin.org/cli-core bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
16
|
+
* @twin.org/core bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
17
|
+
* @twin.org/crypto bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
18
|
+
* @twin.org/nameof bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
19
|
+
* devDependencies
|
|
20
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
21
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
22
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
23
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
24
|
+
|
|
25
|
+
## [0.0.3-next.40](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.39...crypto-cli-v0.0.3-next.40) (2026-05-13)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Miscellaneous Chores
|
|
29
|
+
|
|
30
|
+
* **crypto-cli:** Synchronize repo versions
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### Dependencies
|
|
34
|
+
|
|
35
|
+
* The following workspace dependencies were updated
|
|
36
|
+
* dependencies
|
|
37
|
+
* @twin.org/cli-core bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
38
|
+
* @twin.org/core bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
39
|
+
* @twin.org/crypto bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
40
|
+
* @twin.org/nameof bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
41
|
+
* devDependencies
|
|
42
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
43
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
44
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
45
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
46
|
+
|
|
47
|
+
## [0.0.3-next.39](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.38...crypto-cli-v0.0.3-next.39) (2026-05-13)
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
### Miscellaneous Chores
|
|
51
|
+
|
|
52
|
+
* **crypto-cli:** Synchronize repo versions
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
### Dependencies
|
|
56
|
+
|
|
57
|
+
* The following workspace dependencies were updated
|
|
58
|
+
* dependencies
|
|
59
|
+
* @twin.org/cli-core bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
60
|
+
* @twin.org/core bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
61
|
+
* @twin.org/crypto bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
62
|
+
* @twin.org/nameof bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
63
|
+
* devDependencies
|
|
64
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
65
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
66
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
67
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
68
|
+
|
|
69
|
+
## [0.0.3-next.38](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.37...crypto-cli-v0.0.3-next.38) (2026-05-11)
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
### Features
|
|
73
|
+
|
|
74
|
+
* typescript 6 update ([1d10f31](https://github.com/iotaledger/twin-framework/commit/1d10f31e6516ec622773f45e88af82fe749b384a))
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
### Dependencies
|
|
78
|
+
|
|
79
|
+
* The following workspace dependencies were updated
|
|
80
|
+
* dependencies
|
|
81
|
+
* @twin.org/cli-core bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
82
|
+
* @twin.org/core bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
83
|
+
* @twin.org/crypto bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
84
|
+
* @twin.org/nameof bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
85
|
+
* devDependencies
|
|
86
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
87
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
88
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
89
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
90
|
+
|
|
91
|
+
## [0.0.3-next.37](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.36...crypto-cli-v0.0.3-next.37) (2026-05-07)
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
### Miscellaneous Chores
|
|
95
|
+
|
|
96
|
+
* **crypto-cli:** Synchronize repo versions
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
### Dependencies
|
|
100
|
+
|
|
101
|
+
* The following workspace dependencies were updated
|
|
102
|
+
* dependencies
|
|
103
|
+
* @twin.org/cli-core bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
104
|
+
* @twin.org/core bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
105
|
+
* @twin.org/crypto bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
106
|
+
* @twin.org/nameof bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
107
|
+
* devDependencies
|
|
108
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
109
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
110
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
111
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
112
|
+
|
|
113
|
+
## [0.0.3-next.36](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.35...crypto-cli-v0.0.3-next.36) (2026-05-07)
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
### Miscellaneous Chores
|
|
117
|
+
|
|
118
|
+
* **crypto-cli:** Synchronize repo versions
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
### Dependencies
|
|
122
|
+
|
|
123
|
+
* The following workspace dependencies were updated
|
|
124
|
+
* dependencies
|
|
125
|
+
* @twin.org/cli-core bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
126
|
+
* @twin.org/core bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
127
|
+
* @twin.org/crypto bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
128
|
+
* @twin.org/nameof bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
129
|
+
* devDependencies
|
|
130
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
131
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
132
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
133
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
134
|
+
|
|
135
|
+
## [0.0.3-next.35](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.34...crypto-cli-v0.0.3-next.35) (2026-05-06)
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
### Miscellaneous Chores
|
|
139
|
+
|
|
140
|
+
* **crypto-cli:** Synchronize repo versions
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
### Dependencies
|
|
144
|
+
|
|
145
|
+
* The following workspace dependencies were updated
|
|
146
|
+
* dependencies
|
|
147
|
+
* @twin.org/cli-core bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
148
|
+
* @twin.org/core bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
149
|
+
* @twin.org/crypto bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
150
|
+
* @twin.org/nameof bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
151
|
+
* devDependencies
|
|
152
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
153
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
154
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
155
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
156
|
+
|
|
157
|
+
## [0.0.3-next.34](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.33...crypto-cli-v0.0.3-next.34) (2026-05-06)
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
### Miscellaneous Chores
|
|
161
|
+
|
|
162
|
+
* **crypto-cli:** Synchronize repo versions
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
### Dependencies
|
|
166
|
+
|
|
167
|
+
* The following workspace dependencies were updated
|
|
168
|
+
* dependencies
|
|
169
|
+
* @twin.org/cli-core bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
170
|
+
* @twin.org/core bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
171
|
+
* @twin.org/crypto bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
172
|
+
* @twin.org/nameof bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
173
|
+
* devDependencies
|
|
174
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
175
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
176
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
177
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
178
|
+
|
|
179
|
+
## [0.0.3-next.33](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.32...crypto-cli-v0.0.3-next.33) (2026-05-05)
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
### Miscellaneous Chores
|
|
183
|
+
|
|
184
|
+
* **crypto-cli:** Synchronize repo versions
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
### Dependencies
|
|
188
|
+
|
|
189
|
+
* The following workspace dependencies were updated
|
|
190
|
+
* dependencies
|
|
191
|
+
* @twin.org/cli-core bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
192
|
+
* @twin.org/core bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
193
|
+
* @twin.org/crypto bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
194
|
+
* @twin.org/nameof bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
195
|
+
* devDependencies
|
|
196
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
197
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
198
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
199
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
200
|
+
|
|
201
|
+
## [0.0.3-next.32](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.31...crypto-cli-v0.0.3-next.32) (2026-04-30)
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
### Miscellaneous Chores
|
|
205
|
+
|
|
206
|
+
* **crypto-cli:** Synchronize repo versions
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
### Dependencies
|
|
210
|
+
|
|
211
|
+
* The following workspace dependencies were updated
|
|
212
|
+
* dependencies
|
|
213
|
+
* @twin.org/cli-core bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
214
|
+
* @twin.org/core bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
215
|
+
* @twin.org/crypto bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
216
|
+
* @twin.org/nameof bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
217
|
+
* devDependencies
|
|
218
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
219
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
220
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
221
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
222
|
+
|
|
223
|
+
## [0.0.3-next.31](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.30...crypto-cli-v0.0.3-next.31) (2026-04-14)
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
### Miscellaneous Chores
|
|
227
|
+
|
|
228
|
+
* **crypto-cli:** Synchronize repo versions
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
### Dependencies
|
|
232
|
+
|
|
233
|
+
* The following workspace dependencies were updated
|
|
234
|
+
* dependencies
|
|
235
|
+
* @twin.org/cli-core bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
236
|
+
* @twin.org/core bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
237
|
+
* @twin.org/crypto bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
238
|
+
* @twin.org/nameof bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
239
|
+
* devDependencies
|
|
240
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
241
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
242
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
243
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
244
|
+
|
|
245
|
+
## [0.0.3-next.30](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.29...crypto-cli-v0.0.3-next.30) (2026-04-14)
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
### Miscellaneous Chores
|
|
249
|
+
|
|
250
|
+
* **crypto-cli:** Synchronize repo versions
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
### Dependencies
|
|
254
|
+
|
|
255
|
+
* The following workspace dependencies were updated
|
|
256
|
+
* dependencies
|
|
257
|
+
* @twin.org/cli-core bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
258
|
+
* @twin.org/core bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
259
|
+
* @twin.org/crypto bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
260
|
+
* @twin.org/nameof bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
261
|
+
* devDependencies
|
|
262
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
263
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
264
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
265
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
266
|
+
|
|
267
|
+
## [0.0.3-next.29](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.28...crypto-cli-v0.0.3-next.29) (2026-04-14)
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
### Miscellaneous Chores
|
|
271
|
+
|
|
272
|
+
* **crypto-cli:** Synchronize repo versions
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
### Dependencies
|
|
276
|
+
|
|
277
|
+
* The following workspace dependencies were updated
|
|
278
|
+
* dependencies
|
|
279
|
+
* @twin.org/cli-core bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
280
|
+
* @twin.org/core bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
281
|
+
* @twin.org/crypto bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
282
|
+
* @twin.org/nameof bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
283
|
+
* devDependencies
|
|
284
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
285
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
286
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
287
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
288
|
+
|
|
289
|
+
## [0.0.3-next.28](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.27...crypto-cli-v0.0.3-next.28) (2026-03-27)
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
### Miscellaneous Chores
|
|
293
|
+
|
|
294
|
+
* **crypto-cli:** Synchronize repo versions
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
### Dependencies
|
|
298
|
+
|
|
299
|
+
* The following workspace dependencies were updated
|
|
300
|
+
* dependencies
|
|
301
|
+
* @twin.org/cli-core bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
302
|
+
* @twin.org/core bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
303
|
+
* @twin.org/crypto bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
304
|
+
* @twin.org/nameof bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
305
|
+
* devDependencies
|
|
306
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
307
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
308
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
309
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
310
|
+
|
|
311
|
+
## [0.0.3-next.27](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.26...crypto-cli-v0.0.3-next.27) (2026-03-27)
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
### Miscellaneous Chores
|
|
315
|
+
|
|
316
|
+
* **crypto-cli:** Synchronize repo versions
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
### Dependencies
|
|
320
|
+
|
|
321
|
+
* The following workspace dependencies were updated
|
|
322
|
+
* dependencies
|
|
323
|
+
* @twin.org/cli-core bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
324
|
+
* @twin.org/core bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
325
|
+
* @twin.org/crypto bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
326
|
+
* @twin.org/nameof bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
327
|
+
* devDependencies
|
|
328
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
329
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
330
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
331
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
332
|
+
|
|
333
|
+
## [0.0.3-next.26](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.25...crypto-cli-v0.0.3-next.26) (2026-03-24)
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
### Miscellaneous Chores
|
|
337
|
+
|
|
338
|
+
* **crypto-cli:** Synchronize repo versions
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
### Dependencies
|
|
342
|
+
|
|
343
|
+
* The following workspace dependencies were updated
|
|
344
|
+
* dependencies
|
|
345
|
+
* @twin.org/cli-core bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
346
|
+
* @twin.org/core bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
347
|
+
* @twin.org/crypto bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
348
|
+
* @twin.org/nameof bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
349
|
+
* devDependencies
|
|
350
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
351
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
352
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
353
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
354
|
+
|
|
355
|
+
## [0.0.3-next.25](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.24...crypto-cli-v0.0.3-next.25) (2026-03-23)
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
### Miscellaneous Chores
|
|
359
|
+
|
|
360
|
+
* **crypto-cli:** Synchronize repo versions
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
### Dependencies
|
|
364
|
+
|
|
365
|
+
* The following workspace dependencies were updated
|
|
366
|
+
* dependencies
|
|
367
|
+
* @twin.org/cli-core bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
368
|
+
* @twin.org/core bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
369
|
+
* @twin.org/crypto bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
370
|
+
* @twin.org/nameof bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
371
|
+
* devDependencies
|
|
372
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
373
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
374
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
375
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
376
|
+
|
|
377
|
+
## [0.0.3-next.24](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.23...crypto-cli-v0.0.3-next.24) (2026-03-19)
|
|
378
|
+
|
|
379
|
+
|
|
380
|
+
### Bug Fixes
|
|
381
|
+
|
|
382
|
+
* ensure __decorate is defined for decorators ([103a563](https://github.com/iotaledger/twin-framework/commit/103a563ce01ebdef6240d2e590e7b026e8692684))
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
### Dependencies
|
|
386
|
+
|
|
387
|
+
* The following workspace dependencies were updated
|
|
388
|
+
* dependencies
|
|
389
|
+
* @twin.org/cli-core bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
390
|
+
* @twin.org/core bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
391
|
+
* @twin.org/crypto bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
392
|
+
* @twin.org/nameof bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
393
|
+
* devDependencies
|
|
394
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
395
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
396
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
397
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
398
|
+
|
|
399
|
+
## [0.0.3-next.23](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.22...crypto-cli-v0.0.3-next.23) (2026-03-17)
|
|
400
|
+
|
|
401
|
+
|
|
402
|
+
### Miscellaneous Chores
|
|
403
|
+
|
|
404
|
+
* **crypto-cli:** Synchronize repo versions
|
|
405
|
+
|
|
406
|
+
|
|
407
|
+
### Dependencies
|
|
408
|
+
|
|
409
|
+
* The following workspace dependencies were updated
|
|
410
|
+
* dependencies
|
|
411
|
+
* @twin.org/cli-core bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
412
|
+
* @twin.org/core bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
413
|
+
* @twin.org/crypto bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
414
|
+
* @twin.org/nameof bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
415
|
+
* devDependencies
|
|
416
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
417
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
418
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
419
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
420
|
+
|
|
421
|
+
## [0.0.3-next.22](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.21...crypto-cli-v0.0.3-next.22) (2026-02-26)
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
### Miscellaneous Chores
|
|
425
|
+
|
|
426
|
+
* **crypto-cli:** Synchronize repo versions
|
|
427
|
+
|
|
428
|
+
|
|
429
|
+
### Dependencies
|
|
430
|
+
|
|
431
|
+
* The following workspace dependencies were updated
|
|
432
|
+
* dependencies
|
|
433
|
+
* @twin.org/cli-core bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
434
|
+
* @twin.org/core bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
435
|
+
* @twin.org/crypto bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
436
|
+
* @twin.org/nameof bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
437
|
+
* devDependencies
|
|
438
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
439
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
440
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
441
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
442
|
+
|
|
443
|
+
## [0.0.3-next.21](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.20...crypto-cli-v0.0.3-next.21) (2026-02-26)
|
|
444
|
+
|
|
445
|
+
|
|
446
|
+
### Features
|
|
447
|
+
|
|
448
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
449
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
450
|
+
* add version type ([ae50cd9](https://github.com/iotaledger/twin-framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
|
|
451
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
452
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
453
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
454
|
+
* remove version type ([553aa55](https://github.com/iotaledger/twin-framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
|
|
455
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
456
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
457
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
458
|
+
|
|
459
|
+
|
|
460
|
+
### Bug Fixes
|
|
461
|
+
|
|
462
|
+
* crypto CLI address output to JSON ([0398604](https://github.com/iotaledger/twin-framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
|
|
463
|
+
* crypto CLI address output to JSON ([3397bfb](https://github.com/iotaledger/twin-framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
|
|
464
|
+
* remove bech32 from crypto-cli ([892aa5f](https://github.com/iotaledger/twin-framework/commit/892aa5f746a4bc806f2dada3611c03fadcfe5a7b))
|
|
465
|
+
|
|
466
|
+
|
|
467
|
+
### Dependencies
|
|
468
|
+
|
|
469
|
+
* The following workspace dependencies were updated
|
|
470
|
+
* dependencies
|
|
471
|
+
* @twin.org/cli-core bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
472
|
+
* @twin.org/core bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
473
|
+
* @twin.org/crypto bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
474
|
+
* @twin.org/nameof bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
475
|
+
* devDependencies
|
|
476
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
477
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
478
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
479
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
480
|
+
|
|
481
|
+
## [0.0.3-next.20](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.19...crypto-cli-v0.0.3-next.20) (2026-02-26)
|
|
482
|
+
|
|
483
|
+
|
|
484
|
+
### Miscellaneous Chores
|
|
485
|
+
|
|
486
|
+
* **crypto-cli:** Synchronize repo versions
|
|
487
|
+
|
|
488
|
+
|
|
489
|
+
### Dependencies
|
|
490
|
+
|
|
491
|
+
* The following workspace dependencies were updated
|
|
492
|
+
* dependencies
|
|
493
|
+
* @twin.org/cli-core bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
494
|
+
* @twin.org/core bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
495
|
+
* @twin.org/crypto bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
496
|
+
* @twin.org/nameof bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
497
|
+
* devDependencies
|
|
498
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
499
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
500
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
501
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
502
|
+
|
|
503
|
+
## [0.0.3-next.19](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.18...crypto-cli-v0.0.3-next.19) (2026-02-26)
|
|
504
|
+
|
|
505
|
+
|
|
506
|
+
### Miscellaneous Chores
|
|
507
|
+
|
|
508
|
+
* **crypto-cli:** Synchronize repo versions
|
|
509
|
+
|
|
510
|
+
|
|
511
|
+
### Dependencies
|
|
512
|
+
|
|
513
|
+
* The following workspace dependencies were updated
|
|
514
|
+
* dependencies
|
|
515
|
+
* @twin.org/cli-core bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
516
|
+
* @twin.org/core bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
517
|
+
* @twin.org/crypto bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
518
|
+
* @twin.org/nameof bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
519
|
+
* devDependencies
|
|
520
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
521
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
522
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
523
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
524
|
+
|
|
525
|
+
## [0.0.3-next.18](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.17...crypto-cli-v0.0.3-next.18) (2026-02-23)
|
|
526
|
+
|
|
527
|
+
|
|
528
|
+
### Miscellaneous Chores
|
|
529
|
+
|
|
530
|
+
* **crypto-cli:** Synchronize repo versions
|
|
531
|
+
|
|
532
|
+
|
|
533
|
+
### Dependencies
|
|
534
|
+
|
|
535
|
+
* The following workspace dependencies were updated
|
|
536
|
+
* dependencies
|
|
537
|
+
* @twin.org/cli-core bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
538
|
+
* @twin.org/core bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
539
|
+
* @twin.org/crypto bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
540
|
+
* @twin.org/nameof bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
541
|
+
* devDependencies
|
|
542
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
543
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
544
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
545
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
546
|
+
|
|
547
|
+
## [0.0.3-next.17](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.16...crypto-cli-v0.0.3-next.17) (2026-02-09)
|
|
548
|
+
|
|
549
|
+
|
|
550
|
+
### Miscellaneous Chores
|
|
551
|
+
|
|
552
|
+
* **crypto-cli:** Synchronize repo versions
|
|
553
|
+
|
|
554
|
+
|
|
555
|
+
### Dependencies
|
|
556
|
+
|
|
557
|
+
* The following workspace dependencies were updated
|
|
558
|
+
* dependencies
|
|
559
|
+
* @twin.org/cli-core bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
560
|
+
* @twin.org/core bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
561
|
+
* @twin.org/crypto bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
562
|
+
* @twin.org/nameof bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
563
|
+
* devDependencies
|
|
564
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
565
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
566
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
567
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
568
|
+
|
|
569
|
+
## [0.0.3-next.16](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.15...crypto-cli-v0.0.3-next.16) (2026-02-06)
|
|
570
|
+
|
|
571
|
+
|
|
572
|
+
### Miscellaneous Chores
|
|
573
|
+
|
|
574
|
+
* **crypto-cli:** Synchronize repo versions
|
|
575
|
+
|
|
576
|
+
|
|
577
|
+
### Dependencies
|
|
578
|
+
|
|
579
|
+
* The following workspace dependencies were updated
|
|
580
|
+
* dependencies
|
|
581
|
+
* @twin.org/cli-core bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
582
|
+
* @twin.org/core bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
583
|
+
* @twin.org/crypto bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
584
|
+
* @twin.org/nameof bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
585
|
+
* devDependencies
|
|
586
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
587
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
588
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
589
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
590
|
+
|
|
591
|
+
## [0.0.3-next.15](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.14...crypto-cli-v0.0.3-next.15) (2026-01-29)
|
|
592
|
+
|
|
593
|
+
|
|
594
|
+
### Miscellaneous Chores
|
|
595
|
+
|
|
596
|
+
* **crypto-cli:** Synchronize repo versions
|
|
597
|
+
|
|
598
|
+
|
|
599
|
+
### Dependencies
|
|
600
|
+
|
|
601
|
+
* The following workspace dependencies were updated
|
|
602
|
+
* dependencies
|
|
603
|
+
* @twin.org/cli-core bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
604
|
+
* @twin.org/core bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
605
|
+
* @twin.org/crypto bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
606
|
+
* @twin.org/nameof bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
607
|
+
* devDependencies
|
|
608
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
609
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
610
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
611
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
612
|
+
|
|
613
|
+
## [0.0.3-next.14](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.13...crypto-cli-v0.0.3-next.14) (2026-01-22)
|
|
614
|
+
|
|
615
|
+
|
|
616
|
+
### Miscellaneous Chores
|
|
617
|
+
|
|
618
|
+
* **crypto-cli:** Synchronize repo versions
|
|
619
|
+
|
|
620
|
+
|
|
621
|
+
### Dependencies
|
|
622
|
+
|
|
623
|
+
* The following workspace dependencies were updated
|
|
624
|
+
* dependencies
|
|
625
|
+
* @twin.org/cli-core bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
626
|
+
* @twin.org/core bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
627
|
+
* @twin.org/crypto bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
628
|
+
* @twin.org/nameof bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
629
|
+
* devDependencies
|
|
630
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
631
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
632
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
633
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
634
|
+
|
|
635
|
+
## [0.0.3-next.13](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.12...crypto-cli-v0.0.3-next.13) (2026-01-08)
|
|
636
|
+
|
|
637
|
+
|
|
638
|
+
### Miscellaneous Chores
|
|
639
|
+
|
|
640
|
+
* **crypto-cli:** Synchronize repo versions
|
|
641
|
+
|
|
642
|
+
|
|
643
|
+
### Dependencies
|
|
644
|
+
|
|
645
|
+
* The following workspace dependencies were updated
|
|
646
|
+
* dependencies
|
|
647
|
+
* @twin.org/cli-core bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
648
|
+
* @twin.org/core bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
649
|
+
* @twin.org/crypto bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
650
|
+
* @twin.org/nameof bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
651
|
+
* devDependencies
|
|
652
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
653
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
654
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
655
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
656
|
+
|
|
657
|
+
## [0.0.3-next.12](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.11...crypto-cli-v0.0.3-next.12) (2026-01-08)
|
|
658
|
+
|
|
659
|
+
|
|
660
|
+
### Miscellaneous Chores
|
|
661
|
+
|
|
662
|
+
* **crypto-cli:** Synchronize repo versions
|
|
663
|
+
|
|
664
|
+
|
|
665
|
+
### Dependencies
|
|
666
|
+
|
|
667
|
+
* The following workspace dependencies were updated
|
|
668
|
+
* dependencies
|
|
669
|
+
* @twin.org/cli-core bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
670
|
+
* @twin.org/core bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
671
|
+
* @twin.org/crypto bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
672
|
+
* @twin.org/nameof bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
673
|
+
* devDependencies
|
|
674
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
675
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
676
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
677
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
678
|
+
|
|
679
|
+
## [0.0.3-next.11](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.10...crypto-cli-v0.0.3-next.11) (2026-01-07)
|
|
680
|
+
|
|
681
|
+
|
|
682
|
+
### Miscellaneous Chores
|
|
683
|
+
|
|
684
|
+
* **crypto-cli:** Synchronize repo versions
|
|
685
|
+
|
|
686
|
+
|
|
687
|
+
### Dependencies
|
|
688
|
+
|
|
689
|
+
* The following workspace dependencies were updated
|
|
690
|
+
* dependencies
|
|
691
|
+
* @twin.org/cli-core bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
692
|
+
* @twin.org/core bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
693
|
+
* @twin.org/crypto bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
694
|
+
* @twin.org/nameof bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
695
|
+
* devDependencies
|
|
696
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
697
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
698
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
699
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
700
|
+
|
|
701
|
+
## [0.0.3-next.10](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.9...crypto-cli-v0.0.3-next.10) (2026-01-07)
|
|
702
|
+
|
|
703
|
+
|
|
704
|
+
### Miscellaneous Chores
|
|
705
|
+
|
|
706
|
+
* **crypto-cli:** Synchronize repo versions
|
|
707
|
+
|
|
708
|
+
|
|
709
|
+
### Dependencies
|
|
710
|
+
|
|
711
|
+
* The following workspace dependencies were updated
|
|
712
|
+
* dependencies
|
|
713
|
+
* @twin.org/cli-core bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
714
|
+
* @twin.org/core bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
715
|
+
* @twin.org/crypto bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
716
|
+
* @twin.org/nameof bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
717
|
+
* devDependencies
|
|
718
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
719
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
720
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
721
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
722
|
+
|
|
723
|
+
## [0.0.3-next.9](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.8...crypto-cli-v0.0.3-next.9) (2026-01-05)
|
|
724
|
+
|
|
725
|
+
|
|
726
|
+
### Miscellaneous Chores
|
|
727
|
+
|
|
728
|
+
* **crypto-cli:** Synchronize repo versions
|
|
729
|
+
|
|
730
|
+
|
|
731
|
+
### Dependencies
|
|
732
|
+
|
|
733
|
+
* The following workspace dependencies were updated
|
|
734
|
+
* dependencies
|
|
735
|
+
* @twin.org/cli-core bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
736
|
+
* @twin.org/core bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
737
|
+
* @twin.org/crypto bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
738
|
+
* @twin.org/nameof bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
739
|
+
* devDependencies
|
|
740
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
741
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
742
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
743
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
744
|
+
|
|
745
|
+
## [0.0.3-next.8](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.7...crypto-cli-v0.0.3-next.8) (2025-11-26)
|
|
746
|
+
|
|
747
|
+
|
|
748
|
+
### Miscellaneous Chores
|
|
749
|
+
|
|
750
|
+
* **crypto-cli:** Synchronize repo versions
|
|
751
|
+
|
|
752
|
+
|
|
753
|
+
### Dependencies
|
|
754
|
+
|
|
755
|
+
* The following workspace dependencies were updated
|
|
756
|
+
* dependencies
|
|
757
|
+
* @twin.org/cli-core bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
758
|
+
* @twin.org/core bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
759
|
+
* @twin.org/crypto bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
760
|
+
* @twin.org/nameof bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
761
|
+
* devDependencies
|
|
762
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
763
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
764
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
765
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
766
|
+
|
|
767
|
+
## [0.0.3-next.7](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.6...crypto-cli-v0.0.3-next.7) (2025-11-25)
|
|
768
|
+
|
|
769
|
+
|
|
770
|
+
### Features
|
|
771
|
+
|
|
772
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
773
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
774
|
+
* add version type ([ae50cd9](https://github.com/iotaledger/twin-framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
|
|
775
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
776
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
777
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
778
|
+
* remove version type ([553aa55](https://github.com/iotaledger/twin-framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
|
|
779
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
780
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
781
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
782
|
+
|
|
783
|
+
|
|
784
|
+
### Bug Fixes
|
|
785
|
+
|
|
786
|
+
* crypto CLI address output to JSON ([0398604](https://github.com/iotaledger/twin-framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
|
|
787
|
+
* crypto CLI address output to JSON ([3397bfb](https://github.com/iotaledger/twin-framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
|
|
788
|
+
* remove bech32 from crypto-cli ([892aa5f](https://github.com/iotaledger/twin-framework/commit/892aa5f746a4bc806f2dada3611c03fadcfe5a7b))
|
|
789
|
+
|
|
790
|
+
|
|
791
|
+
### Dependencies
|
|
792
|
+
|
|
793
|
+
* The following workspace dependencies were updated
|
|
794
|
+
* dependencies
|
|
795
|
+
* @twin.org/cli-core bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
796
|
+
* @twin.org/core bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
797
|
+
* @twin.org/crypto bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
798
|
+
* @twin.org/nameof bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
799
|
+
* devDependencies
|
|
800
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
801
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
802
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
803
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
804
|
+
|
|
805
|
+
## [0.0.3-next.6](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.5...crypto-cli-v0.0.3-next.6) (2025-11-25)
|
|
806
|
+
|
|
807
|
+
|
|
808
|
+
### Miscellaneous Chores
|
|
809
|
+
|
|
810
|
+
* **crypto-cli:** Synchronize repo versions
|
|
811
|
+
|
|
812
|
+
|
|
813
|
+
### Dependencies
|
|
814
|
+
|
|
815
|
+
* The following workspace dependencies were updated
|
|
816
|
+
* dependencies
|
|
817
|
+
* @twin.org/cli-core bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
818
|
+
* @twin.org/core bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
819
|
+
* @twin.org/crypto bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
820
|
+
* @twin.org/nameof bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
821
|
+
* devDependencies
|
|
822
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
823
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
824
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
825
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
826
|
+
|
|
827
|
+
## [0.0.3-next.5](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.4...crypto-cli-v0.0.3-next.5) (2025-11-20)
|
|
828
|
+
|
|
829
|
+
|
|
830
|
+
### Miscellaneous Chores
|
|
831
|
+
|
|
832
|
+
* **crypto-cli:** Synchronize repo versions
|
|
833
|
+
|
|
834
|
+
|
|
835
|
+
### Dependencies
|
|
836
|
+
|
|
837
|
+
* The following workspace dependencies were updated
|
|
838
|
+
* dependencies
|
|
839
|
+
* @twin.org/cli-core bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
840
|
+
* @twin.org/core bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
841
|
+
* @twin.org/crypto bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
842
|
+
* @twin.org/nameof bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
843
|
+
* devDependencies
|
|
844
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
845
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
846
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
847
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
848
|
+
|
|
849
|
+
## [0.0.3-next.4](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.3...crypto-cli-v0.0.3-next.4) (2025-11-13)
|
|
4
850
|
|
|
5
851
|
|
|
6
852
|
### Miscellaneous Chores
|
|
@@ -22,7 +868,7 @@
|
|
|
22
868
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
23
869
|
* @twin.org/validate-locales bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
24
870
|
|
|
25
|
-
## [0.0.3-next.3](https://github.com/
|
|
871
|
+
## [0.0.3-next.3](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.2...crypto-cli-v0.0.3-next.3) (2025-11-12)
|
|
26
872
|
|
|
27
873
|
|
|
28
874
|
### Miscellaneous Chores
|
|
@@ -44,7 +890,7 @@
|
|
|
44
890
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
45
891
|
* @twin.org/validate-locales bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
46
892
|
|
|
47
|
-
## [0.0.3-next.2](https://github.com/
|
|
893
|
+
## [0.0.3-next.2](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.1...crypto-cli-v0.0.3-next.2) (2025-11-12)
|
|
48
894
|
|
|
49
895
|
|
|
50
896
|
### Miscellaneous Chores
|
|
@@ -66,28 +912,28 @@
|
|
|
66
912
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
67
913
|
* @twin.org/validate-locales bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
68
914
|
|
|
69
|
-
## [0.0.3-next.1](https://github.com/
|
|
915
|
+
## [0.0.3-next.1](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.0...crypto-cli-v0.0.3-next.1) (2025-11-10)
|
|
70
916
|
|
|
71
917
|
|
|
72
918
|
### Features
|
|
73
919
|
|
|
74
|
-
* add context id features ([#206](https://github.com/
|
|
75
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
76
|
-
* add version type ([ae50cd9](https://github.com/
|
|
77
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
78
|
-
* locales validation ([#197](https://github.com/
|
|
79
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
80
|
-
* remove version type ([553aa55](https://github.com/
|
|
81
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
82
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
83
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
920
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
921
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
922
|
+
* add version type ([ae50cd9](https://github.com/iotaledger/twin-framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
|
|
923
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
924
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
925
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
926
|
+
* remove version type ([553aa55](https://github.com/iotaledger/twin-framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
|
|
927
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
928
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
929
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
84
930
|
|
|
85
931
|
|
|
86
932
|
### Bug Fixes
|
|
87
933
|
|
|
88
|
-
* crypto CLI address output to JSON ([0398604](https://github.com/
|
|
89
|
-
* crypto CLI address output to JSON ([3397bfb](https://github.com/
|
|
90
|
-
* remove bech32 from crypto-cli ([892aa5f](https://github.com/
|
|
934
|
+
* crypto CLI address output to JSON ([0398604](https://github.com/iotaledger/twin-framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
|
|
935
|
+
* crypto CLI address output to JSON ([3397bfb](https://github.com/iotaledger/twin-framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
|
|
936
|
+
* remove bech32 from crypto-cli ([892aa5f](https://github.com/iotaledger/twin-framework/commit/892aa5f746a4bc806f2dada3611c03fadcfe5a7b))
|
|
91
937
|
|
|
92
938
|
|
|
93
939
|
### Dependencies
|
|
@@ -104,7 +950,7 @@
|
|
|
104
950
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
105
951
|
* @twin.org/validate-locales bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
106
952
|
|
|
107
|
-
## [0.0.2-next.22](https://github.com/
|
|
953
|
+
## [0.0.2-next.22](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.2-next.21...crypto-cli-v0.0.2-next.22) (2025-10-10)
|
|
108
954
|
|
|
109
955
|
|
|
110
956
|
### Miscellaneous Chores
|
|
@@ -126,12 +972,12 @@
|
|
|
126
972
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
127
973
|
* @twin.org/validate-locales bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
128
974
|
|
|
129
|
-
## [0.0.2-next.21](https://github.com/
|
|
975
|
+
## [0.0.2-next.21](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.2-next.20...crypto-cli-v0.0.2-next.21) (2025-10-09)
|
|
130
976
|
|
|
131
977
|
|
|
132
978
|
### Features
|
|
133
979
|
|
|
134
|
-
* locales validation ([#197](https://github.com/
|
|
980
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
135
981
|
|
|
136
982
|
|
|
137
983
|
### Dependencies
|
|
@@ -148,7 +994,7 @@
|
|
|
148
994
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
149
995
|
* @twin.org/validate-locales bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
150
996
|
|
|
151
|
-
## [0.0.2-next.20](https://github.com/
|
|
997
|
+
## [0.0.2-next.20](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.2-next.19...crypto-cli-v0.0.2-next.20) (2025-10-02)
|
|
152
998
|
|
|
153
999
|
|
|
154
1000
|
### Miscellaneous Chores
|
|
@@ -169,7 +1015,7 @@
|
|
|
169
1015
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
170
1016
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
171
1017
|
|
|
172
|
-
## [0.0.2-next.19](https://github.com/
|
|
1018
|
+
## [0.0.2-next.19](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.2-next.18...crypto-cli-v0.0.2-next.19) (2025-09-30)
|
|
173
1019
|
|
|
174
1020
|
|
|
175
1021
|
### Miscellaneous Chores
|
|
@@ -190,7 +1036,7 @@
|
|
|
190
1036
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
191
1037
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
192
1038
|
|
|
193
|
-
## [0.0.2-next.18](https://github.com/
|
|
1039
|
+
## [0.0.2-next.18](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.2-next.17...crypto-cli-v0.0.2-next.18) (2025-09-29)
|
|
194
1040
|
|
|
195
1041
|
|
|
196
1042
|
### Miscellaneous Chores
|
|
@@ -211,7 +1057,7 @@
|
|
|
211
1057
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
212
1058
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
213
1059
|
|
|
214
|
-
## [0.0.2-next.17](https://github.com/
|
|
1060
|
+
## [0.0.2-next.17](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.2-next.16...crypto-cli-v0.0.2-next.17) (2025-09-29)
|
|
215
1061
|
|
|
216
1062
|
|
|
217
1063
|
### Miscellaneous Chores
|
|
@@ -232,7 +1078,7 @@
|
|
|
232
1078
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
233
1079
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
234
1080
|
|
|
235
|
-
## [0.0.2-next.16](https://github.com/
|
|
1081
|
+
## [0.0.2-next.16](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.2-next.15...crypto-cli-v0.0.2-next.16) (2025-09-28)
|
|
236
1082
|
|
|
237
1083
|
|
|
238
1084
|
### Miscellaneous Chores
|
|
@@ -253,7 +1099,7 @@
|
|
|
253
1099
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
254
1100
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
255
1101
|
|
|
256
|
-
## [0.0.2-next.15](https://github.com/
|
|
1102
|
+
## [0.0.2-next.15](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.2-next.14...crypto-cli-v0.0.2-next.15) (2025-09-22)
|
|
257
1103
|
|
|
258
1104
|
|
|
259
1105
|
### Miscellaneous Chores
|
|
@@ -274,7 +1120,7 @@
|
|
|
274
1120
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
275
1121
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
276
1122
|
|
|
277
|
-
## [0.0.2-next.14](https://github.com/
|
|
1123
|
+
## [0.0.2-next.14](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.2-next.13...crypto-cli-v0.0.2-next.14) (2025-09-22)
|
|
278
1124
|
|
|
279
1125
|
|
|
280
1126
|
### Miscellaneous Chores
|
|
@@ -295,7 +1141,7 @@
|
|
|
295
1141
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
296
1142
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
297
1143
|
|
|
298
|
-
## [0.0.2-next.13](https://github.com/
|
|
1144
|
+
## [0.0.2-next.13](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.2-next.12...crypto-cli-v0.0.2-next.13) (2025-09-22)
|
|
299
1145
|
|
|
300
1146
|
|
|
301
1147
|
### Miscellaneous Chores
|
|
@@ -316,7 +1162,7 @@
|
|
|
316
1162
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
317
1163
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
318
1164
|
|
|
319
|
-
## [0.0.2-next.12](https://github.com/
|
|
1165
|
+
## [0.0.2-next.12](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.2-next.11...crypto-cli-v0.0.2-next.12) (2025-09-15)
|
|
320
1166
|
|
|
321
1167
|
|
|
322
1168
|
### Miscellaneous Chores
|
|
@@ -337,7 +1183,7 @@
|
|
|
337
1183
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
338
1184
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
339
1185
|
|
|
340
|
-
## [0.0.2-next.11](https://github.com/
|
|
1186
|
+
## [0.0.2-next.11](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.2-next.10...crypto-cli-v0.0.2-next.11) (2025-09-15)
|
|
341
1187
|
|
|
342
1188
|
|
|
343
1189
|
### Miscellaneous Chores
|
|
@@ -358,7 +1204,7 @@
|
|
|
358
1204
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
359
1205
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
360
1206
|
|
|
361
|
-
## [0.0.2-next.10](https://github.com/
|
|
1207
|
+
## [0.0.2-next.10](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.2-next.9...crypto-cli-v0.0.2-next.10) (2025-09-11)
|
|
362
1208
|
|
|
363
1209
|
|
|
364
1210
|
### Miscellaneous Chores
|
|
@@ -379,7 +1225,7 @@
|
|
|
379
1225
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
380
1226
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
381
1227
|
|
|
382
|
-
## [0.0.2-next.9](https://github.com/
|
|
1228
|
+
## [0.0.2-next.9](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.2-next.8...crypto-cli-v0.0.2-next.9) (2025-09-08)
|
|
383
1229
|
|
|
384
1230
|
|
|
385
1231
|
### Miscellaneous Chores
|
|
@@ -400,7 +1246,7 @@
|
|
|
400
1246
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
401
1247
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
402
1248
|
|
|
403
|
-
## [0.0.2-next.8](https://github.com/
|
|
1249
|
+
## [0.0.2-next.8](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.2-next.7...crypto-cli-v0.0.2-next.8) (2025-09-05)
|
|
404
1250
|
|
|
405
1251
|
|
|
406
1252
|
### Miscellaneous Chores
|
|
@@ -421,12 +1267,12 @@
|
|
|
421
1267
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
422
1268
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
423
1269
|
|
|
424
|
-
## [0.0.2-next.7](https://github.com/
|
|
1270
|
+
## [0.0.2-next.7](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.2-next.6...crypto-cli-v0.0.2-next.7) (2025-08-29)
|
|
425
1271
|
|
|
426
1272
|
|
|
427
1273
|
### Features
|
|
428
1274
|
|
|
429
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
1275
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
430
1276
|
|
|
431
1277
|
|
|
432
1278
|
### Dependencies
|
|
@@ -442,7 +1288,7 @@
|
|
|
442
1288
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
443
1289
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
444
1290
|
|
|
445
|
-
## [0.0.2-next.6](https://github.com/
|
|
1291
|
+
## [0.0.2-next.6](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.2-next.5...crypto-cli-v0.0.2-next.6) (2025-08-27)
|
|
446
1292
|
|
|
447
1293
|
|
|
448
1294
|
### Miscellaneous Chores
|
|
@@ -463,12 +1309,12 @@
|
|
|
463
1309
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
464
1310
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
465
1311
|
|
|
466
|
-
## [0.0.2-next.5](https://github.com/
|
|
1312
|
+
## [0.0.2-next.5](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.2-next.4...crypto-cli-v0.0.2-next.5) (2025-08-19)
|
|
467
1313
|
|
|
468
1314
|
|
|
469
1315
|
### Features
|
|
470
1316
|
|
|
471
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
1317
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
472
1318
|
|
|
473
1319
|
|
|
474
1320
|
### Dependencies
|
|
@@ -484,7 +1330,7 @@
|
|
|
484
1330
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
485
1331
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
486
1332
|
|
|
487
|
-
## [0.0.2-next.4](https://github.com/
|
|
1333
|
+
## [0.0.2-next.4](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.2-next.3...crypto-cli-v0.0.2-next.4) (2025-08-15)
|
|
488
1334
|
|
|
489
1335
|
|
|
490
1336
|
### Miscellaneous Chores
|
|
@@ -505,24 +1351,24 @@
|
|
|
505
1351
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
506
1352
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
507
1353
|
|
|
508
|
-
## [0.0.2-next.3](https://github.com/
|
|
1354
|
+
## [0.0.2-next.3](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.2-next.2...crypto-cli-v0.0.2-next.3) (2025-08-06)
|
|
509
1355
|
|
|
510
1356
|
|
|
511
1357
|
### Features
|
|
512
1358
|
|
|
513
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
514
|
-
* add version type ([ae50cd9](https://github.com/
|
|
515
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
516
|
-
* remove version type ([553aa55](https://github.com/
|
|
517
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
518
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1359
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1360
|
+
* add version type ([ae50cd9](https://github.com/iotaledger/twin-framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
|
|
1361
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1362
|
+
* remove version type ([553aa55](https://github.com/iotaledger/twin-framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
|
|
1363
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
1364
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
519
1365
|
|
|
520
1366
|
|
|
521
1367
|
### Bug Fixes
|
|
522
1368
|
|
|
523
|
-
* crypto CLI address output to JSON ([0398604](https://github.com/
|
|
524
|
-
* crypto CLI address output to JSON ([3397bfb](https://github.com/
|
|
525
|
-
* remove bech32 from crypto-cli ([892aa5f](https://github.com/
|
|
1369
|
+
* crypto CLI address output to JSON ([0398604](https://github.com/iotaledger/twin-framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
|
|
1370
|
+
* crypto CLI address output to JSON ([3397bfb](https://github.com/iotaledger/twin-framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
|
|
1371
|
+
* remove bech32 from crypto-cli ([892aa5f](https://github.com/iotaledger/twin-framework/commit/892aa5f746a4bc806f2dada3611c03fadcfe5a7b))
|
|
526
1372
|
|
|
527
1373
|
|
|
528
1374
|
### Dependencies
|
|
@@ -538,24 +1384,24 @@
|
|
|
538
1384
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
539
1385
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
540
1386
|
|
|
541
|
-
## [0.0.2-next.2](https://github.com/
|
|
1387
|
+
## [0.0.2-next.2](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.2-next.1...crypto-cli-v0.0.2-next.2) (2025-08-06)
|
|
542
1388
|
|
|
543
1389
|
|
|
544
1390
|
### Features
|
|
545
1391
|
|
|
546
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
547
|
-
* add version type ([ae50cd9](https://github.com/
|
|
548
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
549
|
-
* remove version type ([553aa55](https://github.com/
|
|
550
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
551
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1392
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1393
|
+
* add version type ([ae50cd9](https://github.com/iotaledger/twin-framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
|
|
1394
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1395
|
+
* remove version type ([553aa55](https://github.com/iotaledger/twin-framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
|
|
1396
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
1397
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
552
1398
|
|
|
553
1399
|
|
|
554
1400
|
### Bug Fixes
|
|
555
1401
|
|
|
556
|
-
* crypto CLI address output to JSON ([0398604](https://github.com/
|
|
557
|
-
* crypto CLI address output to JSON ([3397bfb](https://github.com/
|
|
558
|
-
* remove bech32 from crypto-cli ([892aa5f](https://github.com/
|
|
1402
|
+
* crypto CLI address output to JSON ([0398604](https://github.com/iotaledger/twin-framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
|
|
1403
|
+
* crypto CLI address output to JSON ([3397bfb](https://github.com/iotaledger/twin-framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
|
|
1404
|
+
* remove bech32 from crypto-cli ([892aa5f](https://github.com/iotaledger/twin-framework/commit/892aa5f746a4bc806f2dada3611c03fadcfe5a7b))
|
|
559
1405
|
|
|
560
1406
|
|
|
561
1407
|
### Dependencies
|
|
@@ -571,24 +1417,24 @@
|
|
|
571
1417
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
572
1418
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
573
1419
|
|
|
574
|
-
## [0.0.2-next.1](https://github.com/
|
|
1420
|
+
## [0.0.2-next.1](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.2-next.0...crypto-cli-v0.0.2-next.1) (2025-08-06)
|
|
575
1421
|
|
|
576
1422
|
|
|
577
1423
|
### Features
|
|
578
1424
|
|
|
579
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
580
|
-
* add version type ([ae50cd9](https://github.com/
|
|
581
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
582
|
-
* remove version type ([553aa55](https://github.com/
|
|
583
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
584
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1425
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1426
|
+
* add version type ([ae50cd9](https://github.com/iotaledger/twin-framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
|
|
1427
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1428
|
+
* remove version type ([553aa55](https://github.com/iotaledger/twin-framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
|
|
1429
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
1430
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
585
1431
|
|
|
586
1432
|
|
|
587
1433
|
### Bug Fixes
|
|
588
1434
|
|
|
589
|
-
* crypto CLI address output to JSON ([0398604](https://github.com/
|
|
590
|
-
* crypto CLI address output to JSON ([3397bfb](https://github.com/
|
|
591
|
-
* remove bech32 from crypto-cli ([892aa5f](https://github.com/
|
|
1435
|
+
* crypto CLI address output to JSON ([0398604](https://github.com/iotaledger/twin-framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
|
|
1436
|
+
* crypto CLI address output to JSON ([3397bfb](https://github.com/iotaledger/twin-framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
|
|
1437
|
+
* remove bech32 from crypto-cli ([892aa5f](https://github.com/iotaledger/twin-framework/commit/892aa5f746a4bc806f2dada3611c03fadcfe5a7b))
|
|
592
1438
|
|
|
593
1439
|
|
|
594
1440
|
### Dependencies
|
|
@@ -609,8 +1455,8 @@
|
|
|
609
1455
|
|
|
610
1456
|
### Features
|
|
611
1457
|
|
|
612
|
-
* release to production ([829d53d](https://github.com/
|
|
613
|
-
* release to production ([5cf3a76](https://github.com/
|
|
1458
|
+
* release to production ([829d53d](https://github.com/iotaledger/twin-framework/commit/829d53d3953b1e1b40b0243c04cfdfd3842aac7b))
|
|
1459
|
+
* release to production ([5cf3a76](https://github.com/iotaledger/twin-framework/commit/5cf3a76a09eff2e6414d0cba846c7c37400a11d6))
|
|
614
1460
|
|
|
615
1461
|
|
|
616
1462
|
### Dependencies
|
|
@@ -626,23 +1472,23 @@
|
|
|
626
1472
|
* @twin.org/nameof-transformer bumped from ^0.0.0 to ^0.0.1
|
|
627
1473
|
* @twin.org/nameof-vitest-plugin bumped from ^0.0.0 to ^0.0.1
|
|
628
1474
|
|
|
629
|
-
## [0.0.1-next.70](https://github.com/
|
|
1475
|
+
## [0.0.1-next.70](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.1-next.69...crypto-cli-v0.0.1-next.70) (2025-07-02)
|
|
630
1476
|
|
|
631
1477
|
|
|
632
1478
|
### Features
|
|
633
1479
|
|
|
634
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
635
|
-
* add version type ([ae50cd9](https://github.com/
|
|
636
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
637
|
-
* remove version type ([553aa55](https://github.com/
|
|
638
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1480
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1481
|
+
* add version type ([ae50cd9](https://github.com/iotaledger/twin-framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
|
|
1482
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1483
|
+
* remove version type ([553aa55](https://github.com/iotaledger/twin-framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
|
|
1484
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
639
1485
|
|
|
640
1486
|
|
|
641
1487
|
### Bug Fixes
|
|
642
1488
|
|
|
643
|
-
* crypto CLI address output to JSON ([0398604](https://github.com/
|
|
644
|
-
* crypto CLI address output to JSON ([3397bfb](https://github.com/
|
|
645
|
-
* remove bech32 from crypto-cli ([892aa5f](https://github.com/
|
|
1489
|
+
* crypto CLI address output to JSON ([0398604](https://github.com/iotaledger/twin-framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
|
|
1490
|
+
* crypto CLI address output to JSON ([3397bfb](https://github.com/iotaledger/twin-framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
|
|
1491
|
+
* remove bech32 from crypto-cli ([892aa5f](https://github.com/iotaledger/twin-framework/commit/892aa5f746a4bc806f2dada3611c03fadcfe5a7b))
|
|
646
1492
|
|
|
647
1493
|
|
|
648
1494
|
### Dependencies
|
|
@@ -658,23 +1504,23 @@
|
|
|
658
1504
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
659
1505
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
660
1506
|
|
|
661
|
-
## [0.0.1-next.69](https://github.com/
|
|
1507
|
+
## [0.0.1-next.69](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.1-next.68...crypto-cli-v0.0.1-next.69) (2025-07-02)
|
|
662
1508
|
|
|
663
1509
|
|
|
664
1510
|
### Features
|
|
665
1511
|
|
|
666
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
667
|
-
* add version type ([ae50cd9](https://github.com/
|
|
668
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
669
|
-
* remove version type ([553aa55](https://github.com/
|
|
670
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1512
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1513
|
+
* add version type ([ae50cd9](https://github.com/iotaledger/twin-framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
|
|
1514
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1515
|
+
* remove version type ([553aa55](https://github.com/iotaledger/twin-framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
|
|
1516
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
671
1517
|
|
|
672
1518
|
|
|
673
1519
|
### Bug Fixes
|
|
674
1520
|
|
|
675
|
-
* crypto CLI address output to JSON ([0398604](https://github.com/
|
|
676
|
-
* crypto CLI address output to JSON ([3397bfb](https://github.com/
|
|
677
|
-
* remove bech32 from crypto-cli ([892aa5f](https://github.com/
|
|
1521
|
+
* crypto CLI address output to JSON ([0398604](https://github.com/iotaledger/twin-framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
|
|
1522
|
+
* crypto CLI address output to JSON ([3397bfb](https://github.com/iotaledger/twin-framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
|
|
1523
|
+
* remove bech32 from crypto-cli ([892aa5f](https://github.com/iotaledger/twin-framework/commit/892aa5f746a4bc806f2dada3611c03fadcfe5a7b))
|
|
678
1524
|
|
|
679
1525
|
|
|
680
1526
|
### Dependencies
|
|
@@ -690,12 +1536,12 @@
|
|
|
690
1536
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
691
1537
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
692
1538
|
|
|
693
|
-
## [0.0.1-next.68](https://github.com/
|
|
1539
|
+
## [0.0.1-next.68](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.1-next.67...crypto-cli-v0.0.1-next.68) (2025-07-02)
|
|
694
1540
|
|
|
695
1541
|
|
|
696
1542
|
### Features
|
|
697
1543
|
|
|
698
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
1544
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
699
1545
|
|
|
700
1546
|
|
|
701
1547
|
### Dependencies
|
|
@@ -711,12 +1557,12 @@
|
|
|
711
1557
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
712
1558
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
713
1559
|
|
|
714
|
-
## [0.0.1-next.67](https://github.com/
|
|
1560
|
+
## [0.0.1-next.67](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.1-next.66...crypto-cli-v0.0.1-next.67) (2025-06-26)
|
|
715
1561
|
|
|
716
1562
|
|
|
717
1563
|
### Bug Fixes
|
|
718
1564
|
|
|
719
|
-
* remove bech32 from crypto-cli ([892aa5f](https://github.com/
|
|
1565
|
+
* remove bech32 from crypto-cli ([892aa5f](https://github.com/iotaledger/twin-framework/commit/892aa5f746a4bc806f2dada3611c03fadcfe5a7b))
|
|
720
1566
|
|
|
721
1567
|
|
|
722
1568
|
### Dependencies
|
|
@@ -727,7 +1573,7 @@
|
|
|
727
1573
|
* @twin.org/core bumped from 0.0.1-next.66 to 0.0.1-next.67
|
|
728
1574
|
* @twin.org/crypto bumped from 0.0.1-next.66 to 0.0.1-next.67
|
|
729
1575
|
|
|
730
|
-
## [0.0.1-next.66](https://github.com/
|
|
1576
|
+
## [0.0.1-next.66](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.1-next.65...crypto-cli-v0.0.1-next.66) (2025-06-26)
|
|
731
1577
|
|
|
732
1578
|
|
|
733
1579
|
### Miscellaneous Chores
|
|
@@ -743,7 +1589,7 @@
|
|
|
743
1589
|
* @twin.org/core bumped from 0.0.1-next.65 to 0.0.1-next.66
|
|
744
1590
|
* @twin.org/crypto bumped from 0.0.1-next.65 to 0.0.1-next.66
|
|
745
1591
|
|
|
746
|
-
## [0.0.1-next.65](https://github.com/
|
|
1592
|
+
## [0.0.1-next.65](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.1-next.64...crypto-cli-v0.0.1-next.65) (2025-06-19)
|
|
747
1593
|
|
|
748
1594
|
|
|
749
1595
|
### Miscellaneous Chores
|
|
@@ -759,7 +1605,7 @@
|
|
|
759
1605
|
* @twin.org/core bumped from 0.0.1-next.64 to 0.0.1-next.65
|
|
760
1606
|
* @twin.org/crypto bumped from 0.0.1-next.64 to 0.0.1-next.65
|
|
761
1607
|
|
|
762
|
-
## [0.0.1-next.64](https://github.com/
|
|
1608
|
+
## [0.0.1-next.64](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.1-next.63...crypto-cli-v0.0.1-next.64) (2025-06-19)
|
|
763
1609
|
|
|
764
1610
|
|
|
765
1611
|
### Miscellaneous Chores
|
|
@@ -775,7 +1621,7 @@
|
|
|
775
1621
|
* @twin.org/core bumped from 0.0.1-next.63 to 0.0.1-next.64
|
|
776
1622
|
* @twin.org/crypto bumped from 0.0.1-next.63 to 0.0.1-next.64
|
|
777
1623
|
|
|
778
|
-
## [0.0.1-next.63](https://github.com/
|
|
1624
|
+
## [0.0.1-next.63](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.1-next.62...crypto-cli-v0.0.1-next.63) (2025-06-18)
|
|
779
1625
|
|
|
780
1626
|
|
|
781
1627
|
### Miscellaneous Chores
|
|
@@ -791,21 +1637,21 @@
|
|
|
791
1637
|
* @twin.org/core bumped from 0.0.1-next.62 to 0.0.1-next.63
|
|
792
1638
|
* @twin.org/crypto bumped from 0.0.1-next.62 to 0.0.1-next.63
|
|
793
1639
|
|
|
794
|
-
## [0.0.1-next.62](https://github.com/
|
|
1640
|
+
## [0.0.1-next.62](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.1-next.61...crypto-cli-v0.0.1-next.62) (2025-06-17)
|
|
795
1641
|
|
|
796
1642
|
|
|
797
1643
|
### Features
|
|
798
1644
|
|
|
799
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
800
|
-
* add version type ([ae50cd9](https://github.com/
|
|
801
|
-
* remove version type ([553aa55](https://github.com/
|
|
802
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1645
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1646
|
+
* add version type ([ae50cd9](https://github.com/iotaledger/twin-framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
|
|
1647
|
+
* remove version type ([553aa55](https://github.com/iotaledger/twin-framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
|
|
1648
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
803
1649
|
|
|
804
1650
|
|
|
805
1651
|
### Bug Fixes
|
|
806
1652
|
|
|
807
|
-
* crypto CLI address output to JSON ([0398604](https://github.com/
|
|
808
|
-
* crypto CLI address output to JSON ([3397bfb](https://github.com/
|
|
1653
|
+
* crypto CLI address output to JSON ([0398604](https://github.com/iotaledger/twin-framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
|
|
1654
|
+
* crypto CLI address output to JSON ([3397bfb](https://github.com/iotaledger/twin-framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
|
|
809
1655
|
|
|
810
1656
|
|
|
811
1657
|
### Dependencies
|
|
@@ -816,7 +1662,7 @@
|
|
|
816
1662
|
* @twin.org/core bumped from 0.0.1-next.61 to 0.0.1-next.62
|
|
817
1663
|
* @twin.org/crypto bumped from 0.0.1-next.61 to 0.0.1-next.62
|
|
818
1664
|
|
|
819
|
-
## [0.0.1-next.61](https://github.com/
|
|
1665
|
+
## [0.0.1-next.61](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.1-next.60...crypto-cli-v0.0.1-next.61) (2025-06-17)
|
|
820
1666
|
|
|
821
1667
|
|
|
822
1668
|
### Miscellaneous Chores
|
|
@@ -832,13 +1678,13 @@
|
|
|
832
1678
|
* @twin.org/core bumped from 0.0.1-next.60 to 0.0.1-next.61
|
|
833
1679
|
* @twin.org/crypto bumped from 0.0.1-next.60 to 0.0.1-next.61
|
|
834
1680
|
|
|
835
|
-
## [0.0.1-next.60](https://github.com/
|
|
1681
|
+
## [0.0.1-next.60](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.1-next.59...crypto-cli-v0.0.1-next.60) (2025-06-17)
|
|
836
1682
|
|
|
837
1683
|
|
|
838
1684
|
### Bug Fixes
|
|
839
1685
|
|
|
840
|
-
* crypto CLI address output to JSON ([0398604](https://github.com/
|
|
841
|
-
* crypto CLI address output to JSON ([3397bfb](https://github.com/
|
|
1686
|
+
* crypto CLI address output to JSON ([0398604](https://github.com/iotaledger/twin-framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
|
|
1687
|
+
* crypto CLI address output to JSON ([3397bfb](https://github.com/iotaledger/twin-framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
|
|
842
1688
|
|
|
843
1689
|
|
|
844
1690
|
### Dependencies
|
|
@@ -849,7 +1695,7 @@
|
|
|
849
1695
|
* @twin.org/core bumped from 0.0.1-next.59 to 0.0.1-next.60
|
|
850
1696
|
* @twin.org/crypto bumped from 0.0.1-next.59 to 0.0.1-next.60
|
|
851
1697
|
|
|
852
|
-
## [0.0.1-next.59](https://github.com/
|
|
1698
|
+
## [0.0.1-next.59](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.1-next.58...crypto-cli-v0.0.1-next.59) (2025-06-17)
|
|
853
1699
|
|
|
854
1700
|
|
|
855
1701
|
### Miscellaneous Chores
|
|
@@ -865,7 +1711,7 @@
|
|
|
865
1711
|
* @twin.org/core bumped from 0.0.1-next.58 to 0.0.1-next.59
|
|
866
1712
|
* @twin.org/crypto bumped from 0.0.1-next.58 to 0.0.1-next.59
|
|
867
1713
|
|
|
868
|
-
## [0.0.1-next.58](https://github.com/
|
|
1714
|
+
## [0.0.1-next.58](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.1-next.57...crypto-cli-v0.0.1-next.58) (2025-06-13)
|
|
869
1715
|
|
|
870
1716
|
|
|
871
1717
|
### Miscellaneous Chores
|
|
@@ -881,12 +1727,12 @@
|
|
|
881
1727
|
* @twin.org/core bumped from 0.0.1-next.57 to 0.0.1-next.58
|
|
882
1728
|
* @twin.org/crypto bumped from 0.0.1-next.57 to 0.0.1-next.58
|
|
883
1729
|
|
|
884
|
-
## [0.0.1-next.57](https://github.com/
|
|
1730
|
+
## [0.0.1-next.57](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.1-next.56...crypto-cli-v0.0.1-next.57) (2025-06-10)
|
|
885
1731
|
|
|
886
1732
|
|
|
887
1733
|
### Features
|
|
888
1734
|
|
|
889
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
1735
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
890
1736
|
|
|
891
1737
|
|
|
892
1738
|
### Dependencies
|
|
@@ -897,7 +1743,7 @@
|
|
|
897
1743
|
* @twin.org/core bumped from 0.0.1-next.56 to 0.0.1-next.57
|
|
898
1744
|
* @twin.org/crypto bumped from 0.0.1-next.56 to 0.0.1-next.57
|
|
899
1745
|
|
|
900
|
-
## [0.0.1-next.56](https://github.com/
|
|
1746
|
+
## [0.0.1-next.56](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.1-next.55...crypto-cli-v0.0.1-next.56) (2025-05-08)
|
|
901
1747
|
|
|
902
1748
|
|
|
903
1749
|
### Miscellaneous Chores
|
|
@@ -913,7 +1759,7 @@
|
|
|
913
1759
|
* @twin.org/core bumped from 0.0.1-next.55 to 0.0.1-next.56
|
|
914
1760
|
* @twin.org/crypto bumped from 0.0.1-next.55 to 0.0.1-next.56
|
|
915
1761
|
|
|
916
|
-
## [0.0.1-next.55](https://github.com/
|
|
1762
|
+
## [0.0.1-next.55](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.1-next.54...crypto-cli-v0.0.1-next.55) (2025-05-07)
|
|
917
1763
|
|
|
918
1764
|
|
|
919
1765
|
### Miscellaneous Chores
|
|
@@ -929,7 +1775,7 @@
|
|
|
929
1775
|
* @twin.org/core bumped from 0.0.1-next.54 to 0.0.1-next.55
|
|
930
1776
|
* @twin.org/crypto bumped from 0.0.1-next.54 to 0.0.1-next.55
|
|
931
1777
|
|
|
932
|
-
## [0.0.1-next.54](https://github.com/
|
|
1778
|
+
## [0.0.1-next.54](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.1-next.53...crypto-cli-v0.0.1-next.54) (2025-05-06)
|
|
933
1779
|
|
|
934
1780
|
|
|
935
1781
|
### Miscellaneous Chores
|
|
@@ -945,7 +1791,7 @@
|
|
|
945
1791
|
* @twin.org/core bumped from 0.0.1-next.53 to 0.0.1-next.54
|
|
946
1792
|
* @twin.org/crypto bumped from 0.0.1-next.53 to 0.0.1-next.54
|
|
947
1793
|
|
|
948
|
-
## [0.0.1-next.53](https://github.com/
|
|
1794
|
+
## [0.0.1-next.53](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.1-next.52...crypto-cli-v0.0.1-next.53) (2025-05-01)
|
|
949
1795
|
|
|
950
1796
|
|
|
951
1797
|
### Miscellaneous Chores
|
|
@@ -961,12 +1807,12 @@
|
|
|
961
1807
|
* @twin.org/core bumped from 0.0.1-next.52 to 0.0.1-next.53
|
|
962
1808
|
* @twin.org/crypto bumped from 0.0.1-next.52 to 0.0.1-next.53
|
|
963
1809
|
|
|
964
|
-
## [0.0.1-next.52](https://github.com/
|
|
1810
|
+
## [0.0.1-next.52](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.1-next.51...crypto-cli-v0.0.1-next.52) (2025-04-17)
|
|
965
1811
|
|
|
966
1812
|
|
|
967
1813
|
### Features
|
|
968
1814
|
|
|
969
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1815
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
970
1816
|
|
|
971
1817
|
|
|
972
1818
|
### Dependencies
|
|
@@ -977,7 +1823,7 @@
|
|
|
977
1823
|
* @twin.org/core bumped from 0.0.1-next.51 to 0.0.1-next.52
|
|
978
1824
|
* @twin.org/crypto bumped from 0.0.1-next.51 to 0.0.1-next.52
|
|
979
1825
|
|
|
980
|
-
## [0.0.1-next.51](https://github.com/
|
|
1826
|
+
## [0.0.1-next.51](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.1-next.50...crypto-cli-v0.0.1-next.51) (2025-03-27)
|
|
981
1827
|
|
|
982
1828
|
|
|
983
1829
|
### Miscellaneous Chores
|
|
@@ -993,13 +1839,13 @@
|
|
|
993
1839
|
* @twin.org/core bumped from 0.0.1-next.50 to 0.0.1-next.51
|
|
994
1840
|
* @twin.org/crypto bumped from 0.0.1-next.50 to 0.0.1-next.51
|
|
995
1841
|
|
|
996
|
-
## [0.0.1-next.50](https://github.com/
|
|
1842
|
+
## [0.0.1-next.50](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.1-next.49...crypto-cli-v0.0.1-next.50) (2025-03-26)
|
|
997
1843
|
|
|
998
1844
|
|
|
999
1845
|
### Features
|
|
1000
1846
|
|
|
1001
|
-
* add version type ([ae50cd9](https://github.com/
|
|
1002
|
-
* remove version type ([553aa55](https://github.com/
|
|
1847
|
+
* add version type ([ae50cd9](https://github.com/iotaledger/twin-framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
|
|
1848
|
+
* remove version type ([553aa55](https://github.com/iotaledger/twin-framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
|
|
1003
1849
|
|
|
1004
1850
|
|
|
1005
1851
|
### Dependencies
|