@twin.org/crypto 0.0.3-next.31 → 0.0.3-next.32
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/docs/changelog.md +178 -159
- package/package.json +3 -3
package/docs/changelog.md
CHANGED
|
@@ -1,6 +1,25 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3-next.
|
|
3
|
+
## [0.0.3-next.32](https://github.com/twinfoundation/twin-framework/compare/crypto-v0.0.3-next.31...crypto-v0.0.3-next.32) (2026-04-30)
|
|
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.31 to 0.0.3-next.32
|
|
16
|
+
* @twin.org/nameof bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
17
|
+
* devDependencies
|
|
18
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
19
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
20
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
21
|
+
|
|
22
|
+
## [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)
|
|
4
23
|
|
|
5
24
|
|
|
6
25
|
### Miscellaneous Chores
|
|
@@ -19,7 +38,7 @@
|
|
|
19
38
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
20
39
|
* @twin.org/validate-locales bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
21
40
|
|
|
22
|
-
## [0.0.3-next.30](https://github.com/
|
|
41
|
+
## [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)
|
|
23
42
|
|
|
24
43
|
|
|
25
44
|
### Miscellaneous Chores
|
|
@@ -38,7 +57,7 @@
|
|
|
38
57
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
39
58
|
* @twin.org/validate-locales bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
40
59
|
|
|
41
|
-
## [0.0.3-next.29](https://github.com/
|
|
60
|
+
## [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)
|
|
42
61
|
|
|
43
62
|
|
|
44
63
|
### Miscellaneous Chores
|
|
@@ -57,7 +76,7 @@
|
|
|
57
76
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
58
77
|
* @twin.org/validate-locales bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
59
78
|
|
|
60
|
-
## [0.0.3-next.28](https://github.com/
|
|
79
|
+
## [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)
|
|
61
80
|
|
|
62
81
|
|
|
63
82
|
### Miscellaneous Chores
|
|
@@ -76,12 +95,12 @@
|
|
|
76
95
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
77
96
|
* @twin.org/validate-locales bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
78
97
|
|
|
79
|
-
## [0.0.3-next.27](https://github.com/
|
|
98
|
+
## [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)
|
|
80
99
|
|
|
81
100
|
|
|
82
101
|
### Features
|
|
83
102
|
|
|
84
|
-
* add crypto argon2id ([#255](https://github.com/
|
|
103
|
+
* add crypto argon2id ([#255](https://github.com/iotaledger/twin-framework/issues/255)) ([27fe3a7](https://github.com/iotaledger/twin-framework/commit/27fe3a72eeb0f398a278ebb3f1cb9c4dd459743c))
|
|
85
104
|
|
|
86
105
|
|
|
87
106
|
### Dependencies
|
|
@@ -95,7 +114,7 @@
|
|
|
95
114
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
96
115
|
* @twin.org/validate-locales bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
97
116
|
|
|
98
|
-
## [0.0.3-next.26](https://github.com/
|
|
117
|
+
## [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)
|
|
99
118
|
|
|
100
119
|
|
|
101
120
|
### Miscellaneous Chores
|
|
@@ -114,7 +133,7 @@
|
|
|
114
133
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
115
134
|
* @twin.org/validate-locales bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
116
135
|
|
|
117
|
-
## [0.0.3-next.25](https://github.com/
|
|
136
|
+
## [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)
|
|
118
137
|
|
|
119
138
|
|
|
120
139
|
### Miscellaneous Chores
|
|
@@ -133,12 +152,12 @@
|
|
|
133
152
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
134
153
|
* @twin.org/validate-locales bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
135
154
|
|
|
136
|
-
## [0.0.3-next.24](https://github.com/
|
|
155
|
+
## [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)
|
|
137
156
|
|
|
138
157
|
|
|
139
158
|
### Bug Fixes
|
|
140
159
|
|
|
141
|
-
* ensure __decorate is defined for decorators ([103a563](https://github.com/
|
|
160
|
+
* ensure __decorate is defined for decorators ([103a563](https://github.com/iotaledger/twin-framework/commit/103a563ce01ebdef6240d2e590e7b026e8692684))
|
|
142
161
|
|
|
143
162
|
|
|
144
163
|
### Dependencies
|
|
@@ -152,7 +171,7 @@
|
|
|
152
171
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
153
172
|
* @twin.org/validate-locales bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
154
173
|
|
|
155
|
-
## [0.0.3-next.23](https://github.com/
|
|
174
|
+
## [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)
|
|
156
175
|
|
|
157
176
|
|
|
158
177
|
### Miscellaneous Chores
|
|
@@ -171,7 +190,7 @@
|
|
|
171
190
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
172
191
|
* @twin.org/validate-locales bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
173
192
|
|
|
174
|
-
## [0.0.3-next.22](https://github.com/
|
|
193
|
+
## [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)
|
|
175
194
|
|
|
176
195
|
|
|
177
196
|
### Miscellaneous Chores
|
|
@@ -190,32 +209,32 @@
|
|
|
190
209
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
191
210
|
* @twin.org/validate-locales bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
192
211
|
|
|
193
|
-
## [0.0.3-next.21](https://github.com/
|
|
212
|
+
## [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)
|
|
194
213
|
|
|
195
214
|
|
|
196
215
|
### Features
|
|
197
216
|
|
|
198
|
-
* add context id features ([#206](https://github.com/
|
|
199
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
200
|
-
* add mnemonic validation ([4b43491](https://github.com/
|
|
201
|
-
* add rsa cipher support ([7af6cc6](https://github.com/
|
|
202
|
-
* add RSA support for public key components ([7126259](https://github.com/
|
|
203
|
-
* additional RSA methods and async ([1fceee2](https://github.com/
|
|
204
|
-
* change method accessibility ([c1b77fc](https://github.com/
|
|
205
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
206
|
-
* factory create and integrity ([#235](https://github.com/
|
|
207
|
-
* improved password generation and validation ([#232](https://github.com/
|
|
208
|
-
* locales validation ([#197](https://github.com/
|
|
209
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
210
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
211
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
212
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
217
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
218
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
219
|
+
* add mnemonic validation ([4b43491](https://github.com/iotaledger/twin-framework/commit/4b43491cf04bb626c27faea66e5c74b3971b111d))
|
|
220
|
+
* add rsa cipher support ([7af6cc6](https://github.com/iotaledger/twin-framework/commit/7af6cc67512d3363bd4a2f2e87bd7733c2800147))
|
|
221
|
+
* add RSA support for public key components ([7126259](https://github.com/iotaledger/twin-framework/commit/7126259103b758c291e52a8a03818eb822d1aad1))
|
|
222
|
+
* additional RSA methods and async ([1fceee2](https://github.com/iotaledger/twin-framework/commit/1fceee2d1248a24a7620846025fcf906495c07f4))
|
|
223
|
+
* change method accessibility ([c1b77fc](https://github.com/iotaledger/twin-framework/commit/c1b77fcfb61c092a01c97aebb2fe2dc2bbaa221b))
|
|
224
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
225
|
+
* factory create and integrity ([#235](https://github.com/iotaledger/twin-framework/issues/235)) ([9f98b99](https://github.com/iotaledger/twin-framework/commit/9f98b99daf46eb365346fae49cc4ffba63e74cb3))
|
|
226
|
+
* improved password generation and validation ([#232](https://github.com/iotaledger/twin-framework/issues/232)) ([ca4e18f](https://github.com/iotaledger/twin-framework/commit/ca4e18f388b1882cdfb774fc0d0921b8530fac33))
|
|
227
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
228
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
229
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
230
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
231
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
213
232
|
|
|
214
233
|
|
|
215
234
|
### Bug Fixes
|
|
216
235
|
|
|
217
|
-
* docs ([9df46e0](https://github.com/
|
|
218
|
-
* docs ([67c8887](https://github.com/
|
|
236
|
+
* docs ([9df46e0](https://github.com/iotaledger/twin-framework/commit/9df46e0a3940a4d1f479373f58830519262f9590))
|
|
237
|
+
* docs ([67c8887](https://github.com/iotaledger/twin-framework/commit/67c888739448e753106ea067a8703d058e0ddf12))
|
|
219
238
|
|
|
220
239
|
|
|
221
240
|
### Dependencies
|
|
@@ -229,7 +248,7 @@
|
|
|
229
248
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
230
249
|
* @twin.org/validate-locales bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
231
250
|
|
|
232
|
-
## [0.0.3-next.20](https://github.com/
|
|
251
|
+
## [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)
|
|
233
252
|
|
|
234
253
|
|
|
235
254
|
### Miscellaneous Chores
|
|
@@ -248,7 +267,7 @@
|
|
|
248
267
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
249
268
|
* @twin.org/validate-locales bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
250
269
|
|
|
251
|
-
## [0.0.3-next.19](https://github.com/
|
|
270
|
+
## [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)
|
|
252
271
|
|
|
253
272
|
|
|
254
273
|
### Miscellaneous Chores
|
|
@@ -267,7 +286,7 @@
|
|
|
267
286
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
268
287
|
* @twin.org/validate-locales bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
269
288
|
|
|
270
|
-
## [0.0.3-next.18](https://github.com/
|
|
289
|
+
## [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)
|
|
271
290
|
|
|
272
291
|
|
|
273
292
|
### Miscellaneous Chores
|
|
@@ -286,18 +305,18 @@
|
|
|
286
305
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
287
306
|
* @twin.org/validate-locales bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
288
307
|
|
|
289
|
-
## [0.0.3-next.17](https://github.com/
|
|
308
|
+
## [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)
|
|
290
309
|
|
|
291
310
|
|
|
292
311
|
### Features
|
|
293
312
|
|
|
294
|
-
* factory create and integrity ([#235](https://github.com/
|
|
313
|
+
* factory create and integrity ([#235](https://github.com/iotaledger/twin-framework/issues/235)) ([9f98b99](https://github.com/iotaledger/twin-framework/commit/9f98b99daf46eb365346fae49cc4ffba63e74cb3))
|
|
295
314
|
|
|
296
315
|
|
|
297
316
|
### Bug Fixes
|
|
298
317
|
|
|
299
|
-
* docs ([9df46e0](https://github.com/
|
|
300
|
-
* docs ([67c8887](https://github.com/
|
|
318
|
+
* docs ([9df46e0](https://github.com/iotaledger/twin-framework/commit/9df46e0a3940a4d1f479373f58830519262f9590))
|
|
319
|
+
* docs ([67c8887](https://github.com/iotaledger/twin-framework/commit/67c888739448e753106ea067a8703d058e0ddf12))
|
|
301
320
|
|
|
302
321
|
|
|
303
322
|
### Dependencies
|
|
@@ -311,12 +330,12 @@
|
|
|
311
330
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
312
331
|
* @twin.org/validate-locales bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
313
332
|
|
|
314
|
-
## [0.0.3-next.16](https://github.com/
|
|
333
|
+
## [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)
|
|
315
334
|
|
|
316
335
|
|
|
317
336
|
### Features
|
|
318
337
|
|
|
319
|
-
* improved password generation and validation ([#232](https://github.com/
|
|
338
|
+
* improved password generation and validation ([#232](https://github.com/iotaledger/twin-framework/issues/232)) ([ca4e18f](https://github.com/iotaledger/twin-framework/commit/ca4e18f388b1882cdfb774fc0d0921b8530fac33))
|
|
320
339
|
|
|
321
340
|
|
|
322
341
|
### Dependencies
|
|
@@ -330,7 +349,7 @@
|
|
|
330
349
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
331
350
|
* @twin.org/validate-locales bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
332
351
|
|
|
333
|
-
## [0.0.3-next.15](https://github.com/
|
|
352
|
+
## [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)
|
|
334
353
|
|
|
335
354
|
|
|
336
355
|
### Miscellaneous Chores
|
|
@@ -349,7 +368,7 @@
|
|
|
349
368
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
350
369
|
* @twin.org/validate-locales bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
351
370
|
|
|
352
|
-
## [0.0.3-next.14](https://github.com/
|
|
371
|
+
## [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)
|
|
353
372
|
|
|
354
373
|
|
|
355
374
|
### Miscellaneous Chores
|
|
@@ -368,7 +387,7 @@
|
|
|
368
387
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
369
388
|
* @twin.org/validate-locales bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
370
389
|
|
|
371
|
-
## [0.0.3-next.13](https://github.com/
|
|
390
|
+
## [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)
|
|
372
391
|
|
|
373
392
|
|
|
374
393
|
### Miscellaneous Chores
|
|
@@ -387,7 +406,7 @@
|
|
|
387
406
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
388
407
|
* @twin.org/validate-locales bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
389
408
|
|
|
390
|
-
## [0.0.3-next.12](https://github.com/
|
|
409
|
+
## [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)
|
|
391
410
|
|
|
392
411
|
|
|
393
412
|
### Miscellaneous Chores
|
|
@@ -406,7 +425,7 @@
|
|
|
406
425
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
407
426
|
* @twin.org/validate-locales bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
408
427
|
|
|
409
|
-
## [0.0.3-next.11](https://github.com/
|
|
428
|
+
## [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)
|
|
410
429
|
|
|
411
430
|
|
|
412
431
|
### Miscellaneous Chores
|
|
@@ -425,7 +444,7 @@
|
|
|
425
444
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
426
445
|
* @twin.org/validate-locales bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
427
446
|
|
|
428
|
-
## [0.0.3-next.10](https://github.com/
|
|
447
|
+
## [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)
|
|
429
448
|
|
|
430
449
|
|
|
431
450
|
### Miscellaneous Chores
|
|
@@ -444,7 +463,7 @@
|
|
|
444
463
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
445
464
|
* @twin.org/validate-locales bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
446
465
|
|
|
447
|
-
## [0.0.3-next.9](https://github.com/
|
|
466
|
+
## [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)
|
|
448
467
|
|
|
449
468
|
|
|
450
469
|
### Miscellaneous Chores
|
|
@@ -463,7 +482,7 @@
|
|
|
463
482
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
464
483
|
* @twin.org/validate-locales bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
465
484
|
|
|
466
|
-
## [0.0.3-next.8](https://github.com/
|
|
485
|
+
## [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)
|
|
467
486
|
|
|
468
487
|
|
|
469
488
|
### Miscellaneous Chores
|
|
@@ -482,24 +501,24 @@
|
|
|
482
501
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
483
502
|
* @twin.org/validate-locales bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
484
503
|
|
|
485
|
-
## [0.0.3-next.7](https://github.com/
|
|
504
|
+
## [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)
|
|
486
505
|
|
|
487
506
|
|
|
488
507
|
### Features
|
|
489
508
|
|
|
490
|
-
* add context id features ([#206](https://github.com/
|
|
491
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
492
|
-
* add mnemonic validation ([4b43491](https://github.com/
|
|
493
|
-
* add rsa cipher support ([7af6cc6](https://github.com/
|
|
494
|
-
* add RSA support for public key components ([7126259](https://github.com/
|
|
495
|
-
* additional RSA methods and async ([1fceee2](https://github.com/
|
|
496
|
-
* change method accessibility ([c1b77fc](https://github.com/
|
|
497
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
498
|
-
* locales validation ([#197](https://github.com/
|
|
499
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
500
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
501
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
502
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
509
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
510
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
511
|
+
* add mnemonic validation ([4b43491](https://github.com/iotaledger/twin-framework/commit/4b43491cf04bb626c27faea66e5c74b3971b111d))
|
|
512
|
+
* add rsa cipher support ([7af6cc6](https://github.com/iotaledger/twin-framework/commit/7af6cc67512d3363bd4a2f2e87bd7733c2800147))
|
|
513
|
+
* add RSA support for public key components ([7126259](https://github.com/iotaledger/twin-framework/commit/7126259103b758c291e52a8a03818eb822d1aad1))
|
|
514
|
+
* additional RSA methods and async ([1fceee2](https://github.com/iotaledger/twin-framework/commit/1fceee2d1248a24a7620846025fcf906495c07f4))
|
|
515
|
+
* change method accessibility ([c1b77fc](https://github.com/iotaledger/twin-framework/commit/c1b77fcfb61c092a01c97aebb2fe2dc2bbaa221b))
|
|
516
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
517
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
518
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
519
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
520
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
521
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
503
522
|
|
|
504
523
|
|
|
505
524
|
### Dependencies
|
|
@@ -513,7 +532,7 @@
|
|
|
513
532
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
514
533
|
* @twin.org/validate-locales bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
515
534
|
|
|
516
|
-
## [0.0.3-next.6](https://github.com/
|
|
535
|
+
## [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)
|
|
517
536
|
|
|
518
537
|
|
|
519
538
|
### Miscellaneous Chores
|
|
@@ -532,7 +551,7 @@
|
|
|
532
551
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
533
552
|
* @twin.org/validate-locales bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
534
553
|
|
|
535
|
-
## [0.0.3-next.5](https://github.com/
|
|
554
|
+
## [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)
|
|
536
555
|
|
|
537
556
|
|
|
538
557
|
### Miscellaneous Chores
|
|
@@ -551,7 +570,7 @@
|
|
|
551
570
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
552
571
|
* @twin.org/validate-locales bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
553
572
|
|
|
554
|
-
## [0.0.3-next.4](https://github.com/
|
|
573
|
+
## [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)
|
|
555
574
|
|
|
556
575
|
|
|
557
576
|
### Miscellaneous Chores
|
|
@@ -570,7 +589,7 @@
|
|
|
570
589
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
571
590
|
* @twin.org/validate-locales bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
572
591
|
|
|
573
|
-
## [0.0.3-next.3](https://github.com/
|
|
592
|
+
## [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)
|
|
574
593
|
|
|
575
594
|
|
|
576
595
|
### Miscellaneous Chores
|
|
@@ -589,7 +608,7 @@
|
|
|
589
608
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
590
609
|
* @twin.org/validate-locales bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
591
610
|
|
|
592
|
-
## [0.0.3-next.2](https://github.com/
|
|
611
|
+
## [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)
|
|
593
612
|
|
|
594
613
|
|
|
595
614
|
### Miscellaneous Chores
|
|
@@ -608,24 +627,24 @@
|
|
|
608
627
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
609
628
|
* @twin.org/validate-locales bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
610
629
|
|
|
611
|
-
## [0.0.3-next.1](https://github.com/
|
|
630
|
+
## [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)
|
|
612
631
|
|
|
613
632
|
|
|
614
633
|
### Features
|
|
615
634
|
|
|
616
|
-
* add context id features ([#206](https://github.com/
|
|
617
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
618
|
-
* add mnemonic validation ([4b43491](https://github.com/
|
|
619
|
-
* add rsa cipher support ([7af6cc6](https://github.com/
|
|
620
|
-
* add RSA support for public key components ([7126259](https://github.com/
|
|
621
|
-
* additional RSA methods and async ([1fceee2](https://github.com/
|
|
622
|
-
* change method accessibility ([c1b77fc](https://github.com/
|
|
623
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
624
|
-
* locales validation ([#197](https://github.com/
|
|
625
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
626
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
627
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
628
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
635
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
636
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
637
|
+
* add mnemonic validation ([4b43491](https://github.com/iotaledger/twin-framework/commit/4b43491cf04bb626c27faea66e5c74b3971b111d))
|
|
638
|
+
* add rsa cipher support ([7af6cc6](https://github.com/iotaledger/twin-framework/commit/7af6cc67512d3363bd4a2f2e87bd7733c2800147))
|
|
639
|
+
* add RSA support for public key components ([7126259](https://github.com/iotaledger/twin-framework/commit/7126259103b758c291e52a8a03818eb822d1aad1))
|
|
640
|
+
* additional RSA methods and async ([1fceee2](https://github.com/iotaledger/twin-framework/commit/1fceee2d1248a24a7620846025fcf906495c07f4))
|
|
641
|
+
* change method accessibility ([c1b77fc](https://github.com/iotaledger/twin-framework/commit/c1b77fcfb61c092a01c97aebb2fe2dc2bbaa221b))
|
|
642
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
643
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
644
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
645
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
646
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
647
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
629
648
|
|
|
630
649
|
|
|
631
650
|
### Dependencies
|
|
@@ -639,7 +658,7 @@
|
|
|
639
658
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
640
659
|
* @twin.org/validate-locales bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
641
660
|
|
|
642
|
-
## [0.0.2-next.22](https://github.com/
|
|
661
|
+
## [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)
|
|
643
662
|
|
|
644
663
|
|
|
645
664
|
### Miscellaneous Chores
|
|
@@ -658,12 +677,12 @@
|
|
|
658
677
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
659
678
|
* @twin.org/validate-locales bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
660
679
|
|
|
661
|
-
## [0.0.2-next.21](https://github.com/
|
|
680
|
+
## [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)
|
|
662
681
|
|
|
663
682
|
|
|
664
683
|
### Features
|
|
665
684
|
|
|
666
|
-
* locales validation ([#197](https://github.com/
|
|
685
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
667
686
|
|
|
668
687
|
|
|
669
688
|
### Dependencies
|
|
@@ -677,7 +696,7 @@
|
|
|
677
696
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
678
697
|
* @twin.org/validate-locales bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
679
698
|
|
|
680
|
-
## [0.0.2-next.20](https://github.com/
|
|
699
|
+
## [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)
|
|
681
700
|
|
|
682
701
|
|
|
683
702
|
### Miscellaneous Chores
|
|
@@ -695,7 +714,7 @@
|
|
|
695
714
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
696
715
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
697
716
|
|
|
698
|
-
## [0.0.2-next.19](https://github.com/
|
|
717
|
+
## [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)
|
|
699
718
|
|
|
700
719
|
|
|
701
720
|
### Miscellaneous Chores
|
|
@@ -713,7 +732,7 @@
|
|
|
713
732
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
714
733
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
715
734
|
|
|
716
|
-
## [0.0.2-next.18](https://github.com/
|
|
735
|
+
## [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)
|
|
717
736
|
|
|
718
737
|
|
|
719
738
|
### Miscellaneous Chores
|
|
@@ -731,7 +750,7 @@
|
|
|
731
750
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
732
751
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
733
752
|
|
|
734
|
-
## [0.0.2-next.17](https://github.com/
|
|
753
|
+
## [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)
|
|
735
754
|
|
|
736
755
|
|
|
737
756
|
### Miscellaneous Chores
|
|
@@ -749,7 +768,7 @@
|
|
|
749
768
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
750
769
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
751
770
|
|
|
752
|
-
## [0.0.2-next.16](https://github.com/
|
|
771
|
+
## [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)
|
|
753
772
|
|
|
754
773
|
|
|
755
774
|
### Miscellaneous Chores
|
|
@@ -767,7 +786,7 @@
|
|
|
767
786
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
768
787
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
769
788
|
|
|
770
|
-
## [0.0.2-next.15](https://github.com/
|
|
789
|
+
## [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)
|
|
771
790
|
|
|
772
791
|
|
|
773
792
|
### Miscellaneous Chores
|
|
@@ -785,7 +804,7 @@
|
|
|
785
804
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
786
805
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
787
806
|
|
|
788
|
-
## [0.0.2-next.14](https://github.com/
|
|
807
|
+
## [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)
|
|
789
808
|
|
|
790
809
|
|
|
791
810
|
### Miscellaneous Chores
|
|
@@ -803,7 +822,7 @@
|
|
|
803
822
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
804
823
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
805
824
|
|
|
806
|
-
## [0.0.2-next.13](https://github.com/
|
|
825
|
+
## [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)
|
|
807
826
|
|
|
808
827
|
|
|
809
828
|
### Miscellaneous Chores
|
|
@@ -821,7 +840,7 @@
|
|
|
821
840
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
822
841
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
823
842
|
|
|
824
|
-
## [0.0.2-next.12](https://github.com/
|
|
843
|
+
## [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)
|
|
825
844
|
|
|
826
845
|
|
|
827
846
|
### Miscellaneous Chores
|
|
@@ -839,7 +858,7 @@
|
|
|
839
858
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
840
859
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
841
860
|
|
|
842
|
-
## [0.0.2-next.11](https://github.com/
|
|
861
|
+
## [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)
|
|
843
862
|
|
|
844
863
|
|
|
845
864
|
### Miscellaneous Chores
|
|
@@ -857,7 +876,7 @@
|
|
|
857
876
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
858
877
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
859
878
|
|
|
860
|
-
## [0.0.2-next.10](https://github.com/
|
|
879
|
+
## [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)
|
|
861
880
|
|
|
862
881
|
|
|
863
882
|
### Miscellaneous Chores
|
|
@@ -875,12 +894,12 @@
|
|
|
875
894
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
876
895
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
877
896
|
|
|
878
|
-
## [0.0.2-next.9](https://github.com/
|
|
897
|
+
## [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)
|
|
879
898
|
|
|
880
899
|
|
|
881
900
|
### Features
|
|
882
901
|
|
|
883
|
-
* add mnemonic validation ([4b43491](https://github.com/
|
|
902
|
+
* add mnemonic validation ([4b43491](https://github.com/iotaledger/twin-framework/commit/4b43491cf04bb626c27faea66e5c74b3971b111d))
|
|
884
903
|
|
|
885
904
|
|
|
886
905
|
### Dependencies
|
|
@@ -893,7 +912,7 @@
|
|
|
893
912
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
894
913
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
895
914
|
|
|
896
|
-
## [0.0.2-next.8](https://github.com/
|
|
915
|
+
## [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)
|
|
897
916
|
|
|
898
917
|
|
|
899
918
|
### Miscellaneous Chores
|
|
@@ -911,12 +930,12 @@
|
|
|
911
930
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
912
931
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
913
932
|
|
|
914
|
-
## [0.0.2-next.7](https://github.com/
|
|
933
|
+
## [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)
|
|
915
934
|
|
|
916
935
|
|
|
917
936
|
### Features
|
|
918
937
|
|
|
919
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
938
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
920
939
|
|
|
921
940
|
|
|
922
941
|
### Dependencies
|
|
@@ -929,7 +948,7 @@
|
|
|
929
948
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
930
949
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
931
950
|
|
|
932
|
-
## [0.0.2-next.6](https://github.com/
|
|
951
|
+
## [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)
|
|
933
952
|
|
|
934
953
|
|
|
935
954
|
### Miscellaneous Chores
|
|
@@ -947,12 +966,12 @@
|
|
|
947
966
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
948
967
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
949
968
|
|
|
950
|
-
## [0.0.2-next.5](https://github.com/
|
|
969
|
+
## [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)
|
|
951
970
|
|
|
952
971
|
|
|
953
972
|
### Features
|
|
954
973
|
|
|
955
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
974
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
956
975
|
|
|
957
976
|
|
|
958
977
|
### Dependencies
|
|
@@ -965,12 +984,12 @@
|
|
|
965
984
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
966
985
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
967
986
|
|
|
968
|
-
## [0.0.2-next.4](https://github.com/
|
|
987
|
+
## [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)
|
|
969
988
|
|
|
970
989
|
|
|
971
990
|
### Features
|
|
972
991
|
|
|
973
|
-
* additional RSA methods and async ([1fceee2](https://github.com/
|
|
992
|
+
* additional RSA methods and async ([1fceee2](https://github.com/iotaledger/twin-framework/commit/1fceee2d1248a24a7620846025fcf906495c07f4))
|
|
974
993
|
|
|
975
994
|
|
|
976
995
|
### Dependencies
|
|
@@ -983,18 +1002,18 @@
|
|
|
983
1002
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
984
1003
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
985
1004
|
|
|
986
|
-
## [0.0.2-next.3](https://github.com/
|
|
1005
|
+
## [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)
|
|
987
1006
|
|
|
988
1007
|
|
|
989
1008
|
### Features
|
|
990
1009
|
|
|
991
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
992
|
-
* add rsa cipher support ([7af6cc6](https://github.com/
|
|
993
|
-
* add RSA support for public key components ([7126259](https://github.com/
|
|
994
|
-
* change method accessibility ([c1b77fc](https://github.com/
|
|
995
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
996
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
997
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1010
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1011
|
+
* add rsa cipher support ([7af6cc6](https://github.com/iotaledger/twin-framework/commit/7af6cc67512d3363bd4a2f2e87bd7733c2800147))
|
|
1012
|
+
* add RSA support for public key components ([7126259](https://github.com/iotaledger/twin-framework/commit/7126259103b758c291e52a8a03818eb822d1aad1))
|
|
1013
|
+
* change method accessibility ([c1b77fc](https://github.com/iotaledger/twin-framework/commit/c1b77fcfb61c092a01c97aebb2fe2dc2bbaa221b))
|
|
1014
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1015
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
1016
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
998
1017
|
|
|
999
1018
|
|
|
1000
1019
|
### Dependencies
|
|
@@ -1007,17 +1026,17 @@
|
|
|
1007
1026
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
1008
1027
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
1009
1028
|
|
|
1010
|
-
## [0.0.2-next.2](https://github.com/
|
|
1029
|
+
## [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)
|
|
1011
1030
|
|
|
1012
1031
|
|
|
1013
1032
|
### Features
|
|
1014
1033
|
|
|
1015
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
1016
|
-
* add rsa cipher support ([7af6cc6](https://github.com/
|
|
1017
|
-
* change method accessibility ([c1b77fc](https://github.com/
|
|
1018
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
1019
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
1020
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1034
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1035
|
+
* add rsa cipher support ([7af6cc6](https://github.com/iotaledger/twin-framework/commit/7af6cc67512d3363bd4a2f2e87bd7733c2800147))
|
|
1036
|
+
* change method accessibility ([c1b77fc](https://github.com/iotaledger/twin-framework/commit/c1b77fcfb61c092a01c97aebb2fe2dc2bbaa221b))
|
|
1037
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1038
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
1039
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
1021
1040
|
|
|
1022
1041
|
|
|
1023
1042
|
### Dependencies
|
|
@@ -1030,16 +1049,16 @@
|
|
|
1030
1049
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
1031
1050
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
1032
1051
|
|
|
1033
|
-
## [0.0.2-next.1](https://github.com/
|
|
1052
|
+
## [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)
|
|
1034
1053
|
|
|
1035
1054
|
|
|
1036
1055
|
### Features
|
|
1037
1056
|
|
|
1038
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
1039
|
-
* add rsa cipher support ([7af6cc6](https://github.com/
|
|
1040
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
1041
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
1042
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1057
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1058
|
+
* add rsa cipher support ([7af6cc6](https://github.com/iotaledger/twin-framework/commit/7af6cc67512d3363bd4a2f2e87bd7733c2800147))
|
|
1059
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1060
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
1061
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
1043
1062
|
|
|
1044
1063
|
|
|
1045
1064
|
### Dependencies
|
|
@@ -1057,8 +1076,8 @@
|
|
|
1057
1076
|
|
|
1058
1077
|
### Features
|
|
1059
1078
|
|
|
1060
|
-
* release to production ([829d53d](https://github.com/
|
|
1061
|
-
* release to production ([5cf3a76](https://github.com/
|
|
1079
|
+
* release to production ([829d53d](https://github.com/iotaledger/twin-framework/commit/829d53d3953b1e1b40b0243c04cfdfd3842aac7b))
|
|
1080
|
+
* release to production ([5cf3a76](https://github.com/iotaledger/twin-framework/commit/5cf3a76a09eff2e6414d0cba846c7c37400a11d6))
|
|
1062
1081
|
|
|
1063
1082
|
|
|
1064
1083
|
### Dependencies
|
|
@@ -1071,14 +1090,14 @@
|
|
|
1071
1090
|
* @twin.org/nameof-transformer bumped from ^0.0.0 to ^0.0.1
|
|
1072
1091
|
* @twin.org/nameof-vitest-plugin bumped from ^0.0.0 to ^0.0.1
|
|
1073
1092
|
|
|
1074
|
-
## [0.0.1-next.70](https://github.com/
|
|
1093
|
+
## [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)
|
|
1075
1094
|
|
|
1076
1095
|
|
|
1077
1096
|
### Features
|
|
1078
1097
|
|
|
1079
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
1080
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
1081
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1098
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1099
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1100
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
1082
1101
|
|
|
1083
1102
|
|
|
1084
1103
|
### Dependencies
|
|
@@ -1091,14 +1110,14 @@
|
|
|
1091
1110
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
1092
1111
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
1093
1112
|
|
|
1094
|
-
## [0.0.1-next.69](https://github.com/
|
|
1113
|
+
## [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)
|
|
1095
1114
|
|
|
1096
1115
|
|
|
1097
1116
|
### Features
|
|
1098
1117
|
|
|
1099
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
1100
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
1101
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1118
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1119
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1120
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
1102
1121
|
|
|
1103
1122
|
|
|
1104
1123
|
### Dependencies
|
|
@@ -1111,12 +1130,12 @@
|
|
|
1111
1130
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
1112
1131
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
1113
1132
|
|
|
1114
|
-
## [0.0.1-next.68](https://github.com/
|
|
1133
|
+
## [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)
|
|
1115
1134
|
|
|
1116
1135
|
|
|
1117
1136
|
### Features
|
|
1118
1137
|
|
|
1119
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
1138
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1120
1139
|
|
|
1121
1140
|
|
|
1122
1141
|
### Dependencies
|
|
@@ -1129,7 +1148,7 @@
|
|
|
1129
1148
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
1130
1149
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
1131
1150
|
|
|
1132
|
-
## [0.0.1-next.67](https://github.com/
|
|
1151
|
+
## [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)
|
|
1133
1152
|
|
|
1134
1153
|
|
|
1135
1154
|
### Miscellaneous Chores
|
|
@@ -1143,7 +1162,7 @@
|
|
|
1143
1162
|
* dependencies
|
|
1144
1163
|
* @twin.org/core bumped from 0.0.1-next.66 to 0.0.1-next.67
|
|
1145
1164
|
|
|
1146
|
-
## [0.0.1-next.66](https://github.com/
|
|
1165
|
+
## [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)
|
|
1147
1166
|
|
|
1148
1167
|
|
|
1149
1168
|
### Miscellaneous Chores
|
|
@@ -1157,7 +1176,7 @@
|
|
|
1157
1176
|
* dependencies
|
|
1158
1177
|
* @twin.org/core bumped from 0.0.1-next.65 to 0.0.1-next.66
|
|
1159
1178
|
|
|
1160
|
-
## [0.0.1-next.65](https://github.com/
|
|
1179
|
+
## [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)
|
|
1161
1180
|
|
|
1162
1181
|
|
|
1163
1182
|
### Miscellaneous Chores
|
|
@@ -1171,7 +1190,7 @@
|
|
|
1171
1190
|
* dependencies
|
|
1172
1191
|
* @twin.org/core bumped from 0.0.1-next.64 to 0.0.1-next.65
|
|
1173
1192
|
|
|
1174
|
-
## [0.0.1-next.64](https://github.com/
|
|
1193
|
+
## [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)
|
|
1175
1194
|
|
|
1176
1195
|
|
|
1177
1196
|
### Miscellaneous Chores
|
|
@@ -1185,7 +1204,7 @@
|
|
|
1185
1204
|
* dependencies
|
|
1186
1205
|
* @twin.org/core bumped from 0.0.1-next.63 to 0.0.1-next.64
|
|
1187
1206
|
|
|
1188
|
-
## [0.0.1-next.63](https://github.com/
|
|
1207
|
+
## [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)
|
|
1189
1208
|
|
|
1190
1209
|
|
|
1191
1210
|
### Miscellaneous Chores
|
|
@@ -1199,13 +1218,13 @@
|
|
|
1199
1218
|
* dependencies
|
|
1200
1219
|
* @twin.org/core bumped from 0.0.1-next.62 to 0.0.1-next.63
|
|
1201
1220
|
|
|
1202
|
-
## [0.0.1-next.62](https://github.com/
|
|
1221
|
+
## [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)
|
|
1203
1222
|
|
|
1204
1223
|
|
|
1205
1224
|
### Features
|
|
1206
1225
|
|
|
1207
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
1208
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1226
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1227
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
1209
1228
|
|
|
1210
1229
|
|
|
1211
1230
|
### Dependencies
|
|
@@ -1214,7 +1233,7 @@
|
|
|
1214
1233
|
* dependencies
|
|
1215
1234
|
* @twin.org/core bumped from 0.0.1-next.61 to 0.0.1-next.62
|
|
1216
1235
|
|
|
1217
|
-
## [0.0.1-next.61](https://github.com/
|
|
1236
|
+
## [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)
|
|
1218
1237
|
|
|
1219
1238
|
|
|
1220
1239
|
### Miscellaneous Chores
|
|
@@ -1228,7 +1247,7 @@
|
|
|
1228
1247
|
* dependencies
|
|
1229
1248
|
* @twin.org/core bumped from 0.0.1-next.60 to 0.0.1-next.61
|
|
1230
1249
|
|
|
1231
|
-
## [0.0.1-next.60](https://github.com/
|
|
1250
|
+
## [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)
|
|
1232
1251
|
|
|
1233
1252
|
|
|
1234
1253
|
### Miscellaneous Chores
|
|
@@ -1242,7 +1261,7 @@
|
|
|
1242
1261
|
* dependencies
|
|
1243
1262
|
* @twin.org/core bumped from 0.0.1-next.59 to 0.0.1-next.60
|
|
1244
1263
|
|
|
1245
|
-
## [0.0.1-next.59](https://github.com/
|
|
1264
|
+
## [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)
|
|
1246
1265
|
|
|
1247
1266
|
|
|
1248
1267
|
### Miscellaneous Chores
|
|
@@ -1256,7 +1275,7 @@
|
|
|
1256
1275
|
* dependencies
|
|
1257
1276
|
* @twin.org/core bumped from 0.0.1-next.58 to 0.0.1-next.59
|
|
1258
1277
|
|
|
1259
|
-
## [0.0.1-next.58](https://github.com/
|
|
1278
|
+
## [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)
|
|
1260
1279
|
|
|
1261
1280
|
|
|
1262
1281
|
### Miscellaneous Chores
|
|
@@ -1270,12 +1289,12 @@
|
|
|
1270
1289
|
* dependencies
|
|
1271
1290
|
* @twin.org/core bumped from 0.0.1-next.57 to 0.0.1-next.58
|
|
1272
1291
|
|
|
1273
|
-
## [0.0.1-next.57](https://github.com/
|
|
1292
|
+
## [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)
|
|
1274
1293
|
|
|
1275
1294
|
|
|
1276
1295
|
### Features
|
|
1277
1296
|
|
|
1278
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
1297
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1279
1298
|
|
|
1280
1299
|
|
|
1281
1300
|
### Dependencies
|
|
@@ -1284,7 +1303,7 @@
|
|
|
1284
1303
|
* dependencies
|
|
1285
1304
|
* @twin.org/core bumped from 0.0.1-next.56 to 0.0.1-next.57
|
|
1286
1305
|
|
|
1287
|
-
## [0.0.1-next.56](https://github.com/
|
|
1306
|
+
## [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)
|
|
1288
1307
|
|
|
1289
1308
|
|
|
1290
1309
|
### Miscellaneous Chores
|
|
@@ -1298,7 +1317,7 @@
|
|
|
1298
1317
|
* dependencies
|
|
1299
1318
|
* @twin.org/core bumped from 0.0.1-next.55 to 0.0.1-next.56
|
|
1300
1319
|
|
|
1301
|
-
## [0.0.1-next.55](https://github.com/
|
|
1320
|
+
## [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)
|
|
1302
1321
|
|
|
1303
1322
|
|
|
1304
1323
|
### Miscellaneous Chores
|
|
@@ -1312,7 +1331,7 @@
|
|
|
1312
1331
|
* dependencies
|
|
1313
1332
|
* @twin.org/core bumped from 0.0.1-next.54 to 0.0.1-next.55
|
|
1314
1333
|
|
|
1315
|
-
## [0.0.1-next.54](https://github.com/
|
|
1334
|
+
## [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)
|
|
1316
1335
|
|
|
1317
1336
|
|
|
1318
1337
|
### Miscellaneous Chores
|
|
@@ -1326,7 +1345,7 @@
|
|
|
1326
1345
|
* dependencies
|
|
1327
1346
|
* @twin.org/core bumped from 0.0.1-next.53 to 0.0.1-next.54
|
|
1328
1347
|
|
|
1329
|
-
## [0.0.1-next.53](https://github.com/
|
|
1348
|
+
## [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)
|
|
1330
1349
|
|
|
1331
1350
|
|
|
1332
1351
|
### Miscellaneous Chores
|
|
@@ -1340,12 +1359,12 @@
|
|
|
1340
1359
|
* dependencies
|
|
1341
1360
|
* @twin.org/core bumped from 0.0.1-next.52 to 0.0.1-next.53
|
|
1342
1361
|
|
|
1343
|
-
## [0.0.1-next.52](https://github.com/
|
|
1362
|
+
## [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)
|
|
1344
1363
|
|
|
1345
1364
|
|
|
1346
1365
|
### Features
|
|
1347
1366
|
|
|
1348
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1367
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
1349
1368
|
|
|
1350
1369
|
|
|
1351
1370
|
### Dependencies
|
|
@@ -1354,7 +1373,7 @@
|
|
|
1354
1373
|
* dependencies
|
|
1355
1374
|
* @twin.org/core bumped from 0.0.1-next.51 to 0.0.1-next.52
|
|
1356
1375
|
|
|
1357
|
-
## [0.0.1-next.51](https://github.com/
|
|
1376
|
+
## [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)
|
|
1358
1377
|
|
|
1359
1378
|
|
|
1360
1379
|
### Miscellaneous Chores
|
|
@@ -1368,7 +1387,7 @@
|
|
|
1368
1387
|
* dependencies
|
|
1369
1388
|
* @twin.org/core bumped from 0.0.1-next.50 to 0.0.1-next.51
|
|
1370
1389
|
|
|
1371
|
-
## [0.0.1-next.50](https://github.com/
|
|
1390
|
+
## [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)
|
|
1372
1391
|
|
|
1373
1392
|
|
|
1374
1393
|
### Miscellaneous Chores
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/crypto",
|
|
3
|
-
"version": "0.0.3-next.
|
|
3
|
+
"version": "0.0.3-next.32",
|
|
4
4
|
"description": "Helper methods and classes which implement cryptographic functions",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"@scure/base": "2.0.0",
|
|
21
21
|
"@scure/bip32": "2.0.1",
|
|
22
22
|
"@scure/bip39": "2.0.1",
|
|
23
|
-
"@twin.org/core": "0.0.3-next.
|
|
24
|
-
"@twin.org/nameof": "0.0.3-next.
|
|
23
|
+
"@twin.org/core": "0.0.3-next.32",
|
|
24
|
+
"@twin.org/nameof": "0.0.3-next.32",
|
|
25
25
|
"micro-key-producer": "0.8.5"
|
|
26
26
|
},
|
|
27
27
|
"main": "./dist/es/index.js",
|