@twin.org/crypto 0.0.3-next.4 → 0.0.3-next.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +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 +838 -97
- 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,747 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3-next.
|
|
3
|
+
## [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)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Miscellaneous Chores
|
|
7
|
+
|
|
8
|
+
* **crypto:** Synchronize repo versions
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @twin.org/core bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
16
|
+
* @twin.org/nameof bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
17
|
+
* devDependencies
|
|
18
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
19
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
20
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
21
|
+
|
|
22
|
+
## [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)
|
|
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.39 to 0.0.3-next.40
|
|
35
|
+
* @twin.org/nameof bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
36
|
+
* devDependencies
|
|
37
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
38
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
39
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
40
|
+
|
|
41
|
+
## [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)
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
### Features
|
|
45
|
+
|
|
46
|
+
* improve signatures ([cdd24be](https://github.com/iotaledger/twin-framework/commit/cdd24be6fb898d33955b6f2f93c3ddbd73582269))
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
### Dependencies
|
|
50
|
+
|
|
51
|
+
* The following workspace dependencies were updated
|
|
52
|
+
* dependencies
|
|
53
|
+
* @twin.org/core bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
54
|
+
* @twin.org/nameof bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
55
|
+
* devDependencies
|
|
56
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
57
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
58
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
59
|
+
|
|
60
|
+
## [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)
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
### Features
|
|
64
|
+
|
|
65
|
+
* typescript 6 update ([1d10f31](https://github.com/iotaledger/twin-framework/commit/1d10f31e6516ec622773f45e88af82fe749b384a))
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
### Dependencies
|
|
69
|
+
|
|
70
|
+
* The following workspace dependencies were updated
|
|
71
|
+
* dependencies
|
|
72
|
+
* @twin.org/core bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
73
|
+
* @twin.org/nameof bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
74
|
+
* devDependencies
|
|
75
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
76
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
77
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
78
|
+
|
|
79
|
+
## [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)
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
### Miscellaneous Chores
|
|
83
|
+
|
|
84
|
+
* **crypto:** Synchronize repo versions
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
### Dependencies
|
|
88
|
+
|
|
89
|
+
* The following workspace dependencies were updated
|
|
90
|
+
* dependencies
|
|
91
|
+
* @twin.org/core bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
92
|
+
* @twin.org/nameof bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
93
|
+
* devDependencies
|
|
94
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
95
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
96
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
97
|
+
|
|
98
|
+
## [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)
|
|
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.35 to 0.0.3-next.36
|
|
111
|
+
* @twin.org/nameof bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
112
|
+
* devDependencies
|
|
113
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
114
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
115
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
116
|
+
|
|
117
|
+
## [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)
|
|
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.34 to 0.0.3-next.35
|
|
130
|
+
* @twin.org/nameof bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
131
|
+
* devDependencies
|
|
132
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
133
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
134
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
135
|
+
|
|
136
|
+
## [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)
|
|
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.33 to 0.0.3-next.34
|
|
149
|
+
* @twin.org/nameof bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
150
|
+
* devDependencies
|
|
151
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
152
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
153
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
154
|
+
|
|
155
|
+
## [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)
|
|
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.32 to 0.0.3-next.33
|
|
168
|
+
* @twin.org/nameof bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
169
|
+
* devDependencies
|
|
170
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
171
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
172
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
173
|
+
|
|
174
|
+
## [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)
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
### Miscellaneous Chores
|
|
178
|
+
|
|
179
|
+
* **crypto:** Synchronize repo versions
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
### Dependencies
|
|
183
|
+
|
|
184
|
+
* The following workspace dependencies were updated
|
|
185
|
+
* dependencies
|
|
186
|
+
* @twin.org/core bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
187
|
+
* @twin.org/nameof bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
188
|
+
* devDependencies
|
|
189
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
190
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
191
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
192
|
+
|
|
193
|
+
## [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)
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
### Miscellaneous Chores
|
|
197
|
+
|
|
198
|
+
* **crypto:** Synchronize repo versions
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
### Dependencies
|
|
202
|
+
|
|
203
|
+
* The following workspace dependencies were updated
|
|
204
|
+
* dependencies
|
|
205
|
+
* @twin.org/core bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
206
|
+
* @twin.org/nameof bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
207
|
+
* devDependencies
|
|
208
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
209
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
210
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
211
|
+
|
|
212
|
+
## [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)
|
|
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.29 to 0.0.3-next.30
|
|
225
|
+
* @twin.org/nameof bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
226
|
+
* devDependencies
|
|
227
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
228
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
229
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
230
|
+
|
|
231
|
+
## [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)
|
|
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.28 to 0.0.3-next.29
|
|
244
|
+
* @twin.org/nameof bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
245
|
+
* devDependencies
|
|
246
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
247
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
248
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
249
|
+
|
|
250
|
+
## [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)
|
|
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.27 to 0.0.3-next.28
|
|
263
|
+
* @twin.org/nameof bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
264
|
+
* devDependencies
|
|
265
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
266
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
267
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
268
|
+
|
|
269
|
+
## [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)
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
### Features
|
|
273
|
+
|
|
274
|
+
* add crypto argon2id ([#255](https://github.com/iotaledger/twin-framework/issues/255)) ([27fe3a7](https://github.com/iotaledger/twin-framework/commit/27fe3a72eeb0f398a278ebb3f1cb9c4dd459743c))
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
### Dependencies
|
|
278
|
+
|
|
279
|
+
* The following workspace dependencies were updated
|
|
280
|
+
* dependencies
|
|
281
|
+
* @twin.org/core bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
282
|
+
* @twin.org/nameof bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
283
|
+
* devDependencies
|
|
284
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
285
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
286
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
287
|
+
|
|
288
|
+
## [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)
|
|
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.25 to 0.0.3-next.26
|
|
301
|
+
* @twin.org/nameof bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
302
|
+
* devDependencies
|
|
303
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
304
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
305
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
306
|
+
|
|
307
|
+
## [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)
|
|
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.24 to 0.0.3-next.25
|
|
320
|
+
* @twin.org/nameof bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
321
|
+
* devDependencies
|
|
322
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
323
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
324
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
325
|
+
|
|
326
|
+
## [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)
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
### Bug Fixes
|
|
330
|
+
|
|
331
|
+
* ensure __decorate is defined for decorators ([103a563](https://github.com/iotaledger/twin-framework/commit/103a563ce01ebdef6240d2e590e7b026e8692684))
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
### Dependencies
|
|
335
|
+
|
|
336
|
+
* The following workspace dependencies were updated
|
|
337
|
+
* dependencies
|
|
338
|
+
* @twin.org/core bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
339
|
+
* @twin.org/nameof bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
340
|
+
* devDependencies
|
|
341
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
342
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
343
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
344
|
+
|
|
345
|
+
## [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)
|
|
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.22 to 0.0.3-next.23
|
|
358
|
+
* @twin.org/nameof bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
359
|
+
* devDependencies
|
|
360
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
361
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
362
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
363
|
+
|
|
364
|
+
## [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)
|
|
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.21 to 0.0.3-next.22
|
|
377
|
+
* @twin.org/nameof bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
378
|
+
* devDependencies
|
|
379
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
380
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
381
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
382
|
+
|
|
383
|
+
## [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)
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
### Features
|
|
387
|
+
|
|
388
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
389
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
390
|
+
* add mnemonic validation ([4b43491](https://github.com/iotaledger/twin-framework/commit/4b43491cf04bb626c27faea66e5c74b3971b111d))
|
|
391
|
+
* add rsa cipher support ([7af6cc6](https://github.com/iotaledger/twin-framework/commit/7af6cc67512d3363bd4a2f2e87bd7733c2800147))
|
|
392
|
+
* add RSA support for public key components ([7126259](https://github.com/iotaledger/twin-framework/commit/7126259103b758c291e52a8a03818eb822d1aad1))
|
|
393
|
+
* additional RSA methods and async ([1fceee2](https://github.com/iotaledger/twin-framework/commit/1fceee2d1248a24a7620846025fcf906495c07f4))
|
|
394
|
+
* change method accessibility ([c1b77fc](https://github.com/iotaledger/twin-framework/commit/c1b77fcfb61c092a01c97aebb2fe2dc2bbaa221b))
|
|
395
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
396
|
+
* factory create and integrity ([#235](https://github.com/iotaledger/twin-framework/issues/235)) ([9f98b99](https://github.com/iotaledger/twin-framework/commit/9f98b99daf46eb365346fae49cc4ffba63e74cb3))
|
|
397
|
+
* improved password generation and validation ([#232](https://github.com/iotaledger/twin-framework/issues/232)) ([ca4e18f](https://github.com/iotaledger/twin-framework/commit/ca4e18f388b1882cdfb774fc0d0921b8530fac33))
|
|
398
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
399
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
400
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
401
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
402
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
### Bug Fixes
|
|
406
|
+
|
|
407
|
+
* docs ([9df46e0](https://github.com/iotaledger/twin-framework/commit/9df46e0a3940a4d1f479373f58830519262f9590))
|
|
408
|
+
* docs ([67c8887](https://github.com/iotaledger/twin-framework/commit/67c888739448e753106ea067a8703d058e0ddf12))
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
### Dependencies
|
|
412
|
+
|
|
413
|
+
* The following workspace dependencies were updated
|
|
414
|
+
* dependencies
|
|
415
|
+
* @twin.org/core bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
416
|
+
* @twin.org/nameof bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
417
|
+
* devDependencies
|
|
418
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
419
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
420
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
421
|
+
|
|
422
|
+
## [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)
|
|
423
|
+
|
|
424
|
+
|
|
425
|
+
### Miscellaneous Chores
|
|
426
|
+
|
|
427
|
+
* **crypto:** Synchronize repo versions
|
|
428
|
+
|
|
429
|
+
|
|
430
|
+
### Dependencies
|
|
431
|
+
|
|
432
|
+
* The following workspace dependencies were updated
|
|
433
|
+
* dependencies
|
|
434
|
+
* @twin.org/core bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
435
|
+
* @twin.org/nameof bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
436
|
+
* devDependencies
|
|
437
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
438
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
439
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
440
|
+
|
|
441
|
+
## [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)
|
|
442
|
+
|
|
443
|
+
|
|
444
|
+
### Miscellaneous Chores
|
|
445
|
+
|
|
446
|
+
* **crypto:** Synchronize repo versions
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
### Dependencies
|
|
450
|
+
|
|
451
|
+
* The following workspace dependencies were updated
|
|
452
|
+
* dependencies
|
|
453
|
+
* @twin.org/core bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
454
|
+
* @twin.org/nameof bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
455
|
+
* devDependencies
|
|
456
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
457
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
458
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
459
|
+
|
|
460
|
+
## [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)
|
|
461
|
+
|
|
462
|
+
|
|
463
|
+
### Miscellaneous Chores
|
|
464
|
+
|
|
465
|
+
* **crypto:** Synchronize repo versions
|
|
466
|
+
|
|
467
|
+
|
|
468
|
+
### Dependencies
|
|
469
|
+
|
|
470
|
+
* The following workspace dependencies were updated
|
|
471
|
+
* dependencies
|
|
472
|
+
* @twin.org/core bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
473
|
+
* @twin.org/nameof bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
474
|
+
* devDependencies
|
|
475
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
476
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
477
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
478
|
+
|
|
479
|
+
## [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)
|
|
480
|
+
|
|
481
|
+
|
|
482
|
+
### Features
|
|
483
|
+
|
|
484
|
+
* factory create and integrity ([#235](https://github.com/iotaledger/twin-framework/issues/235)) ([9f98b99](https://github.com/iotaledger/twin-framework/commit/9f98b99daf46eb365346fae49cc4ffba63e74cb3))
|
|
485
|
+
|
|
486
|
+
|
|
487
|
+
### Bug Fixes
|
|
488
|
+
|
|
489
|
+
* docs ([9df46e0](https://github.com/iotaledger/twin-framework/commit/9df46e0a3940a4d1f479373f58830519262f9590))
|
|
490
|
+
* docs ([67c8887](https://github.com/iotaledger/twin-framework/commit/67c888739448e753106ea067a8703d058e0ddf12))
|
|
491
|
+
|
|
492
|
+
|
|
493
|
+
### Dependencies
|
|
494
|
+
|
|
495
|
+
* The following workspace dependencies were updated
|
|
496
|
+
* dependencies
|
|
497
|
+
* @twin.org/core bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
498
|
+
* @twin.org/nameof bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
499
|
+
* devDependencies
|
|
500
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
501
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
502
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
503
|
+
|
|
504
|
+
## [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)
|
|
505
|
+
|
|
506
|
+
|
|
507
|
+
### Features
|
|
508
|
+
|
|
509
|
+
* improved password generation and validation ([#232](https://github.com/iotaledger/twin-framework/issues/232)) ([ca4e18f](https://github.com/iotaledger/twin-framework/commit/ca4e18f388b1882cdfb774fc0d0921b8530fac33))
|
|
510
|
+
|
|
511
|
+
|
|
512
|
+
### Dependencies
|
|
513
|
+
|
|
514
|
+
* The following workspace dependencies were updated
|
|
515
|
+
* dependencies
|
|
516
|
+
* @twin.org/core bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
517
|
+
* @twin.org/nameof bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
518
|
+
* devDependencies
|
|
519
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
520
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
521
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
522
|
+
|
|
523
|
+
## [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)
|
|
524
|
+
|
|
525
|
+
|
|
526
|
+
### Miscellaneous Chores
|
|
527
|
+
|
|
528
|
+
* **crypto:** Synchronize repo versions
|
|
529
|
+
|
|
530
|
+
|
|
531
|
+
### Dependencies
|
|
532
|
+
|
|
533
|
+
* The following workspace dependencies were updated
|
|
534
|
+
* dependencies
|
|
535
|
+
* @twin.org/core bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
536
|
+
* @twin.org/nameof bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
537
|
+
* devDependencies
|
|
538
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
539
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
540
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
541
|
+
|
|
542
|
+
## [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)
|
|
543
|
+
|
|
544
|
+
|
|
545
|
+
### Miscellaneous Chores
|
|
546
|
+
|
|
547
|
+
* **crypto:** Synchronize repo versions
|
|
548
|
+
|
|
549
|
+
|
|
550
|
+
### Dependencies
|
|
551
|
+
|
|
552
|
+
* The following workspace dependencies were updated
|
|
553
|
+
* dependencies
|
|
554
|
+
* @twin.org/core bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
555
|
+
* @twin.org/nameof bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
556
|
+
* devDependencies
|
|
557
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
558
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
559
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
560
|
+
|
|
561
|
+
## [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)
|
|
562
|
+
|
|
563
|
+
|
|
564
|
+
### Miscellaneous Chores
|
|
565
|
+
|
|
566
|
+
* **crypto:** Synchronize repo versions
|
|
567
|
+
|
|
568
|
+
|
|
569
|
+
### Dependencies
|
|
570
|
+
|
|
571
|
+
* The following workspace dependencies were updated
|
|
572
|
+
* dependencies
|
|
573
|
+
* @twin.org/core bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
574
|
+
* @twin.org/nameof bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
575
|
+
* devDependencies
|
|
576
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
577
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
578
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
579
|
+
|
|
580
|
+
## [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)
|
|
581
|
+
|
|
582
|
+
|
|
583
|
+
### Miscellaneous Chores
|
|
584
|
+
|
|
585
|
+
* **crypto:** Synchronize repo versions
|
|
586
|
+
|
|
587
|
+
|
|
588
|
+
### Dependencies
|
|
589
|
+
|
|
590
|
+
* The following workspace dependencies were updated
|
|
591
|
+
* dependencies
|
|
592
|
+
* @twin.org/core bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
593
|
+
* @twin.org/nameof bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
594
|
+
* devDependencies
|
|
595
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
596
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
597
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
598
|
+
|
|
599
|
+
## [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)
|
|
600
|
+
|
|
601
|
+
|
|
602
|
+
### Miscellaneous Chores
|
|
603
|
+
|
|
604
|
+
* **crypto:** Synchronize repo versions
|
|
605
|
+
|
|
606
|
+
|
|
607
|
+
### Dependencies
|
|
608
|
+
|
|
609
|
+
* The following workspace dependencies were updated
|
|
610
|
+
* dependencies
|
|
611
|
+
* @twin.org/core bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
612
|
+
* @twin.org/nameof bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
613
|
+
* devDependencies
|
|
614
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
615
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
616
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
617
|
+
|
|
618
|
+
## [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)
|
|
619
|
+
|
|
620
|
+
|
|
621
|
+
### Miscellaneous Chores
|
|
622
|
+
|
|
623
|
+
* **crypto:** Synchronize repo versions
|
|
624
|
+
|
|
625
|
+
|
|
626
|
+
### Dependencies
|
|
627
|
+
|
|
628
|
+
* The following workspace dependencies were updated
|
|
629
|
+
* dependencies
|
|
630
|
+
* @twin.org/core bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
631
|
+
* @twin.org/nameof bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
632
|
+
* devDependencies
|
|
633
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
634
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
635
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
636
|
+
|
|
637
|
+
## [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)
|
|
638
|
+
|
|
639
|
+
|
|
640
|
+
### Miscellaneous Chores
|
|
641
|
+
|
|
642
|
+
* **crypto:** Synchronize repo versions
|
|
643
|
+
|
|
644
|
+
|
|
645
|
+
### Dependencies
|
|
646
|
+
|
|
647
|
+
* The following workspace dependencies were updated
|
|
648
|
+
* dependencies
|
|
649
|
+
* @twin.org/core bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
650
|
+
* @twin.org/nameof bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
651
|
+
* devDependencies
|
|
652
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
653
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
654
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
655
|
+
|
|
656
|
+
## [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)
|
|
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.7 to 0.0.3-next.8
|
|
669
|
+
* @twin.org/nameof bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
670
|
+
* devDependencies
|
|
671
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
672
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
673
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
674
|
+
|
|
675
|
+
## [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)
|
|
676
|
+
|
|
677
|
+
|
|
678
|
+
### Features
|
|
679
|
+
|
|
680
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
681
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
682
|
+
* add mnemonic validation ([4b43491](https://github.com/iotaledger/twin-framework/commit/4b43491cf04bb626c27faea66e5c74b3971b111d))
|
|
683
|
+
* add rsa cipher support ([7af6cc6](https://github.com/iotaledger/twin-framework/commit/7af6cc67512d3363bd4a2f2e87bd7733c2800147))
|
|
684
|
+
* add RSA support for public key components ([7126259](https://github.com/iotaledger/twin-framework/commit/7126259103b758c291e52a8a03818eb822d1aad1))
|
|
685
|
+
* additional RSA methods and async ([1fceee2](https://github.com/iotaledger/twin-framework/commit/1fceee2d1248a24a7620846025fcf906495c07f4))
|
|
686
|
+
* change method accessibility ([c1b77fc](https://github.com/iotaledger/twin-framework/commit/c1b77fcfb61c092a01c97aebb2fe2dc2bbaa221b))
|
|
687
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
688
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
689
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
690
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
691
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
692
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
693
|
+
|
|
694
|
+
|
|
695
|
+
### Dependencies
|
|
696
|
+
|
|
697
|
+
* The following workspace dependencies were updated
|
|
698
|
+
* dependencies
|
|
699
|
+
* @twin.org/core bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
700
|
+
* @twin.org/nameof bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
701
|
+
* devDependencies
|
|
702
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
703
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
704
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
705
|
+
|
|
706
|
+
## [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)
|
|
707
|
+
|
|
708
|
+
|
|
709
|
+
### Miscellaneous Chores
|
|
710
|
+
|
|
711
|
+
* **crypto:** Synchronize repo versions
|
|
712
|
+
|
|
713
|
+
|
|
714
|
+
### Dependencies
|
|
715
|
+
|
|
716
|
+
* The following workspace dependencies were updated
|
|
717
|
+
* dependencies
|
|
718
|
+
* @twin.org/core bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
719
|
+
* @twin.org/nameof bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
720
|
+
* devDependencies
|
|
721
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
722
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
723
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
724
|
+
|
|
725
|
+
## [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)
|
|
726
|
+
|
|
727
|
+
|
|
728
|
+
### Miscellaneous Chores
|
|
729
|
+
|
|
730
|
+
* **crypto:** Synchronize repo versions
|
|
731
|
+
|
|
732
|
+
|
|
733
|
+
### Dependencies
|
|
734
|
+
|
|
735
|
+
* The following workspace dependencies were updated
|
|
736
|
+
* dependencies
|
|
737
|
+
* @twin.org/core bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
738
|
+
* @twin.org/nameof bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
739
|
+
* devDependencies
|
|
740
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
741
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
742
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
743
|
+
|
|
744
|
+
## [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)
|
|
4
745
|
|
|
5
746
|
|
|
6
747
|
### Miscellaneous Chores
|
|
@@ -19,7 +760,7 @@
|
|
|
19
760
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
20
761
|
* @twin.org/validate-locales bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
21
762
|
|
|
22
|
-
## [0.0.3-next.3](https://github.com/
|
|
763
|
+
## [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)
|
|
23
764
|
|
|
24
765
|
|
|
25
766
|
### Miscellaneous Chores
|
|
@@ -38,7 +779,7 @@
|
|
|
38
779
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
39
780
|
* @twin.org/validate-locales bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
40
781
|
|
|
41
|
-
## [0.0.3-next.2](https://github.com/
|
|
782
|
+
## [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)
|
|
42
783
|
|
|
43
784
|
|
|
44
785
|
### Miscellaneous Chores
|
|
@@ -57,24 +798,24 @@
|
|
|
57
798
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
58
799
|
* @twin.org/validate-locales bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
59
800
|
|
|
60
|
-
## [0.0.3-next.1](https://github.com/
|
|
801
|
+
## [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)
|
|
61
802
|
|
|
62
803
|
|
|
63
804
|
### Features
|
|
64
805
|
|
|
65
|
-
* add context id features ([#206](https://github.com/
|
|
66
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
67
|
-
* add mnemonic validation ([4b43491](https://github.com/
|
|
68
|
-
* add rsa cipher support ([7af6cc6](https://github.com/
|
|
69
|
-
* add RSA support for public key components ([7126259](https://github.com/
|
|
70
|
-
* additional RSA methods and async ([1fceee2](https://github.com/
|
|
71
|
-
* change method accessibility ([c1b77fc](https://github.com/
|
|
72
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
73
|
-
* locales validation ([#197](https://github.com/
|
|
74
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
75
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
76
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
77
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
806
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
807
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
808
|
+
* add mnemonic validation ([4b43491](https://github.com/iotaledger/twin-framework/commit/4b43491cf04bb626c27faea66e5c74b3971b111d))
|
|
809
|
+
* add rsa cipher support ([7af6cc6](https://github.com/iotaledger/twin-framework/commit/7af6cc67512d3363bd4a2f2e87bd7733c2800147))
|
|
810
|
+
* add RSA support for public key components ([7126259](https://github.com/iotaledger/twin-framework/commit/7126259103b758c291e52a8a03818eb822d1aad1))
|
|
811
|
+
* additional RSA methods and async ([1fceee2](https://github.com/iotaledger/twin-framework/commit/1fceee2d1248a24a7620846025fcf906495c07f4))
|
|
812
|
+
* change method accessibility ([c1b77fc](https://github.com/iotaledger/twin-framework/commit/c1b77fcfb61c092a01c97aebb2fe2dc2bbaa221b))
|
|
813
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
814
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
815
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
816
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
817
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
818
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
78
819
|
|
|
79
820
|
|
|
80
821
|
### Dependencies
|
|
@@ -88,7 +829,7 @@
|
|
|
88
829
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
89
830
|
* @twin.org/validate-locales bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
90
831
|
|
|
91
|
-
## [0.0.2-next.22](https://github.com/
|
|
832
|
+
## [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)
|
|
92
833
|
|
|
93
834
|
|
|
94
835
|
### Miscellaneous Chores
|
|
@@ -107,12 +848,12 @@
|
|
|
107
848
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
108
849
|
* @twin.org/validate-locales bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
109
850
|
|
|
110
|
-
## [0.0.2-next.21](https://github.com/
|
|
851
|
+
## [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)
|
|
111
852
|
|
|
112
853
|
|
|
113
854
|
### Features
|
|
114
855
|
|
|
115
|
-
* locales validation ([#197](https://github.com/
|
|
856
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
116
857
|
|
|
117
858
|
|
|
118
859
|
### Dependencies
|
|
@@ -126,7 +867,7 @@
|
|
|
126
867
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
127
868
|
* @twin.org/validate-locales bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
128
869
|
|
|
129
|
-
## [0.0.2-next.20](https://github.com/
|
|
870
|
+
## [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)
|
|
130
871
|
|
|
131
872
|
|
|
132
873
|
### Miscellaneous Chores
|
|
@@ -144,7 +885,7 @@
|
|
|
144
885
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
145
886
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
146
887
|
|
|
147
|
-
## [0.0.2-next.19](https://github.com/
|
|
888
|
+
## [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)
|
|
148
889
|
|
|
149
890
|
|
|
150
891
|
### Miscellaneous Chores
|
|
@@ -162,7 +903,7 @@
|
|
|
162
903
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
163
904
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
164
905
|
|
|
165
|
-
## [0.0.2-next.18](https://github.com/
|
|
906
|
+
## [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)
|
|
166
907
|
|
|
167
908
|
|
|
168
909
|
### Miscellaneous Chores
|
|
@@ -180,7 +921,7 @@
|
|
|
180
921
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
181
922
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
182
923
|
|
|
183
|
-
## [0.0.2-next.17](https://github.com/
|
|
924
|
+
## [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)
|
|
184
925
|
|
|
185
926
|
|
|
186
927
|
### Miscellaneous Chores
|
|
@@ -198,7 +939,7 @@
|
|
|
198
939
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
199
940
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
200
941
|
|
|
201
|
-
## [0.0.2-next.16](https://github.com/
|
|
942
|
+
## [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)
|
|
202
943
|
|
|
203
944
|
|
|
204
945
|
### Miscellaneous Chores
|
|
@@ -216,7 +957,7 @@
|
|
|
216
957
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
217
958
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
218
959
|
|
|
219
|
-
## [0.0.2-next.15](https://github.com/
|
|
960
|
+
## [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)
|
|
220
961
|
|
|
221
962
|
|
|
222
963
|
### Miscellaneous Chores
|
|
@@ -234,7 +975,7 @@
|
|
|
234
975
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
235
976
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
236
977
|
|
|
237
|
-
## [0.0.2-next.14](https://github.com/
|
|
978
|
+
## [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)
|
|
238
979
|
|
|
239
980
|
|
|
240
981
|
### Miscellaneous Chores
|
|
@@ -252,7 +993,7 @@
|
|
|
252
993
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
253
994
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
254
995
|
|
|
255
|
-
## [0.0.2-next.13](https://github.com/
|
|
996
|
+
## [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)
|
|
256
997
|
|
|
257
998
|
|
|
258
999
|
### Miscellaneous Chores
|
|
@@ -270,7 +1011,7 @@
|
|
|
270
1011
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
271
1012
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
272
1013
|
|
|
273
|
-
## [0.0.2-next.12](https://github.com/
|
|
1014
|
+
## [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)
|
|
274
1015
|
|
|
275
1016
|
|
|
276
1017
|
### Miscellaneous Chores
|
|
@@ -288,7 +1029,7 @@
|
|
|
288
1029
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
289
1030
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
290
1031
|
|
|
291
|
-
## [0.0.2-next.11](https://github.com/
|
|
1032
|
+
## [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)
|
|
292
1033
|
|
|
293
1034
|
|
|
294
1035
|
### Miscellaneous Chores
|
|
@@ -306,7 +1047,7 @@
|
|
|
306
1047
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
307
1048
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
308
1049
|
|
|
309
|
-
## [0.0.2-next.10](https://github.com/
|
|
1050
|
+
## [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)
|
|
310
1051
|
|
|
311
1052
|
|
|
312
1053
|
### Miscellaneous Chores
|
|
@@ -324,12 +1065,12 @@
|
|
|
324
1065
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
325
1066
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
326
1067
|
|
|
327
|
-
## [0.0.2-next.9](https://github.com/
|
|
1068
|
+
## [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)
|
|
328
1069
|
|
|
329
1070
|
|
|
330
1071
|
### Features
|
|
331
1072
|
|
|
332
|
-
* add mnemonic validation ([4b43491](https://github.com/
|
|
1073
|
+
* add mnemonic validation ([4b43491](https://github.com/iotaledger/twin-framework/commit/4b43491cf04bb626c27faea66e5c74b3971b111d))
|
|
333
1074
|
|
|
334
1075
|
|
|
335
1076
|
### Dependencies
|
|
@@ -342,7 +1083,7 @@
|
|
|
342
1083
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
343
1084
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
344
1085
|
|
|
345
|
-
## [0.0.2-next.8](https://github.com/
|
|
1086
|
+
## [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)
|
|
346
1087
|
|
|
347
1088
|
|
|
348
1089
|
### Miscellaneous Chores
|
|
@@ -360,12 +1101,12 @@
|
|
|
360
1101
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
361
1102
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
362
1103
|
|
|
363
|
-
## [0.0.2-next.7](https://github.com/
|
|
1104
|
+
## [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)
|
|
364
1105
|
|
|
365
1106
|
|
|
366
1107
|
### Features
|
|
367
1108
|
|
|
368
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
1109
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
369
1110
|
|
|
370
1111
|
|
|
371
1112
|
### Dependencies
|
|
@@ -378,7 +1119,7 @@
|
|
|
378
1119
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
379
1120
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
380
1121
|
|
|
381
|
-
## [0.0.2-next.6](https://github.com/
|
|
1122
|
+
## [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)
|
|
382
1123
|
|
|
383
1124
|
|
|
384
1125
|
### Miscellaneous Chores
|
|
@@ -396,12 +1137,12 @@
|
|
|
396
1137
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
397
1138
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
398
1139
|
|
|
399
|
-
## [0.0.2-next.5](https://github.com/
|
|
1140
|
+
## [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)
|
|
400
1141
|
|
|
401
1142
|
|
|
402
1143
|
### Features
|
|
403
1144
|
|
|
404
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
1145
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
405
1146
|
|
|
406
1147
|
|
|
407
1148
|
### Dependencies
|
|
@@ -414,12 +1155,12 @@
|
|
|
414
1155
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
415
1156
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
416
1157
|
|
|
417
|
-
## [0.0.2-next.4](https://github.com/
|
|
1158
|
+
## [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)
|
|
418
1159
|
|
|
419
1160
|
|
|
420
1161
|
### Features
|
|
421
1162
|
|
|
422
|
-
* additional RSA methods and async ([1fceee2](https://github.com/
|
|
1163
|
+
* additional RSA methods and async ([1fceee2](https://github.com/iotaledger/twin-framework/commit/1fceee2d1248a24a7620846025fcf906495c07f4))
|
|
423
1164
|
|
|
424
1165
|
|
|
425
1166
|
### Dependencies
|
|
@@ -432,18 +1173,18 @@
|
|
|
432
1173
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
433
1174
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
434
1175
|
|
|
435
|
-
## [0.0.2-next.3](https://github.com/
|
|
1176
|
+
## [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)
|
|
436
1177
|
|
|
437
1178
|
|
|
438
1179
|
### Features
|
|
439
1180
|
|
|
440
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
441
|
-
* add rsa cipher support ([7af6cc6](https://github.com/
|
|
442
|
-
* add RSA support for public key components ([7126259](https://github.com/
|
|
443
|
-
* change method accessibility ([c1b77fc](https://github.com/
|
|
444
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
445
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
446
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1181
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1182
|
+
* add rsa cipher support ([7af6cc6](https://github.com/iotaledger/twin-framework/commit/7af6cc67512d3363bd4a2f2e87bd7733c2800147))
|
|
1183
|
+
* add RSA support for public key components ([7126259](https://github.com/iotaledger/twin-framework/commit/7126259103b758c291e52a8a03818eb822d1aad1))
|
|
1184
|
+
* change method accessibility ([c1b77fc](https://github.com/iotaledger/twin-framework/commit/c1b77fcfb61c092a01c97aebb2fe2dc2bbaa221b))
|
|
1185
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1186
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
1187
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
447
1188
|
|
|
448
1189
|
|
|
449
1190
|
### Dependencies
|
|
@@ -456,17 +1197,17 @@
|
|
|
456
1197
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
457
1198
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
458
1199
|
|
|
459
|
-
## [0.0.2-next.2](https://github.com/
|
|
1200
|
+
## [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)
|
|
460
1201
|
|
|
461
1202
|
|
|
462
1203
|
### Features
|
|
463
1204
|
|
|
464
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
465
|
-
* add rsa cipher support ([7af6cc6](https://github.com/
|
|
466
|
-
* change method accessibility ([c1b77fc](https://github.com/
|
|
467
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
468
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
469
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1205
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1206
|
+
* add rsa cipher support ([7af6cc6](https://github.com/iotaledger/twin-framework/commit/7af6cc67512d3363bd4a2f2e87bd7733c2800147))
|
|
1207
|
+
* change method accessibility ([c1b77fc](https://github.com/iotaledger/twin-framework/commit/c1b77fcfb61c092a01c97aebb2fe2dc2bbaa221b))
|
|
1208
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1209
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
1210
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
470
1211
|
|
|
471
1212
|
|
|
472
1213
|
### Dependencies
|
|
@@ -479,16 +1220,16 @@
|
|
|
479
1220
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
480
1221
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
481
1222
|
|
|
482
|
-
## [0.0.2-next.1](https://github.com/
|
|
1223
|
+
## [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)
|
|
483
1224
|
|
|
484
1225
|
|
|
485
1226
|
### Features
|
|
486
1227
|
|
|
487
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
488
|
-
* add rsa cipher support ([7af6cc6](https://github.com/
|
|
489
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
490
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
491
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1228
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1229
|
+
* add rsa cipher support ([7af6cc6](https://github.com/iotaledger/twin-framework/commit/7af6cc67512d3363bd4a2f2e87bd7733c2800147))
|
|
1230
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1231
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
1232
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
492
1233
|
|
|
493
1234
|
|
|
494
1235
|
### Dependencies
|
|
@@ -506,8 +1247,8 @@
|
|
|
506
1247
|
|
|
507
1248
|
### Features
|
|
508
1249
|
|
|
509
|
-
* release to production ([829d53d](https://github.com/
|
|
510
|
-
* release to production ([5cf3a76](https://github.com/
|
|
1250
|
+
* release to production ([829d53d](https://github.com/iotaledger/twin-framework/commit/829d53d3953b1e1b40b0243c04cfdfd3842aac7b))
|
|
1251
|
+
* release to production ([5cf3a76](https://github.com/iotaledger/twin-framework/commit/5cf3a76a09eff2e6414d0cba846c7c37400a11d6))
|
|
511
1252
|
|
|
512
1253
|
|
|
513
1254
|
### Dependencies
|
|
@@ -520,14 +1261,14 @@
|
|
|
520
1261
|
* @twin.org/nameof-transformer bumped from ^0.0.0 to ^0.0.1
|
|
521
1262
|
* @twin.org/nameof-vitest-plugin bumped from ^0.0.0 to ^0.0.1
|
|
522
1263
|
|
|
523
|
-
## [0.0.1-next.70](https://github.com/
|
|
1264
|
+
## [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)
|
|
524
1265
|
|
|
525
1266
|
|
|
526
1267
|
### Features
|
|
527
1268
|
|
|
528
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
529
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
530
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1269
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1270
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1271
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
531
1272
|
|
|
532
1273
|
|
|
533
1274
|
### Dependencies
|
|
@@ -540,14 +1281,14 @@
|
|
|
540
1281
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
541
1282
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
542
1283
|
|
|
543
|
-
## [0.0.1-next.69](https://github.com/
|
|
1284
|
+
## [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)
|
|
544
1285
|
|
|
545
1286
|
|
|
546
1287
|
### Features
|
|
547
1288
|
|
|
548
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
549
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
550
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1289
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1290
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1291
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
551
1292
|
|
|
552
1293
|
|
|
553
1294
|
### Dependencies
|
|
@@ -560,12 +1301,12 @@
|
|
|
560
1301
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
561
1302
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
562
1303
|
|
|
563
|
-
## [0.0.1-next.68](https://github.com/
|
|
1304
|
+
## [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)
|
|
564
1305
|
|
|
565
1306
|
|
|
566
1307
|
### Features
|
|
567
1308
|
|
|
568
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
1309
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
569
1310
|
|
|
570
1311
|
|
|
571
1312
|
### Dependencies
|
|
@@ -578,7 +1319,7 @@
|
|
|
578
1319
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
579
1320
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
580
1321
|
|
|
581
|
-
## [0.0.1-next.67](https://github.com/
|
|
1322
|
+
## [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)
|
|
582
1323
|
|
|
583
1324
|
|
|
584
1325
|
### Miscellaneous Chores
|
|
@@ -592,7 +1333,7 @@
|
|
|
592
1333
|
* dependencies
|
|
593
1334
|
* @twin.org/core bumped from 0.0.1-next.66 to 0.0.1-next.67
|
|
594
1335
|
|
|
595
|
-
## [0.0.1-next.66](https://github.com/
|
|
1336
|
+
## [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)
|
|
596
1337
|
|
|
597
1338
|
|
|
598
1339
|
### Miscellaneous Chores
|
|
@@ -606,7 +1347,7 @@
|
|
|
606
1347
|
* dependencies
|
|
607
1348
|
* @twin.org/core bumped from 0.0.1-next.65 to 0.0.1-next.66
|
|
608
1349
|
|
|
609
|
-
## [0.0.1-next.65](https://github.com/
|
|
1350
|
+
## [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)
|
|
610
1351
|
|
|
611
1352
|
|
|
612
1353
|
### Miscellaneous Chores
|
|
@@ -620,7 +1361,7 @@
|
|
|
620
1361
|
* dependencies
|
|
621
1362
|
* @twin.org/core bumped from 0.0.1-next.64 to 0.0.1-next.65
|
|
622
1363
|
|
|
623
|
-
## [0.0.1-next.64](https://github.com/
|
|
1364
|
+
## [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)
|
|
624
1365
|
|
|
625
1366
|
|
|
626
1367
|
### Miscellaneous Chores
|
|
@@ -634,7 +1375,7 @@
|
|
|
634
1375
|
* dependencies
|
|
635
1376
|
* @twin.org/core bumped from 0.0.1-next.63 to 0.0.1-next.64
|
|
636
1377
|
|
|
637
|
-
## [0.0.1-next.63](https://github.com/
|
|
1378
|
+
## [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)
|
|
638
1379
|
|
|
639
1380
|
|
|
640
1381
|
### Miscellaneous Chores
|
|
@@ -648,13 +1389,13 @@
|
|
|
648
1389
|
* dependencies
|
|
649
1390
|
* @twin.org/core bumped from 0.0.1-next.62 to 0.0.1-next.63
|
|
650
1391
|
|
|
651
|
-
## [0.0.1-next.62](https://github.com/
|
|
1392
|
+
## [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)
|
|
652
1393
|
|
|
653
1394
|
|
|
654
1395
|
### Features
|
|
655
1396
|
|
|
656
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
657
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1397
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1398
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
658
1399
|
|
|
659
1400
|
|
|
660
1401
|
### Dependencies
|
|
@@ -663,7 +1404,7 @@
|
|
|
663
1404
|
* dependencies
|
|
664
1405
|
* @twin.org/core bumped from 0.0.1-next.61 to 0.0.1-next.62
|
|
665
1406
|
|
|
666
|
-
## [0.0.1-next.61](https://github.com/
|
|
1407
|
+
## [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)
|
|
667
1408
|
|
|
668
1409
|
|
|
669
1410
|
### Miscellaneous Chores
|
|
@@ -677,7 +1418,7 @@
|
|
|
677
1418
|
* dependencies
|
|
678
1419
|
* @twin.org/core bumped from 0.0.1-next.60 to 0.0.1-next.61
|
|
679
1420
|
|
|
680
|
-
## [0.0.1-next.60](https://github.com/
|
|
1421
|
+
## [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)
|
|
681
1422
|
|
|
682
1423
|
|
|
683
1424
|
### Miscellaneous Chores
|
|
@@ -691,7 +1432,7 @@
|
|
|
691
1432
|
* dependencies
|
|
692
1433
|
* @twin.org/core bumped from 0.0.1-next.59 to 0.0.1-next.60
|
|
693
1434
|
|
|
694
|
-
## [0.0.1-next.59](https://github.com/
|
|
1435
|
+
## [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)
|
|
695
1436
|
|
|
696
1437
|
|
|
697
1438
|
### Miscellaneous Chores
|
|
@@ -705,7 +1446,7 @@
|
|
|
705
1446
|
* dependencies
|
|
706
1447
|
* @twin.org/core bumped from 0.0.1-next.58 to 0.0.1-next.59
|
|
707
1448
|
|
|
708
|
-
## [0.0.1-next.58](https://github.com/
|
|
1449
|
+
## [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)
|
|
709
1450
|
|
|
710
1451
|
|
|
711
1452
|
### Miscellaneous Chores
|
|
@@ -719,12 +1460,12 @@
|
|
|
719
1460
|
* dependencies
|
|
720
1461
|
* @twin.org/core bumped from 0.0.1-next.57 to 0.0.1-next.58
|
|
721
1462
|
|
|
722
|
-
## [0.0.1-next.57](https://github.com/
|
|
1463
|
+
## [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)
|
|
723
1464
|
|
|
724
1465
|
|
|
725
1466
|
### Features
|
|
726
1467
|
|
|
727
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
1468
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
728
1469
|
|
|
729
1470
|
|
|
730
1471
|
### Dependencies
|
|
@@ -733,7 +1474,7 @@
|
|
|
733
1474
|
* dependencies
|
|
734
1475
|
* @twin.org/core bumped from 0.0.1-next.56 to 0.0.1-next.57
|
|
735
1476
|
|
|
736
|
-
## [0.0.1-next.56](https://github.com/
|
|
1477
|
+
## [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)
|
|
737
1478
|
|
|
738
1479
|
|
|
739
1480
|
### Miscellaneous Chores
|
|
@@ -747,7 +1488,7 @@
|
|
|
747
1488
|
* dependencies
|
|
748
1489
|
* @twin.org/core bumped from 0.0.1-next.55 to 0.0.1-next.56
|
|
749
1490
|
|
|
750
|
-
## [0.0.1-next.55](https://github.com/
|
|
1491
|
+
## [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)
|
|
751
1492
|
|
|
752
1493
|
|
|
753
1494
|
### Miscellaneous Chores
|
|
@@ -761,7 +1502,7 @@
|
|
|
761
1502
|
* dependencies
|
|
762
1503
|
* @twin.org/core bumped from 0.0.1-next.54 to 0.0.1-next.55
|
|
763
1504
|
|
|
764
|
-
## [0.0.1-next.54](https://github.com/
|
|
1505
|
+
## [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)
|
|
765
1506
|
|
|
766
1507
|
|
|
767
1508
|
### Miscellaneous Chores
|
|
@@ -775,7 +1516,7 @@
|
|
|
775
1516
|
* dependencies
|
|
776
1517
|
* @twin.org/core bumped from 0.0.1-next.53 to 0.0.1-next.54
|
|
777
1518
|
|
|
778
|
-
## [0.0.1-next.53](https://github.com/
|
|
1519
|
+
## [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)
|
|
779
1520
|
|
|
780
1521
|
|
|
781
1522
|
### Miscellaneous Chores
|
|
@@ -789,12 +1530,12 @@
|
|
|
789
1530
|
* dependencies
|
|
790
1531
|
* @twin.org/core bumped from 0.0.1-next.52 to 0.0.1-next.53
|
|
791
1532
|
|
|
792
|
-
## [0.0.1-next.52](https://github.com/
|
|
1533
|
+
## [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)
|
|
793
1534
|
|
|
794
1535
|
|
|
795
1536
|
### Features
|
|
796
1537
|
|
|
797
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1538
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
798
1539
|
|
|
799
1540
|
|
|
800
1541
|
### Dependencies
|
|
@@ -803,7 +1544,7 @@
|
|
|
803
1544
|
* dependencies
|
|
804
1545
|
* @twin.org/core bumped from 0.0.1-next.51 to 0.0.1-next.52
|
|
805
1546
|
|
|
806
|
-
## [0.0.1-next.51](https://github.com/
|
|
1547
|
+
## [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)
|
|
807
1548
|
|
|
808
1549
|
|
|
809
1550
|
### Miscellaneous Chores
|
|
@@ -817,7 +1558,7 @@
|
|
|
817
1558
|
* dependencies
|
|
818
1559
|
* @twin.org/core bumped from 0.0.1-next.50 to 0.0.1-next.51
|
|
819
1560
|
|
|
820
|
-
## [0.0.1-next.50](https://github.com/
|
|
1561
|
+
## [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)
|
|
821
1562
|
|
|
822
1563
|
|
|
823
1564
|
### Miscellaneous Chores
|