@twin.org/crypto 0.0.3-next.8 → 0.0.3
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 +1 -11
- package/dist/es/hashes/argon2id.js +38 -0
- package/dist/es/hashes/argon2id.js.map +1 -0
- package/dist/es/hashes/pbkdf2.js +9 -1
- package/dist/es/hashes/pbkdf2.js.map +1 -1
- package/dist/es/helpers/integrityHelper.js +67 -0
- package/dist/es/helpers/integrityHelper.js.map +1 -0
- package/dist/es/index.js +3 -0
- package/dist/es/index.js.map +1 -1
- package/dist/es/models/integrityAlgorithm.js +21 -0
- package/dist/es/models/integrityAlgorithm.js.map +1 -0
- package/dist/es/passwords/passwordGenerator.js +70 -12
- package/dist/es/passwords/passwordGenerator.js.map +1 -1
- package/dist/es/passwords/passwordValidator.js +68 -4
- package/dist/es/passwords/passwordValidator.js.map +1 -1
- package/dist/types/hashes/argon2id.d.ts +28 -0
- package/dist/types/hashes/pbkdf2.d.ts +2 -0
- package/dist/types/helpers/integrityHelper.d.ts +26 -0
- package/dist/types/index.d.ts +3 -0
- package/dist/types/models/integrityAlgorithm.d.ts +21 -0
- package/dist/types/passwords/passwordGenerator.d.ts +13 -2
- package/dist/types/passwords/passwordValidator.d.ts +34 -2
- package/docs/changelog.md +900 -114
- package/docs/examples.md +130 -1
- package/docs/reference/classes/Argon2id.md +83 -0
- package/docs/reference/classes/Bech32.md +4 -4
- package/docs/reference/classes/Bip32Path.md +6 -6
- package/docs/reference/classes/Bip39.md +16 -16
- package/docs/reference/classes/Bip44.md +6 -6
- package/docs/reference/classes/Blake2b.md +9 -9
- package/docs/reference/classes/Blake3.md +7 -7
- package/docs/reference/classes/ChaCha20Poly1305.md +3 -3
- package/docs/reference/classes/Ed25519.md +8 -8
- package/docs/reference/classes/HmacSha1.md +4 -4
- package/docs/reference/classes/HmacSha256.md +9 -9
- package/docs/reference/classes/HmacSha512.md +13 -13
- package/docs/reference/classes/Hotp.md +2 -2
- package/docs/reference/classes/IntegrityHelper.md +85 -0
- package/docs/reference/classes/PasswordGenerator.md +41 -5
- package/docs/reference/classes/PasswordValidator.md +116 -3
- package/docs/reference/classes/Pbkdf2.md +11 -3
- package/docs/reference/classes/PemHelper.md +5 -5
- package/docs/reference/classes/Secp256k1.md +6 -6
- package/docs/reference/classes/Sha1.md +4 -4
- package/docs/reference/classes/Sha256.md +9 -9
- package/docs/reference/classes/Sha3.md +13 -13
- package/docs/reference/classes/Sha512.md +13 -13
- package/docs/reference/classes/Slip0010.md +11 -11
- package/docs/reference/classes/Totp.md +12 -12
- package/docs/reference/classes/X25519.md +3 -3
- package/docs/reference/classes/Zip215.md +2 -2
- package/docs/reference/index.md +4 -0
- package/docs/reference/type-aliases/IntegrityAlgorithm.md +5 -0
- package/docs/reference/variables/IntegrityAlgorithm.md +25 -0
- package/docs/reference/variables/KeyType.md +2 -2
- package/locales/en.json +3 -0
- package/package.json +13 -14
package/docs/changelog.md
CHANGED
|
@@ -1,6 +1,792 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3
|
|
3
|
+
## [0.0.3](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3...crypto-v0.0.3) (2026-05-27)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* release to production ([b24cba1](https://github.com/iotaledger/twin-framework/commit/b24cba1b6a969278d638e632590602ec881e49fb))
|
|
9
|
+
* release to production ([787287d](https://github.com/iotaledger/twin-framework/commit/787287d06ea8319657401589d61fff369310c422))
|
|
10
|
+
* release to production ([53f4843](https://github.com/iotaledger/twin-framework/commit/53f484326b2851d7a506d2620db24c4a65cee7b3))
|
|
11
|
+
* release to production ([56cda4d](https://github.com/iotaledger/twin-framework/commit/56cda4da93e978c5be19ec7cfd421ae2a7fe4147))
|
|
12
|
+
* release to production ([f7c6586](https://github.com/iotaledger/twin-framework/commit/f7c6586f6976b903b647b4c5ac5ad9421e0c9051))
|
|
13
|
+
* release to production ([829d53d](https://github.com/iotaledger/twin-framework/commit/829d53d3953b1e1b40b0243c04cfdfd3842aac7b))
|
|
14
|
+
* release to production ([5cf3a76](https://github.com/iotaledger/twin-framework/commit/5cf3a76a09eff2e6414d0cba846c7c37400a11d6))
|
|
15
|
+
* release to production ([#330](https://github.com/iotaledger/twin-framework/issues/330)) ([d73f565](https://github.com/iotaledger/twin-framework/commit/d73f565588d156d23ef49b2a5718973756f7a696))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Miscellaneous Chores
|
|
19
|
+
|
|
20
|
+
* release to production ([63cae24](https://github.com/iotaledger/twin-framework/commit/63cae2401f6c11f93b2a01260b665064e8bd28e0))
|
|
21
|
+
|
|
22
|
+
## [0.0.3-next.47](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.46...crypto-v0.0.3-next.47) (2026-05-25)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Miscellaneous Chores
|
|
26
|
+
|
|
27
|
+
* **crypto:** Synchronize repo versions
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
### Dependencies
|
|
31
|
+
|
|
32
|
+
* The following workspace dependencies were updated
|
|
33
|
+
* dependencies
|
|
34
|
+
* @twin.org/core bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
35
|
+
* @twin.org/nameof bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
36
|
+
* devDependencies
|
|
37
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
38
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
39
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
40
|
+
|
|
41
|
+
## [0.0.3-next.46](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.45...crypto-v0.0.3-next.46) (2026-05-22)
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
### Miscellaneous Chores
|
|
45
|
+
|
|
46
|
+
* **crypto:** Synchronize repo versions
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
### Dependencies
|
|
50
|
+
|
|
51
|
+
* The following workspace dependencies were updated
|
|
52
|
+
* dependencies
|
|
53
|
+
* @twin.org/core bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
54
|
+
* @twin.org/nameof bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
55
|
+
* devDependencies
|
|
56
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
57
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
58
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
59
|
+
|
|
60
|
+
## [0.0.3-next.45](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.44...crypto-v0.0.3-next.45) (2026-05-21)
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
### Miscellaneous Chores
|
|
64
|
+
|
|
65
|
+
* **crypto:** Synchronize repo versions
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
### Dependencies
|
|
69
|
+
|
|
70
|
+
* The following workspace dependencies were updated
|
|
71
|
+
* dependencies
|
|
72
|
+
* @twin.org/core bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
73
|
+
* @twin.org/nameof bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
74
|
+
* devDependencies
|
|
75
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
76
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
77
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
78
|
+
|
|
79
|
+
## [0.0.3-next.44](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.43...crypto-v0.0.3-next.44) (2026-05-19)
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
### Features
|
|
83
|
+
|
|
84
|
+
* update dependencies ([4da77ab](https://github.com/iotaledger/twin-framework/commit/4da77ab30f499e52825ac5a76f51436ceb59c26e))
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
### Dependencies
|
|
88
|
+
|
|
89
|
+
* The following workspace dependencies were updated
|
|
90
|
+
* dependencies
|
|
91
|
+
* @twin.org/core bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
92
|
+
* @twin.org/nameof bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
93
|
+
* devDependencies
|
|
94
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
95
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
96
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
97
|
+
|
|
98
|
+
## [0.0.3-next.43](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.42...crypto-v0.0.3-next.43) (2026-05-18)
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
### Miscellaneous Chores
|
|
102
|
+
|
|
103
|
+
* **crypto:** Synchronize repo versions
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
### Dependencies
|
|
107
|
+
|
|
108
|
+
* The following workspace dependencies were updated
|
|
109
|
+
* dependencies
|
|
110
|
+
* @twin.org/core bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
111
|
+
* @twin.org/nameof bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
112
|
+
* devDependencies
|
|
113
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
114
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
115
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
116
|
+
|
|
117
|
+
## [0.0.3-next.42](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.41...crypto-v0.0.3-next.42) (2026-05-15)
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
### Miscellaneous Chores
|
|
121
|
+
|
|
122
|
+
* **crypto:** Synchronize repo versions
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
### Dependencies
|
|
126
|
+
|
|
127
|
+
* The following workspace dependencies were updated
|
|
128
|
+
* dependencies
|
|
129
|
+
* @twin.org/core bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
130
|
+
* @twin.org/nameof bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
131
|
+
* devDependencies
|
|
132
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
133
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
134
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
135
|
+
|
|
136
|
+
## [0.0.3-next.41](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.40...crypto-v0.0.3-next.41) (2026-05-13)
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
### Miscellaneous Chores
|
|
140
|
+
|
|
141
|
+
* **crypto:** Synchronize repo versions
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
### Dependencies
|
|
145
|
+
|
|
146
|
+
* The following workspace dependencies were updated
|
|
147
|
+
* dependencies
|
|
148
|
+
* @twin.org/core bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
149
|
+
* @twin.org/nameof bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
150
|
+
* devDependencies
|
|
151
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
152
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
153
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
154
|
+
|
|
155
|
+
## [0.0.3-next.40](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.39...crypto-v0.0.3-next.40) (2026-05-13)
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
### Miscellaneous Chores
|
|
159
|
+
|
|
160
|
+
* **crypto:** Synchronize repo versions
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
### Dependencies
|
|
164
|
+
|
|
165
|
+
* The following workspace dependencies were updated
|
|
166
|
+
* dependencies
|
|
167
|
+
* @twin.org/core bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
168
|
+
* @twin.org/nameof bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
169
|
+
* devDependencies
|
|
170
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
171
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
172
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
173
|
+
|
|
174
|
+
## [0.0.3-next.39](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.38...crypto-v0.0.3-next.39) (2026-05-13)
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
### Features
|
|
178
|
+
|
|
179
|
+
* improve signatures ([cdd24be](https://github.com/iotaledger/twin-framework/commit/cdd24be6fb898d33955b6f2f93c3ddbd73582269))
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
### Dependencies
|
|
183
|
+
|
|
184
|
+
* The following workspace dependencies were updated
|
|
185
|
+
* dependencies
|
|
186
|
+
* @twin.org/core bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
187
|
+
* @twin.org/nameof bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
188
|
+
* devDependencies
|
|
189
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
190
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
191
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
192
|
+
|
|
193
|
+
## [0.0.3-next.38](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.37...crypto-v0.0.3-next.38) (2026-05-11)
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
### Features
|
|
197
|
+
|
|
198
|
+
* typescript 6 update ([1d10f31](https://github.com/iotaledger/twin-framework/commit/1d10f31e6516ec622773f45e88af82fe749b384a))
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
### Dependencies
|
|
202
|
+
|
|
203
|
+
* The following workspace dependencies were updated
|
|
204
|
+
* dependencies
|
|
205
|
+
* @twin.org/core bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
206
|
+
* @twin.org/nameof bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
207
|
+
* devDependencies
|
|
208
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
209
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
210
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
211
|
+
|
|
212
|
+
## [0.0.3-next.37](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.36...crypto-v0.0.3-next.37) (2026-05-07)
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
### Miscellaneous Chores
|
|
216
|
+
|
|
217
|
+
* **crypto:** Synchronize repo versions
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
### Dependencies
|
|
221
|
+
|
|
222
|
+
* The following workspace dependencies were updated
|
|
223
|
+
* dependencies
|
|
224
|
+
* @twin.org/core bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
225
|
+
* @twin.org/nameof bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
226
|
+
* devDependencies
|
|
227
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
228
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
229
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
230
|
+
|
|
231
|
+
## [0.0.3-next.36](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.35...crypto-v0.0.3-next.36) (2026-05-07)
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
### Miscellaneous Chores
|
|
235
|
+
|
|
236
|
+
* **crypto:** Synchronize repo versions
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
### Dependencies
|
|
240
|
+
|
|
241
|
+
* The following workspace dependencies were updated
|
|
242
|
+
* dependencies
|
|
243
|
+
* @twin.org/core bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
244
|
+
* @twin.org/nameof bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
245
|
+
* devDependencies
|
|
246
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
247
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
248
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
249
|
+
|
|
250
|
+
## [0.0.3-next.35](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.34...crypto-v0.0.3-next.35) (2026-05-06)
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
### Miscellaneous Chores
|
|
254
|
+
|
|
255
|
+
* **crypto:** Synchronize repo versions
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
### Dependencies
|
|
259
|
+
|
|
260
|
+
* The following workspace dependencies were updated
|
|
261
|
+
* dependencies
|
|
262
|
+
* @twin.org/core bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
263
|
+
* @twin.org/nameof bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
264
|
+
* devDependencies
|
|
265
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
266
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
267
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
268
|
+
|
|
269
|
+
## [0.0.3-next.34](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.33...crypto-v0.0.3-next.34) (2026-05-06)
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
### Miscellaneous Chores
|
|
273
|
+
|
|
274
|
+
* **crypto:** Synchronize repo versions
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
### Dependencies
|
|
278
|
+
|
|
279
|
+
* The following workspace dependencies were updated
|
|
280
|
+
* dependencies
|
|
281
|
+
* @twin.org/core bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
282
|
+
* @twin.org/nameof bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
283
|
+
* devDependencies
|
|
284
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
285
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
286
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
287
|
+
|
|
288
|
+
## [0.0.3-next.33](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.32...crypto-v0.0.3-next.33) (2026-05-05)
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
### Miscellaneous Chores
|
|
292
|
+
|
|
293
|
+
* **crypto:** Synchronize repo versions
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
### Dependencies
|
|
297
|
+
|
|
298
|
+
* The following workspace dependencies were updated
|
|
299
|
+
* dependencies
|
|
300
|
+
* @twin.org/core bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
301
|
+
* @twin.org/nameof bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
302
|
+
* devDependencies
|
|
303
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
304
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
305
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
306
|
+
|
|
307
|
+
## [0.0.3-next.32](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.31...crypto-v0.0.3-next.32) (2026-04-30)
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
### Miscellaneous Chores
|
|
311
|
+
|
|
312
|
+
* **crypto:** Synchronize repo versions
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
### Dependencies
|
|
316
|
+
|
|
317
|
+
* The following workspace dependencies were updated
|
|
318
|
+
* dependencies
|
|
319
|
+
* @twin.org/core bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
320
|
+
* @twin.org/nameof bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
321
|
+
* devDependencies
|
|
322
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
323
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
324
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
325
|
+
|
|
326
|
+
## [0.0.3-next.31](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.30...crypto-v0.0.3-next.31) (2026-04-14)
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
### Miscellaneous Chores
|
|
330
|
+
|
|
331
|
+
* **crypto:** Synchronize repo versions
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
### Dependencies
|
|
335
|
+
|
|
336
|
+
* The following workspace dependencies were updated
|
|
337
|
+
* dependencies
|
|
338
|
+
* @twin.org/core bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
339
|
+
* @twin.org/nameof bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
340
|
+
* devDependencies
|
|
341
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
342
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
343
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
344
|
+
|
|
345
|
+
## [0.0.3-next.30](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.29...crypto-v0.0.3-next.30) (2026-04-14)
|
|
346
|
+
|
|
347
|
+
|
|
348
|
+
### Miscellaneous Chores
|
|
349
|
+
|
|
350
|
+
* **crypto:** Synchronize repo versions
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
### Dependencies
|
|
354
|
+
|
|
355
|
+
* The following workspace dependencies were updated
|
|
356
|
+
* dependencies
|
|
357
|
+
* @twin.org/core bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
358
|
+
* @twin.org/nameof bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
359
|
+
* devDependencies
|
|
360
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
361
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
362
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
363
|
+
|
|
364
|
+
## [0.0.3-next.29](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.28...crypto-v0.0.3-next.29) (2026-04-14)
|
|
365
|
+
|
|
366
|
+
|
|
367
|
+
### Miscellaneous Chores
|
|
368
|
+
|
|
369
|
+
* **crypto:** Synchronize repo versions
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
### Dependencies
|
|
373
|
+
|
|
374
|
+
* The following workspace dependencies were updated
|
|
375
|
+
* dependencies
|
|
376
|
+
* @twin.org/core bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
377
|
+
* @twin.org/nameof bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
378
|
+
* devDependencies
|
|
379
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
380
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
381
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
382
|
+
|
|
383
|
+
## [0.0.3-next.28](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.27...crypto-v0.0.3-next.28) (2026-03-27)
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
### Miscellaneous Chores
|
|
387
|
+
|
|
388
|
+
* **crypto:** Synchronize repo versions
|
|
389
|
+
|
|
390
|
+
|
|
391
|
+
### Dependencies
|
|
392
|
+
|
|
393
|
+
* The following workspace dependencies were updated
|
|
394
|
+
* dependencies
|
|
395
|
+
* @twin.org/core bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
396
|
+
* @twin.org/nameof bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
397
|
+
* devDependencies
|
|
398
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
399
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
400
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
401
|
+
|
|
402
|
+
## [0.0.3-next.27](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.26...crypto-v0.0.3-next.27) (2026-03-27)
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
### Features
|
|
406
|
+
|
|
407
|
+
* add crypto argon2id ([#255](https://github.com/iotaledger/twin-framework/issues/255)) ([27fe3a7](https://github.com/iotaledger/twin-framework/commit/27fe3a72eeb0f398a278ebb3f1cb9c4dd459743c))
|
|
408
|
+
|
|
409
|
+
|
|
410
|
+
### Dependencies
|
|
411
|
+
|
|
412
|
+
* The following workspace dependencies were updated
|
|
413
|
+
* dependencies
|
|
414
|
+
* @twin.org/core bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
415
|
+
* @twin.org/nameof bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
416
|
+
* devDependencies
|
|
417
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
418
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
419
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
420
|
+
|
|
421
|
+
## [0.0.3-next.26](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.25...crypto-v0.0.3-next.26) (2026-03-24)
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
### Miscellaneous Chores
|
|
425
|
+
|
|
426
|
+
* **crypto:** Synchronize repo versions
|
|
427
|
+
|
|
428
|
+
|
|
429
|
+
### Dependencies
|
|
430
|
+
|
|
431
|
+
* The following workspace dependencies were updated
|
|
432
|
+
* dependencies
|
|
433
|
+
* @twin.org/core bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
434
|
+
* @twin.org/nameof bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
435
|
+
* devDependencies
|
|
436
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
437
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
438
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
439
|
+
|
|
440
|
+
## [0.0.3-next.25](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.24...crypto-v0.0.3-next.25) (2026-03-23)
|
|
441
|
+
|
|
442
|
+
|
|
443
|
+
### Miscellaneous Chores
|
|
444
|
+
|
|
445
|
+
* **crypto:** Synchronize repo versions
|
|
446
|
+
|
|
447
|
+
|
|
448
|
+
### Dependencies
|
|
449
|
+
|
|
450
|
+
* The following workspace dependencies were updated
|
|
451
|
+
* dependencies
|
|
452
|
+
* @twin.org/core bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
453
|
+
* @twin.org/nameof bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
454
|
+
* devDependencies
|
|
455
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
456
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
457
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
458
|
+
|
|
459
|
+
## [0.0.3-next.24](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.23...crypto-v0.0.3-next.24) (2026-03-19)
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+
### Bug Fixes
|
|
463
|
+
|
|
464
|
+
* ensure __decorate is defined for decorators ([103a563](https://github.com/iotaledger/twin-framework/commit/103a563ce01ebdef6240d2e590e7b026e8692684))
|
|
465
|
+
|
|
466
|
+
|
|
467
|
+
### Dependencies
|
|
468
|
+
|
|
469
|
+
* The following workspace dependencies were updated
|
|
470
|
+
* dependencies
|
|
471
|
+
* @twin.org/core bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
472
|
+
* @twin.org/nameof bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
473
|
+
* devDependencies
|
|
474
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
475
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
476
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
477
|
+
|
|
478
|
+
## [0.0.3-next.23](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.22...crypto-v0.0.3-next.23) (2026-03-17)
|
|
479
|
+
|
|
480
|
+
|
|
481
|
+
### Miscellaneous Chores
|
|
482
|
+
|
|
483
|
+
* **crypto:** Synchronize repo versions
|
|
484
|
+
|
|
485
|
+
|
|
486
|
+
### Dependencies
|
|
487
|
+
|
|
488
|
+
* The following workspace dependencies were updated
|
|
489
|
+
* dependencies
|
|
490
|
+
* @twin.org/core bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
491
|
+
* @twin.org/nameof bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
492
|
+
* devDependencies
|
|
493
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
494
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
495
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
496
|
+
|
|
497
|
+
## [0.0.3-next.22](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.21...crypto-v0.0.3-next.22) (2026-02-26)
|
|
498
|
+
|
|
499
|
+
|
|
500
|
+
### Miscellaneous Chores
|
|
501
|
+
|
|
502
|
+
* **crypto:** Synchronize repo versions
|
|
503
|
+
|
|
504
|
+
|
|
505
|
+
### Dependencies
|
|
506
|
+
|
|
507
|
+
* The following workspace dependencies were updated
|
|
508
|
+
* dependencies
|
|
509
|
+
* @twin.org/core bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
510
|
+
* @twin.org/nameof bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
511
|
+
* devDependencies
|
|
512
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
513
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
514
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
515
|
+
|
|
516
|
+
## [0.0.3-next.21](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.20...crypto-v0.0.3-next.21) (2026-02-26)
|
|
517
|
+
|
|
518
|
+
|
|
519
|
+
### Features
|
|
520
|
+
|
|
521
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
522
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
523
|
+
* add mnemonic validation ([4b43491](https://github.com/iotaledger/twin-framework/commit/4b43491cf04bb626c27faea66e5c74b3971b111d))
|
|
524
|
+
* add rsa cipher support ([7af6cc6](https://github.com/iotaledger/twin-framework/commit/7af6cc67512d3363bd4a2f2e87bd7733c2800147))
|
|
525
|
+
* add RSA support for public key components ([7126259](https://github.com/iotaledger/twin-framework/commit/7126259103b758c291e52a8a03818eb822d1aad1))
|
|
526
|
+
* additional RSA methods and async ([1fceee2](https://github.com/iotaledger/twin-framework/commit/1fceee2d1248a24a7620846025fcf906495c07f4))
|
|
527
|
+
* change method accessibility ([c1b77fc](https://github.com/iotaledger/twin-framework/commit/c1b77fcfb61c092a01c97aebb2fe2dc2bbaa221b))
|
|
528
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
529
|
+
* factory create and integrity ([#235](https://github.com/iotaledger/twin-framework/issues/235)) ([9f98b99](https://github.com/iotaledger/twin-framework/commit/9f98b99daf46eb365346fae49cc4ffba63e74cb3))
|
|
530
|
+
* improved password generation and validation ([#232](https://github.com/iotaledger/twin-framework/issues/232)) ([ca4e18f](https://github.com/iotaledger/twin-framework/commit/ca4e18f388b1882cdfb774fc0d0921b8530fac33))
|
|
531
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
532
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
533
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
534
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
535
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
536
|
+
|
|
537
|
+
|
|
538
|
+
### Bug Fixes
|
|
539
|
+
|
|
540
|
+
* docs ([9df46e0](https://github.com/iotaledger/twin-framework/commit/9df46e0a3940a4d1f479373f58830519262f9590))
|
|
541
|
+
* docs ([67c8887](https://github.com/iotaledger/twin-framework/commit/67c888739448e753106ea067a8703d058e0ddf12))
|
|
542
|
+
|
|
543
|
+
|
|
544
|
+
### Dependencies
|
|
545
|
+
|
|
546
|
+
* The following workspace dependencies were updated
|
|
547
|
+
* dependencies
|
|
548
|
+
* @twin.org/core bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
549
|
+
* @twin.org/nameof bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
550
|
+
* devDependencies
|
|
551
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
552
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
553
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
554
|
+
|
|
555
|
+
## [0.0.3-next.20](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.19...crypto-v0.0.3-next.20) (2026-02-26)
|
|
556
|
+
|
|
557
|
+
|
|
558
|
+
### Miscellaneous Chores
|
|
559
|
+
|
|
560
|
+
* **crypto:** Synchronize repo versions
|
|
561
|
+
|
|
562
|
+
|
|
563
|
+
### Dependencies
|
|
564
|
+
|
|
565
|
+
* The following workspace dependencies were updated
|
|
566
|
+
* dependencies
|
|
567
|
+
* @twin.org/core bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
568
|
+
* @twin.org/nameof bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
569
|
+
* devDependencies
|
|
570
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
571
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
572
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
573
|
+
|
|
574
|
+
## [0.0.3-next.19](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.18...crypto-v0.0.3-next.19) (2026-02-26)
|
|
575
|
+
|
|
576
|
+
|
|
577
|
+
### Miscellaneous Chores
|
|
578
|
+
|
|
579
|
+
* **crypto:** Synchronize repo versions
|
|
580
|
+
|
|
581
|
+
|
|
582
|
+
### Dependencies
|
|
583
|
+
|
|
584
|
+
* The following workspace dependencies were updated
|
|
585
|
+
* dependencies
|
|
586
|
+
* @twin.org/core bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
587
|
+
* @twin.org/nameof bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
588
|
+
* devDependencies
|
|
589
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
590
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
591
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
592
|
+
|
|
593
|
+
## [0.0.3-next.18](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.17...crypto-v0.0.3-next.18) (2026-02-23)
|
|
594
|
+
|
|
595
|
+
|
|
596
|
+
### Miscellaneous Chores
|
|
597
|
+
|
|
598
|
+
* **crypto:** Synchronize repo versions
|
|
599
|
+
|
|
600
|
+
|
|
601
|
+
### Dependencies
|
|
602
|
+
|
|
603
|
+
* The following workspace dependencies were updated
|
|
604
|
+
* dependencies
|
|
605
|
+
* @twin.org/core bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
606
|
+
* @twin.org/nameof bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
607
|
+
* devDependencies
|
|
608
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
609
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
610
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
611
|
+
|
|
612
|
+
## [0.0.3-next.17](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.16...crypto-v0.0.3-next.17) (2026-02-09)
|
|
613
|
+
|
|
614
|
+
|
|
615
|
+
### Features
|
|
616
|
+
|
|
617
|
+
* factory create and integrity ([#235](https://github.com/iotaledger/twin-framework/issues/235)) ([9f98b99](https://github.com/iotaledger/twin-framework/commit/9f98b99daf46eb365346fae49cc4ffba63e74cb3))
|
|
618
|
+
|
|
619
|
+
|
|
620
|
+
### Bug Fixes
|
|
621
|
+
|
|
622
|
+
* docs ([9df46e0](https://github.com/iotaledger/twin-framework/commit/9df46e0a3940a4d1f479373f58830519262f9590))
|
|
623
|
+
* docs ([67c8887](https://github.com/iotaledger/twin-framework/commit/67c888739448e753106ea067a8703d058e0ddf12))
|
|
624
|
+
|
|
625
|
+
|
|
626
|
+
### Dependencies
|
|
627
|
+
|
|
628
|
+
* The following workspace dependencies were updated
|
|
629
|
+
* dependencies
|
|
630
|
+
* @twin.org/core bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
631
|
+
* @twin.org/nameof bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
632
|
+
* devDependencies
|
|
633
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
634
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
635
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
636
|
+
|
|
637
|
+
## [0.0.3-next.16](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.15...crypto-v0.0.3-next.16) (2026-02-06)
|
|
638
|
+
|
|
639
|
+
|
|
640
|
+
### Features
|
|
641
|
+
|
|
642
|
+
* improved password generation and validation ([#232](https://github.com/iotaledger/twin-framework/issues/232)) ([ca4e18f](https://github.com/iotaledger/twin-framework/commit/ca4e18f388b1882cdfb774fc0d0921b8530fac33))
|
|
643
|
+
|
|
644
|
+
|
|
645
|
+
### Dependencies
|
|
646
|
+
|
|
647
|
+
* The following workspace dependencies were updated
|
|
648
|
+
* dependencies
|
|
649
|
+
* @twin.org/core bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
650
|
+
* @twin.org/nameof bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
651
|
+
* devDependencies
|
|
652
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
653
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
654
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
655
|
+
|
|
656
|
+
## [0.0.3-next.15](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.14...crypto-v0.0.3-next.15) (2026-01-29)
|
|
657
|
+
|
|
658
|
+
|
|
659
|
+
### Miscellaneous Chores
|
|
660
|
+
|
|
661
|
+
* **crypto:** Synchronize repo versions
|
|
662
|
+
|
|
663
|
+
|
|
664
|
+
### Dependencies
|
|
665
|
+
|
|
666
|
+
* The following workspace dependencies were updated
|
|
667
|
+
* dependencies
|
|
668
|
+
* @twin.org/core bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
669
|
+
* @twin.org/nameof bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
670
|
+
* devDependencies
|
|
671
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
672
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
673
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
674
|
+
|
|
675
|
+
## [0.0.3-next.14](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.13...crypto-v0.0.3-next.14) (2026-01-22)
|
|
676
|
+
|
|
677
|
+
|
|
678
|
+
### Miscellaneous Chores
|
|
679
|
+
|
|
680
|
+
* **crypto:** Synchronize repo versions
|
|
681
|
+
|
|
682
|
+
|
|
683
|
+
### Dependencies
|
|
684
|
+
|
|
685
|
+
* The following workspace dependencies were updated
|
|
686
|
+
* dependencies
|
|
687
|
+
* @twin.org/core bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
688
|
+
* @twin.org/nameof bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
689
|
+
* devDependencies
|
|
690
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
691
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
692
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
693
|
+
|
|
694
|
+
## [0.0.3-next.13](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.12...crypto-v0.0.3-next.13) (2026-01-08)
|
|
695
|
+
|
|
696
|
+
|
|
697
|
+
### Miscellaneous Chores
|
|
698
|
+
|
|
699
|
+
* **crypto:** Synchronize repo versions
|
|
700
|
+
|
|
701
|
+
|
|
702
|
+
### Dependencies
|
|
703
|
+
|
|
704
|
+
* The following workspace dependencies were updated
|
|
705
|
+
* dependencies
|
|
706
|
+
* @twin.org/core bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
707
|
+
* @twin.org/nameof bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
708
|
+
* devDependencies
|
|
709
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
710
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
711
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
712
|
+
|
|
713
|
+
## [0.0.3-next.12](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.11...crypto-v0.0.3-next.12) (2026-01-08)
|
|
714
|
+
|
|
715
|
+
|
|
716
|
+
### Miscellaneous Chores
|
|
717
|
+
|
|
718
|
+
* **crypto:** Synchronize repo versions
|
|
719
|
+
|
|
720
|
+
|
|
721
|
+
### Dependencies
|
|
722
|
+
|
|
723
|
+
* The following workspace dependencies were updated
|
|
724
|
+
* dependencies
|
|
725
|
+
* @twin.org/core bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
726
|
+
* @twin.org/nameof bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
727
|
+
* devDependencies
|
|
728
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
729
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
730
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
731
|
+
|
|
732
|
+
## [0.0.3-next.11](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.10...crypto-v0.0.3-next.11) (2026-01-07)
|
|
733
|
+
|
|
734
|
+
|
|
735
|
+
### Miscellaneous Chores
|
|
736
|
+
|
|
737
|
+
* **crypto:** Synchronize repo versions
|
|
738
|
+
|
|
739
|
+
|
|
740
|
+
### Dependencies
|
|
741
|
+
|
|
742
|
+
* The following workspace dependencies were updated
|
|
743
|
+
* dependencies
|
|
744
|
+
* @twin.org/core bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
745
|
+
* @twin.org/nameof bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
746
|
+
* devDependencies
|
|
747
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
748
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
749
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
750
|
+
|
|
751
|
+
## [0.0.3-next.10](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.9...crypto-v0.0.3-next.10) (2026-01-07)
|
|
752
|
+
|
|
753
|
+
|
|
754
|
+
### Miscellaneous Chores
|
|
755
|
+
|
|
756
|
+
* **crypto:** Synchronize repo versions
|
|
757
|
+
|
|
758
|
+
|
|
759
|
+
### Dependencies
|
|
760
|
+
|
|
761
|
+
* The following workspace dependencies were updated
|
|
762
|
+
* dependencies
|
|
763
|
+
* @twin.org/core bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
764
|
+
* @twin.org/nameof bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
765
|
+
* devDependencies
|
|
766
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
767
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
768
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
769
|
+
|
|
770
|
+
## [0.0.3-next.9](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.8...crypto-v0.0.3-next.9) (2026-01-05)
|
|
771
|
+
|
|
772
|
+
|
|
773
|
+
### Miscellaneous Chores
|
|
774
|
+
|
|
775
|
+
* **crypto:** Synchronize repo versions
|
|
776
|
+
|
|
777
|
+
|
|
778
|
+
### Dependencies
|
|
779
|
+
|
|
780
|
+
* The following workspace dependencies were updated
|
|
781
|
+
* dependencies
|
|
782
|
+
* @twin.org/core bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
783
|
+
* @twin.org/nameof bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
784
|
+
* devDependencies
|
|
785
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
786
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
787
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
788
|
+
|
|
789
|
+
## [0.0.3-next.8](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.7...crypto-v0.0.3-next.8) (2025-11-26)
|
|
4
790
|
|
|
5
791
|
|
|
6
792
|
### Miscellaneous Chores
|
|
@@ -19,24 +805,24 @@
|
|
|
19
805
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
20
806
|
* @twin.org/validate-locales bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
21
807
|
|
|
22
|
-
## [0.0.3-next.7](https://github.com/
|
|
808
|
+
## [0.0.3-next.7](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.6...crypto-v0.0.3-next.7) (2025-11-25)
|
|
23
809
|
|
|
24
810
|
|
|
25
811
|
### Features
|
|
26
812
|
|
|
27
|
-
* add context id features ([#206](https://github.com/
|
|
28
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
29
|
-
* add mnemonic validation ([4b43491](https://github.com/
|
|
30
|
-
* add rsa cipher support ([7af6cc6](https://github.com/
|
|
31
|
-
* add RSA support for public key components ([7126259](https://github.com/
|
|
32
|
-
* additional RSA methods and async ([1fceee2](https://github.com/
|
|
33
|
-
* change method accessibility ([c1b77fc](https://github.com/
|
|
34
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
35
|
-
* locales validation ([#197](https://github.com/
|
|
36
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
37
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
38
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
39
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
813
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
814
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
815
|
+
* add mnemonic validation ([4b43491](https://github.com/iotaledger/twin-framework/commit/4b43491cf04bb626c27faea66e5c74b3971b111d))
|
|
816
|
+
* add rsa cipher support ([7af6cc6](https://github.com/iotaledger/twin-framework/commit/7af6cc67512d3363bd4a2f2e87bd7733c2800147))
|
|
817
|
+
* add RSA support for public key components ([7126259](https://github.com/iotaledger/twin-framework/commit/7126259103b758c291e52a8a03818eb822d1aad1))
|
|
818
|
+
* additional RSA methods and async ([1fceee2](https://github.com/iotaledger/twin-framework/commit/1fceee2d1248a24a7620846025fcf906495c07f4))
|
|
819
|
+
* change method accessibility ([c1b77fc](https://github.com/iotaledger/twin-framework/commit/c1b77fcfb61c092a01c97aebb2fe2dc2bbaa221b))
|
|
820
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
821
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
822
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
823
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
824
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
825
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
40
826
|
|
|
41
827
|
|
|
42
828
|
### Dependencies
|
|
@@ -50,7 +836,7 @@
|
|
|
50
836
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
51
837
|
* @twin.org/validate-locales bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
52
838
|
|
|
53
|
-
## [0.0.3-next.6](https://github.com/
|
|
839
|
+
## [0.0.3-next.6](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.5...crypto-v0.0.3-next.6) (2025-11-25)
|
|
54
840
|
|
|
55
841
|
|
|
56
842
|
### Miscellaneous Chores
|
|
@@ -69,7 +855,7 @@
|
|
|
69
855
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
70
856
|
* @twin.org/validate-locales bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
71
857
|
|
|
72
|
-
## [0.0.3-next.5](https://github.com/
|
|
858
|
+
## [0.0.3-next.5](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.4...crypto-v0.0.3-next.5) (2025-11-20)
|
|
73
859
|
|
|
74
860
|
|
|
75
861
|
### Miscellaneous Chores
|
|
@@ -88,7 +874,7 @@
|
|
|
88
874
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
89
875
|
* @twin.org/validate-locales bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
90
876
|
|
|
91
|
-
## [0.0.3-next.4](https://github.com/
|
|
877
|
+
## [0.0.3-next.4](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.3...crypto-v0.0.3-next.4) (2025-11-13)
|
|
92
878
|
|
|
93
879
|
|
|
94
880
|
### Miscellaneous Chores
|
|
@@ -107,7 +893,7 @@
|
|
|
107
893
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
108
894
|
* @twin.org/validate-locales bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
109
895
|
|
|
110
|
-
## [0.0.3-next.3](https://github.com/
|
|
896
|
+
## [0.0.3-next.3](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.2...crypto-v0.0.3-next.3) (2025-11-12)
|
|
111
897
|
|
|
112
898
|
|
|
113
899
|
### Miscellaneous Chores
|
|
@@ -126,7 +912,7 @@
|
|
|
126
912
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
127
913
|
* @twin.org/validate-locales bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
128
914
|
|
|
129
|
-
## [0.0.3-next.2](https://github.com/
|
|
915
|
+
## [0.0.3-next.2](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.1...crypto-v0.0.3-next.2) (2025-11-12)
|
|
130
916
|
|
|
131
917
|
|
|
132
918
|
### Miscellaneous Chores
|
|
@@ -145,24 +931,24 @@
|
|
|
145
931
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
146
932
|
* @twin.org/validate-locales bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
147
933
|
|
|
148
|
-
## [0.0.3-next.1](https://github.com/
|
|
934
|
+
## [0.0.3-next.1](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.0...crypto-v0.0.3-next.1) (2025-11-10)
|
|
149
935
|
|
|
150
936
|
|
|
151
937
|
### Features
|
|
152
938
|
|
|
153
|
-
* add context id features ([#206](https://github.com/
|
|
154
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
155
|
-
* add mnemonic validation ([4b43491](https://github.com/
|
|
156
|
-
* add rsa cipher support ([7af6cc6](https://github.com/
|
|
157
|
-
* add RSA support for public key components ([7126259](https://github.com/
|
|
158
|
-
* additional RSA methods and async ([1fceee2](https://github.com/
|
|
159
|
-
* change method accessibility ([c1b77fc](https://github.com/
|
|
160
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
161
|
-
* locales validation ([#197](https://github.com/
|
|
162
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
163
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
164
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
165
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
939
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
940
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
941
|
+
* add mnemonic validation ([4b43491](https://github.com/iotaledger/twin-framework/commit/4b43491cf04bb626c27faea66e5c74b3971b111d))
|
|
942
|
+
* add rsa cipher support ([7af6cc6](https://github.com/iotaledger/twin-framework/commit/7af6cc67512d3363bd4a2f2e87bd7733c2800147))
|
|
943
|
+
* add RSA support for public key components ([7126259](https://github.com/iotaledger/twin-framework/commit/7126259103b758c291e52a8a03818eb822d1aad1))
|
|
944
|
+
* additional RSA methods and async ([1fceee2](https://github.com/iotaledger/twin-framework/commit/1fceee2d1248a24a7620846025fcf906495c07f4))
|
|
945
|
+
* change method accessibility ([c1b77fc](https://github.com/iotaledger/twin-framework/commit/c1b77fcfb61c092a01c97aebb2fe2dc2bbaa221b))
|
|
946
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
947
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
948
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
949
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
950
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
951
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
166
952
|
|
|
167
953
|
|
|
168
954
|
### Dependencies
|
|
@@ -176,7 +962,7 @@
|
|
|
176
962
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
177
963
|
* @twin.org/validate-locales bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
178
964
|
|
|
179
|
-
## [0.0.2-next.22](https://github.com/
|
|
965
|
+
## [0.0.2-next.22](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.2-next.21...crypto-v0.0.2-next.22) (2025-10-10)
|
|
180
966
|
|
|
181
967
|
|
|
182
968
|
### Miscellaneous Chores
|
|
@@ -195,12 +981,12 @@
|
|
|
195
981
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
196
982
|
* @twin.org/validate-locales bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
197
983
|
|
|
198
|
-
## [0.0.2-next.21](https://github.com/
|
|
984
|
+
## [0.0.2-next.21](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.2-next.20...crypto-v0.0.2-next.21) (2025-10-09)
|
|
199
985
|
|
|
200
986
|
|
|
201
987
|
### Features
|
|
202
988
|
|
|
203
|
-
* locales validation ([#197](https://github.com/
|
|
989
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
204
990
|
|
|
205
991
|
|
|
206
992
|
### Dependencies
|
|
@@ -214,7 +1000,7 @@
|
|
|
214
1000
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
215
1001
|
* @twin.org/validate-locales bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
216
1002
|
|
|
217
|
-
## [0.0.2-next.20](https://github.com/
|
|
1003
|
+
## [0.0.2-next.20](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.2-next.19...crypto-v0.0.2-next.20) (2025-10-02)
|
|
218
1004
|
|
|
219
1005
|
|
|
220
1006
|
### Miscellaneous Chores
|
|
@@ -232,7 +1018,7 @@
|
|
|
232
1018
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
233
1019
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
234
1020
|
|
|
235
|
-
## [0.0.2-next.19](https://github.com/
|
|
1021
|
+
## [0.0.2-next.19](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.2-next.18...crypto-v0.0.2-next.19) (2025-09-30)
|
|
236
1022
|
|
|
237
1023
|
|
|
238
1024
|
### Miscellaneous Chores
|
|
@@ -250,7 +1036,7 @@
|
|
|
250
1036
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
251
1037
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
252
1038
|
|
|
253
|
-
## [0.0.2-next.18](https://github.com/
|
|
1039
|
+
## [0.0.2-next.18](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.2-next.17...crypto-v0.0.2-next.18) (2025-09-29)
|
|
254
1040
|
|
|
255
1041
|
|
|
256
1042
|
### Miscellaneous Chores
|
|
@@ -268,7 +1054,7 @@
|
|
|
268
1054
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
269
1055
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
270
1056
|
|
|
271
|
-
## [0.0.2-next.17](https://github.com/
|
|
1057
|
+
## [0.0.2-next.17](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.2-next.16...crypto-v0.0.2-next.17) (2025-09-29)
|
|
272
1058
|
|
|
273
1059
|
|
|
274
1060
|
### Miscellaneous Chores
|
|
@@ -286,7 +1072,7 @@
|
|
|
286
1072
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
287
1073
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
288
1074
|
|
|
289
|
-
## [0.0.2-next.16](https://github.com/
|
|
1075
|
+
## [0.0.2-next.16](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.2-next.15...crypto-v0.0.2-next.16) (2025-09-28)
|
|
290
1076
|
|
|
291
1077
|
|
|
292
1078
|
### Miscellaneous Chores
|
|
@@ -304,7 +1090,7 @@
|
|
|
304
1090
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
305
1091
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
306
1092
|
|
|
307
|
-
## [0.0.2-next.15](https://github.com/
|
|
1093
|
+
## [0.0.2-next.15](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.2-next.14...crypto-v0.0.2-next.15) (2025-09-22)
|
|
308
1094
|
|
|
309
1095
|
|
|
310
1096
|
### Miscellaneous Chores
|
|
@@ -322,7 +1108,7 @@
|
|
|
322
1108
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
323
1109
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
324
1110
|
|
|
325
|
-
## [0.0.2-next.14](https://github.com/
|
|
1111
|
+
## [0.0.2-next.14](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.2-next.13...crypto-v0.0.2-next.14) (2025-09-22)
|
|
326
1112
|
|
|
327
1113
|
|
|
328
1114
|
### Miscellaneous Chores
|
|
@@ -340,7 +1126,7 @@
|
|
|
340
1126
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
341
1127
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
342
1128
|
|
|
343
|
-
## [0.0.2-next.13](https://github.com/
|
|
1129
|
+
## [0.0.2-next.13](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.2-next.12...crypto-v0.0.2-next.13) (2025-09-22)
|
|
344
1130
|
|
|
345
1131
|
|
|
346
1132
|
### Miscellaneous Chores
|
|
@@ -358,7 +1144,7 @@
|
|
|
358
1144
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
359
1145
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
360
1146
|
|
|
361
|
-
## [0.0.2-next.12](https://github.com/
|
|
1147
|
+
## [0.0.2-next.12](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.2-next.11...crypto-v0.0.2-next.12) (2025-09-15)
|
|
362
1148
|
|
|
363
1149
|
|
|
364
1150
|
### Miscellaneous Chores
|
|
@@ -376,7 +1162,7 @@
|
|
|
376
1162
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
377
1163
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
378
1164
|
|
|
379
|
-
## [0.0.2-next.11](https://github.com/
|
|
1165
|
+
## [0.0.2-next.11](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.2-next.10...crypto-v0.0.2-next.11) (2025-09-15)
|
|
380
1166
|
|
|
381
1167
|
|
|
382
1168
|
### Miscellaneous Chores
|
|
@@ -394,7 +1180,7 @@
|
|
|
394
1180
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
395
1181
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
396
1182
|
|
|
397
|
-
## [0.0.2-next.10](https://github.com/
|
|
1183
|
+
## [0.0.2-next.10](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.2-next.9...crypto-v0.0.2-next.10) (2025-09-11)
|
|
398
1184
|
|
|
399
1185
|
|
|
400
1186
|
### Miscellaneous Chores
|
|
@@ -412,12 +1198,12 @@
|
|
|
412
1198
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
413
1199
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
414
1200
|
|
|
415
|
-
## [0.0.2-next.9](https://github.com/
|
|
1201
|
+
## [0.0.2-next.9](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.2-next.8...crypto-v0.0.2-next.9) (2025-09-08)
|
|
416
1202
|
|
|
417
1203
|
|
|
418
1204
|
### Features
|
|
419
1205
|
|
|
420
|
-
* add mnemonic validation ([4b43491](https://github.com/
|
|
1206
|
+
* add mnemonic validation ([4b43491](https://github.com/iotaledger/twin-framework/commit/4b43491cf04bb626c27faea66e5c74b3971b111d))
|
|
421
1207
|
|
|
422
1208
|
|
|
423
1209
|
### Dependencies
|
|
@@ -430,7 +1216,7 @@
|
|
|
430
1216
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
431
1217
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
432
1218
|
|
|
433
|
-
## [0.0.2-next.8](https://github.com/
|
|
1219
|
+
## [0.0.2-next.8](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.2-next.7...crypto-v0.0.2-next.8) (2025-09-05)
|
|
434
1220
|
|
|
435
1221
|
|
|
436
1222
|
### Miscellaneous Chores
|
|
@@ -448,12 +1234,12 @@
|
|
|
448
1234
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
449
1235
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
450
1236
|
|
|
451
|
-
## [0.0.2-next.7](https://github.com/
|
|
1237
|
+
## [0.0.2-next.7](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.2-next.6...crypto-v0.0.2-next.7) (2025-08-29)
|
|
452
1238
|
|
|
453
1239
|
|
|
454
1240
|
### Features
|
|
455
1241
|
|
|
456
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
1242
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
457
1243
|
|
|
458
1244
|
|
|
459
1245
|
### Dependencies
|
|
@@ -466,7 +1252,7 @@
|
|
|
466
1252
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
467
1253
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
468
1254
|
|
|
469
|
-
## [0.0.2-next.6](https://github.com/
|
|
1255
|
+
## [0.0.2-next.6](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.2-next.5...crypto-v0.0.2-next.6) (2025-08-27)
|
|
470
1256
|
|
|
471
1257
|
|
|
472
1258
|
### Miscellaneous Chores
|
|
@@ -484,12 +1270,12 @@
|
|
|
484
1270
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
485
1271
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
486
1272
|
|
|
487
|
-
## [0.0.2-next.5](https://github.com/
|
|
1273
|
+
## [0.0.2-next.5](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.2-next.4...crypto-v0.0.2-next.5) (2025-08-19)
|
|
488
1274
|
|
|
489
1275
|
|
|
490
1276
|
### Features
|
|
491
1277
|
|
|
492
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
1278
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
493
1279
|
|
|
494
1280
|
|
|
495
1281
|
### Dependencies
|
|
@@ -502,12 +1288,12 @@
|
|
|
502
1288
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
503
1289
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
504
1290
|
|
|
505
|
-
## [0.0.2-next.4](https://github.com/
|
|
1291
|
+
## [0.0.2-next.4](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.2-next.3...crypto-v0.0.2-next.4) (2025-08-15)
|
|
506
1292
|
|
|
507
1293
|
|
|
508
1294
|
### Features
|
|
509
1295
|
|
|
510
|
-
* additional RSA methods and async ([1fceee2](https://github.com/
|
|
1296
|
+
* additional RSA methods and async ([1fceee2](https://github.com/iotaledger/twin-framework/commit/1fceee2d1248a24a7620846025fcf906495c07f4))
|
|
511
1297
|
|
|
512
1298
|
|
|
513
1299
|
### Dependencies
|
|
@@ -520,18 +1306,18 @@
|
|
|
520
1306
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
521
1307
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
522
1308
|
|
|
523
|
-
## [0.0.2-next.3](https://github.com/
|
|
1309
|
+
## [0.0.2-next.3](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.2-next.2...crypto-v0.0.2-next.3) (2025-08-06)
|
|
524
1310
|
|
|
525
1311
|
|
|
526
1312
|
### Features
|
|
527
1313
|
|
|
528
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
529
|
-
* add rsa cipher support ([7af6cc6](https://github.com/
|
|
530
|
-
* add RSA support for public key components ([7126259](https://github.com/
|
|
531
|
-
* change method accessibility ([c1b77fc](https://github.com/
|
|
532
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
533
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
534
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1314
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1315
|
+
* add rsa cipher support ([7af6cc6](https://github.com/iotaledger/twin-framework/commit/7af6cc67512d3363bd4a2f2e87bd7733c2800147))
|
|
1316
|
+
* add RSA support for public key components ([7126259](https://github.com/iotaledger/twin-framework/commit/7126259103b758c291e52a8a03818eb822d1aad1))
|
|
1317
|
+
* change method accessibility ([c1b77fc](https://github.com/iotaledger/twin-framework/commit/c1b77fcfb61c092a01c97aebb2fe2dc2bbaa221b))
|
|
1318
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1319
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
1320
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
535
1321
|
|
|
536
1322
|
|
|
537
1323
|
### Dependencies
|
|
@@ -544,17 +1330,17 @@
|
|
|
544
1330
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
545
1331
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
546
1332
|
|
|
547
|
-
## [0.0.2-next.2](https://github.com/
|
|
1333
|
+
## [0.0.2-next.2](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.2-next.1...crypto-v0.0.2-next.2) (2025-08-06)
|
|
548
1334
|
|
|
549
1335
|
|
|
550
1336
|
### Features
|
|
551
1337
|
|
|
552
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
553
|
-
* add rsa cipher support ([7af6cc6](https://github.com/
|
|
554
|
-
* change method accessibility ([c1b77fc](https://github.com/
|
|
555
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
556
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
557
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1338
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1339
|
+
* add rsa cipher support ([7af6cc6](https://github.com/iotaledger/twin-framework/commit/7af6cc67512d3363bd4a2f2e87bd7733c2800147))
|
|
1340
|
+
* change method accessibility ([c1b77fc](https://github.com/iotaledger/twin-framework/commit/c1b77fcfb61c092a01c97aebb2fe2dc2bbaa221b))
|
|
1341
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1342
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
1343
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
558
1344
|
|
|
559
1345
|
|
|
560
1346
|
### Dependencies
|
|
@@ -567,16 +1353,16 @@
|
|
|
567
1353
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
568
1354
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
569
1355
|
|
|
570
|
-
## [0.0.2-next.1](https://github.com/
|
|
1356
|
+
## [0.0.2-next.1](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.2-next.0...crypto-v0.0.2-next.1) (2025-08-06)
|
|
571
1357
|
|
|
572
1358
|
|
|
573
1359
|
### Features
|
|
574
1360
|
|
|
575
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
576
|
-
* add rsa cipher support ([7af6cc6](https://github.com/
|
|
577
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
578
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
579
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1361
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1362
|
+
* add rsa cipher support ([7af6cc6](https://github.com/iotaledger/twin-framework/commit/7af6cc67512d3363bd4a2f2e87bd7733c2800147))
|
|
1363
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1364
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
1365
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
580
1366
|
|
|
581
1367
|
|
|
582
1368
|
### Dependencies
|
|
@@ -594,8 +1380,8 @@
|
|
|
594
1380
|
|
|
595
1381
|
### Features
|
|
596
1382
|
|
|
597
|
-
* release to production ([829d53d](https://github.com/
|
|
598
|
-
* release to production ([5cf3a76](https://github.com/
|
|
1383
|
+
* release to production ([829d53d](https://github.com/iotaledger/twin-framework/commit/829d53d3953b1e1b40b0243c04cfdfd3842aac7b))
|
|
1384
|
+
* release to production ([5cf3a76](https://github.com/iotaledger/twin-framework/commit/5cf3a76a09eff2e6414d0cba846c7c37400a11d6))
|
|
599
1385
|
|
|
600
1386
|
|
|
601
1387
|
### Dependencies
|
|
@@ -608,14 +1394,14 @@
|
|
|
608
1394
|
* @twin.org/nameof-transformer bumped from ^0.0.0 to ^0.0.1
|
|
609
1395
|
* @twin.org/nameof-vitest-plugin bumped from ^0.0.0 to ^0.0.1
|
|
610
1396
|
|
|
611
|
-
## [0.0.1-next.70](https://github.com/
|
|
1397
|
+
## [0.0.1-next.70](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.1-next.69...crypto-v0.0.1-next.70) (2025-07-02)
|
|
612
1398
|
|
|
613
1399
|
|
|
614
1400
|
### Features
|
|
615
1401
|
|
|
616
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
617
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
618
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1402
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1403
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1404
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
619
1405
|
|
|
620
1406
|
|
|
621
1407
|
### Dependencies
|
|
@@ -628,14 +1414,14 @@
|
|
|
628
1414
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
629
1415
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
630
1416
|
|
|
631
|
-
## [0.0.1-next.69](https://github.com/
|
|
1417
|
+
## [0.0.1-next.69](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.1-next.68...crypto-v0.0.1-next.69) (2025-07-02)
|
|
632
1418
|
|
|
633
1419
|
|
|
634
1420
|
### Features
|
|
635
1421
|
|
|
636
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
637
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
638
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1422
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1423
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1424
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
639
1425
|
|
|
640
1426
|
|
|
641
1427
|
### Dependencies
|
|
@@ -648,12 +1434,12 @@
|
|
|
648
1434
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
649
1435
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
650
1436
|
|
|
651
|
-
## [0.0.1-next.68](https://github.com/
|
|
1437
|
+
## [0.0.1-next.68](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.1-next.67...crypto-v0.0.1-next.68) (2025-07-02)
|
|
652
1438
|
|
|
653
1439
|
|
|
654
1440
|
### Features
|
|
655
1441
|
|
|
656
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
1442
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
657
1443
|
|
|
658
1444
|
|
|
659
1445
|
### Dependencies
|
|
@@ -666,7 +1452,7 @@
|
|
|
666
1452
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
667
1453
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
668
1454
|
|
|
669
|
-
## [0.0.1-next.67](https://github.com/
|
|
1455
|
+
## [0.0.1-next.67](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.1-next.66...crypto-v0.0.1-next.67) (2025-06-26)
|
|
670
1456
|
|
|
671
1457
|
|
|
672
1458
|
### Miscellaneous Chores
|
|
@@ -680,7 +1466,7 @@
|
|
|
680
1466
|
* dependencies
|
|
681
1467
|
* @twin.org/core bumped from 0.0.1-next.66 to 0.0.1-next.67
|
|
682
1468
|
|
|
683
|
-
## [0.0.1-next.66](https://github.com/
|
|
1469
|
+
## [0.0.1-next.66](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.1-next.65...crypto-v0.0.1-next.66) (2025-06-26)
|
|
684
1470
|
|
|
685
1471
|
|
|
686
1472
|
### Miscellaneous Chores
|
|
@@ -694,7 +1480,7 @@
|
|
|
694
1480
|
* dependencies
|
|
695
1481
|
* @twin.org/core bumped from 0.0.1-next.65 to 0.0.1-next.66
|
|
696
1482
|
|
|
697
|
-
## [0.0.1-next.65](https://github.com/
|
|
1483
|
+
## [0.0.1-next.65](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.1-next.64...crypto-v0.0.1-next.65) (2025-06-19)
|
|
698
1484
|
|
|
699
1485
|
|
|
700
1486
|
### Miscellaneous Chores
|
|
@@ -708,7 +1494,7 @@
|
|
|
708
1494
|
* dependencies
|
|
709
1495
|
* @twin.org/core bumped from 0.0.1-next.64 to 0.0.1-next.65
|
|
710
1496
|
|
|
711
|
-
## [0.0.1-next.64](https://github.com/
|
|
1497
|
+
## [0.0.1-next.64](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.1-next.63...crypto-v0.0.1-next.64) (2025-06-19)
|
|
712
1498
|
|
|
713
1499
|
|
|
714
1500
|
### Miscellaneous Chores
|
|
@@ -722,7 +1508,7 @@
|
|
|
722
1508
|
* dependencies
|
|
723
1509
|
* @twin.org/core bumped from 0.0.1-next.63 to 0.0.1-next.64
|
|
724
1510
|
|
|
725
|
-
## [0.0.1-next.63](https://github.com/
|
|
1511
|
+
## [0.0.1-next.63](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.1-next.62...crypto-v0.0.1-next.63) (2025-06-18)
|
|
726
1512
|
|
|
727
1513
|
|
|
728
1514
|
### Miscellaneous Chores
|
|
@@ -736,13 +1522,13 @@
|
|
|
736
1522
|
* dependencies
|
|
737
1523
|
* @twin.org/core bumped from 0.0.1-next.62 to 0.0.1-next.63
|
|
738
1524
|
|
|
739
|
-
## [0.0.1-next.62](https://github.com/
|
|
1525
|
+
## [0.0.1-next.62](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.1-next.61...crypto-v0.0.1-next.62) (2025-06-17)
|
|
740
1526
|
|
|
741
1527
|
|
|
742
1528
|
### Features
|
|
743
1529
|
|
|
744
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
745
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1530
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1531
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
746
1532
|
|
|
747
1533
|
|
|
748
1534
|
### Dependencies
|
|
@@ -751,7 +1537,7 @@
|
|
|
751
1537
|
* dependencies
|
|
752
1538
|
* @twin.org/core bumped from 0.0.1-next.61 to 0.0.1-next.62
|
|
753
1539
|
|
|
754
|
-
## [0.0.1-next.61](https://github.com/
|
|
1540
|
+
## [0.0.1-next.61](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.1-next.60...crypto-v0.0.1-next.61) (2025-06-17)
|
|
755
1541
|
|
|
756
1542
|
|
|
757
1543
|
### Miscellaneous Chores
|
|
@@ -765,7 +1551,7 @@
|
|
|
765
1551
|
* dependencies
|
|
766
1552
|
* @twin.org/core bumped from 0.0.1-next.60 to 0.0.1-next.61
|
|
767
1553
|
|
|
768
|
-
## [0.0.1-next.60](https://github.com/
|
|
1554
|
+
## [0.0.1-next.60](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.1-next.59...crypto-v0.0.1-next.60) (2025-06-17)
|
|
769
1555
|
|
|
770
1556
|
|
|
771
1557
|
### Miscellaneous Chores
|
|
@@ -779,7 +1565,7 @@
|
|
|
779
1565
|
* dependencies
|
|
780
1566
|
* @twin.org/core bumped from 0.0.1-next.59 to 0.0.1-next.60
|
|
781
1567
|
|
|
782
|
-
## [0.0.1-next.59](https://github.com/
|
|
1568
|
+
## [0.0.1-next.59](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.1-next.58...crypto-v0.0.1-next.59) (2025-06-17)
|
|
783
1569
|
|
|
784
1570
|
|
|
785
1571
|
### Miscellaneous Chores
|
|
@@ -793,7 +1579,7 @@
|
|
|
793
1579
|
* dependencies
|
|
794
1580
|
* @twin.org/core bumped from 0.0.1-next.58 to 0.0.1-next.59
|
|
795
1581
|
|
|
796
|
-
## [0.0.1-next.58](https://github.com/
|
|
1582
|
+
## [0.0.1-next.58](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.1-next.57...crypto-v0.0.1-next.58) (2025-06-13)
|
|
797
1583
|
|
|
798
1584
|
|
|
799
1585
|
### Miscellaneous Chores
|
|
@@ -807,12 +1593,12 @@
|
|
|
807
1593
|
* dependencies
|
|
808
1594
|
* @twin.org/core bumped from 0.0.1-next.57 to 0.0.1-next.58
|
|
809
1595
|
|
|
810
|
-
## [0.0.1-next.57](https://github.com/
|
|
1596
|
+
## [0.0.1-next.57](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.1-next.56...crypto-v0.0.1-next.57) (2025-06-10)
|
|
811
1597
|
|
|
812
1598
|
|
|
813
1599
|
### Features
|
|
814
1600
|
|
|
815
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
1601
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
816
1602
|
|
|
817
1603
|
|
|
818
1604
|
### Dependencies
|
|
@@ -821,7 +1607,7 @@
|
|
|
821
1607
|
* dependencies
|
|
822
1608
|
* @twin.org/core bumped from 0.0.1-next.56 to 0.0.1-next.57
|
|
823
1609
|
|
|
824
|
-
## [0.0.1-next.56](https://github.com/
|
|
1610
|
+
## [0.0.1-next.56](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.1-next.55...crypto-v0.0.1-next.56) (2025-05-08)
|
|
825
1611
|
|
|
826
1612
|
|
|
827
1613
|
### Miscellaneous Chores
|
|
@@ -835,7 +1621,7 @@
|
|
|
835
1621
|
* dependencies
|
|
836
1622
|
* @twin.org/core bumped from 0.0.1-next.55 to 0.0.1-next.56
|
|
837
1623
|
|
|
838
|
-
## [0.0.1-next.55](https://github.com/
|
|
1624
|
+
## [0.0.1-next.55](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.1-next.54...crypto-v0.0.1-next.55) (2025-05-07)
|
|
839
1625
|
|
|
840
1626
|
|
|
841
1627
|
### Miscellaneous Chores
|
|
@@ -849,7 +1635,7 @@
|
|
|
849
1635
|
* dependencies
|
|
850
1636
|
* @twin.org/core bumped from 0.0.1-next.54 to 0.0.1-next.55
|
|
851
1637
|
|
|
852
|
-
## [0.0.1-next.54](https://github.com/
|
|
1638
|
+
## [0.0.1-next.54](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.1-next.53...crypto-v0.0.1-next.54) (2025-05-06)
|
|
853
1639
|
|
|
854
1640
|
|
|
855
1641
|
### Miscellaneous Chores
|
|
@@ -863,7 +1649,7 @@
|
|
|
863
1649
|
* dependencies
|
|
864
1650
|
* @twin.org/core bumped from 0.0.1-next.53 to 0.0.1-next.54
|
|
865
1651
|
|
|
866
|
-
## [0.0.1-next.53](https://github.com/
|
|
1652
|
+
## [0.0.1-next.53](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.1-next.52...crypto-v0.0.1-next.53) (2025-05-01)
|
|
867
1653
|
|
|
868
1654
|
|
|
869
1655
|
### Miscellaneous Chores
|
|
@@ -877,12 +1663,12 @@
|
|
|
877
1663
|
* dependencies
|
|
878
1664
|
* @twin.org/core bumped from 0.0.1-next.52 to 0.0.1-next.53
|
|
879
1665
|
|
|
880
|
-
## [0.0.1-next.52](https://github.com/
|
|
1666
|
+
## [0.0.1-next.52](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.1-next.51...crypto-v0.0.1-next.52) (2025-04-17)
|
|
881
1667
|
|
|
882
1668
|
|
|
883
1669
|
### Features
|
|
884
1670
|
|
|
885
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1671
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
886
1672
|
|
|
887
1673
|
|
|
888
1674
|
### Dependencies
|
|
@@ -891,7 +1677,7 @@
|
|
|
891
1677
|
* dependencies
|
|
892
1678
|
* @twin.org/core bumped from 0.0.1-next.51 to 0.0.1-next.52
|
|
893
1679
|
|
|
894
|
-
## [0.0.1-next.51](https://github.com/
|
|
1680
|
+
## [0.0.1-next.51](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.1-next.50...crypto-v0.0.1-next.51) (2025-03-27)
|
|
895
1681
|
|
|
896
1682
|
|
|
897
1683
|
### Miscellaneous Chores
|
|
@@ -905,7 +1691,7 @@
|
|
|
905
1691
|
* dependencies
|
|
906
1692
|
* @twin.org/core bumped from 0.0.1-next.50 to 0.0.1-next.51
|
|
907
1693
|
|
|
908
|
-
## [0.0.1-next.50](https://github.com/
|
|
1694
|
+
## [0.0.1-next.50](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.1-next.49...crypto-v0.0.1-next.50) (2025-03-26)
|
|
909
1695
|
|
|
910
1696
|
|
|
911
1697
|
### Miscellaneous Chores
|