@twin.org/crypto 0.0.3-next.9 → 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 +882 -115
- 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,773 @@
|
|
|
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)
|
|
4
771
|
|
|
5
772
|
|
|
6
773
|
### Miscellaneous Chores
|
|
@@ -19,7 +786,7 @@
|
|
|
19
786
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
20
787
|
* @twin.org/validate-locales bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
21
788
|
|
|
22
|
-
## [0.0.3-next.8](https://github.com/
|
|
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)
|
|
23
790
|
|
|
24
791
|
|
|
25
792
|
### Miscellaneous Chores
|
|
@@ -38,24 +805,24 @@
|
|
|
38
805
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
39
806
|
* @twin.org/validate-locales bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
40
807
|
|
|
41
|
-
## [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)
|
|
42
809
|
|
|
43
810
|
|
|
44
811
|
### Features
|
|
45
812
|
|
|
46
|
-
* add context id features ([#206](https://github.com/
|
|
47
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
48
|
-
* add mnemonic validation ([4b43491](https://github.com/
|
|
49
|
-
* add rsa cipher support ([7af6cc6](https://github.com/
|
|
50
|
-
* add RSA support for public key components ([7126259](https://github.com/
|
|
51
|
-
* additional RSA methods and async ([1fceee2](https://github.com/
|
|
52
|
-
* change method accessibility ([c1b77fc](https://github.com/
|
|
53
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
54
|
-
* locales validation ([#197](https://github.com/
|
|
55
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
56
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
57
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
58
|
-
* 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))
|
|
59
826
|
|
|
60
827
|
|
|
61
828
|
### Dependencies
|
|
@@ -69,7 +836,7 @@
|
|
|
69
836
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
70
837
|
* @twin.org/validate-locales bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
71
838
|
|
|
72
|
-
## [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)
|
|
73
840
|
|
|
74
841
|
|
|
75
842
|
### Miscellaneous Chores
|
|
@@ -88,7 +855,7 @@
|
|
|
88
855
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
89
856
|
* @twin.org/validate-locales bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
90
857
|
|
|
91
|
-
## [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)
|
|
92
859
|
|
|
93
860
|
|
|
94
861
|
### Miscellaneous Chores
|
|
@@ -107,7 +874,7 @@
|
|
|
107
874
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
108
875
|
* @twin.org/validate-locales bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
109
876
|
|
|
110
|
-
## [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)
|
|
111
878
|
|
|
112
879
|
|
|
113
880
|
### Miscellaneous Chores
|
|
@@ -126,7 +893,7 @@
|
|
|
126
893
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
127
894
|
* @twin.org/validate-locales bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
128
895
|
|
|
129
|
-
## [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)
|
|
130
897
|
|
|
131
898
|
|
|
132
899
|
### Miscellaneous Chores
|
|
@@ -145,7 +912,7 @@
|
|
|
145
912
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
146
913
|
* @twin.org/validate-locales bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
147
914
|
|
|
148
|
-
## [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)
|
|
149
916
|
|
|
150
917
|
|
|
151
918
|
### Miscellaneous Chores
|
|
@@ -164,24 +931,24 @@
|
|
|
164
931
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
165
932
|
* @twin.org/validate-locales bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
166
933
|
|
|
167
|
-
## [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)
|
|
168
935
|
|
|
169
936
|
|
|
170
937
|
### Features
|
|
171
938
|
|
|
172
|
-
* add context id features ([#206](https://github.com/
|
|
173
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
174
|
-
* add mnemonic validation ([4b43491](https://github.com/
|
|
175
|
-
* add rsa cipher support ([7af6cc6](https://github.com/
|
|
176
|
-
* add RSA support for public key components ([7126259](https://github.com/
|
|
177
|
-
* additional RSA methods and async ([1fceee2](https://github.com/
|
|
178
|
-
* change method accessibility ([c1b77fc](https://github.com/
|
|
179
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
180
|
-
* locales validation ([#197](https://github.com/
|
|
181
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
182
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
183
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
184
|
-
* 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))
|
|
185
952
|
|
|
186
953
|
|
|
187
954
|
### Dependencies
|
|
@@ -195,7 +962,7 @@
|
|
|
195
962
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
196
963
|
* @twin.org/validate-locales bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
197
964
|
|
|
198
|
-
## [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)
|
|
199
966
|
|
|
200
967
|
|
|
201
968
|
### Miscellaneous Chores
|
|
@@ -214,12 +981,12 @@
|
|
|
214
981
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
215
982
|
* @twin.org/validate-locales bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
216
983
|
|
|
217
|
-
## [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)
|
|
218
985
|
|
|
219
986
|
|
|
220
987
|
### Features
|
|
221
988
|
|
|
222
|
-
* 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))
|
|
223
990
|
|
|
224
991
|
|
|
225
992
|
### Dependencies
|
|
@@ -233,7 +1000,7 @@
|
|
|
233
1000
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
234
1001
|
* @twin.org/validate-locales bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
235
1002
|
|
|
236
|
-
## [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)
|
|
237
1004
|
|
|
238
1005
|
|
|
239
1006
|
### Miscellaneous Chores
|
|
@@ -251,7 +1018,7 @@
|
|
|
251
1018
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
252
1019
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
253
1020
|
|
|
254
|
-
## [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)
|
|
255
1022
|
|
|
256
1023
|
|
|
257
1024
|
### Miscellaneous Chores
|
|
@@ -269,7 +1036,7 @@
|
|
|
269
1036
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
270
1037
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
271
1038
|
|
|
272
|
-
## [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)
|
|
273
1040
|
|
|
274
1041
|
|
|
275
1042
|
### Miscellaneous Chores
|
|
@@ -287,7 +1054,7 @@
|
|
|
287
1054
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
288
1055
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
289
1056
|
|
|
290
|
-
## [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)
|
|
291
1058
|
|
|
292
1059
|
|
|
293
1060
|
### Miscellaneous Chores
|
|
@@ -305,7 +1072,7 @@
|
|
|
305
1072
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
306
1073
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
307
1074
|
|
|
308
|
-
## [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)
|
|
309
1076
|
|
|
310
1077
|
|
|
311
1078
|
### Miscellaneous Chores
|
|
@@ -323,7 +1090,7 @@
|
|
|
323
1090
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
324
1091
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
325
1092
|
|
|
326
|
-
## [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)
|
|
327
1094
|
|
|
328
1095
|
|
|
329
1096
|
### Miscellaneous Chores
|
|
@@ -341,7 +1108,7 @@
|
|
|
341
1108
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
342
1109
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
343
1110
|
|
|
344
|
-
## [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)
|
|
345
1112
|
|
|
346
1113
|
|
|
347
1114
|
### Miscellaneous Chores
|
|
@@ -359,7 +1126,7 @@
|
|
|
359
1126
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
360
1127
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
361
1128
|
|
|
362
|
-
## [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)
|
|
363
1130
|
|
|
364
1131
|
|
|
365
1132
|
### Miscellaneous Chores
|
|
@@ -377,7 +1144,7 @@
|
|
|
377
1144
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
378
1145
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
379
1146
|
|
|
380
|
-
## [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)
|
|
381
1148
|
|
|
382
1149
|
|
|
383
1150
|
### Miscellaneous Chores
|
|
@@ -395,7 +1162,7 @@
|
|
|
395
1162
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
396
1163
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
397
1164
|
|
|
398
|
-
## [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)
|
|
399
1166
|
|
|
400
1167
|
|
|
401
1168
|
### Miscellaneous Chores
|
|
@@ -413,7 +1180,7 @@
|
|
|
413
1180
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
414
1181
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
415
1182
|
|
|
416
|
-
## [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)
|
|
417
1184
|
|
|
418
1185
|
|
|
419
1186
|
### Miscellaneous Chores
|
|
@@ -431,12 +1198,12 @@
|
|
|
431
1198
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
432
1199
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
433
1200
|
|
|
434
|
-
## [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)
|
|
435
1202
|
|
|
436
1203
|
|
|
437
1204
|
### Features
|
|
438
1205
|
|
|
439
|
-
* add mnemonic validation ([4b43491](https://github.com/
|
|
1206
|
+
* add mnemonic validation ([4b43491](https://github.com/iotaledger/twin-framework/commit/4b43491cf04bb626c27faea66e5c74b3971b111d))
|
|
440
1207
|
|
|
441
1208
|
|
|
442
1209
|
### Dependencies
|
|
@@ -449,7 +1216,7 @@
|
|
|
449
1216
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
450
1217
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
451
1218
|
|
|
452
|
-
## [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)
|
|
453
1220
|
|
|
454
1221
|
|
|
455
1222
|
### Miscellaneous Chores
|
|
@@ -467,12 +1234,12 @@
|
|
|
467
1234
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
468
1235
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
469
1236
|
|
|
470
|
-
## [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)
|
|
471
1238
|
|
|
472
1239
|
|
|
473
1240
|
### Features
|
|
474
1241
|
|
|
475
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
1242
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
476
1243
|
|
|
477
1244
|
|
|
478
1245
|
### Dependencies
|
|
@@ -485,7 +1252,7 @@
|
|
|
485
1252
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
486
1253
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
487
1254
|
|
|
488
|
-
## [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)
|
|
489
1256
|
|
|
490
1257
|
|
|
491
1258
|
### Miscellaneous Chores
|
|
@@ -503,12 +1270,12 @@
|
|
|
503
1270
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
504
1271
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
505
1272
|
|
|
506
|
-
## [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)
|
|
507
1274
|
|
|
508
1275
|
|
|
509
1276
|
### Features
|
|
510
1277
|
|
|
511
|
-
* 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))
|
|
512
1279
|
|
|
513
1280
|
|
|
514
1281
|
### Dependencies
|
|
@@ -521,12 +1288,12 @@
|
|
|
521
1288
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
522
1289
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
523
1290
|
|
|
524
|
-
## [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)
|
|
525
1292
|
|
|
526
1293
|
|
|
527
1294
|
### Features
|
|
528
1295
|
|
|
529
|
-
* additional RSA methods and async ([1fceee2](https://github.com/
|
|
1296
|
+
* additional RSA methods and async ([1fceee2](https://github.com/iotaledger/twin-framework/commit/1fceee2d1248a24a7620846025fcf906495c07f4))
|
|
530
1297
|
|
|
531
1298
|
|
|
532
1299
|
### Dependencies
|
|
@@ -539,18 +1306,18 @@
|
|
|
539
1306
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
540
1307
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
541
1308
|
|
|
542
|
-
## [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)
|
|
543
1310
|
|
|
544
1311
|
|
|
545
1312
|
### Features
|
|
546
1313
|
|
|
547
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
548
|
-
* add rsa cipher support ([7af6cc6](https://github.com/
|
|
549
|
-
* add RSA support for public key components ([7126259](https://github.com/
|
|
550
|
-
* change method accessibility ([c1b77fc](https://github.com/
|
|
551
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
552
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
553
|
-
* 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))
|
|
554
1321
|
|
|
555
1322
|
|
|
556
1323
|
### Dependencies
|
|
@@ -563,17 +1330,17 @@
|
|
|
563
1330
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
564
1331
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
565
1332
|
|
|
566
|
-
## [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)
|
|
567
1334
|
|
|
568
1335
|
|
|
569
1336
|
### Features
|
|
570
1337
|
|
|
571
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
572
|
-
* add rsa cipher support ([7af6cc6](https://github.com/
|
|
573
|
-
* change method accessibility ([c1b77fc](https://github.com/
|
|
574
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
575
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
576
|
-
* 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))
|
|
577
1344
|
|
|
578
1345
|
|
|
579
1346
|
### Dependencies
|
|
@@ -586,16 +1353,16 @@
|
|
|
586
1353
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
587
1354
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
588
1355
|
|
|
589
|
-
## [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)
|
|
590
1357
|
|
|
591
1358
|
|
|
592
1359
|
### Features
|
|
593
1360
|
|
|
594
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
595
|
-
* add rsa cipher support ([7af6cc6](https://github.com/
|
|
596
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
597
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
598
|
-
* 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))
|
|
599
1366
|
|
|
600
1367
|
|
|
601
1368
|
### Dependencies
|
|
@@ -613,8 +1380,8 @@
|
|
|
613
1380
|
|
|
614
1381
|
### Features
|
|
615
1382
|
|
|
616
|
-
* release to production ([829d53d](https://github.com/
|
|
617
|
-
* 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))
|
|
618
1385
|
|
|
619
1386
|
|
|
620
1387
|
### Dependencies
|
|
@@ -627,14 +1394,14 @@
|
|
|
627
1394
|
* @twin.org/nameof-transformer bumped from ^0.0.0 to ^0.0.1
|
|
628
1395
|
* @twin.org/nameof-vitest-plugin bumped from ^0.0.0 to ^0.0.1
|
|
629
1396
|
|
|
630
|
-
## [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)
|
|
631
1398
|
|
|
632
1399
|
|
|
633
1400
|
### Features
|
|
634
1401
|
|
|
635
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
636
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
637
|
-
* 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))
|
|
638
1405
|
|
|
639
1406
|
|
|
640
1407
|
### Dependencies
|
|
@@ -647,14 +1414,14 @@
|
|
|
647
1414
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
648
1415
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
649
1416
|
|
|
650
|
-
## [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)
|
|
651
1418
|
|
|
652
1419
|
|
|
653
1420
|
### Features
|
|
654
1421
|
|
|
655
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
656
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
657
|
-
* 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))
|
|
658
1425
|
|
|
659
1426
|
|
|
660
1427
|
### Dependencies
|
|
@@ -667,12 +1434,12 @@
|
|
|
667
1434
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
668
1435
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
669
1436
|
|
|
670
|
-
## [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)
|
|
671
1438
|
|
|
672
1439
|
|
|
673
1440
|
### Features
|
|
674
1441
|
|
|
675
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
1442
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
676
1443
|
|
|
677
1444
|
|
|
678
1445
|
### Dependencies
|
|
@@ -685,7 +1452,7 @@
|
|
|
685
1452
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
686
1453
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
687
1454
|
|
|
688
|
-
## [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)
|
|
689
1456
|
|
|
690
1457
|
|
|
691
1458
|
### Miscellaneous Chores
|
|
@@ -699,7 +1466,7 @@
|
|
|
699
1466
|
* dependencies
|
|
700
1467
|
* @twin.org/core bumped from 0.0.1-next.66 to 0.0.1-next.67
|
|
701
1468
|
|
|
702
|
-
## [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)
|
|
703
1470
|
|
|
704
1471
|
|
|
705
1472
|
### Miscellaneous Chores
|
|
@@ -713,7 +1480,7 @@
|
|
|
713
1480
|
* dependencies
|
|
714
1481
|
* @twin.org/core bumped from 0.0.1-next.65 to 0.0.1-next.66
|
|
715
1482
|
|
|
716
|
-
## [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)
|
|
717
1484
|
|
|
718
1485
|
|
|
719
1486
|
### Miscellaneous Chores
|
|
@@ -727,7 +1494,7 @@
|
|
|
727
1494
|
* dependencies
|
|
728
1495
|
* @twin.org/core bumped from 0.0.1-next.64 to 0.0.1-next.65
|
|
729
1496
|
|
|
730
|
-
## [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)
|
|
731
1498
|
|
|
732
1499
|
|
|
733
1500
|
### Miscellaneous Chores
|
|
@@ -741,7 +1508,7 @@
|
|
|
741
1508
|
* dependencies
|
|
742
1509
|
* @twin.org/core bumped from 0.0.1-next.63 to 0.0.1-next.64
|
|
743
1510
|
|
|
744
|
-
## [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)
|
|
745
1512
|
|
|
746
1513
|
|
|
747
1514
|
### Miscellaneous Chores
|
|
@@ -755,13 +1522,13 @@
|
|
|
755
1522
|
* dependencies
|
|
756
1523
|
* @twin.org/core bumped from 0.0.1-next.62 to 0.0.1-next.63
|
|
757
1524
|
|
|
758
|
-
## [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)
|
|
759
1526
|
|
|
760
1527
|
|
|
761
1528
|
### Features
|
|
762
1529
|
|
|
763
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
764
|
-
* 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))
|
|
765
1532
|
|
|
766
1533
|
|
|
767
1534
|
### Dependencies
|
|
@@ -770,7 +1537,7 @@
|
|
|
770
1537
|
* dependencies
|
|
771
1538
|
* @twin.org/core bumped from 0.0.1-next.61 to 0.0.1-next.62
|
|
772
1539
|
|
|
773
|
-
## [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)
|
|
774
1541
|
|
|
775
1542
|
|
|
776
1543
|
### Miscellaneous Chores
|
|
@@ -784,7 +1551,7 @@
|
|
|
784
1551
|
* dependencies
|
|
785
1552
|
* @twin.org/core bumped from 0.0.1-next.60 to 0.0.1-next.61
|
|
786
1553
|
|
|
787
|
-
## [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)
|
|
788
1555
|
|
|
789
1556
|
|
|
790
1557
|
### Miscellaneous Chores
|
|
@@ -798,7 +1565,7 @@
|
|
|
798
1565
|
* dependencies
|
|
799
1566
|
* @twin.org/core bumped from 0.0.1-next.59 to 0.0.1-next.60
|
|
800
1567
|
|
|
801
|
-
## [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)
|
|
802
1569
|
|
|
803
1570
|
|
|
804
1571
|
### Miscellaneous Chores
|
|
@@ -812,7 +1579,7 @@
|
|
|
812
1579
|
* dependencies
|
|
813
1580
|
* @twin.org/core bumped from 0.0.1-next.58 to 0.0.1-next.59
|
|
814
1581
|
|
|
815
|
-
## [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)
|
|
816
1583
|
|
|
817
1584
|
|
|
818
1585
|
### Miscellaneous Chores
|
|
@@ -826,12 +1593,12 @@
|
|
|
826
1593
|
* dependencies
|
|
827
1594
|
* @twin.org/core bumped from 0.0.1-next.57 to 0.0.1-next.58
|
|
828
1595
|
|
|
829
|
-
## [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)
|
|
830
1597
|
|
|
831
1598
|
|
|
832
1599
|
### Features
|
|
833
1600
|
|
|
834
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
1601
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
835
1602
|
|
|
836
1603
|
|
|
837
1604
|
### Dependencies
|
|
@@ -840,7 +1607,7 @@
|
|
|
840
1607
|
* dependencies
|
|
841
1608
|
* @twin.org/core bumped from 0.0.1-next.56 to 0.0.1-next.57
|
|
842
1609
|
|
|
843
|
-
## [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)
|
|
844
1611
|
|
|
845
1612
|
|
|
846
1613
|
### Miscellaneous Chores
|
|
@@ -854,7 +1621,7 @@
|
|
|
854
1621
|
* dependencies
|
|
855
1622
|
* @twin.org/core bumped from 0.0.1-next.55 to 0.0.1-next.56
|
|
856
1623
|
|
|
857
|
-
## [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)
|
|
858
1625
|
|
|
859
1626
|
|
|
860
1627
|
### Miscellaneous Chores
|
|
@@ -868,7 +1635,7 @@
|
|
|
868
1635
|
* dependencies
|
|
869
1636
|
* @twin.org/core bumped from 0.0.1-next.54 to 0.0.1-next.55
|
|
870
1637
|
|
|
871
|
-
## [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)
|
|
872
1639
|
|
|
873
1640
|
|
|
874
1641
|
### Miscellaneous Chores
|
|
@@ -882,7 +1649,7 @@
|
|
|
882
1649
|
* dependencies
|
|
883
1650
|
* @twin.org/core bumped from 0.0.1-next.53 to 0.0.1-next.54
|
|
884
1651
|
|
|
885
|
-
## [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)
|
|
886
1653
|
|
|
887
1654
|
|
|
888
1655
|
### Miscellaneous Chores
|
|
@@ -896,12 +1663,12 @@
|
|
|
896
1663
|
* dependencies
|
|
897
1664
|
* @twin.org/core bumped from 0.0.1-next.52 to 0.0.1-next.53
|
|
898
1665
|
|
|
899
|
-
## [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)
|
|
900
1667
|
|
|
901
1668
|
|
|
902
1669
|
### Features
|
|
903
1670
|
|
|
904
|
-
* 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))
|
|
905
1672
|
|
|
906
1673
|
|
|
907
1674
|
### Dependencies
|
|
@@ -910,7 +1677,7 @@
|
|
|
910
1677
|
* dependencies
|
|
911
1678
|
* @twin.org/core bumped from 0.0.1-next.51 to 0.0.1-next.52
|
|
912
1679
|
|
|
913
|
-
## [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)
|
|
914
1681
|
|
|
915
1682
|
|
|
916
1683
|
### Miscellaneous Chores
|
|
@@ -924,7 +1691,7 @@
|
|
|
924
1691
|
* dependencies
|
|
925
1692
|
* @twin.org/core bumped from 0.0.1-next.50 to 0.0.1-next.51
|
|
926
1693
|
|
|
927
|
-
## [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)
|
|
928
1695
|
|
|
929
1696
|
|
|
930
1697
|
### Miscellaneous Chores
|