@twin.org/crypto 0.0.3-next.9 → 0.0.4-next.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +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 +926 -115
- package/docs/examples.md +130 -1
- package/docs/reference/classes/Argon2id.md +83 -0
- package/docs/reference/classes/Bech32.md +4 -4
- package/docs/reference/classes/Bip32Path.md +6 -6
- package/docs/reference/classes/Bip39.md +16 -16
- package/docs/reference/classes/Bip44.md +6 -6
- package/docs/reference/classes/Blake2b.md +9 -9
- package/docs/reference/classes/Blake3.md +7 -7
- package/docs/reference/classes/ChaCha20Poly1305.md +3 -3
- package/docs/reference/classes/Ed25519.md +8 -8
- package/docs/reference/classes/HmacSha1.md +4 -4
- package/docs/reference/classes/HmacSha256.md +9 -9
- package/docs/reference/classes/HmacSha512.md +13 -13
- package/docs/reference/classes/Hotp.md +2 -2
- package/docs/reference/classes/IntegrityHelper.md +85 -0
- package/docs/reference/classes/PasswordGenerator.md +41 -5
- package/docs/reference/classes/PasswordValidator.md +116 -3
- package/docs/reference/classes/Pbkdf2.md +11 -3
- package/docs/reference/classes/PemHelper.md +5 -5
- package/docs/reference/classes/Secp256k1.md +6 -6
- package/docs/reference/classes/Sha1.md +4 -4
- package/docs/reference/classes/Sha256.md +9 -9
- package/docs/reference/classes/Sha3.md +13 -13
- package/docs/reference/classes/Sha512.md +13 -13
- package/docs/reference/classes/Slip0010.md +11 -11
- package/docs/reference/classes/Totp.md +12 -12
- package/docs/reference/classes/X25519.md +3 -3
- package/docs/reference/classes/Zip215.md +2 -2
- package/docs/reference/index.md +4 -0
- package/docs/reference/type-aliases/IntegrityAlgorithm.md +5 -0
- package/docs/reference/variables/IntegrityAlgorithm.md +25 -0
- package/docs/reference/variables/KeyType.md +2 -2
- package/locales/en.json +3 -0
- package/package.json +13 -14
package/docs/changelog.md
CHANGED
|
@@ -1,6 +1,817 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.
|
|
3
|
+
## [0.0.4-next.1](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.4-next.0...crypto-v0.0.4-next.1) (2026-05-27)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
9
|
+
* add crypto argon2id ([#255](https://github.com/iotaledger/twin-framework/issues/255)) ([27fe3a7](https://github.com/iotaledger/twin-framework/commit/27fe3a72eeb0f398a278ebb3f1cb9c4dd459743c))
|
|
10
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
11
|
+
* add mnemonic validation ([4b43491](https://github.com/iotaledger/twin-framework/commit/4b43491cf04bb626c27faea66e5c74b3971b111d))
|
|
12
|
+
* add rsa cipher support ([7af6cc6](https://github.com/iotaledger/twin-framework/commit/7af6cc67512d3363bd4a2f2e87bd7733c2800147))
|
|
13
|
+
* add RSA support for public key components ([7126259](https://github.com/iotaledger/twin-framework/commit/7126259103b758c291e52a8a03818eb822d1aad1))
|
|
14
|
+
* additional RSA methods and async ([1fceee2](https://github.com/iotaledger/twin-framework/commit/1fceee2d1248a24a7620846025fcf906495c07f4))
|
|
15
|
+
* change method accessibility ([c1b77fc](https://github.com/iotaledger/twin-framework/commit/c1b77fcfb61c092a01c97aebb2fe2dc2bbaa221b))
|
|
16
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
17
|
+
* factory create and integrity ([#235](https://github.com/iotaledger/twin-framework/issues/235)) ([9f98b99](https://github.com/iotaledger/twin-framework/commit/9f98b99daf46eb365346fae49cc4ffba63e74cb3))
|
|
18
|
+
* improve signatures ([cdd24be](https://github.com/iotaledger/twin-framework/commit/cdd24be6fb898d33955b6f2f93c3ddbd73582269))
|
|
19
|
+
* improved password generation and validation ([#232](https://github.com/iotaledger/twin-framework/issues/232)) ([ca4e18f](https://github.com/iotaledger/twin-framework/commit/ca4e18f388b1882cdfb774fc0d0921b8530fac33))
|
|
20
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
21
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
22
|
+
* typescript 6 update ([1d10f31](https://github.com/iotaledger/twin-framework/commit/1d10f31e6516ec622773f45e88af82fe749b384a))
|
|
23
|
+
* update dependencies ([4da77ab](https://github.com/iotaledger/twin-framework/commit/4da77ab30f499e52825ac5a76f51436ceb59c26e))
|
|
24
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
25
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
26
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### Bug Fixes
|
|
30
|
+
|
|
31
|
+
* docs ([9df46e0](https://github.com/iotaledger/twin-framework/commit/9df46e0a3940a4d1f479373f58830519262f9590))
|
|
32
|
+
* docs ([67c8887](https://github.com/iotaledger/twin-framework/commit/67c888739448e753106ea067a8703d058e0ddf12))
|
|
33
|
+
* ensure __decorate is defined for decorators ([103a563](https://github.com/iotaledger/twin-framework/commit/103a563ce01ebdef6240d2e590e7b026e8692684))
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Dependencies
|
|
37
|
+
|
|
38
|
+
* The following workspace dependencies were updated
|
|
39
|
+
* dependencies
|
|
40
|
+
* @twin.org/core bumped from 0.0.4-next.0 to 0.0.4-next.1
|
|
41
|
+
* @twin.org/nameof bumped from 0.0.4-next.0 to 0.0.4-next.1
|
|
42
|
+
* devDependencies
|
|
43
|
+
* @twin.org/nameof-transformer bumped from 0.0.4-next.0 to 0.0.4-next.1
|
|
44
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.4-next.0 to 0.0.4-next.1
|
|
45
|
+
* @twin.org/validate-locales bumped from 0.0.4-next.0 to 0.0.4-next.1
|
|
46
|
+
|
|
47
|
+
## [0.0.3](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3...crypto-v0.0.3) (2026-05-27)
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
### Features
|
|
51
|
+
|
|
52
|
+
* release to production ([b24cba1](https://github.com/iotaledger/twin-framework/commit/b24cba1b6a969278d638e632590602ec881e49fb))
|
|
53
|
+
* release to production ([787287d](https://github.com/iotaledger/twin-framework/commit/787287d06ea8319657401589d61fff369310c422))
|
|
54
|
+
* release to production ([53f4843](https://github.com/iotaledger/twin-framework/commit/53f484326b2851d7a506d2620db24c4a65cee7b3))
|
|
55
|
+
* release to production ([56cda4d](https://github.com/iotaledger/twin-framework/commit/56cda4da93e978c5be19ec7cfd421ae2a7fe4147))
|
|
56
|
+
* release to production ([f7c6586](https://github.com/iotaledger/twin-framework/commit/f7c6586f6976b903b647b4c5ac5ad9421e0c9051))
|
|
57
|
+
* release to production ([829d53d](https://github.com/iotaledger/twin-framework/commit/829d53d3953b1e1b40b0243c04cfdfd3842aac7b))
|
|
58
|
+
* release to production ([5cf3a76](https://github.com/iotaledger/twin-framework/commit/5cf3a76a09eff2e6414d0cba846c7c37400a11d6))
|
|
59
|
+
* release to production ([#330](https://github.com/iotaledger/twin-framework/issues/330)) ([d73f565](https://github.com/iotaledger/twin-framework/commit/d73f565588d156d23ef49b2a5718973756f7a696))
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
### Miscellaneous Chores
|
|
63
|
+
|
|
64
|
+
* release to production ([63cae24](https://github.com/iotaledger/twin-framework/commit/63cae2401f6c11f93b2a01260b665064e8bd28e0))
|
|
65
|
+
|
|
66
|
+
## [0.0.3-next.47](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.46...crypto-v0.0.3-next.47) (2026-05-25)
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
### Miscellaneous Chores
|
|
70
|
+
|
|
71
|
+
* **crypto:** Synchronize repo versions
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
### Dependencies
|
|
75
|
+
|
|
76
|
+
* The following workspace dependencies were updated
|
|
77
|
+
* dependencies
|
|
78
|
+
* @twin.org/core bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
79
|
+
* @twin.org/nameof bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
80
|
+
* devDependencies
|
|
81
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
82
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
83
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.46 to 0.0.3-next.47
|
|
84
|
+
|
|
85
|
+
## [0.0.3-next.46](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.45...crypto-v0.0.3-next.46) (2026-05-22)
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
### Miscellaneous Chores
|
|
89
|
+
|
|
90
|
+
* **crypto:** Synchronize repo versions
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
### Dependencies
|
|
94
|
+
|
|
95
|
+
* The following workspace dependencies were updated
|
|
96
|
+
* dependencies
|
|
97
|
+
* @twin.org/core bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
98
|
+
* @twin.org/nameof bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
99
|
+
* devDependencies
|
|
100
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
101
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
102
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.45 to 0.0.3-next.46
|
|
103
|
+
|
|
104
|
+
## [0.0.3-next.45](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.44...crypto-v0.0.3-next.45) (2026-05-21)
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
### Miscellaneous Chores
|
|
108
|
+
|
|
109
|
+
* **crypto:** Synchronize repo versions
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
### Dependencies
|
|
113
|
+
|
|
114
|
+
* The following workspace dependencies were updated
|
|
115
|
+
* dependencies
|
|
116
|
+
* @twin.org/core bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
117
|
+
* @twin.org/nameof bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
118
|
+
* devDependencies
|
|
119
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
120
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
121
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.44 to 0.0.3-next.45
|
|
122
|
+
|
|
123
|
+
## [0.0.3-next.44](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.43...crypto-v0.0.3-next.44) (2026-05-19)
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
### Features
|
|
127
|
+
|
|
128
|
+
* update dependencies ([4da77ab](https://github.com/iotaledger/twin-framework/commit/4da77ab30f499e52825ac5a76f51436ceb59c26e))
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
### Dependencies
|
|
132
|
+
|
|
133
|
+
* The following workspace dependencies were updated
|
|
134
|
+
* dependencies
|
|
135
|
+
* @twin.org/core bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
136
|
+
* @twin.org/nameof bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
137
|
+
* devDependencies
|
|
138
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
139
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
140
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.43 to 0.0.3-next.44
|
|
141
|
+
|
|
142
|
+
## [0.0.3-next.43](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.42...crypto-v0.0.3-next.43) (2026-05-18)
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
### Miscellaneous Chores
|
|
146
|
+
|
|
147
|
+
* **crypto:** Synchronize repo versions
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
### Dependencies
|
|
151
|
+
|
|
152
|
+
* The following workspace dependencies were updated
|
|
153
|
+
* dependencies
|
|
154
|
+
* @twin.org/core bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
155
|
+
* @twin.org/nameof bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
156
|
+
* devDependencies
|
|
157
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
158
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
159
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.42 to 0.0.3-next.43
|
|
160
|
+
|
|
161
|
+
## [0.0.3-next.42](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.41...crypto-v0.0.3-next.42) (2026-05-15)
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
### Miscellaneous Chores
|
|
165
|
+
|
|
166
|
+
* **crypto:** Synchronize repo versions
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
### Dependencies
|
|
170
|
+
|
|
171
|
+
* The following workspace dependencies were updated
|
|
172
|
+
* dependencies
|
|
173
|
+
* @twin.org/core bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
174
|
+
* @twin.org/nameof bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
175
|
+
* devDependencies
|
|
176
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
177
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
178
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.41 to 0.0.3-next.42
|
|
179
|
+
|
|
180
|
+
## [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)
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
### Miscellaneous Chores
|
|
184
|
+
|
|
185
|
+
* **crypto:** Synchronize repo versions
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
### Dependencies
|
|
189
|
+
|
|
190
|
+
* The following workspace dependencies were updated
|
|
191
|
+
* dependencies
|
|
192
|
+
* @twin.org/core bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
193
|
+
* @twin.org/nameof bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
194
|
+
* devDependencies
|
|
195
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
196
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
197
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.40 to 0.0.3-next.41
|
|
198
|
+
|
|
199
|
+
## [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)
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
### Miscellaneous Chores
|
|
203
|
+
|
|
204
|
+
* **crypto:** Synchronize repo versions
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
### Dependencies
|
|
208
|
+
|
|
209
|
+
* The following workspace dependencies were updated
|
|
210
|
+
* dependencies
|
|
211
|
+
* @twin.org/core bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
212
|
+
* @twin.org/nameof bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
213
|
+
* devDependencies
|
|
214
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
215
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
216
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.39 to 0.0.3-next.40
|
|
217
|
+
|
|
218
|
+
## [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)
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
### Features
|
|
222
|
+
|
|
223
|
+
* improve signatures ([cdd24be](https://github.com/iotaledger/twin-framework/commit/cdd24be6fb898d33955b6f2f93c3ddbd73582269))
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
### Dependencies
|
|
227
|
+
|
|
228
|
+
* The following workspace dependencies were updated
|
|
229
|
+
* dependencies
|
|
230
|
+
* @twin.org/core bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
231
|
+
* @twin.org/nameof bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
232
|
+
* devDependencies
|
|
233
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
234
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
235
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.38 to 0.0.3-next.39
|
|
236
|
+
|
|
237
|
+
## [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)
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
### Features
|
|
241
|
+
|
|
242
|
+
* typescript 6 update ([1d10f31](https://github.com/iotaledger/twin-framework/commit/1d10f31e6516ec622773f45e88af82fe749b384a))
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
### Dependencies
|
|
246
|
+
|
|
247
|
+
* The following workspace dependencies were updated
|
|
248
|
+
* dependencies
|
|
249
|
+
* @twin.org/core bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
250
|
+
* @twin.org/nameof bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
251
|
+
* devDependencies
|
|
252
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
253
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
254
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.37 to 0.0.3-next.38
|
|
255
|
+
|
|
256
|
+
## [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)
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
### Miscellaneous Chores
|
|
260
|
+
|
|
261
|
+
* **crypto:** Synchronize repo versions
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
### Dependencies
|
|
265
|
+
|
|
266
|
+
* The following workspace dependencies were updated
|
|
267
|
+
* dependencies
|
|
268
|
+
* @twin.org/core bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
269
|
+
* @twin.org/nameof bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
270
|
+
* devDependencies
|
|
271
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
272
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
273
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.36 to 0.0.3-next.37
|
|
274
|
+
|
|
275
|
+
## [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)
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
### Miscellaneous Chores
|
|
279
|
+
|
|
280
|
+
* **crypto:** Synchronize repo versions
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
### Dependencies
|
|
284
|
+
|
|
285
|
+
* The following workspace dependencies were updated
|
|
286
|
+
* dependencies
|
|
287
|
+
* @twin.org/core bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
288
|
+
* @twin.org/nameof bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
289
|
+
* devDependencies
|
|
290
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
291
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
292
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
293
|
+
|
|
294
|
+
## [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)
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
### Miscellaneous Chores
|
|
298
|
+
|
|
299
|
+
* **crypto:** Synchronize repo versions
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
### Dependencies
|
|
303
|
+
|
|
304
|
+
* The following workspace dependencies were updated
|
|
305
|
+
* dependencies
|
|
306
|
+
* @twin.org/core bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
307
|
+
* @twin.org/nameof bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
308
|
+
* devDependencies
|
|
309
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
310
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
311
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
312
|
+
|
|
313
|
+
## [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)
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
### Miscellaneous Chores
|
|
317
|
+
|
|
318
|
+
* **crypto:** Synchronize repo versions
|
|
319
|
+
|
|
320
|
+
|
|
321
|
+
### Dependencies
|
|
322
|
+
|
|
323
|
+
* The following workspace dependencies were updated
|
|
324
|
+
* dependencies
|
|
325
|
+
* @twin.org/core bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
326
|
+
* @twin.org/nameof bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
327
|
+
* devDependencies
|
|
328
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
329
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
330
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
331
|
+
|
|
332
|
+
## [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)
|
|
333
|
+
|
|
334
|
+
|
|
335
|
+
### Miscellaneous Chores
|
|
336
|
+
|
|
337
|
+
* **crypto:** Synchronize repo versions
|
|
338
|
+
|
|
339
|
+
|
|
340
|
+
### Dependencies
|
|
341
|
+
|
|
342
|
+
* The following workspace dependencies were updated
|
|
343
|
+
* dependencies
|
|
344
|
+
* @twin.org/core bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
345
|
+
* @twin.org/nameof bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
346
|
+
* devDependencies
|
|
347
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
348
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
349
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
350
|
+
|
|
351
|
+
## [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)
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
### Miscellaneous Chores
|
|
355
|
+
|
|
356
|
+
* **crypto:** Synchronize repo versions
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
### Dependencies
|
|
360
|
+
|
|
361
|
+
* The following workspace dependencies were updated
|
|
362
|
+
* dependencies
|
|
363
|
+
* @twin.org/core bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
364
|
+
* @twin.org/nameof bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
365
|
+
* devDependencies
|
|
366
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
367
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
368
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
369
|
+
|
|
370
|
+
## [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)
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
### Miscellaneous Chores
|
|
374
|
+
|
|
375
|
+
* **crypto:** Synchronize repo versions
|
|
376
|
+
|
|
377
|
+
|
|
378
|
+
### Dependencies
|
|
379
|
+
|
|
380
|
+
* The following workspace dependencies were updated
|
|
381
|
+
* dependencies
|
|
382
|
+
* @twin.org/core bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
383
|
+
* @twin.org/nameof bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
384
|
+
* devDependencies
|
|
385
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
386
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
387
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
388
|
+
|
|
389
|
+
## [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)
|
|
390
|
+
|
|
391
|
+
|
|
392
|
+
### Miscellaneous Chores
|
|
393
|
+
|
|
394
|
+
* **crypto:** Synchronize repo versions
|
|
395
|
+
|
|
396
|
+
|
|
397
|
+
### Dependencies
|
|
398
|
+
|
|
399
|
+
* The following workspace dependencies were updated
|
|
400
|
+
* dependencies
|
|
401
|
+
* @twin.org/core bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
402
|
+
* @twin.org/nameof bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
403
|
+
* devDependencies
|
|
404
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
405
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
406
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
407
|
+
|
|
408
|
+
## [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)
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
### Miscellaneous Chores
|
|
412
|
+
|
|
413
|
+
* **crypto:** Synchronize repo versions
|
|
414
|
+
|
|
415
|
+
|
|
416
|
+
### Dependencies
|
|
417
|
+
|
|
418
|
+
* The following workspace dependencies were updated
|
|
419
|
+
* dependencies
|
|
420
|
+
* @twin.org/core bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
421
|
+
* @twin.org/nameof bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
422
|
+
* devDependencies
|
|
423
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
424
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
425
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
426
|
+
|
|
427
|
+
## [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)
|
|
428
|
+
|
|
429
|
+
|
|
430
|
+
### Miscellaneous Chores
|
|
431
|
+
|
|
432
|
+
* **crypto:** Synchronize repo versions
|
|
433
|
+
|
|
434
|
+
|
|
435
|
+
### Dependencies
|
|
436
|
+
|
|
437
|
+
* The following workspace dependencies were updated
|
|
438
|
+
* dependencies
|
|
439
|
+
* @twin.org/core bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
440
|
+
* @twin.org/nameof bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
441
|
+
* devDependencies
|
|
442
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
443
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
444
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
445
|
+
|
|
446
|
+
## [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)
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
### Features
|
|
450
|
+
|
|
451
|
+
* add crypto argon2id ([#255](https://github.com/iotaledger/twin-framework/issues/255)) ([27fe3a7](https://github.com/iotaledger/twin-framework/commit/27fe3a72eeb0f398a278ebb3f1cb9c4dd459743c))
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
### Dependencies
|
|
455
|
+
|
|
456
|
+
* The following workspace dependencies were updated
|
|
457
|
+
* dependencies
|
|
458
|
+
* @twin.org/core bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
459
|
+
* @twin.org/nameof bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
460
|
+
* devDependencies
|
|
461
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
462
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
463
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
464
|
+
|
|
465
|
+
## [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)
|
|
466
|
+
|
|
467
|
+
|
|
468
|
+
### Miscellaneous Chores
|
|
469
|
+
|
|
470
|
+
* **crypto:** Synchronize repo versions
|
|
471
|
+
|
|
472
|
+
|
|
473
|
+
### Dependencies
|
|
474
|
+
|
|
475
|
+
* The following workspace dependencies were updated
|
|
476
|
+
* dependencies
|
|
477
|
+
* @twin.org/core bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
478
|
+
* @twin.org/nameof bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
479
|
+
* devDependencies
|
|
480
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
481
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
482
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
483
|
+
|
|
484
|
+
## [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)
|
|
485
|
+
|
|
486
|
+
|
|
487
|
+
### Miscellaneous Chores
|
|
488
|
+
|
|
489
|
+
* **crypto:** Synchronize repo versions
|
|
490
|
+
|
|
491
|
+
|
|
492
|
+
### Dependencies
|
|
493
|
+
|
|
494
|
+
* The following workspace dependencies were updated
|
|
495
|
+
* dependencies
|
|
496
|
+
* @twin.org/core bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
497
|
+
* @twin.org/nameof bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
498
|
+
* devDependencies
|
|
499
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
500
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
501
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
502
|
+
|
|
503
|
+
## [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)
|
|
504
|
+
|
|
505
|
+
|
|
506
|
+
### Bug Fixes
|
|
507
|
+
|
|
508
|
+
* ensure __decorate is defined for decorators ([103a563](https://github.com/iotaledger/twin-framework/commit/103a563ce01ebdef6240d2e590e7b026e8692684))
|
|
509
|
+
|
|
510
|
+
|
|
511
|
+
### Dependencies
|
|
512
|
+
|
|
513
|
+
* The following workspace dependencies were updated
|
|
514
|
+
* dependencies
|
|
515
|
+
* @twin.org/core bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
516
|
+
* @twin.org/nameof bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
517
|
+
* devDependencies
|
|
518
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
519
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
520
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
521
|
+
|
|
522
|
+
## [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)
|
|
523
|
+
|
|
524
|
+
|
|
525
|
+
### Miscellaneous Chores
|
|
526
|
+
|
|
527
|
+
* **crypto:** Synchronize repo versions
|
|
528
|
+
|
|
529
|
+
|
|
530
|
+
### Dependencies
|
|
531
|
+
|
|
532
|
+
* The following workspace dependencies were updated
|
|
533
|
+
* dependencies
|
|
534
|
+
* @twin.org/core bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
535
|
+
* @twin.org/nameof bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
536
|
+
* devDependencies
|
|
537
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
538
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
539
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
540
|
+
|
|
541
|
+
## [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)
|
|
542
|
+
|
|
543
|
+
|
|
544
|
+
### Miscellaneous Chores
|
|
545
|
+
|
|
546
|
+
* **crypto:** Synchronize repo versions
|
|
547
|
+
|
|
548
|
+
|
|
549
|
+
### Dependencies
|
|
550
|
+
|
|
551
|
+
* The following workspace dependencies were updated
|
|
552
|
+
* dependencies
|
|
553
|
+
* @twin.org/core bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
554
|
+
* @twin.org/nameof bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
555
|
+
* devDependencies
|
|
556
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
557
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
558
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
559
|
+
|
|
560
|
+
## [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)
|
|
561
|
+
|
|
562
|
+
|
|
563
|
+
### Features
|
|
564
|
+
|
|
565
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
566
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
567
|
+
* add mnemonic validation ([4b43491](https://github.com/iotaledger/twin-framework/commit/4b43491cf04bb626c27faea66e5c74b3971b111d))
|
|
568
|
+
* add rsa cipher support ([7af6cc6](https://github.com/iotaledger/twin-framework/commit/7af6cc67512d3363bd4a2f2e87bd7733c2800147))
|
|
569
|
+
* add RSA support for public key components ([7126259](https://github.com/iotaledger/twin-framework/commit/7126259103b758c291e52a8a03818eb822d1aad1))
|
|
570
|
+
* additional RSA methods and async ([1fceee2](https://github.com/iotaledger/twin-framework/commit/1fceee2d1248a24a7620846025fcf906495c07f4))
|
|
571
|
+
* change method accessibility ([c1b77fc](https://github.com/iotaledger/twin-framework/commit/c1b77fcfb61c092a01c97aebb2fe2dc2bbaa221b))
|
|
572
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
573
|
+
* factory create and integrity ([#235](https://github.com/iotaledger/twin-framework/issues/235)) ([9f98b99](https://github.com/iotaledger/twin-framework/commit/9f98b99daf46eb365346fae49cc4ffba63e74cb3))
|
|
574
|
+
* improved password generation and validation ([#232](https://github.com/iotaledger/twin-framework/issues/232)) ([ca4e18f](https://github.com/iotaledger/twin-framework/commit/ca4e18f388b1882cdfb774fc0d0921b8530fac33))
|
|
575
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
576
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
577
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
578
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
579
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
580
|
+
|
|
581
|
+
|
|
582
|
+
### Bug Fixes
|
|
583
|
+
|
|
584
|
+
* docs ([9df46e0](https://github.com/iotaledger/twin-framework/commit/9df46e0a3940a4d1f479373f58830519262f9590))
|
|
585
|
+
* docs ([67c8887](https://github.com/iotaledger/twin-framework/commit/67c888739448e753106ea067a8703d058e0ddf12))
|
|
586
|
+
|
|
587
|
+
|
|
588
|
+
### Dependencies
|
|
589
|
+
|
|
590
|
+
* The following workspace dependencies were updated
|
|
591
|
+
* dependencies
|
|
592
|
+
* @twin.org/core bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
593
|
+
* @twin.org/nameof bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
594
|
+
* devDependencies
|
|
595
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
596
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
597
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
598
|
+
|
|
599
|
+
## [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)
|
|
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.19 to 0.0.3-next.20
|
|
612
|
+
* @twin.org/nameof bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
613
|
+
* devDependencies
|
|
614
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
615
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
616
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
617
|
+
|
|
618
|
+
## [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)
|
|
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.18 to 0.0.3-next.19
|
|
631
|
+
* @twin.org/nameof bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
632
|
+
* devDependencies
|
|
633
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
634
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
635
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
636
|
+
|
|
637
|
+
## [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)
|
|
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.17 to 0.0.3-next.18
|
|
650
|
+
* @twin.org/nameof bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
651
|
+
* devDependencies
|
|
652
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
653
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
654
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
655
|
+
|
|
656
|
+
## [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)
|
|
657
|
+
|
|
658
|
+
|
|
659
|
+
### Features
|
|
660
|
+
|
|
661
|
+
* factory create and integrity ([#235](https://github.com/iotaledger/twin-framework/issues/235)) ([9f98b99](https://github.com/iotaledger/twin-framework/commit/9f98b99daf46eb365346fae49cc4ffba63e74cb3))
|
|
662
|
+
|
|
663
|
+
|
|
664
|
+
### Bug Fixes
|
|
665
|
+
|
|
666
|
+
* docs ([9df46e0](https://github.com/iotaledger/twin-framework/commit/9df46e0a3940a4d1f479373f58830519262f9590))
|
|
667
|
+
* docs ([67c8887](https://github.com/iotaledger/twin-framework/commit/67c888739448e753106ea067a8703d058e0ddf12))
|
|
668
|
+
|
|
669
|
+
|
|
670
|
+
### Dependencies
|
|
671
|
+
|
|
672
|
+
* The following workspace dependencies were updated
|
|
673
|
+
* dependencies
|
|
674
|
+
* @twin.org/core bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
675
|
+
* @twin.org/nameof bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
676
|
+
* devDependencies
|
|
677
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
678
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
679
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
680
|
+
|
|
681
|
+
## [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)
|
|
682
|
+
|
|
683
|
+
|
|
684
|
+
### Features
|
|
685
|
+
|
|
686
|
+
* improved password generation and validation ([#232](https://github.com/iotaledger/twin-framework/issues/232)) ([ca4e18f](https://github.com/iotaledger/twin-framework/commit/ca4e18f388b1882cdfb774fc0d0921b8530fac33))
|
|
687
|
+
|
|
688
|
+
|
|
689
|
+
### Dependencies
|
|
690
|
+
|
|
691
|
+
* The following workspace dependencies were updated
|
|
692
|
+
* dependencies
|
|
693
|
+
* @twin.org/core bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
694
|
+
* @twin.org/nameof bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
695
|
+
* devDependencies
|
|
696
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
697
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
698
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
699
|
+
|
|
700
|
+
## [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)
|
|
701
|
+
|
|
702
|
+
|
|
703
|
+
### Miscellaneous Chores
|
|
704
|
+
|
|
705
|
+
* **crypto:** Synchronize repo versions
|
|
706
|
+
|
|
707
|
+
|
|
708
|
+
### Dependencies
|
|
709
|
+
|
|
710
|
+
* The following workspace dependencies were updated
|
|
711
|
+
* dependencies
|
|
712
|
+
* @twin.org/core bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
713
|
+
* @twin.org/nameof bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
714
|
+
* devDependencies
|
|
715
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
716
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
717
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
718
|
+
|
|
719
|
+
## [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)
|
|
720
|
+
|
|
721
|
+
|
|
722
|
+
### Miscellaneous Chores
|
|
723
|
+
|
|
724
|
+
* **crypto:** Synchronize repo versions
|
|
725
|
+
|
|
726
|
+
|
|
727
|
+
### Dependencies
|
|
728
|
+
|
|
729
|
+
* The following workspace dependencies were updated
|
|
730
|
+
* dependencies
|
|
731
|
+
* @twin.org/core bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
732
|
+
* @twin.org/nameof bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
733
|
+
* devDependencies
|
|
734
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
735
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
736
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
737
|
+
|
|
738
|
+
## [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)
|
|
739
|
+
|
|
740
|
+
|
|
741
|
+
### Miscellaneous Chores
|
|
742
|
+
|
|
743
|
+
* **crypto:** Synchronize repo versions
|
|
744
|
+
|
|
745
|
+
|
|
746
|
+
### Dependencies
|
|
747
|
+
|
|
748
|
+
* The following workspace dependencies were updated
|
|
749
|
+
* dependencies
|
|
750
|
+
* @twin.org/core bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
751
|
+
* @twin.org/nameof bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
752
|
+
* devDependencies
|
|
753
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
754
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
755
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
756
|
+
|
|
757
|
+
## [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)
|
|
758
|
+
|
|
759
|
+
|
|
760
|
+
### Miscellaneous Chores
|
|
761
|
+
|
|
762
|
+
* **crypto:** Synchronize repo versions
|
|
763
|
+
|
|
764
|
+
|
|
765
|
+
### Dependencies
|
|
766
|
+
|
|
767
|
+
* The following workspace dependencies were updated
|
|
768
|
+
* dependencies
|
|
769
|
+
* @twin.org/core bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
770
|
+
* @twin.org/nameof bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
771
|
+
* devDependencies
|
|
772
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
773
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
774
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
775
|
+
|
|
776
|
+
## [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)
|
|
777
|
+
|
|
778
|
+
|
|
779
|
+
### Miscellaneous Chores
|
|
780
|
+
|
|
781
|
+
* **crypto:** Synchronize repo versions
|
|
782
|
+
|
|
783
|
+
|
|
784
|
+
### Dependencies
|
|
785
|
+
|
|
786
|
+
* The following workspace dependencies were updated
|
|
787
|
+
* dependencies
|
|
788
|
+
* @twin.org/core bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
789
|
+
* @twin.org/nameof bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
790
|
+
* devDependencies
|
|
791
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
792
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
793
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
794
|
+
|
|
795
|
+
## [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)
|
|
796
|
+
|
|
797
|
+
|
|
798
|
+
### Miscellaneous Chores
|
|
799
|
+
|
|
800
|
+
* **crypto:** Synchronize repo versions
|
|
801
|
+
|
|
802
|
+
|
|
803
|
+
### Dependencies
|
|
804
|
+
|
|
805
|
+
* The following workspace dependencies were updated
|
|
806
|
+
* dependencies
|
|
807
|
+
* @twin.org/core bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
808
|
+
* @twin.org/nameof bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
809
|
+
* devDependencies
|
|
810
|
+
* @twin.org/nameof-transformer bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
811
|
+
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
812
|
+
* @twin.org/validate-locales bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
813
|
+
|
|
814
|
+
## [0.0.3-next.9](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.8...crypto-v0.0.3-next.9) (2026-01-05)
|
|
4
815
|
|
|
5
816
|
|
|
6
817
|
### Miscellaneous Chores
|
|
@@ -19,7 +830,7 @@
|
|
|
19
830
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
20
831
|
* @twin.org/validate-locales bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
21
832
|
|
|
22
|
-
## [0.0.3-next.8](https://github.com/
|
|
833
|
+
## [0.0.3-next.8](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.7...crypto-v0.0.3-next.8) (2025-11-26)
|
|
23
834
|
|
|
24
835
|
|
|
25
836
|
### Miscellaneous Chores
|
|
@@ -38,24 +849,24 @@
|
|
|
38
849
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
39
850
|
* @twin.org/validate-locales bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
40
851
|
|
|
41
|
-
## [0.0.3-next.7](https://github.com/
|
|
852
|
+
## [0.0.3-next.7](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.6...crypto-v0.0.3-next.7) (2025-11-25)
|
|
42
853
|
|
|
43
854
|
|
|
44
855
|
### Features
|
|
45
856
|
|
|
46
|
-
* add context id features ([#206](https://github.com/
|
|
47
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
48
|
-
* add mnemonic validation ([4b43491](https://github.com/
|
|
49
|
-
* add rsa cipher support ([7af6cc6](https://github.com/
|
|
50
|
-
* add RSA support for public key components ([7126259](https://github.com/
|
|
51
|
-
* additional RSA methods and async ([1fceee2](https://github.com/
|
|
52
|
-
* change method accessibility ([c1b77fc](https://github.com/
|
|
53
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
54
|
-
* locales validation ([#197](https://github.com/
|
|
55
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
56
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
57
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
58
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
857
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
858
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
859
|
+
* add mnemonic validation ([4b43491](https://github.com/iotaledger/twin-framework/commit/4b43491cf04bb626c27faea66e5c74b3971b111d))
|
|
860
|
+
* add rsa cipher support ([7af6cc6](https://github.com/iotaledger/twin-framework/commit/7af6cc67512d3363bd4a2f2e87bd7733c2800147))
|
|
861
|
+
* add RSA support for public key components ([7126259](https://github.com/iotaledger/twin-framework/commit/7126259103b758c291e52a8a03818eb822d1aad1))
|
|
862
|
+
* additional RSA methods and async ([1fceee2](https://github.com/iotaledger/twin-framework/commit/1fceee2d1248a24a7620846025fcf906495c07f4))
|
|
863
|
+
* change method accessibility ([c1b77fc](https://github.com/iotaledger/twin-framework/commit/c1b77fcfb61c092a01c97aebb2fe2dc2bbaa221b))
|
|
864
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
865
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
866
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
867
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
868
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
869
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
59
870
|
|
|
60
871
|
|
|
61
872
|
### Dependencies
|
|
@@ -69,7 +880,7 @@
|
|
|
69
880
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
70
881
|
* @twin.org/validate-locales bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
71
882
|
|
|
72
|
-
## [0.0.3-next.6](https://github.com/
|
|
883
|
+
## [0.0.3-next.6](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.5...crypto-v0.0.3-next.6) (2025-11-25)
|
|
73
884
|
|
|
74
885
|
|
|
75
886
|
### Miscellaneous Chores
|
|
@@ -88,7 +899,7 @@
|
|
|
88
899
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
89
900
|
* @twin.org/validate-locales bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
90
901
|
|
|
91
|
-
## [0.0.3-next.5](https://github.com/
|
|
902
|
+
## [0.0.3-next.5](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.4...crypto-v0.0.3-next.5) (2025-11-20)
|
|
92
903
|
|
|
93
904
|
|
|
94
905
|
### Miscellaneous Chores
|
|
@@ -107,7 +918,7 @@
|
|
|
107
918
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
108
919
|
* @twin.org/validate-locales bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
109
920
|
|
|
110
|
-
## [0.0.3-next.4](https://github.com/
|
|
921
|
+
## [0.0.3-next.4](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.3...crypto-v0.0.3-next.4) (2025-11-13)
|
|
111
922
|
|
|
112
923
|
|
|
113
924
|
### Miscellaneous Chores
|
|
@@ -126,7 +937,7 @@
|
|
|
126
937
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
127
938
|
* @twin.org/validate-locales bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
128
939
|
|
|
129
|
-
## [0.0.3-next.3](https://github.com/
|
|
940
|
+
## [0.0.3-next.3](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.2...crypto-v0.0.3-next.3) (2025-11-12)
|
|
130
941
|
|
|
131
942
|
|
|
132
943
|
### Miscellaneous Chores
|
|
@@ -145,7 +956,7 @@
|
|
|
145
956
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
146
957
|
* @twin.org/validate-locales bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
147
958
|
|
|
148
|
-
## [0.0.3-next.2](https://github.com/
|
|
959
|
+
## [0.0.3-next.2](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.1...crypto-v0.0.3-next.2) (2025-11-12)
|
|
149
960
|
|
|
150
961
|
|
|
151
962
|
### Miscellaneous Chores
|
|
@@ -164,24 +975,24 @@
|
|
|
164
975
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
165
976
|
* @twin.org/validate-locales bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
166
977
|
|
|
167
|
-
## [0.0.3-next.1](https://github.com/
|
|
978
|
+
## [0.0.3-next.1](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.3-next.0...crypto-v0.0.3-next.1) (2025-11-10)
|
|
168
979
|
|
|
169
980
|
|
|
170
981
|
### Features
|
|
171
982
|
|
|
172
|
-
* add context id features ([#206](https://github.com/
|
|
173
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
174
|
-
* add mnemonic validation ([4b43491](https://github.com/
|
|
175
|
-
* add rsa cipher support ([7af6cc6](https://github.com/
|
|
176
|
-
* add RSA support for public key components ([7126259](https://github.com/
|
|
177
|
-
* additional RSA methods and async ([1fceee2](https://github.com/
|
|
178
|
-
* change method accessibility ([c1b77fc](https://github.com/
|
|
179
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
180
|
-
* locales validation ([#197](https://github.com/
|
|
181
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
182
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
183
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
184
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
983
|
+
* add context id features ([#206](https://github.com/iotaledger/twin-framework/issues/206)) ([ef0d4ee](https://github.com/iotaledger/twin-framework/commit/ef0d4ee11a4f5fc6cc6f52a4958ce905c04ee13b))
|
|
984
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
985
|
+
* add mnemonic validation ([4b43491](https://github.com/iotaledger/twin-framework/commit/4b43491cf04bb626c27faea66e5c74b3971b111d))
|
|
986
|
+
* add rsa cipher support ([7af6cc6](https://github.com/iotaledger/twin-framework/commit/7af6cc67512d3363bd4a2f2e87bd7733c2800147))
|
|
987
|
+
* add RSA support for public key components ([7126259](https://github.com/iotaledger/twin-framework/commit/7126259103b758c291e52a8a03818eb822d1aad1))
|
|
988
|
+
* additional RSA methods and async ([1fceee2](https://github.com/iotaledger/twin-framework/commit/1fceee2d1248a24a7620846025fcf906495c07f4))
|
|
989
|
+
* change method accessibility ([c1b77fc](https://github.com/iotaledger/twin-framework/commit/c1b77fcfb61c092a01c97aebb2fe2dc2bbaa221b))
|
|
990
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
991
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
992
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
993
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
994
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
995
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
185
996
|
|
|
186
997
|
|
|
187
998
|
### Dependencies
|
|
@@ -195,7 +1006,7 @@
|
|
|
195
1006
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
196
1007
|
* @twin.org/validate-locales bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
197
1008
|
|
|
198
|
-
## [0.0.2-next.22](https://github.com/
|
|
1009
|
+
## [0.0.2-next.22](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.2-next.21...crypto-v0.0.2-next.22) (2025-10-10)
|
|
199
1010
|
|
|
200
1011
|
|
|
201
1012
|
### Miscellaneous Chores
|
|
@@ -214,12 +1025,12 @@
|
|
|
214
1025
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
215
1026
|
* @twin.org/validate-locales bumped from 0.0.2-next.21 to 0.0.2-next.22
|
|
216
1027
|
|
|
217
|
-
## [0.0.2-next.21](https://github.com/
|
|
1028
|
+
## [0.0.2-next.21](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.2-next.20...crypto-v0.0.2-next.21) (2025-10-09)
|
|
218
1029
|
|
|
219
1030
|
|
|
220
1031
|
### Features
|
|
221
1032
|
|
|
222
|
-
* locales validation ([#197](https://github.com/
|
|
1033
|
+
* locales validation ([#197](https://github.com/iotaledger/twin-framework/issues/197)) ([55fdadb](https://github.com/iotaledger/twin-framework/commit/55fdadb13595ce0047f787bd1d4135d429a99f12))
|
|
223
1034
|
|
|
224
1035
|
|
|
225
1036
|
### Dependencies
|
|
@@ -233,7 +1044,7 @@
|
|
|
233
1044
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
234
1045
|
* @twin.org/validate-locales bumped from 0.0.2-next.20 to 0.0.2-next.21
|
|
235
1046
|
|
|
236
|
-
## [0.0.2-next.20](https://github.com/
|
|
1047
|
+
## [0.0.2-next.20](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.2-next.19...crypto-v0.0.2-next.20) (2025-10-02)
|
|
237
1048
|
|
|
238
1049
|
|
|
239
1050
|
### Miscellaneous Chores
|
|
@@ -251,7 +1062,7 @@
|
|
|
251
1062
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
252
1063
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.19 to 0.0.2-next.20
|
|
253
1064
|
|
|
254
|
-
## [0.0.2-next.19](https://github.com/
|
|
1065
|
+
## [0.0.2-next.19](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.2-next.18...crypto-v0.0.2-next.19) (2025-09-30)
|
|
255
1066
|
|
|
256
1067
|
|
|
257
1068
|
### Miscellaneous Chores
|
|
@@ -269,7 +1080,7 @@
|
|
|
269
1080
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
270
1081
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.18 to 0.0.2-next.19
|
|
271
1082
|
|
|
272
|
-
## [0.0.2-next.18](https://github.com/
|
|
1083
|
+
## [0.0.2-next.18](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.2-next.17...crypto-v0.0.2-next.18) (2025-09-29)
|
|
273
1084
|
|
|
274
1085
|
|
|
275
1086
|
### Miscellaneous Chores
|
|
@@ -287,7 +1098,7 @@
|
|
|
287
1098
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
288
1099
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.17 to 0.0.2-next.18
|
|
289
1100
|
|
|
290
|
-
## [0.0.2-next.17](https://github.com/
|
|
1101
|
+
## [0.0.2-next.17](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.2-next.16...crypto-v0.0.2-next.17) (2025-09-29)
|
|
291
1102
|
|
|
292
1103
|
|
|
293
1104
|
### Miscellaneous Chores
|
|
@@ -305,7 +1116,7 @@
|
|
|
305
1116
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
306
1117
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.16 to 0.0.2-next.17
|
|
307
1118
|
|
|
308
|
-
## [0.0.2-next.16](https://github.com/
|
|
1119
|
+
## [0.0.2-next.16](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.2-next.15...crypto-v0.0.2-next.16) (2025-09-28)
|
|
309
1120
|
|
|
310
1121
|
|
|
311
1122
|
### Miscellaneous Chores
|
|
@@ -323,7 +1134,7 @@
|
|
|
323
1134
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
324
1135
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.15 to 0.0.2-next.16
|
|
325
1136
|
|
|
326
|
-
## [0.0.2-next.15](https://github.com/
|
|
1137
|
+
## [0.0.2-next.15](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.2-next.14...crypto-v0.0.2-next.15) (2025-09-22)
|
|
327
1138
|
|
|
328
1139
|
|
|
329
1140
|
### Miscellaneous Chores
|
|
@@ -341,7 +1152,7 @@
|
|
|
341
1152
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
342
1153
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
343
1154
|
|
|
344
|
-
## [0.0.2-next.14](https://github.com/
|
|
1155
|
+
## [0.0.2-next.14](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.2-next.13...crypto-v0.0.2-next.14) (2025-09-22)
|
|
345
1156
|
|
|
346
1157
|
|
|
347
1158
|
### Miscellaneous Chores
|
|
@@ -359,7 +1170,7 @@
|
|
|
359
1170
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
360
1171
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.13 to 0.0.2-next.14
|
|
361
1172
|
|
|
362
|
-
## [0.0.2-next.13](https://github.com/
|
|
1173
|
+
## [0.0.2-next.13](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.2-next.12...crypto-v0.0.2-next.13) (2025-09-22)
|
|
363
1174
|
|
|
364
1175
|
|
|
365
1176
|
### Miscellaneous Chores
|
|
@@ -377,7 +1188,7 @@
|
|
|
377
1188
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
378
1189
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.12 to 0.0.2-next.13
|
|
379
1190
|
|
|
380
|
-
## [0.0.2-next.12](https://github.com/
|
|
1191
|
+
## [0.0.2-next.12](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.2-next.11...crypto-v0.0.2-next.12) (2025-09-15)
|
|
381
1192
|
|
|
382
1193
|
|
|
383
1194
|
### Miscellaneous Chores
|
|
@@ -395,7 +1206,7 @@
|
|
|
395
1206
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
396
1207
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.11 to 0.0.2-next.12
|
|
397
1208
|
|
|
398
|
-
## [0.0.2-next.11](https://github.com/
|
|
1209
|
+
## [0.0.2-next.11](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.2-next.10...crypto-v0.0.2-next.11) (2025-09-15)
|
|
399
1210
|
|
|
400
1211
|
|
|
401
1212
|
### Miscellaneous Chores
|
|
@@ -413,7 +1224,7 @@
|
|
|
413
1224
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
414
1225
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.10 to 0.0.2-next.11
|
|
415
1226
|
|
|
416
|
-
## [0.0.2-next.10](https://github.com/
|
|
1227
|
+
## [0.0.2-next.10](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.2-next.9...crypto-v0.0.2-next.10) (2025-09-11)
|
|
417
1228
|
|
|
418
1229
|
|
|
419
1230
|
### Miscellaneous Chores
|
|
@@ -431,12 +1242,12 @@
|
|
|
431
1242
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
432
1243
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
433
1244
|
|
|
434
|
-
## [0.0.2-next.9](https://github.com/
|
|
1245
|
+
## [0.0.2-next.9](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.2-next.8...crypto-v0.0.2-next.9) (2025-09-08)
|
|
435
1246
|
|
|
436
1247
|
|
|
437
1248
|
### Features
|
|
438
1249
|
|
|
439
|
-
* add mnemonic validation ([4b43491](https://github.com/
|
|
1250
|
+
* add mnemonic validation ([4b43491](https://github.com/iotaledger/twin-framework/commit/4b43491cf04bb626c27faea66e5c74b3971b111d))
|
|
440
1251
|
|
|
441
1252
|
|
|
442
1253
|
### Dependencies
|
|
@@ -449,7 +1260,7 @@
|
|
|
449
1260
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
450
1261
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
451
1262
|
|
|
452
|
-
## [0.0.2-next.8](https://github.com/
|
|
1263
|
+
## [0.0.2-next.8](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.2-next.7...crypto-v0.0.2-next.8) (2025-09-05)
|
|
453
1264
|
|
|
454
1265
|
|
|
455
1266
|
### Miscellaneous Chores
|
|
@@ -467,12 +1278,12 @@
|
|
|
467
1278
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
468
1279
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
469
1280
|
|
|
470
|
-
## [0.0.2-next.7](https://github.com/
|
|
1281
|
+
## [0.0.2-next.7](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.2-next.6...crypto-v0.0.2-next.7) (2025-08-29)
|
|
471
1282
|
|
|
472
1283
|
|
|
473
1284
|
### Features
|
|
474
1285
|
|
|
475
|
-
* eslint migration to flat config ([74427d7](https://github.com/
|
|
1286
|
+
* eslint migration to flat config ([74427d7](https://github.com/iotaledger/twin-framework/commit/74427d78d342167f7850e49ab87269326355befe))
|
|
476
1287
|
|
|
477
1288
|
|
|
478
1289
|
### Dependencies
|
|
@@ -485,7 +1296,7 @@
|
|
|
485
1296
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
486
1297
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
487
1298
|
|
|
488
|
-
## [0.0.2-next.6](https://github.com/
|
|
1299
|
+
## [0.0.2-next.6](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.2-next.5...crypto-v0.0.2-next.6) (2025-08-27)
|
|
489
1300
|
|
|
490
1301
|
|
|
491
1302
|
### Miscellaneous Chores
|
|
@@ -503,12 +1314,12 @@
|
|
|
503
1314
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
504
1315
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
505
1316
|
|
|
506
|
-
## [0.0.2-next.5](https://github.com/
|
|
1317
|
+
## [0.0.2-next.5](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.2-next.4...crypto-v0.0.2-next.5) (2025-08-19)
|
|
507
1318
|
|
|
508
1319
|
|
|
509
1320
|
### Features
|
|
510
1321
|
|
|
511
|
-
* use cause instead of inner for errors ([1f4acc4](https://github.com/
|
|
1322
|
+
* use cause instead of inner for errors ([1f4acc4](https://github.com/iotaledger/twin-framework/commit/1f4acc4d7a6b71a134d9547da9bf40de1e1e49da))
|
|
512
1323
|
|
|
513
1324
|
|
|
514
1325
|
### Dependencies
|
|
@@ -521,12 +1332,12 @@
|
|
|
521
1332
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
522
1333
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
523
1334
|
|
|
524
|
-
## [0.0.2-next.4](https://github.com/
|
|
1335
|
+
## [0.0.2-next.4](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.2-next.3...crypto-v0.0.2-next.4) (2025-08-15)
|
|
525
1336
|
|
|
526
1337
|
|
|
527
1338
|
### Features
|
|
528
1339
|
|
|
529
|
-
* additional RSA methods and async ([1fceee2](https://github.com/
|
|
1340
|
+
* additional RSA methods and async ([1fceee2](https://github.com/iotaledger/twin-framework/commit/1fceee2d1248a24a7620846025fcf906495c07f4))
|
|
530
1341
|
|
|
531
1342
|
|
|
532
1343
|
### Dependencies
|
|
@@ -539,18 +1350,18 @@
|
|
|
539
1350
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
540
1351
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
541
1352
|
|
|
542
|
-
## [0.0.2-next.3](https://github.com/
|
|
1353
|
+
## [0.0.2-next.3](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.2-next.2...crypto-v0.0.2-next.3) (2025-08-06)
|
|
543
1354
|
|
|
544
1355
|
|
|
545
1356
|
### Features
|
|
546
1357
|
|
|
547
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
548
|
-
* add rsa cipher support ([7af6cc6](https://github.com/
|
|
549
|
-
* add RSA support for public key components ([7126259](https://github.com/
|
|
550
|
-
* change method accessibility ([c1b77fc](https://github.com/
|
|
551
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
552
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
553
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1358
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1359
|
+
* add rsa cipher support ([7af6cc6](https://github.com/iotaledger/twin-framework/commit/7af6cc67512d3363bd4a2f2e87bd7733c2800147))
|
|
1360
|
+
* add RSA support for public key components ([7126259](https://github.com/iotaledger/twin-framework/commit/7126259103b758c291e52a8a03818eb822d1aad1))
|
|
1361
|
+
* change method accessibility ([c1b77fc](https://github.com/iotaledger/twin-framework/commit/c1b77fcfb61c092a01c97aebb2fe2dc2bbaa221b))
|
|
1362
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1363
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
1364
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
554
1365
|
|
|
555
1366
|
|
|
556
1367
|
### Dependencies
|
|
@@ -563,17 +1374,17 @@
|
|
|
563
1374
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
564
1375
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
565
1376
|
|
|
566
|
-
## [0.0.2-next.2](https://github.com/
|
|
1377
|
+
## [0.0.2-next.2](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.2-next.1...crypto-v0.0.2-next.2) (2025-08-06)
|
|
567
1378
|
|
|
568
1379
|
|
|
569
1380
|
### Features
|
|
570
1381
|
|
|
571
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
572
|
-
* add rsa cipher support ([7af6cc6](https://github.com/
|
|
573
|
-
* change method accessibility ([c1b77fc](https://github.com/
|
|
574
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
575
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
576
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1382
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1383
|
+
* add rsa cipher support ([7af6cc6](https://github.com/iotaledger/twin-framework/commit/7af6cc67512d3363bd4a2f2e87bd7733c2800147))
|
|
1384
|
+
* change method accessibility ([c1b77fc](https://github.com/iotaledger/twin-framework/commit/c1b77fcfb61c092a01c97aebb2fe2dc2bbaa221b))
|
|
1385
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1386
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
1387
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
577
1388
|
|
|
578
1389
|
|
|
579
1390
|
### Dependencies
|
|
@@ -586,16 +1397,16 @@
|
|
|
586
1397
|
* @twin.org/nameof-transformer bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
587
1398
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
588
1399
|
|
|
589
|
-
## [0.0.2-next.1](https://github.com/
|
|
1400
|
+
## [0.0.2-next.1](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.2-next.0...crypto-v0.0.2-next.1) (2025-08-06)
|
|
590
1401
|
|
|
591
1402
|
|
|
592
1403
|
### Features
|
|
593
1404
|
|
|
594
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
595
|
-
* add rsa cipher support ([7af6cc6](https://github.com/
|
|
596
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
597
|
-
* update dependencies ([f3bd015](https://github.com/
|
|
598
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1405
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1406
|
+
* add rsa cipher support ([7af6cc6](https://github.com/iotaledger/twin-framework/commit/7af6cc67512d3363bd4a2f2e87bd7733c2800147))
|
|
1407
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1408
|
+
* update dependencies ([f3bd015](https://github.com/iotaledger/twin-framework/commit/f3bd015efd169196b7e0335f5cab876ba6ca1d75))
|
|
1409
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
599
1410
|
|
|
600
1411
|
|
|
601
1412
|
### Dependencies
|
|
@@ -613,8 +1424,8 @@
|
|
|
613
1424
|
|
|
614
1425
|
### Features
|
|
615
1426
|
|
|
616
|
-
* release to production ([829d53d](https://github.com/
|
|
617
|
-
* release to production ([5cf3a76](https://github.com/
|
|
1427
|
+
* release to production ([829d53d](https://github.com/iotaledger/twin-framework/commit/829d53d3953b1e1b40b0243c04cfdfd3842aac7b))
|
|
1428
|
+
* release to production ([5cf3a76](https://github.com/iotaledger/twin-framework/commit/5cf3a76a09eff2e6414d0cba846c7c37400a11d6))
|
|
618
1429
|
|
|
619
1430
|
|
|
620
1431
|
### Dependencies
|
|
@@ -627,14 +1438,14 @@
|
|
|
627
1438
|
* @twin.org/nameof-transformer bumped from ^0.0.0 to ^0.0.1
|
|
628
1439
|
* @twin.org/nameof-vitest-plugin bumped from ^0.0.0 to ^0.0.1
|
|
629
1440
|
|
|
630
|
-
## [0.0.1-next.70](https://github.com/
|
|
1441
|
+
## [0.0.1-next.70](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.1-next.69...crypto-v0.0.1-next.70) (2025-07-02)
|
|
631
1442
|
|
|
632
1443
|
|
|
633
1444
|
### Features
|
|
634
1445
|
|
|
635
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
636
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
637
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1446
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1447
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1448
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
638
1449
|
|
|
639
1450
|
|
|
640
1451
|
### Dependencies
|
|
@@ -647,14 +1458,14 @@
|
|
|
647
1458
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
648
1459
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.69 to 0.0.1-next.70
|
|
649
1460
|
|
|
650
|
-
## [0.0.1-next.69](https://github.com/
|
|
1461
|
+
## [0.0.1-next.69](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.1-next.68...crypto-v0.0.1-next.69) (2025-07-02)
|
|
651
1462
|
|
|
652
1463
|
|
|
653
1464
|
### Features
|
|
654
1465
|
|
|
655
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
656
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
657
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1466
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1467
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
1468
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
658
1469
|
|
|
659
1470
|
|
|
660
1471
|
### Dependencies
|
|
@@ -667,12 +1478,12 @@
|
|
|
667
1478
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
668
1479
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.68 to 0.0.1-next.69
|
|
669
1480
|
|
|
670
|
-
## [0.0.1-next.68](https://github.com/
|
|
1481
|
+
## [0.0.1-next.68](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.1-next.67...crypto-v0.0.1-next.68) (2025-07-02)
|
|
671
1482
|
|
|
672
1483
|
|
|
673
1484
|
### Features
|
|
674
1485
|
|
|
675
|
-
* relocate core packages from tools ([bcab8f3](https://github.com/
|
|
1486
|
+
* relocate core packages from tools ([bcab8f3](https://github.com/iotaledger/twin-framework/commit/bcab8f3160442ea4fcaf442947462504f3d6a17d))
|
|
676
1487
|
|
|
677
1488
|
|
|
678
1489
|
### Dependencies
|
|
@@ -685,7 +1496,7 @@
|
|
|
685
1496
|
* @twin.org/nameof-transformer bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
686
1497
|
* @twin.org/nameof-vitest-plugin bumped from 0.0.1-next.67 to 0.0.1-next.68
|
|
687
1498
|
|
|
688
|
-
## [0.0.1-next.67](https://github.com/
|
|
1499
|
+
## [0.0.1-next.67](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.1-next.66...crypto-v0.0.1-next.67) (2025-06-26)
|
|
689
1500
|
|
|
690
1501
|
|
|
691
1502
|
### Miscellaneous Chores
|
|
@@ -699,7 +1510,7 @@
|
|
|
699
1510
|
* dependencies
|
|
700
1511
|
* @twin.org/core bumped from 0.0.1-next.66 to 0.0.1-next.67
|
|
701
1512
|
|
|
702
|
-
## [0.0.1-next.66](https://github.com/
|
|
1513
|
+
## [0.0.1-next.66](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.1-next.65...crypto-v0.0.1-next.66) (2025-06-26)
|
|
703
1514
|
|
|
704
1515
|
|
|
705
1516
|
### Miscellaneous Chores
|
|
@@ -713,7 +1524,7 @@
|
|
|
713
1524
|
* dependencies
|
|
714
1525
|
* @twin.org/core bumped from 0.0.1-next.65 to 0.0.1-next.66
|
|
715
1526
|
|
|
716
|
-
## [0.0.1-next.65](https://github.com/
|
|
1527
|
+
## [0.0.1-next.65](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.1-next.64...crypto-v0.0.1-next.65) (2025-06-19)
|
|
717
1528
|
|
|
718
1529
|
|
|
719
1530
|
### Miscellaneous Chores
|
|
@@ -727,7 +1538,7 @@
|
|
|
727
1538
|
* dependencies
|
|
728
1539
|
* @twin.org/core bumped from 0.0.1-next.64 to 0.0.1-next.65
|
|
729
1540
|
|
|
730
|
-
## [0.0.1-next.64](https://github.com/
|
|
1541
|
+
## [0.0.1-next.64](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.1-next.63...crypto-v0.0.1-next.64) (2025-06-19)
|
|
731
1542
|
|
|
732
1543
|
|
|
733
1544
|
### Miscellaneous Chores
|
|
@@ -741,7 +1552,7 @@
|
|
|
741
1552
|
* dependencies
|
|
742
1553
|
* @twin.org/core bumped from 0.0.1-next.63 to 0.0.1-next.64
|
|
743
1554
|
|
|
744
|
-
## [0.0.1-next.63](https://github.com/
|
|
1555
|
+
## [0.0.1-next.63](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.1-next.62...crypto-v0.0.1-next.63) (2025-06-18)
|
|
745
1556
|
|
|
746
1557
|
|
|
747
1558
|
### Miscellaneous Chores
|
|
@@ -755,13 +1566,13 @@
|
|
|
755
1566
|
* dependencies
|
|
756
1567
|
* @twin.org/core bumped from 0.0.1-next.62 to 0.0.1-next.63
|
|
757
1568
|
|
|
758
|
-
## [0.0.1-next.62](https://github.com/
|
|
1569
|
+
## [0.0.1-next.62](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.1-next.61...crypto-v0.0.1-next.62) (2025-06-17)
|
|
759
1570
|
|
|
760
1571
|
|
|
761
1572
|
### Features
|
|
762
1573
|
|
|
763
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
764
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1574
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
1575
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
765
1576
|
|
|
766
1577
|
|
|
767
1578
|
### Dependencies
|
|
@@ -770,7 +1581,7 @@
|
|
|
770
1581
|
* dependencies
|
|
771
1582
|
* @twin.org/core bumped from 0.0.1-next.61 to 0.0.1-next.62
|
|
772
1583
|
|
|
773
|
-
## [0.0.1-next.61](https://github.com/
|
|
1584
|
+
## [0.0.1-next.61](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.1-next.60...crypto-v0.0.1-next.61) (2025-06-17)
|
|
774
1585
|
|
|
775
1586
|
|
|
776
1587
|
### Miscellaneous Chores
|
|
@@ -784,7 +1595,7 @@
|
|
|
784
1595
|
* dependencies
|
|
785
1596
|
* @twin.org/core bumped from 0.0.1-next.60 to 0.0.1-next.61
|
|
786
1597
|
|
|
787
|
-
## [0.0.1-next.60](https://github.com/
|
|
1598
|
+
## [0.0.1-next.60](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.1-next.59...crypto-v0.0.1-next.60) (2025-06-17)
|
|
788
1599
|
|
|
789
1600
|
|
|
790
1601
|
### Miscellaneous Chores
|
|
@@ -798,7 +1609,7 @@
|
|
|
798
1609
|
* dependencies
|
|
799
1610
|
* @twin.org/core bumped from 0.0.1-next.59 to 0.0.1-next.60
|
|
800
1611
|
|
|
801
|
-
## [0.0.1-next.59](https://github.com/
|
|
1612
|
+
## [0.0.1-next.59](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.1-next.58...crypto-v0.0.1-next.59) (2025-06-17)
|
|
802
1613
|
|
|
803
1614
|
|
|
804
1615
|
### Miscellaneous Chores
|
|
@@ -812,7 +1623,7 @@
|
|
|
812
1623
|
* dependencies
|
|
813
1624
|
* @twin.org/core bumped from 0.0.1-next.58 to 0.0.1-next.59
|
|
814
1625
|
|
|
815
|
-
## [0.0.1-next.58](https://github.com/
|
|
1626
|
+
## [0.0.1-next.58](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.1-next.57...crypto-v0.0.1-next.58) (2025-06-13)
|
|
816
1627
|
|
|
817
1628
|
|
|
818
1629
|
### Miscellaneous Chores
|
|
@@ -826,12 +1637,12 @@
|
|
|
826
1637
|
* dependencies
|
|
827
1638
|
* @twin.org/core bumped from 0.0.1-next.57 to 0.0.1-next.58
|
|
828
1639
|
|
|
829
|
-
## [0.0.1-next.57](https://github.com/
|
|
1640
|
+
## [0.0.1-next.57](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.1-next.56...crypto-v0.0.1-next.57) (2025-06-10)
|
|
830
1641
|
|
|
831
1642
|
|
|
832
1643
|
### Features
|
|
833
1644
|
|
|
834
|
-
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/
|
|
1645
|
+
* add guards arrayEndsWith and arrayStartsWith ([95d875e](https://github.com/iotaledger/twin-framework/commit/95d875ec8ccb4713c145fdde941d4cfedcec2ed3))
|
|
835
1646
|
|
|
836
1647
|
|
|
837
1648
|
### Dependencies
|
|
@@ -840,7 +1651,7 @@
|
|
|
840
1651
|
* dependencies
|
|
841
1652
|
* @twin.org/core bumped from 0.0.1-next.56 to 0.0.1-next.57
|
|
842
1653
|
|
|
843
|
-
## [0.0.1-next.56](https://github.com/
|
|
1654
|
+
## [0.0.1-next.56](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.1-next.55...crypto-v0.0.1-next.56) (2025-05-08)
|
|
844
1655
|
|
|
845
1656
|
|
|
846
1657
|
### Miscellaneous Chores
|
|
@@ -854,7 +1665,7 @@
|
|
|
854
1665
|
* dependencies
|
|
855
1666
|
* @twin.org/core bumped from 0.0.1-next.55 to 0.0.1-next.56
|
|
856
1667
|
|
|
857
|
-
## [0.0.1-next.55](https://github.com/
|
|
1668
|
+
## [0.0.1-next.55](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.1-next.54...crypto-v0.0.1-next.55) (2025-05-07)
|
|
858
1669
|
|
|
859
1670
|
|
|
860
1671
|
### Miscellaneous Chores
|
|
@@ -868,7 +1679,7 @@
|
|
|
868
1679
|
* dependencies
|
|
869
1680
|
* @twin.org/core bumped from 0.0.1-next.54 to 0.0.1-next.55
|
|
870
1681
|
|
|
871
|
-
## [0.0.1-next.54](https://github.com/
|
|
1682
|
+
## [0.0.1-next.54](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.1-next.53...crypto-v0.0.1-next.54) (2025-05-06)
|
|
872
1683
|
|
|
873
1684
|
|
|
874
1685
|
### Miscellaneous Chores
|
|
@@ -882,7 +1693,7 @@
|
|
|
882
1693
|
* dependencies
|
|
883
1694
|
* @twin.org/core bumped from 0.0.1-next.53 to 0.0.1-next.54
|
|
884
1695
|
|
|
885
|
-
## [0.0.1-next.53](https://github.com/
|
|
1696
|
+
## [0.0.1-next.53](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.1-next.52...crypto-v0.0.1-next.53) (2025-05-01)
|
|
886
1697
|
|
|
887
1698
|
|
|
888
1699
|
### Miscellaneous Chores
|
|
@@ -896,12 +1707,12 @@
|
|
|
896
1707
|
* dependencies
|
|
897
1708
|
* @twin.org/core bumped from 0.0.1-next.52 to 0.0.1-next.53
|
|
898
1709
|
|
|
899
|
-
## [0.0.1-next.52](https://github.com/
|
|
1710
|
+
## [0.0.1-next.52](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.1-next.51...crypto-v0.0.1-next.52) (2025-04-17)
|
|
900
1711
|
|
|
901
1712
|
|
|
902
1713
|
### Features
|
|
903
1714
|
|
|
904
|
-
* use new shared store mechanism ([#131](https://github.com/
|
|
1715
|
+
* use new shared store mechanism ([#131](https://github.com/iotaledger/twin-framework/issues/131)) ([934385b](https://github.com/iotaledger/twin-framework/commit/934385b2fbaf9f5c00a505ebf9d093bd5a425f55))
|
|
905
1716
|
|
|
906
1717
|
|
|
907
1718
|
### Dependencies
|
|
@@ -910,7 +1721,7 @@
|
|
|
910
1721
|
* dependencies
|
|
911
1722
|
* @twin.org/core bumped from 0.0.1-next.51 to 0.0.1-next.52
|
|
912
1723
|
|
|
913
|
-
## [0.0.1-next.51](https://github.com/
|
|
1724
|
+
## [0.0.1-next.51](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.1-next.50...crypto-v0.0.1-next.51) (2025-03-27)
|
|
914
1725
|
|
|
915
1726
|
|
|
916
1727
|
### Miscellaneous Chores
|
|
@@ -924,7 +1735,7 @@
|
|
|
924
1735
|
* dependencies
|
|
925
1736
|
* @twin.org/core bumped from 0.0.1-next.50 to 0.0.1-next.51
|
|
926
1737
|
|
|
927
|
-
## [0.0.1-next.50](https://github.com/
|
|
1738
|
+
## [0.0.1-next.50](https://github.com/iotaledger/twin-framework/compare/crypto-v0.0.1-next.49...crypto-v0.0.1-next.50) (2025-03-26)
|
|
928
1739
|
|
|
929
1740
|
|
|
930
1741
|
### Miscellaneous Chores
|