@twin.org/crypto-cli 0.0.3-next.9 → 0.0.4-next.1
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/bin/index.js +0 -0
- package/dist/es/cli.js +2 -2
- package/dist/es/cli.js.map +1 -1
- package/dist/locales/en.json +11 -1
- package/docs/changelog.md +1051 -141
- 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,916 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.
|
|
3
|
+
## [0.0.4-next.1](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.4-next.0...crypto-cli-v0.0.4-next.1) (2026-05-27)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
9
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
10
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
11
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
12
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
13
|
+
* typescript 6 update ([1d10f31](https://github.com/iotaledger/twin-framework/commit/1d10f31e6516ec622773f45e88af82fe749b384a))
|
|
14
|
+
* update dependencies ([4da77ab](https://github.com/iotaledger/twin-framework/commit/4da77ab30f499e52825ac5a76f51436ceb59c26e))
|
|
15
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
16
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
17
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* crypto CLI address output to JSON ([0398604](https://github.com/iotaledger/twin-framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
|
|
23
|
+
* crypto CLI address output to JSON ([3397bfb](https://github.com/iotaledger/twin-framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
|
|
24
|
+
* ensure __decorate is defined for decorators ([103a563](https://github.com/iotaledger/twin-framework/commit/103a563ce01ebdef6240d2e590e7b026e8692684))
|
|
25
|
+
* remove bech32 from crypto-cli ([892aa5f](https://github.com/iotaledger/twin-framework/commit/892aa5f746a4bc806f2dada3611c03fadcfe5a7b))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Dependencies
|
|
29
|
+
|
|
30
|
+
* The following workspace dependencies were updated
|
|
31
|
+
* dependencies
|
|
32
|
+
* @twin.org/cli-core bumped from 0.0.4-next.0 to 0.0.4-next.1
|
|
33
|
+
* @twin.org/core bumped from 0.0.4-next.0 to 0.0.4-next.1
|
|
34
|
+
* @twin.org/crypto bumped from 0.0.4-next.0 to 0.0.4-next.1
|
|
35
|
+
* @twin.org/nameof bumped from 0.0.4-next.0 to 0.0.4-next.1
|
|
36
|
+
* devDependencies
|
|
37
|
+
* @twin.org/merge-locales bumped from 0.0.4-next.0 to 0.0.4-next.1
|
|
38
|
+
* @twin.org/nameof-transformer bumped from 0.0.4-next.0 to 0.0.4-next.1
|
|
39
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.4-next.0 to 0.0.4-next.1
|
|
40
|
+
* @twin.org/validate-locales bumped from 0.0.4-next.0 to 0.0.4-next.1
|
|
41
|
+
|
|
42
|
+
## [0.0.3](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3...crypto-cli-v0.0.3) (2026-05-27)
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
### Features
|
|
46
|
+
|
|
47
|
+
* release to production ([b24cba1](https://github.com/iotaledger/twin-framework/commit/b24cba1b6a969278d638e632590602ec881e49fb))
|
|
48
|
+
* release to production ([787287d](https://github.com/iotaledger/twin-framework/commit/787287d06ea8319657401589d61fff369310c422))
|
|
49
|
+
* release to production ([53f4843](https://github.com/iotaledger/twin-framework/commit/53f484326b2851d7a506d2620db24c4a65cee7b3))
|
|
50
|
+
* release to production ([56cda4d](https://github.com/iotaledger/twin-framework/commit/56cda4da93e978c5be19ec7cfd421ae2a7fe4147))
|
|
51
|
+
* release to production ([f7c6586](https://github.com/iotaledger/twin-framework/commit/f7c6586f6976b903b647b4c5ac5ad9421e0c9051))
|
|
52
|
+
* release to production ([829d53d](https://github.com/iotaledger/twin-framework/commit/829d53d3953b1e1b40b0243c04cfdfd3842aac7b))
|
|
53
|
+
* release to production ([5cf3a76](https://github.com/iotaledger/twin-framework/commit/5cf3a76a09eff2e6414d0cba846c7c37400a11d6))
|
|
54
|
+
* release to production ([#330](https://github.com/iotaledger/twin-framework/issues/330)) ([d73f565](https://github.com/iotaledger/twin-framework/commit/d73f565588d156d23ef49b2a5718973756f7a696))
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
### Miscellaneous Chores
|
|
58
|
+
|
|
59
|
+
* release to production ([63cae24](https://github.com/iotaledger/twin-framework/commit/63cae2401f6c11f93b2a01260b665064e8bd28e0))
|
|
60
|
+
|
|
61
|
+
## [0.0.3-next.47](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.46...crypto-cli-v0.0.3-next.47) (2026-05-25)
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
### Miscellaneous Chores
|
|
65
|
+
|
|
66
|
+
* **crypto-cli:** Synchronize repo versions
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
### Dependencies
|
|
70
|
+
|
|
71
|
+
* The following workspace dependencies were updated
|
|
72
|
+
* dependencies
|
|
73
|
+
* @twin.org/cli-core bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
74
|
+
* @twin.org/core bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
75
|
+
* @twin.org/crypto bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
76
|
+
* @twin.org/nameof bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
77
|
+
* devDependencies
|
|
78
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
79
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
80
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
81
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
82
|
+
|
|
83
|
+
## [0.0.3-next.46](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.45...crypto-cli-v0.0.3-next.46) (2026-05-22)
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
### Miscellaneous Chores
|
|
87
|
+
|
|
88
|
+
* **crypto-cli:** Synchronize repo versions
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
### Dependencies
|
|
92
|
+
|
|
93
|
+
* The following workspace dependencies were updated
|
|
94
|
+
* dependencies
|
|
95
|
+
* @twin.org/cli-core bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
96
|
+
* @twin.org/core bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
97
|
+
* @twin.org/crypto bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
98
|
+
* @twin.org/nameof bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
99
|
+
* devDependencies
|
|
100
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
101
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
102
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
103
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
104
|
+
|
|
105
|
+
## [0.0.3-next.45](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.44...crypto-cli-v0.0.3-next.45) (2026-05-21)
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
### Miscellaneous Chores
|
|
109
|
+
|
|
110
|
+
* **crypto-cli:** Synchronize repo versions
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
### Dependencies
|
|
114
|
+
|
|
115
|
+
* The following workspace dependencies were updated
|
|
116
|
+
* dependencies
|
|
117
|
+
* @twin.org/cli-core bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
118
|
+
* @twin.org/core bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
119
|
+
* @twin.org/crypto bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
120
|
+
* @twin.org/nameof bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
121
|
+
* devDependencies
|
|
122
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
123
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
124
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
125
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
126
|
+
|
|
127
|
+
## [0.0.3-next.44](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.43...crypto-cli-v0.0.3-next.44) (2026-05-19)
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
### Features
|
|
131
|
+
|
|
132
|
+
* update dependencies ([4da77ab](https://github.com/iotaledger/twin-framework/commit/4da77ab30f499e52825ac5a76f51436ceb59c26e))
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
### Dependencies
|
|
136
|
+
|
|
137
|
+
* The following workspace dependencies were updated
|
|
138
|
+
* dependencies
|
|
139
|
+
* @twin.org/cli-core bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
140
|
+
* @twin.org/core bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
141
|
+
* @twin.org/crypto bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
142
|
+
* @twin.org/nameof bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
143
|
+
* devDependencies
|
|
144
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
145
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
146
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
147
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
148
|
+
|
|
149
|
+
## [0.0.3-next.43](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.42...crypto-cli-v0.0.3-next.43) (2026-05-18)
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
### Miscellaneous Chores
|
|
153
|
+
|
|
154
|
+
* **crypto-cli:** Synchronize repo versions
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
### Dependencies
|
|
158
|
+
|
|
159
|
+
* The following workspace dependencies were updated
|
|
160
|
+
* dependencies
|
|
161
|
+
* @twin.org/cli-core bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
162
|
+
* @twin.org/core bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
163
|
+
* @twin.org/crypto bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
164
|
+
* @twin.org/nameof bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
165
|
+
* devDependencies
|
|
166
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
167
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
168
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
169
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
170
|
+
|
|
171
|
+
## [0.0.3-next.42](https://github.com/iotaledger/twin-framework/compare/crypto-cli-v0.0.3-next.41...crypto-cli-v0.0.3-next.42) (2026-05-15)
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
### Miscellaneous Chores
|
|
175
|
+
|
|
176
|
+
* **crypto-cli:** Synchronize repo versions
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
### Dependencies
|
|
180
|
+
|
|
181
|
+
* The following workspace dependencies were updated
|
|
182
|
+
* dependencies
|
|
183
|
+
* @twin.org/cli-core bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
184
|
+
* @twin.org/core bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
185
|
+
* @twin.org/crypto bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
186
|
+
* @twin.org/nameof bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
187
|
+
* devDependencies
|
|
188
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
189
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
190
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
191
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
192
|
+
|
|
193
|
+
## [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)
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
### Miscellaneous Chores
|
|
197
|
+
|
|
198
|
+
* **crypto-cli:** Synchronize repo versions
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
### Dependencies
|
|
202
|
+
|
|
203
|
+
* The following workspace dependencies were updated
|
|
204
|
+
* dependencies
|
|
205
|
+
* @twin.org/cli-core bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
206
|
+
* @twin.org/core bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
207
|
+
* @twin.org/crypto bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
208
|
+
* @twin.org/nameof bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
209
|
+
* devDependencies
|
|
210
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
211
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
212
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
213
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
214
|
+
|
|
215
|
+
## [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)
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
### Miscellaneous Chores
|
|
219
|
+
|
|
220
|
+
* **crypto-cli:** Synchronize repo versions
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
### Dependencies
|
|
224
|
+
|
|
225
|
+
* The following workspace dependencies were updated
|
|
226
|
+
* dependencies
|
|
227
|
+
* @twin.org/cli-core bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
228
|
+
* @twin.org/core bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
229
|
+
* @twin.org/crypto bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
230
|
+
* @twin.org/nameof bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
231
|
+
* devDependencies
|
|
232
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
233
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
234
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
235
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
236
|
+
|
|
237
|
+
## [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)
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
### Miscellaneous Chores
|
|
241
|
+
|
|
242
|
+
* **crypto-cli:** Synchronize repo versions
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
### Dependencies
|
|
246
|
+
|
|
247
|
+
* The following workspace dependencies were updated
|
|
248
|
+
* dependencies
|
|
249
|
+
* @twin.org/cli-core bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
250
|
+
* @twin.org/core bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
251
|
+
* @twin.org/crypto bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
252
|
+
* @twin.org/nameof bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
253
|
+
* devDependencies
|
|
254
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
255
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
256
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
257
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
258
|
+
|
|
259
|
+
## [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)
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
### Features
|
|
263
|
+
|
|
264
|
+
* typescript 6 update ([1d10f31](https://github.com/iotaledger/twin-framework/commit/1d10f31e6516ec622773f45e88af82fe749b384a))
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
### Dependencies
|
|
268
|
+
|
|
269
|
+
* The following workspace dependencies were updated
|
|
270
|
+
* dependencies
|
|
271
|
+
* @twin.org/cli-core bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
272
|
+
* @twin.org/core bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
273
|
+
* @twin.org/crypto bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
274
|
+
* @twin.org/nameof bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
275
|
+
* devDependencies
|
|
276
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
277
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
278
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
279
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
280
|
+
|
|
281
|
+
## [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)
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
### Miscellaneous Chores
|
|
285
|
+
|
|
286
|
+
* **crypto-cli:** Synchronize repo versions
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
### Dependencies
|
|
290
|
+
|
|
291
|
+
* The following workspace dependencies were updated
|
|
292
|
+
* dependencies
|
|
293
|
+
* @twin.org/cli-core bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
294
|
+
* @twin.org/core bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
295
|
+
* @twin.org/crypto bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
296
|
+
* @twin.org/nameof bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
297
|
+
* devDependencies
|
|
298
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
299
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
300
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
301
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
302
|
+
|
|
303
|
+
## [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)
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
### Miscellaneous Chores
|
|
307
|
+
|
|
308
|
+
* **crypto-cli:** Synchronize repo versions
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
### Dependencies
|
|
312
|
+
|
|
313
|
+
* The following workspace dependencies were updated
|
|
314
|
+
* dependencies
|
|
315
|
+
* @twin.org/cli-core bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
316
|
+
* @twin.org/core bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
317
|
+
* @twin.org/crypto bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
318
|
+
* @twin.org/nameof bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
319
|
+
* devDependencies
|
|
320
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
321
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
322
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
323
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
324
|
+
|
|
325
|
+
## [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)
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
### Miscellaneous Chores
|
|
329
|
+
|
|
330
|
+
* **crypto-cli:** Synchronize repo versions
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
### Dependencies
|
|
334
|
+
|
|
335
|
+
* The following workspace dependencies were updated
|
|
336
|
+
* dependencies
|
|
337
|
+
* @twin.org/cli-core bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
338
|
+
* @twin.org/core bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
339
|
+
* @twin.org/crypto bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
340
|
+
* @twin.org/nameof bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
341
|
+
* devDependencies
|
|
342
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
343
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
344
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
345
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
346
|
+
|
|
347
|
+
## [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)
|
|
348
|
+
|
|
349
|
+
|
|
350
|
+
### Miscellaneous Chores
|
|
351
|
+
|
|
352
|
+
* **crypto-cli:** Synchronize repo versions
|
|
353
|
+
|
|
354
|
+
|
|
355
|
+
### Dependencies
|
|
356
|
+
|
|
357
|
+
* The following workspace dependencies were updated
|
|
358
|
+
* dependencies
|
|
359
|
+
* @twin.org/cli-core bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
360
|
+
* @twin.org/core bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
361
|
+
* @twin.org/crypto bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
362
|
+
* @twin.org/nameof bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
363
|
+
* devDependencies
|
|
364
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
365
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
366
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
367
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
368
|
+
|
|
369
|
+
## [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)
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
### Miscellaneous Chores
|
|
373
|
+
|
|
374
|
+
* **crypto-cli:** Synchronize repo versions
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
### Dependencies
|
|
378
|
+
|
|
379
|
+
* The following workspace dependencies were updated
|
|
380
|
+
* dependencies
|
|
381
|
+
* @twin.org/cli-core bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
382
|
+
* @twin.org/core bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
383
|
+
* @twin.org/crypto bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
384
|
+
* @twin.org/nameof bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
385
|
+
* devDependencies
|
|
386
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
387
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
388
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
389
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
390
|
+
|
|
391
|
+
## [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)
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
### Miscellaneous Chores
|
|
395
|
+
|
|
396
|
+
* **crypto-cli:** Synchronize repo versions
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
### Dependencies
|
|
400
|
+
|
|
401
|
+
* The following workspace dependencies were updated
|
|
402
|
+
* dependencies
|
|
403
|
+
* @twin.org/cli-core bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
404
|
+
* @twin.org/core bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
405
|
+
* @twin.org/crypto bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
406
|
+
* @twin.org/nameof bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
407
|
+
* devDependencies
|
|
408
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
409
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
410
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
411
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
412
|
+
|
|
413
|
+
## [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)
|
|
414
|
+
|
|
415
|
+
|
|
416
|
+
### Miscellaneous Chores
|
|
417
|
+
|
|
418
|
+
* **crypto-cli:** Synchronize repo versions
|
|
419
|
+
|
|
420
|
+
|
|
421
|
+
### Dependencies
|
|
422
|
+
|
|
423
|
+
* The following workspace dependencies were updated
|
|
424
|
+
* dependencies
|
|
425
|
+
* @twin.org/cli-core bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
426
|
+
* @twin.org/core bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
427
|
+
* @twin.org/crypto bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
428
|
+
* @twin.org/nameof bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
429
|
+
* devDependencies
|
|
430
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
431
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
432
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
433
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
434
|
+
|
|
435
|
+
## [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)
|
|
436
|
+
|
|
437
|
+
|
|
438
|
+
### Miscellaneous Chores
|
|
439
|
+
|
|
440
|
+
* **crypto-cli:** Synchronize repo versions
|
|
441
|
+
|
|
442
|
+
|
|
443
|
+
### Dependencies
|
|
444
|
+
|
|
445
|
+
* The following workspace dependencies were updated
|
|
446
|
+
* dependencies
|
|
447
|
+
* @twin.org/cli-core bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
448
|
+
* @twin.org/core bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
449
|
+
* @twin.org/crypto bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
450
|
+
* @twin.org/nameof bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
451
|
+
* devDependencies
|
|
452
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
453
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
454
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
455
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
456
|
+
|
|
457
|
+
## [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)
|
|
458
|
+
|
|
459
|
+
|
|
460
|
+
### Miscellaneous Chores
|
|
461
|
+
|
|
462
|
+
* **crypto-cli:** Synchronize repo versions
|
|
463
|
+
|
|
464
|
+
|
|
465
|
+
### Dependencies
|
|
466
|
+
|
|
467
|
+
* The following workspace dependencies were updated
|
|
468
|
+
* dependencies
|
|
469
|
+
* @twin.org/cli-core bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
470
|
+
* @twin.org/core bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
471
|
+
* @twin.org/crypto bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
472
|
+
* @twin.org/nameof bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
473
|
+
* devDependencies
|
|
474
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
475
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
476
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
477
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
478
|
+
|
|
479
|
+
## [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)
|
|
480
|
+
|
|
481
|
+
|
|
482
|
+
### Miscellaneous Chores
|
|
483
|
+
|
|
484
|
+
* **crypto-cli:** Synchronize repo versions
|
|
485
|
+
|
|
486
|
+
|
|
487
|
+
### Dependencies
|
|
488
|
+
|
|
489
|
+
* The following workspace dependencies were updated
|
|
490
|
+
* dependencies
|
|
491
|
+
* @twin.org/cli-core bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
492
|
+
* @twin.org/core bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
493
|
+
* @twin.org/crypto bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
494
|
+
* @twin.org/nameof bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
495
|
+
* devDependencies
|
|
496
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
497
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
498
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
499
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
500
|
+
|
|
501
|
+
## [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)
|
|
502
|
+
|
|
503
|
+
|
|
504
|
+
### Miscellaneous Chores
|
|
505
|
+
|
|
506
|
+
* **crypto-cli:** Synchronize repo versions
|
|
507
|
+
|
|
508
|
+
|
|
509
|
+
### Dependencies
|
|
510
|
+
|
|
511
|
+
* The following workspace dependencies were updated
|
|
512
|
+
* dependencies
|
|
513
|
+
* @twin.org/cli-core bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
514
|
+
* @twin.org/core bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
515
|
+
* @twin.org/crypto bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
516
|
+
* @twin.org/nameof bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
517
|
+
* devDependencies
|
|
518
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
519
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
520
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
521
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
522
|
+
|
|
523
|
+
## [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)
|
|
524
|
+
|
|
525
|
+
|
|
526
|
+
### Miscellaneous Chores
|
|
527
|
+
|
|
528
|
+
* **crypto-cli:** Synchronize repo versions
|
|
529
|
+
|
|
530
|
+
|
|
531
|
+
### Dependencies
|
|
532
|
+
|
|
533
|
+
* The following workspace dependencies were updated
|
|
534
|
+
* dependencies
|
|
535
|
+
* @twin.org/cli-core bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
536
|
+
* @twin.org/core bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
537
|
+
* @twin.org/crypto bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
538
|
+
* @twin.org/nameof bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
539
|
+
* devDependencies
|
|
540
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
541
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
542
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
543
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
544
|
+
|
|
545
|
+
## [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)
|
|
546
|
+
|
|
547
|
+
|
|
548
|
+
### Miscellaneous Chores
|
|
549
|
+
|
|
550
|
+
* **crypto-cli:** Synchronize repo versions
|
|
551
|
+
|
|
552
|
+
|
|
553
|
+
### Dependencies
|
|
554
|
+
|
|
555
|
+
* The following workspace dependencies were updated
|
|
556
|
+
* dependencies
|
|
557
|
+
* @twin.org/cli-core bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
558
|
+
* @twin.org/core bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
559
|
+
* @twin.org/crypto bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
560
|
+
* @twin.org/nameof bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
561
|
+
* devDependencies
|
|
562
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
563
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
564
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
565
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
566
|
+
|
|
567
|
+
## [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)
|
|
568
|
+
|
|
569
|
+
|
|
570
|
+
### Bug Fixes
|
|
571
|
+
|
|
572
|
+
* ensure __decorate is defined for decorators ([103a563](https://github.com/iotaledger/twin-framework/commit/103a563ce01ebdef6240d2e590e7b026e8692684))
|
|
573
|
+
|
|
574
|
+
|
|
575
|
+
### Dependencies
|
|
576
|
+
|
|
577
|
+
* The following workspace dependencies were updated
|
|
578
|
+
* dependencies
|
|
579
|
+
* @twin.org/cli-core bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
580
|
+
* @twin.org/core bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
581
|
+
* @twin.org/crypto bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
582
|
+
* @twin.org/nameof bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
583
|
+
* devDependencies
|
|
584
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
585
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
586
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
587
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
588
|
+
|
|
589
|
+
## [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)
|
|
590
|
+
|
|
591
|
+
|
|
592
|
+
### Miscellaneous Chores
|
|
593
|
+
|
|
594
|
+
* **crypto-cli:** Synchronize repo versions
|
|
595
|
+
|
|
596
|
+
|
|
597
|
+
### Dependencies
|
|
598
|
+
|
|
599
|
+
* The following workspace dependencies were updated
|
|
600
|
+
* dependencies
|
|
601
|
+
* @twin.org/cli-core bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
602
|
+
* @twin.org/core bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
603
|
+
* @twin.org/crypto bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
604
|
+
* @twin.org/nameof bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
605
|
+
* devDependencies
|
|
606
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
607
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
608
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
609
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
610
|
+
|
|
611
|
+
## [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)
|
|
612
|
+
|
|
613
|
+
|
|
614
|
+
### Miscellaneous Chores
|
|
615
|
+
|
|
616
|
+
* **crypto-cli:** Synchronize repo versions
|
|
617
|
+
|
|
618
|
+
|
|
619
|
+
### Dependencies
|
|
620
|
+
|
|
621
|
+
* The following workspace dependencies were updated
|
|
622
|
+
* dependencies
|
|
623
|
+
* @twin.org/cli-core bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
624
|
+
* @twin.org/core bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
625
|
+
* @twin.org/crypto bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
626
|
+
* @twin.org/nameof bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
627
|
+
* devDependencies
|
|
628
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
629
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
630
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
631
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
632
|
+
|
|
633
|
+
## [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)
|
|
634
|
+
|
|
635
|
+
|
|
636
|
+
### Features
|
|
637
|
+
|
|
638
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
639
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
640
|
+
* add version type ([ae50cd9](https://github.com/iotaledger/twin-framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
|
|
641
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
642
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
643
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
644
|
+
* remove version type ([553aa55](https://github.com/iotaledger/twin-framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
|
|
645
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
646
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
647
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
648
|
+
|
|
649
|
+
|
|
650
|
+
### Bug Fixes
|
|
651
|
+
|
|
652
|
+
* crypto CLI address output to JSON ([0398604](https://github.com/iotaledger/twin-framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
|
|
653
|
+
* crypto CLI address output to JSON ([3397bfb](https://github.com/iotaledger/twin-framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
|
|
654
|
+
* remove bech32 from crypto-cli ([892aa5f](https://github.com/iotaledger/twin-framework/commit/892aa5f746a4bc806f2dada3611c03fadcfe5a7b))
|
|
655
|
+
|
|
656
|
+
|
|
657
|
+
### Dependencies
|
|
658
|
+
|
|
659
|
+
* The following workspace dependencies were updated
|
|
660
|
+
* dependencies
|
|
661
|
+
* @twin.org/cli-core bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
662
|
+
* @twin.org/core bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
663
|
+
* @twin.org/crypto bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
664
|
+
* @twin.org/nameof bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
665
|
+
* devDependencies
|
|
666
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
667
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
668
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
669
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
670
|
+
|
|
671
|
+
## [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)
|
|
672
|
+
|
|
673
|
+
|
|
674
|
+
### Miscellaneous Chores
|
|
675
|
+
|
|
676
|
+
* **crypto-cli:** Synchronize repo versions
|
|
677
|
+
|
|
678
|
+
|
|
679
|
+
### Dependencies
|
|
680
|
+
|
|
681
|
+
* The following workspace dependencies were updated
|
|
682
|
+
* dependencies
|
|
683
|
+
* @twin.org/cli-core bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
684
|
+
* @twin.org/core bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
685
|
+
* @twin.org/crypto bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
686
|
+
* @twin.org/nameof bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
687
|
+
* devDependencies
|
|
688
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
689
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
690
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
691
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
692
|
+
|
|
693
|
+
## [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)
|
|
694
|
+
|
|
695
|
+
|
|
696
|
+
### Miscellaneous Chores
|
|
697
|
+
|
|
698
|
+
* **crypto-cli:** Synchronize repo versions
|
|
699
|
+
|
|
700
|
+
|
|
701
|
+
### Dependencies
|
|
702
|
+
|
|
703
|
+
* The following workspace dependencies were updated
|
|
704
|
+
* dependencies
|
|
705
|
+
* @twin.org/cli-core bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
706
|
+
* @twin.org/core bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
707
|
+
* @twin.org/crypto bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
708
|
+
* @twin.org/nameof bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
709
|
+
* devDependencies
|
|
710
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
711
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
712
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
713
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
714
|
+
|
|
715
|
+
## [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)
|
|
716
|
+
|
|
717
|
+
|
|
718
|
+
### Miscellaneous Chores
|
|
719
|
+
|
|
720
|
+
* **crypto-cli:** Synchronize repo versions
|
|
721
|
+
|
|
722
|
+
|
|
723
|
+
### Dependencies
|
|
724
|
+
|
|
725
|
+
* The following workspace dependencies were updated
|
|
726
|
+
* dependencies
|
|
727
|
+
* @twin.org/cli-core bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
728
|
+
* @twin.org/core bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
729
|
+
* @twin.org/crypto bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
730
|
+
* @twin.org/nameof bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
731
|
+
* devDependencies
|
|
732
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
733
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
734
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
735
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
736
|
+
|
|
737
|
+
## [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)
|
|
738
|
+
|
|
739
|
+
|
|
740
|
+
### Miscellaneous Chores
|
|
741
|
+
|
|
742
|
+
* **crypto-cli:** Synchronize repo versions
|
|
743
|
+
|
|
744
|
+
|
|
745
|
+
### Dependencies
|
|
746
|
+
|
|
747
|
+
* The following workspace dependencies were updated
|
|
748
|
+
* dependencies
|
|
749
|
+
* @twin.org/cli-core bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
750
|
+
* @twin.org/core bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
751
|
+
* @twin.org/crypto bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
752
|
+
* @twin.org/nameof bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
753
|
+
* devDependencies
|
|
754
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
755
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
756
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
757
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
758
|
+
|
|
759
|
+
## [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)
|
|
760
|
+
|
|
761
|
+
|
|
762
|
+
### Miscellaneous Chores
|
|
763
|
+
|
|
764
|
+
* **crypto-cli:** Synchronize repo versions
|
|
765
|
+
|
|
766
|
+
|
|
767
|
+
### Dependencies
|
|
768
|
+
|
|
769
|
+
* The following workspace dependencies were updated
|
|
770
|
+
* dependencies
|
|
771
|
+
* @twin.org/cli-core bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
772
|
+
* @twin.org/core bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
773
|
+
* @twin.org/crypto bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
774
|
+
* @twin.org/nameof bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
775
|
+
* devDependencies
|
|
776
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
777
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
778
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
779
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
780
|
+
|
|
781
|
+
## [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)
|
|
782
|
+
|
|
783
|
+
|
|
784
|
+
### Miscellaneous Chores
|
|
785
|
+
|
|
786
|
+
* **crypto-cli:** Synchronize repo versions
|
|
787
|
+
|
|
788
|
+
|
|
789
|
+
### Dependencies
|
|
790
|
+
|
|
791
|
+
* The following workspace dependencies were updated
|
|
792
|
+
* dependencies
|
|
793
|
+
* @twin.org/cli-core bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
794
|
+
* @twin.org/core bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
795
|
+
* @twin.org/crypto bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
796
|
+
* @twin.org/nameof bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
797
|
+
* devDependencies
|
|
798
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
799
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
800
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
801
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
802
|
+
|
|
803
|
+
## [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)
|
|
804
|
+
|
|
805
|
+
|
|
806
|
+
### Miscellaneous Chores
|
|
807
|
+
|
|
808
|
+
* **crypto-cli:** Synchronize repo versions
|
|
809
|
+
|
|
810
|
+
|
|
811
|
+
### Dependencies
|
|
812
|
+
|
|
813
|
+
* The following workspace dependencies were updated
|
|
814
|
+
* dependencies
|
|
815
|
+
* @twin.org/cli-core bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
816
|
+
* @twin.org/core bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
817
|
+
* @twin.org/crypto bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
818
|
+
* @twin.org/nameof bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
819
|
+
* devDependencies
|
|
820
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
821
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
822
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
823
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
824
|
+
|
|
825
|
+
## [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)
|
|
826
|
+
|
|
827
|
+
|
|
828
|
+
### Miscellaneous Chores
|
|
829
|
+
|
|
830
|
+
* **crypto-cli:** Synchronize repo versions
|
|
831
|
+
|
|
832
|
+
|
|
833
|
+
### Dependencies
|
|
834
|
+
|
|
835
|
+
* The following workspace dependencies were updated
|
|
836
|
+
* dependencies
|
|
837
|
+
* @twin.org/cli-core bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
838
|
+
* @twin.org/core bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
839
|
+
* @twin.org/crypto bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
840
|
+
* @twin.org/nameof bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
841
|
+
* devDependencies
|
|
842
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
843
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
844
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
845
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
846
|
+
|
|
847
|
+
## [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)
|
|
848
|
+
|
|
849
|
+
|
|
850
|
+
### Miscellaneous Chores
|
|
851
|
+
|
|
852
|
+
* **crypto-cli:** Synchronize repo versions
|
|
853
|
+
|
|
854
|
+
|
|
855
|
+
### Dependencies
|
|
856
|
+
|
|
857
|
+
* The following workspace dependencies were updated
|
|
858
|
+
* dependencies
|
|
859
|
+
* @twin.org/cli-core bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
860
|
+
* @twin.org/core bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
861
|
+
* @twin.org/crypto bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
862
|
+
* @twin.org/nameof bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
863
|
+
* devDependencies
|
|
864
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
865
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
866
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
867
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
868
|
+
|
|
869
|
+
## [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)
|
|
870
|
+
|
|
871
|
+
|
|
872
|
+
### Miscellaneous Chores
|
|
873
|
+
|
|
874
|
+
* **crypto-cli:** Synchronize repo versions
|
|
875
|
+
|
|
876
|
+
|
|
877
|
+
### Dependencies
|
|
878
|
+
|
|
879
|
+
* The following workspace dependencies were updated
|
|
880
|
+
* dependencies
|
|
881
|
+
* @twin.org/cli-core bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
882
|
+
* @twin.org/core bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
883
|
+
* @twin.org/crypto bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
884
|
+
* @twin.org/nameof bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
885
|
+
* devDependencies
|
|
886
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
887
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
888
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
889
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
890
|
+
|
|
891
|
+
## [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)
|
|
892
|
+
|
|
893
|
+
|
|
894
|
+
### Miscellaneous Chores
|
|
895
|
+
|
|
896
|
+
* **crypto-cli:** Synchronize repo versions
|
|
897
|
+
|
|
898
|
+
|
|
899
|
+
### Dependencies
|
|
900
|
+
|
|
901
|
+
* The following workspace dependencies were updated
|
|
902
|
+
* dependencies
|
|
903
|
+
* @twin.org/cli-core bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
904
|
+
* @twin.org/core bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
905
|
+
* @twin.org/crypto bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
906
|
+
* @twin.org/nameof bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
907
|
+
* devDependencies
|
|
908
|
+
* @twin.org/merge-locales bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
909
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
910
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
911
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
912
|
+
|
|
913
|
+
## [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)
|
|
4
914
|
|
|
5
915
|
|
|
6
916
|
### Miscellaneous Chores
|
|
@@ -22,7 +932,7 @@
|
|
|
22
932
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
23
933
|
* @twin.org/validate-locales bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
24
934
|
|
|
25
|
-
## [0.0.3-next.8](https://github.com/
|
|
935
|
+
## [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)
|
|
26
936
|
|
|
27
937
|
|
|
28
938
|
### Miscellaneous Chores
|
|
@@ -44,28 +954,28 @@
|
|
|
44
954
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
45
955
|
* @twin.org/validate-locales bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
46
956
|
|
|
47
|
-
## [0.0.3-next.7](https://github.com/
|
|
957
|
+
## [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)
|
|
48
958
|
|
|
49
959
|
|
|
50
960
|
### Features
|
|
51
961
|
|
|
52
|
-
* add context id features ([#206](https://github.com/
|
|
53
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
54
|
-
* add version type ([ae50cd9](https://github.com/
|
|
55
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
56
|
-
* locales validation ([#197](https://github.com/
|
|
57
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
58
|
-
* remove version type ([553aa55](https://github.com/
|
|
59
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
60
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
61
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
962
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
963
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
964
|
+
* add version type ([ae50cd9](https://github.com/iotaledger/twin-framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
|
|
965
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
966
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
967
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
968
|
+
* remove version type ([553aa55](https://github.com/iotaledger/twin-framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
|
|
969
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
970
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
971
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
62
972
|
|
|
63
973
|
|
|
64
974
|
### Bug Fixes
|
|
65
975
|
|
|
66
|
-
* crypto CLI address output to JSON ([0398604](https://github.com/
|
|
67
|
-
* crypto CLI address output to JSON ([3397bfb](https://github.com/
|
|
68
|
-
* remove bech32 from crypto-cli ([892aa5f](https://github.com/
|
|
976
|
+
* crypto CLI address output to JSON ([0398604](https://github.com/iotaledger/twin-framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
|
|
977
|
+
* crypto CLI address output to JSON ([3397bfb](https://github.com/iotaledger/twin-framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
|
|
978
|
+
* remove bech32 from crypto-cli ([892aa5f](https://github.com/iotaledger/twin-framework/commit/892aa5f746a4bc806f2dada3611c03fadcfe5a7b))
|
|
69
979
|
|
|
70
980
|
|
|
71
981
|
### Dependencies
|
|
@@ -82,7 +992,7 @@
|
|
|
82
992
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
83
993
|
* @twin.org/validate-locales bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
84
994
|
|
|
85
|
-
## [0.0.3-next.6](https://github.com/
|
|
995
|
+
## [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)
|
|
86
996
|
|
|
87
997
|
|
|
88
998
|
### Miscellaneous Chores
|
|
@@ -104,7 +1014,7 @@
|
|
|
104
1014
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
105
1015
|
* @twin.org/validate-locales bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
106
1016
|
|
|
107
|
-
## [0.0.3-next.5](https://github.com/
|
|
1017
|
+
## [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)
|
|
108
1018
|
|
|
109
1019
|
|
|
110
1020
|
### Miscellaneous Chores
|
|
@@ -126,7 +1036,7 @@
|
|
|
126
1036
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
127
1037
|
* @twin.org/validate-locales bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
128
1038
|
|
|
129
|
-
## [0.0.3-next.4](https://github.com/
|
|
1039
|
+
## [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)
|
|
130
1040
|
|
|
131
1041
|
|
|
132
1042
|
### Miscellaneous Chores
|
|
@@ -148,7 +1058,7 @@
|
|
|
148
1058
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
149
1059
|
* @twin.org/validate-locales bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
150
1060
|
|
|
151
|
-
## [0.0.3-next.3](https://github.com/
|
|
1061
|
+
## [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)
|
|
152
1062
|
|
|
153
1063
|
|
|
154
1064
|
### Miscellaneous Chores
|
|
@@ -170,7 +1080,7 @@
|
|
|
170
1080
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
171
1081
|
* @twin.org/validate-locales bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
172
1082
|
|
|
173
|
-
## [0.0.3-next.2](https://github.com/
|
|
1083
|
+
## [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)
|
|
174
1084
|
|
|
175
1085
|
|
|
176
1086
|
### Miscellaneous Chores
|
|
@@ -192,28 +1102,28 @@
|
|
|
192
1102
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
193
1103
|
* @twin.org/validate-locales bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
194
1104
|
|
|
195
|
-
## [0.0.3-next.1](https://github.com/
|
|
1105
|
+
## [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)
|
|
196
1106
|
|
|
197
1107
|
|
|
198
1108
|
### Features
|
|
199
1109
|
|
|
200
|
-
* add context id features ([#206](https://github.com/
|
|
201
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
202
|
-
* add version type ([ae50cd9](https://github.com/
|
|
203
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
204
|
-
* locales validation ([#197](https://github.com/
|
|
205
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
206
|
-
* remove version type ([553aa55](https://github.com/
|
|
207
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
208
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
209
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1110
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
1111
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1112
|
+
* add version type ([ae50cd9](https://github.com/iotaledger/twin-framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
|
|
1113
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
1114
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
1115
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1116
|
+
* remove version type ([553aa55](https://github.com/iotaledger/twin-framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
|
|
1117
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
1118
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
1119
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
210
1120
|
|
|
211
1121
|
|
|
212
1122
|
### Bug Fixes
|
|
213
1123
|
|
|
214
|
-
* crypto CLI address output to JSON ([0398604](https://github.com/
|
|
215
|
-
* crypto CLI address output to JSON ([3397bfb](https://github.com/
|
|
216
|
-
* remove bech32 from crypto-cli ([892aa5f](https://github.com/
|
|
1124
|
+
* crypto CLI address output to JSON ([0398604](https://github.com/iotaledger/twin-framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
|
|
1125
|
+
* crypto CLI address output to JSON ([3397bfb](https://github.com/iotaledger/twin-framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
|
|
1126
|
+
* remove bech32 from crypto-cli ([892aa5f](https://github.com/iotaledger/twin-framework/commit/892aa5f746a4bc806f2dada3611c03fadcfe5a7b))
|
|
217
1127
|
|
|
218
1128
|
|
|
219
1129
|
### Dependencies
|
|
@@ -230,7 +1140,7 @@
|
|
|
230
1140
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
231
1141
|
* @twin.org/validate-locales bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
232
1142
|
|
|
233
|
-
## [0.0.2-next.22](https://github.com/
|
|
1143
|
+
## [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)
|
|
234
1144
|
|
|
235
1145
|
|
|
236
1146
|
### Miscellaneous Chores
|
|
@@ -252,12 +1162,12 @@
|
|
|
252
1162
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
253
1163
|
* @twin.org/validate-locales bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
254
1164
|
|
|
255
|
-
## [0.0.2-next.21](https://github.com/
|
|
1165
|
+
## [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)
|
|
256
1166
|
|
|
257
1167
|
|
|
258
1168
|
### Features
|
|
259
1169
|
|
|
260
|
-
* locales validation ([#197](https://github.com/
|
|
1170
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
261
1171
|
|
|
262
1172
|
|
|
263
1173
|
### Dependencies
|
|
@@ -274,7 +1184,7 @@
|
|
|
274
1184
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
275
1185
|
* @twin.org/validate-locales bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
276
1186
|
|
|
277
|
-
## [0.0.2-next.20](https://github.com/
|
|
1187
|
+
## [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)
|
|
278
1188
|
|
|
279
1189
|
|
|
280
1190
|
### Miscellaneous Chores
|
|
@@ -295,7 +1205,7 @@
|
|
|
295
1205
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
296
1206
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
297
1207
|
|
|
298
|
-
## [0.0.2-next.19](https://github.com/
|
|
1208
|
+
## [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)
|
|
299
1209
|
|
|
300
1210
|
|
|
301
1211
|
### Miscellaneous Chores
|
|
@@ -316,7 +1226,7 @@
|
|
|
316
1226
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
317
1227
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
318
1228
|
|
|
319
|
-
## [0.0.2-next.18](https://github.com/
|
|
1229
|
+
## [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)
|
|
320
1230
|
|
|
321
1231
|
|
|
322
1232
|
### Miscellaneous Chores
|
|
@@ -337,7 +1247,7 @@
|
|
|
337
1247
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
338
1248
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
339
1249
|
|
|
340
|
-
## [0.0.2-next.17](https://github.com/
|
|
1250
|
+
## [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)
|
|
341
1251
|
|
|
342
1252
|
|
|
343
1253
|
### Miscellaneous Chores
|
|
@@ -358,7 +1268,7 @@
|
|
|
358
1268
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
359
1269
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
360
1270
|
|
|
361
|
-
## [0.0.2-next.16](https://github.com/
|
|
1271
|
+
## [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)
|
|
362
1272
|
|
|
363
1273
|
|
|
364
1274
|
### Miscellaneous Chores
|
|
@@ -379,7 +1289,7 @@
|
|
|
379
1289
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
380
1290
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
381
1291
|
|
|
382
|
-
## [0.0.2-next.15](https://github.com/
|
|
1292
|
+
## [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)
|
|
383
1293
|
|
|
384
1294
|
|
|
385
1295
|
### Miscellaneous Chores
|
|
@@ -400,7 +1310,7 @@
|
|
|
400
1310
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
401
1311
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
402
1312
|
|
|
403
|
-
## [0.0.2-next.14](https://github.com/
|
|
1313
|
+
## [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)
|
|
404
1314
|
|
|
405
1315
|
|
|
406
1316
|
### Miscellaneous Chores
|
|
@@ -421,7 +1331,7 @@
|
|
|
421
1331
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
422
1332
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
423
1333
|
|
|
424
|
-
## [0.0.2-next.13](https://github.com/
|
|
1334
|
+
## [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)
|
|
425
1335
|
|
|
426
1336
|
|
|
427
1337
|
### Miscellaneous Chores
|
|
@@ -442,7 +1352,7 @@
|
|
|
442
1352
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
443
1353
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
444
1354
|
|
|
445
|
-
## [0.0.2-next.12](https://github.com/
|
|
1355
|
+
## [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)
|
|
446
1356
|
|
|
447
1357
|
|
|
448
1358
|
### Miscellaneous Chores
|
|
@@ -463,7 +1373,7 @@
|
|
|
463
1373
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
464
1374
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
465
1375
|
|
|
466
|
-
## [0.0.2-next.11](https://github.com/
|
|
1376
|
+
## [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)
|
|
467
1377
|
|
|
468
1378
|
|
|
469
1379
|
### Miscellaneous Chores
|
|
@@ -484,7 +1394,7 @@
|
|
|
484
1394
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
485
1395
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
486
1396
|
|
|
487
|
-
## [0.0.2-next.10](https://github.com/
|
|
1397
|
+
## [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)
|
|
488
1398
|
|
|
489
1399
|
|
|
490
1400
|
### Miscellaneous Chores
|
|
@@ -505,7 +1415,7 @@
|
|
|
505
1415
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
506
1416
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
507
1417
|
|
|
508
|
-
## [0.0.2-next.9](https://github.com/
|
|
1418
|
+
## [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)
|
|
509
1419
|
|
|
510
1420
|
|
|
511
1421
|
### Miscellaneous Chores
|
|
@@ -526,7 +1436,7 @@
|
|
|
526
1436
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
527
1437
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
528
1438
|
|
|
529
|
-
## [0.0.2-next.8](https://github.com/
|
|
1439
|
+
## [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)
|
|
530
1440
|
|
|
531
1441
|
|
|
532
1442
|
### Miscellaneous Chores
|
|
@@ -547,12 +1457,12 @@
|
|
|
547
1457
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
548
1458
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
549
1459
|
|
|
550
|
-
## [0.0.2-next.7](https://github.com/
|
|
1460
|
+
## [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)
|
|
551
1461
|
|
|
552
1462
|
|
|
553
1463
|
### Features
|
|
554
1464
|
|
|
555
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
1465
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
556
1466
|
|
|
557
1467
|
|
|
558
1468
|
### Dependencies
|
|
@@ -568,7 +1478,7 @@
|
|
|
568
1478
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
569
1479
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
570
1480
|
|
|
571
|
-
## [0.0.2-next.6](https://github.com/
|
|
1481
|
+
## [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)
|
|
572
1482
|
|
|
573
1483
|
|
|
574
1484
|
### Miscellaneous Chores
|
|
@@ -589,12 +1499,12 @@
|
|
|
589
1499
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
590
1500
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
591
1501
|
|
|
592
|
-
## [0.0.2-next.5](https://github.com/
|
|
1502
|
+
## [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)
|
|
593
1503
|
|
|
594
1504
|
|
|
595
1505
|
### Features
|
|
596
1506
|
|
|
597
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
1507
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
598
1508
|
|
|
599
1509
|
|
|
600
1510
|
### Dependencies
|
|
@@ -610,7 +1520,7 @@
|
|
|
610
1520
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
611
1521
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
612
1522
|
|
|
613
|
-
## [0.0.2-next.4](https://github.com/
|
|
1523
|
+
## [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)
|
|
614
1524
|
|
|
615
1525
|
|
|
616
1526
|
### Miscellaneous Chores
|
|
@@ -631,24 +1541,24 @@
|
|
|
631
1541
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
632
1542
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
633
1543
|
|
|
634
|
-
## [0.0.2-next.3](https://github.com/
|
|
1544
|
+
## [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)
|
|
635
1545
|
|
|
636
1546
|
|
|
637
1547
|
### Features
|
|
638
1548
|
|
|
639
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
640
|
-
* add version type ([ae50cd9](https://github.com/
|
|
641
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
642
|
-
* remove version type ([553aa55](https://github.com/
|
|
643
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
644
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1549
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1550
|
+
* add version type ([ae50cd9](https://github.com/iotaledger/twin-framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
|
|
1551
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1552
|
+
* remove version type ([553aa55](https://github.com/iotaledger/twin-framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
|
|
1553
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
1554
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
645
1555
|
|
|
646
1556
|
|
|
647
1557
|
### Bug Fixes
|
|
648
1558
|
|
|
649
|
-
* crypto CLI address output to JSON ([0398604](https://github.com/
|
|
650
|
-
* crypto CLI address output to JSON ([3397bfb](https://github.com/
|
|
651
|
-
* remove bech32 from crypto-cli ([892aa5f](https://github.com/
|
|
1559
|
+
* crypto CLI address output to JSON ([0398604](https://github.com/iotaledger/twin-framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
|
|
1560
|
+
* crypto CLI address output to JSON ([3397bfb](https://github.com/iotaledger/twin-framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
|
|
1561
|
+
* remove bech32 from crypto-cli ([892aa5f](https://github.com/iotaledger/twin-framework/commit/892aa5f746a4bc806f2dada3611c03fadcfe5a7b))
|
|
652
1562
|
|
|
653
1563
|
|
|
654
1564
|
### Dependencies
|
|
@@ -664,24 +1574,24 @@
|
|
|
664
1574
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
665
1575
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
666
1576
|
|
|
667
|
-
## [0.0.2-next.2](https://github.com/
|
|
1577
|
+
## [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)
|
|
668
1578
|
|
|
669
1579
|
|
|
670
1580
|
### Features
|
|
671
1581
|
|
|
672
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
673
|
-
* add version type ([ae50cd9](https://github.com/
|
|
674
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
675
|
-
* remove version type ([553aa55](https://github.com/
|
|
676
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
677
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1582
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1583
|
+
* add version type ([ae50cd9](https://github.com/iotaledger/twin-framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
|
|
1584
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1585
|
+
* remove version type ([553aa55](https://github.com/iotaledger/twin-framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
|
|
1586
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
1587
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
678
1588
|
|
|
679
1589
|
|
|
680
1590
|
### Bug Fixes
|
|
681
1591
|
|
|
682
|
-
* crypto CLI address output to JSON ([0398604](https://github.com/
|
|
683
|
-
* crypto CLI address output to JSON ([3397bfb](https://github.com/
|
|
684
|
-
* remove bech32 from crypto-cli ([892aa5f](https://github.com/
|
|
1592
|
+
* crypto CLI address output to JSON ([0398604](https://github.com/iotaledger/twin-framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
|
|
1593
|
+
* crypto CLI address output to JSON ([3397bfb](https://github.com/iotaledger/twin-framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
|
|
1594
|
+
* remove bech32 from crypto-cli ([892aa5f](https://github.com/iotaledger/twin-framework/commit/892aa5f746a4bc806f2dada3611c03fadcfe5a7b))
|
|
685
1595
|
|
|
686
1596
|
|
|
687
1597
|
### Dependencies
|
|
@@ -697,24 +1607,24 @@
|
|
|
697
1607
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
698
1608
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
699
1609
|
|
|
700
|
-
## [0.0.2-next.1](https://github.com/
|
|
1610
|
+
## [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)
|
|
701
1611
|
|
|
702
1612
|
|
|
703
1613
|
### Features
|
|
704
1614
|
|
|
705
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
706
|
-
* add version type ([ae50cd9](https://github.com/
|
|
707
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
708
|
-
* remove version type ([553aa55](https://github.com/
|
|
709
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
710
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1615
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1616
|
+
* add version type ([ae50cd9](https://github.com/iotaledger/twin-framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
|
|
1617
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1618
|
+
* remove version type ([553aa55](https://github.com/iotaledger/twin-framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
|
|
1619
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
1620
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
711
1621
|
|
|
712
1622
|
|
|
713
1623
|
### Bug Fixes
|
|
714
1624
|
|
|
715
|
-
* crypto CLI address output to JSON ([0398604](https://github.com/
|
|
716
|
-
* crypto CLI address output to JSON ([3397bfb](https://github.com/
|
|
717
|
-
* remove bech32 from crypto-cli ([892aa5f](https://github.com/
|
|
1625
|
+
* crypto CLI address output to JSON ([0398604](https://github.com/iotaledger/twin-framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
|
|
1626
|
+
* crypto CLI address output to JSON ([3397bfb](https://github.com/iotaledger/twin-framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
|
|
1627
|
+
* remove bech32 from crypto-cli ([892aa5f](https://github.com/iotaledger/twin-framework/commit/892aa5f746a4bc806f2dada3611c03fadcfe5a7b))
|
|
718
1628
|
|
|
719
1629
|
|
|
720
1630
|
### Dependencies
|
|
@@ -735,8 +1645,8 @@
|
|
|
735
1645
|
|
|
736
1646
|
### Features
|
|
737
1647
|
|
|
738
|
-
* release to production ([829d53d](https://github.com/
|
|
739
|
-
* release to production ([5cf3a76](https://github.com/
|
|
1648
|
+
* release to production ([829d53d](https://github.com/iotaledger/twin-framework/commit/829d53d3953b1e1b40b0243c04cfdfd3842aac7b))
|
|
1649
|
+
* release to production ([5cf3a76](https://github.com/iotaledger/twin-framework/commit/5cf3a76a09eff2e6414d0cba846c7c37400a11d6))
|
|
740
1650
|
|
|
741
1651
|
|
|
742
1652
|
### Dependencies
|
|
@@ -752,23 +1662,23 @@
|
|
|
752
1662
|
* @twin.org/nameof-transformer bumped from ^0.0.0 to ^0.0.1
|
|
753
1663
|
* @twin.org/nameof-vitest-plugin bumped from ^0.0.0 to ^0.0.1
|
|
754
1664
|
|
|
755
|
-
## [0.0.1-next.70](https://github.com/
|
|
1665
|
+
## [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)
|
|
756
1666
|
|
|
757
1667
|
|
|
758
1668
|
### Features
|
|
759
1669
|
|
|
760
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
761
|
-
* add version type ([ae50cd9](https://github.com/
|
|
762
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
763
|
-
* remove version type ([553aa55](https://github.com/
|
|
764
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1670
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1671
|
+
* add version type ([ae50cd9](https://github.com/iotaledger/twin-framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
|
|
1672
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1673
|
+
* remove version type ([553aa55](https://github.com/iotaledger/twin-framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
|
|
1674
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
765
1675
|
|
|
766
1676
|
|
|
767
1677
|
### Bug Fixes
|
|
768
1678
|
|
|
769
|
-
* crypto CLI address output to JSON ([0398604](https://github.com/
|
|
770
|
-
* crypto CLI address output to JSON ([3397bfb](https://github.com/
|
|
771
|
-
* remove bech32 from crypto-cli ([892aa5f](https://github.com/
|
|
1679
|
+
* crypto CLI address output to JSON ([0398604](https://github.com/iotaledger/twin-framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
|
|
1680
|
+
* crypto CLI address output to JSON ([3397bfb](https://github.com/iotaledger/twin-framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
|
|
1681
|
+
* remove bech32 from crypto-cli ([892aa5f](https://github.com/iotaledger/twin-framework/commit/892aa5f746a4bc806f2dada3611c03fadcfe5a7b))
|
|
772
1682
|
|
|
773
1683
|
|
|
774
1684
|
### Dependencies
|
|
@@ -784,23 +1694,23 @@
|
|
|
784
1694
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
785
1695
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
786
1696
|
|
|
787
|
-
## [0.0.1-next.69](https://github.com/
|
|
1697
|
+
## [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)
|
|
788
1698
|
|
|
789
1699
|
|
|
790
1700
|
### Features
|
|
791
1701
|
|
|
792
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
793
|
-
* add version type ([ae50cd9](https://github.com/
|
|
794
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
795
|
-
* remove version type ([553aa55](https://github.com/
|
|
796
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1702
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1703
|
+
* add version type ([ae50cd9](https://github.com/iotaledger/twin-framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
|
|
1704
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1705
|
+
* remove version type ([553aa55](https://github.com/iotaledger/twin-framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
|
|
1706
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
797
1707
|
|
|
798
1708
|
|
|
799
1709
|
### Bug Fixes
|
|
800
1710
|
|
|
801
|
-
* crypto CLI address output to JSON ([0398604](https://github.com/
|
|
802
|
-
* crypto CLI address output to JSON ([3397bfb](https://github.com/
|
|
803
|
-
* remove bech32 from crypto-cli ([892aa5f](https://github.com/
|
|
1711
|
+
* crypto CLI address output to JSON ([0398604](https://github.com/iotaledger/twin-framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
|
|
1712
|
+
* crypto CLI address output to JSON ([3397bfb](https://github.com/iotaledger/twin-framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
|
|
1713
|
+
* remove bech32 from crypto-cli ([892aa5f](https://github.com/iotaledger/twin-framework/commit/892aa5f746a4bc806f2dada3611c03fadcfe5a7b))
|
|
804
1714
|
|
|
805
1715
|
|
|
806
1716
|
### Dependencies
|
|
@@ -816,12 +1726,12 @@
|
|
|
816
1726
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
817
1727
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
818
1728
|
|
|
819
|
-
## [0.0.1-next.68](https://github.com/
|
|
1729
|
+
## [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)
|
|
820
1730
|
|
|
821
1731
|
|
|
822
1732
|
### Features
|
|
823
1733
|
|
|
824
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
1734
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
825
1735
|
|
|
826
1736
|
|
|
827
1737
|
### Dependencies
|
|
@@ -837,12 +1747,12 @@
|
|
|
837
1747
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
838
1748
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
839
1749
|
|
|
840
|
-
## [0.0.1-next.67](https://github.com/
|
|
1750
|
+
## [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)
|
|
841
1751
|
|
|
842
1752
|
|
|
843
1753
|
### Bug Fixes
|
|
844
1754
|
|
|
845
|
-
* remove bech32 from crypto-cli ([892aa5f](https://github.com/
|
|
1755
|
+
* remove bech32 from crypto-cli ([892aa5f](https://github.com/iotaledger/twin-framework/commit/892aa5f746a4bc806f2dada3611c03fadcfe5a7b))
|
|
846
1756
|
|
|
847
1757
|
|
|
848
1758
|
### Dependencies
|
|
@@ -853,7 +1763,7 @@
|
|
|
853
1763
|
* @twin.org/core bumped from 0.0.1-next.66 to 0.0.1-next.67
|
|
854
1764
|
* @twin.org/crypto bumped from 0.0.1-next.66 to 0.0.1-next.67
|
|
855
1765
|
|
|
856
|
-
## [0.0.1-next.66](https://github.com/
|
|
1766
|
+
## [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)
|
|
857
1767
|
|
|
858
1768
|
|
|
859
1769
|
### Miscellaneous Chores
|
|
@@ -869,7 +1779,7 @@
|
|
|
869
1779
|
* @twin.org/core bumped from 0.0.1-next.65 to 0.0.1-next.66
|
|
870
1780
|
* @twin.org/crypto bumped from 0.0.1-next.65 to 0.0.1-next.66
|
|
871
1781
|
|
|
872
|
-
## [0.0.1-next.65](https://github.com/
|
|
1782
|
+
## [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)
|
|
873
1783
|
|
|
874
1784
|
|
|
875
1785
|
### Miscellaneous Chores
|
|
@@ -885,7 +1795,7 @@
|
|
|
885
1795
|
* @twin.org/core bumped from 0.0.1-next.64 to 0.0.1-next.65
|
|
886
1796
|
* @twin.org/crypto bumped from 0.0.1-next.64 to 0.0.1-next.65
|
|
887
1797
|
|
|
888
|
-
## [0.0.1-next.64](https://github.com/
|
|
1798
|
+
## [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)
|
|
889
1799
|
|
|
890
1800
|
|
|
891
1801
|
### Miscellaneous Chores
|
|
@@ -901,7 +1811,7 @@
|
|
|
901
1811
|
* @twin.org/core bumped from 0.0.1-next.63 to 0.0.1-next.64
|
|
902
1812
|
* @twin.org/crypto bumped from 0.0.1-next.63 to 0.0.1-next.64
|
|
903
1813
|
|
|
904
|
-
## [0.0.1-next.63](https://github.com/
|
|
1814
|
+
## [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)
|
|
905
1815
|
|
|
906
1816
|
|
|
907
1817
|
### Miscellaneous Chores
|
|
@@ -917,21 +1827,21 @@
|
|
|
917
1827
|
* @twin.org/core bumped from 0.0.1-next.62 to 0.0.1-next.63
|
|
918
1828
|
* @twin.org/crypto bumped from 0.0.1-next.62 to 0.0.1-next.63
|
|
919
1829
|
|
|
920
|
-
## [0.0.1-next.62](https://github.com/
|
|
1830
|
+
## [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)
|
|
921
1831
|
|
|
922
1832
|
|
|
923
1833
|
### Features
|
|
924
1834
|
|
|
925
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
926
|
-
* add version type ([ae50cd9](https://github.com/
|
|
927
|
-
* remove version type ([553aa55](https://github.com/
|
|
928
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1835
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1836
|
+
* add version type ([ae50cd9](https://github.com/iotaledger/twin-framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
|
|
1837
|
+
* remove version type ([553aa55](https://github.com/iotaledger/twin-framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
|
|
1838
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
929
1839
|
|
|
930
1840
|
|
|
931
1841
|
### Bug Fixes
|
|
932
1842
|
|
|
933
|
-
* crypto CLI address output to JSON ([0398604](https://github.com/
|
|
934
|
-
* crypto CLI address output to JSON ([3397bfb](https://github.com/
|
|
1843
|
+
* crypto CLI address output to JSON ([0398604](https://github.com/iotaledger/twin-framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
|
|
1844
|
+
* crypto CLI address output to JSON ([3397bfb](https://github.com/iotaledger/twin-framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
|
|
935
1845
|
|
|
936
1846
|
|
|
937
1847
|
### Dependencies
|
|
@@ -942,7 +1852,7 @@
|
|
|
942
1852
|
* @twin.org/core bumped from 0.0.1-next.61 to 0.0.1-next.62
|
|
943
1853
|
* @twin.org/crypto bumped from 0.0.1-next.61 to 0.0.1-next.62
|
|
944
1854
|
|
|
945
|
-
## [0.0.1-next.61](https://github.com/
|
|
1855
|
+
## [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)
|
|
946
1856
|
|
|
947
1857
|
|
|
948
1858
|
### Miscellaneous Chores
|
|
@@ -958,13 +1868,13 @@
|
|
|
958
1868
|
* @twin.org/core bumped from 0.0.1-next.60 to 0.0.1-next.61
|
|
959
1869
|
* @twin.org/crypto bumped from 0.0.1-next.60 to 0.0.1-next.61
|
|
960
1870
|
|
|
961
|
-
## [0.0.1-next.60](https://github.com/
|
|
1871
|
+
## [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)
|
|
962
1872
|
|
|
963
1873
|
|
|
964
1874
|
### Bug Fixes
|
|
965
1875
|
|
|
966
|
-
* crypto CLI address output to JSON ([0398604](https://github.com/
|
|
967
|
-
* crypto CLI address output to JSON ([3397bfb](https://github.com/
|
|
1876
|
+
* crypto CLI address output to JSON ([0398604](https://github.com/iotaledger/twin-framework/commit/0398604c5ad7673eddf1ee7bed7fafa94f3526f8))
|
|
1877
|
+
* crypto CLI address output to JSON ([3397bfb](https://github.com/iotaledger/twin-framework/commit/3397bfbdde6be5dcb40b490009891e14338e2af7))
|
|
968
1878
|
|
|
969
1879
|
|
|
970
1880
|
### Dependencies
|
|
@@ -975,7 +1885,7 @@
|
|
|
975
1885
|
* @twin.org/core bumped from 0.0.1-next.59 to 0.0.1-next.60
|
|
976
1886
|
* @twin.org/crypto bumped from 0.0.1-next.59 to 0.0.1-next.60
|
|
977
1887
|
|
|
978
|
-
## [0.0.1-next.59](https://github.com/
|
|
1888
|
+
## [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)
|
|
979
1889
|
|
|
980
1890
|
|
|
981
1891
|
### Miscellaneous Chores
|
|
@@ -991,7 +1901,7 @@
|
|
|
991
1901
|
* @twin.org/core bumped from 0.0.1-next.58 to 0.0.1-next.59
|
|
992
1902
|
* @twin.org/crypto bumped from 0.0.1-next.58 to 0.0.1-next.59
|
|
993
1903
|
|
|
994
|
-
## [0.0.1-next.58](https://github.com/
|
|
1904
|
+
## [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)
|
|
995
1905
|
|
|
996
1906
|
|
|
997
1907
|
### Miscellaneous Chores
|
|
@@ -1007,12 +1917,12 @@
|
|
|
1007
1917
|
* @twin.org/core bumped from 0.0.1-next.57 to 0.0.1-next.58
|
|
1008
1918
|
* @twin.org/crypto bumped from 0.0.1-next.57 to 0.0.1-next.58
|
|
1009
1919
|
|
|
1010
|
-
## [0.0.1-next.57](https://github.com/
|
|
1920
|
+
## [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)
|
|
1011
1921
|
|
|
1012
1922
|
|
|
1013
1923
|
### Features
|
|
1014
1924
|
|
|
1015
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
1925
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1016
1926
|
|
|
1017
1927
|
|
|
1018
1928
|
### Dependencies
|
|
@@ -1023,7 +1933,7 @@
|
|
|
1023
1933
|
* @twin.org/core bumped from 0.0.1-next.56 to 0.0.1-next.57
|
|
1024
1934
|
* @twin.org/crypto bumped from 0.0.1-next.56 to 0.0.1-next.57
|
|
1025
1935
|
|
|
1026
|
-
## [0.0.1-next.56](https://github.com/
|
|
1936
|
+
## [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)
|
|
1027
1937
|
|
|
1028
1938
|
|
|
1029
1939
|
### Miscellaneous Chores
|
|
@@ -1039,7 +1949,7 @@
|
|
|
1039
1949
|
* @twin.org/core bumped from 0.0.1-next.55 to 0.0.1-next.56
|
|
1040
1950
|
* @twin.org/crypto bumped from 0.0.1-next.55 to 0.0.1-next.56
|
|
1041
1951
|
|
|
1042
|
-
## [0.0.1-next.55](https://github.com/
|
|
1952
|
+
## [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)
|
|
1043
1953
|
|
|
1044
1954
|
|
|
1045
1955
|
### Miscellaneous Chores
|
|
@@ -1055,7 +1965,7 @@
|
|
|
1055
1965
|
* @twin.org/core bumped from 0.0.1-next.54 to 0.0.1-next.55
|
|
1056
1966
|
* @twin.org/crypto bumped from 0.0.1-next.54 to 0.0.1-next.55
|
|
1057
1967
|
|
|
1058
|
-
## [0.0.1-next.54](https://github.com/
|
|
1968
|
+
## [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)
|
|
1059
1969
|
|
|
1060
1970
|
|
|
1061
1971
|
### Miscellaneous Chores
|
|
@@ -1071,7 +1981,7 @@
|
|
|
1071
1981
|
* @twin.org/core bumped from 0.0.1-next.53 to 0.0.1-next.54
|
|
1072
1982
|
* @twin.org/crypto bumped from 0.0.1-next.53 to 0.0.1-next.54
|
|
1073
1983
|
|
|
1074
|
-
## [0.0.1-next.53](https://github.com/
|
|
1984
|
+
## [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)
|
|
1075
1985
|
|
|
1076
1986
|
|
|
1077
1987
|
### Miscellaneous Chores
|
|
@@ -1087,12 +1997,12 @@
|
|
|
1087
1997
|
* @twin.org/core bumped from 0.0.1-next.52 to 0.0.1-next.53
|
|
1088
1998
|
* @twin.org/crypto bumped from 0.0.1-next.52 to 0.0.1-next.53
|
|
1089
1999
|
|
|
1090
|
-
## [0.0.1-next.52](https://github.com/
|
|
2000
|
+
## [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)
|
|
1091
2001
|
|
|
1092
2002
|
|
|
1093
2003
|
### Features
|
|
1094
2004
|
|
|
1095
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
2005
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
1096
2006
|
|
|
1097
2007
|
|
|
1098
2008
|
### Dependencies
|
|
@@ -1103,7 +2013,7 @@
|
|
|
1103
2013
|
* @twin.org/core bumped from 0.0.1-next.51 to 0.0.1-next.52
|
|
1104
2014
|
* @twin.org/crypto bumped from 0.0.1-next.51 to 0.0.1-next.52
|
|
1105
2015
|
|
|
1106
|
-
## [0.0.1-next.51](https://github.com/
|
|
2016
|
+
## [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)
|
|
1107
2017
|
|
|
1108
2018
|
|
|
1109
2019
|
### Miscellaneous Chores
|
|
@@ -1119,13 +2029,13 @@
|
|
|
1119
2029
|
* @twin.org/core bumped from 0.0.1-next.50 to 0.0.1-next.51
|
|
1120
2030
|
* @twin.org/crypto bumped from 0.0.1-next.50 to 0.0.1-next.51
|
|
1121
2031
|
|
|
1122
|
-
## [0.0.1-next.50](https://github.com/
|
|
2032
|
+
## [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)
|
|
1123
2033
|
|
|
1124
2034
|
|
|
1125
2035
|
### Features
|
|
1126
2036
|
|
|
1127
|
-
* add version type ([ae50cd9](https://github.com/
|
|
1128
|
-
* remove version type ([553aa55](https://github.com/
|
|
2037
|
+
* add version type ([ae50cd9](https://github.com/iotaledger/twin-framework/commit/ae50cd99d342ed8eeb55290a52e9fed80a2af99e))
|
|
2038
|
+
* remove version type ([553aa55](https://github.com/iotaledger/twin-framework/commit/553aa55bd79b8f930155035e522af2b0f6e3d0c8))
|
|
1129
2039
|
|
|
1130
2040
|
|
|
1131
2041
|
### Dependencies
|