@twin.org/identity-connector-universal 0.0.3-next.9 → 0.9.0
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 +5 -5
- package/dist/es/models/api/IUniversalResolverResult.js.map +1 -1
- package/dist/es/universalResolverConnector.js +41 -1
- package/dist/es/universalResolverConnector.js.map +1 -1
- package/dist/types/models/api/IUniversalResolverResult.d.ts +6 -6
- package/dist/types/universalResolverConnector.d.ts +6 -0
- package/docs/changelog.md +566 -92
- package/docs/examples.md +32 -1
- package/docs/reference/classes/UniversalResolverConnector.md +22 -4
- package/docs/reference/interfaces/IUniversalResolverConnectorConfig.md +1 -1
- package/docs/reference/interfaces/IUniversalResolverConnectorConstructorOptions.md +1 -1
- package/locales/en.json +6 -0
- package/package.json +9 -9
package/docs/changelog.md
CHANGED
|
@@ -1,6 +1,480 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0
|
|
3
|
+
## [0.9.0](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.9.0...identity-connector-universal-v0.9.0) (2026-06-25)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* release to production ([dabf4c5](https://github.com/iotaledger/twin-identity/commit/dabf4c5bb19e04c09bfbc8533f23dc9d42b35e4c))
|
|
9
|
+
* release to production ([8450ad7](https://github.com/iotaledger/twin-identity/commit/8450ad727e0c4d665f2ce483e41798c2ff5b7d55))
|
|
10
|
+
* release to production ([#161](https://github.com/iotaledger/twin-identity/issues/161)) ([ad151fa](https://github.com/iotaledger/twin-identity/commit/ad151facfcaadc1d183d935a6db525379d48002f))
|
|
11
|
+
|
|
12
|
+
## [0.9.0-next.1](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.9.0-next.0...identity-connector-universal-v0.9.0-next.1) (2026-06-23)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
|
|
18
|
+
* add mainnet support ([af56a38](https://github.com/iotaledger/twin-identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
|
|
19
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
20
|
+
* additional information in health ([03d6190](https://github.com/iotaledger/twin-identity/commit/03d61900358513a5881b2363b0582e1e4ca06e6e))
|
|
21
|
+
* common connector tests ([4f9642c](https://github.com/iotaledger/twin-identity/commit/4f9642ceb09843870909fc6819bf69fb20ef952a))
|
|
22
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
23
|
+
* health check ([#124](https://github.com/iotaledger/twin-identity/issues/124)) ([5a55bef](https://github.com/iotaledger/twin-identity/commit/5a55bef0c455f7a305822c96de6ffa19699edc6f))
|
|
24
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
25
|
+
* improve url construction ([544a435](https://github.com/iotaledger/twin-identity/commit/544a435dadb90b9e29533f4a4ce09725268d04bd))
|
|
26
|
+
* re-use vault keys if available ([5a848d7](https://github.com/iotaledger/twin-identity/commit/5a848d7520829d9c891ec889fd773fbc0ee77ba5))
|
|
27
|
+
* typescript 6 update ([e8806ad](https://github.com/iotaledger/twin-identity/commit/e8806ad6858c37be3c0f54c41cf654023773bef3))
|
|
28
|
+
* update comment ([436e030](https://github.com/iotaledger/twin-identity/commit/436e030e9480bdc4e35b44ad7199a5ccc7a7b31e))
|
|
29
|
+
* update dependencies ([c4d9393](https://github.com/iotaledger/twin-identity/commit/c4d939309ffea6937fe938f6097fd811677ab220))
|
|
30
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
31
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Bug Fixes
|
|
35
|
+
|
|
36
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
37
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
### Dependencies
|
|
41
|
+
|
|
42
|
+
* The following workspace dependencies were updated
|
|
43
|
+
* dependencies
|
|
44
|
+
* @twin.org/identity-models bumped from 0.9.0-next.0 to 0.9.0-next.1
|
|
45
|
+
|
|
46
|
+
## [0.0.3-next.36](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.3-next.35...identity-connector-universal-v0.0.3-next.36) (2026-06-17)
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
### Miscellaneous Chores
|
|
50
|
+
|
|
51
|
+
* **identity-connector-universal:** Synchronize repo versions
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
### Dependencies
|
|
55
|
+
|
|
56
|
+
* The following workspace dependencies were updated
|
|
57
|
+
* dependencies
|
|
58
|
+
* @twin.org/identity-models bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
59
|
+
|
|
60
|
+
## [0.0.3-next.35](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.3-next.34...identity-connector-universal-v0.0.3-next.35) (2026-06-01)
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
### Miscellaneous Chores
|
|
64
|
+
|
|
65
|
+
* **identity-connector-universal:** Synchronize repo versions
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
### Dependencies
|
|
69
|
+
|
|
70
|
+
* The following workspace dependencies were updated
|
|
71
|
+
* dependencies
|
|
72
|
+
* @twin.org/identity-models bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
73
|
+
|
|
74
|
+
## [0.0.3-next.34](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.3-next.33...identity-connector-universal-v0.0.3-next.34) (2026-06-01)
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
### Features
|
|
78
|
+
|
|
79
|
+
* add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
|
|
80
|
+
* add mainnet support ([af56a38](https://github.com/iotaledger/twin-identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
|
|
81
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
82
|
+
* additional information in health ([03d6190](https://github.com/iotaledger/twin-identity/commit/03d61900358513a5881b2363b0582e1e4ca06e6e))
|
|
83
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
84
|
+
* health check ([#124](https://github.com/iotaledger/twin-identity/issues/124)) ([5a55bef](https://github.com/iotaledger/twin-identity/commit/5a55bef0c455f7a305822c96de6ffa19699edc6f))
|
|
85
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
86
|
+
* improve url construction ([544a435](https://github.com/iotaledger/twin-identity/commit/544a435dadb90b9e29533f4a4ce09725268d04bd))
|
|
87
|
+
* re-use vault keys if available ([5a848d7](https://github.com/iotaledger/twin-identity/commit/5a848d7520829d9c891ec889fd773fbc0ee77ba5))
|
|
88
|
+
* typescript 6 update ([e8806ad](https://github.com/iotaledger/twin-identity/commit/e8806ad6858c37be3c0f54c41cf654023773bef3))
|
|
89
|
+
* update comment ([436e030](https://github.com/iotaledger/twin-identity/commit/436e030e9480bdc4e35b44ad7199a5ccc7a7b31e))
|
|
90
|
+
* update dependencies ([c4d9393](https://github.com/iotaledger/twin-identity/commit/c4d939309ffea6937fe938f6097fd811677ab220))
|
|
91
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
92
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
### Bug Fixes
|
|
96
|
+
|
|
97
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
98
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
### Dependencies
|
|
102
|
+
|
|
103
|
+
* The following workspace dependencies were updated
|
|
104
|
+
* dependencies
|
|
105
|
+
* @twin.org/identity-models bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
106
|
+
|
|
107
|
+
## [0.0.3-next.33](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.3-next.32...identity-connector-universal-v0.0.3-next.33) (2026-06-01)
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
### Features
|
|
111
|
+
|
|
112
|
+
* add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
|
|
113
|
+
* add mainnet support ([af56a38](https://github.com/iotaledger/twin-identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
|
|
114
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
115
|
+
* additional information in health ([03d6190](https://github.com/iotaledger/twin-identity/commit/03d61900358513a5881b2363b0582e1e4ca06e6e))
|
|
116
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
117
|
+
* health check ([#124](https://github.com/iotaledger/twin-identity/issues/124)) ([5a55bef](https://github.com/iotaledger/twin-identity/commit/5a55bef0c455f7a305822c96de6ffa19699edc6f))
|
|
118
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
119
|
+
* improve url construction ([544a435](https://github.com/iotaledger/twin-identity/commit/544a435dadb90b9e29533f4a4ce09725268d04bd))
|
|
120
|
+
* re-use vault keys if available ([5a848d7](https://github.com/iotaledger/twin-identity/commit/5a848d7520829d9c891ec889fd773fbc0ee77ba5))
|
|
121
|
+
* typescript 6 update ([e8806ad](https://github.com/iotaledger/twin-identity/commit/e8806ad6858c37be3c0f54c41cf654023773bef3))
|
|
122
|
+
* update comment ([436e030](https://github.com/iotaledger/twin-identity/commit/436e030e9480bdc4e35b44ad7199a5ccc7a7b31e))
|
|
123
|
+
* update dependencies ([c4d9393](https://github.com/iotaledger/twin-identity/commit/c4d939309ffea6937fe938f6097fd811677ab220))
|
|
124
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
125
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
### Bug Fixes
|
|
129
|
+
|
|
130
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
131
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
### Dependencies
|
|
135
|
+
|
|
136
|
+
* The following workspace dependencies were updated
|
|
137
|
+
* dependencies
|
|
138
|
+
* @twin.org/identity-models bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
139
|
+
|
|
140
|
+
## [0.0.3-next.32](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.3-next.31...identity-connector-universal-v0.0.3-next.32) (2026-06-01)
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
### Miscellaneous Chores
|
|
144
|
+
|
|
145
|
+
* **identity-connector-universal:** Synchronize repo versions
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
### Dependencies
|
|
149
|
+
|
|
150
|
+
* The following workspace dependencies were updated
|
|
151
|
+
* dependencies
|
|
152
|
+
* @twin.org/identity-models bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
153
|
+
|
|
154
|
+
## [0.0.3-next.31](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.3-next.30...identity-connector-universal-v0.0.3-next.31) (2026-05-28)
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
### Miscellaneous Chores
|
|
158
|
+
|
|
159
|
+
* **identity-connector-universal:** Synchronize repo versions
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
### Dependencies
|
|
163
|
+
|
|
164
|
+
* The following workspace dependencies were updated
|
|
165
|
+
* dependencies
|
|
166
|
+
* @twin.org/identity-models bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
167
|
+
|
|
168
|
+
## [0.0.3-next.30](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.3-next.29...identity-connector-universal-v0.0.3-next.30) (2026-05-28)
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
### Miscellaneous Chores
|
|
172
|
+
|
|
173
|
+
* **identity-connector-universal:** Synchronize repo versions
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
### Dependencies
|
|
177
|
+
|
|
178
|
+
* The following workspace dependencies were updated
|
|
179
|
+
* dependencies
|
|
180
|
+
* @twin.org/identity-models bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
181
|
+
|
|
182
|
+
## [0.0.3-next.29](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.3-next.28...identity-connector-universal-v0.0.3-next.29) (2026-05-22)
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
### Miscellaneous Chores
|
|
186
|
+
|
|
187
|
+
* **identity-connector-universal:** Synchronize repo versions
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
### Dependencies
|
|
191
|
+
|
|
192
|
+
* The following workspace dependencies were updated
|
|
193
|
+
* dependencies
|
|
194
|
+
* @twin.org/identity-models bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
195
|
+
|
|
196
|
+
## [0.0.3-next.28](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.3-next.27...identity-connector-universal-v0.0.3-next.28) (2026-05-21)
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
### Miscellaneous Chores
|
|
200
|
+
|
|
201
|
+
* **identity-connector-universal:** Synchronize repo versions
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
### Dependencies
|
|
205
|
+
|
|
206
|
+
* The following workspace dependencies were updated
|
|
207
|
+
* dependencies
|
|
208
|
+
* @twin.org/identity-models bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
209
|
+
|
|
210
|
+
## [0.0.3-next.27](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.3-next.26...identity-connector-universal-v0.0.3-next.27) (2026-05-21)
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
### Miscellaneous Chores
|
|
214
|
+
|
|
215
|
+
* **identity-connector-universal:** Synchronize repo versions
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
### Dependencies
|
|
219
|
+
|
|
220
|
+
* The following workspace dependencies were updated
|
|
221
|
+
* dependencies
|
|
222
|
+
* @twin.org/identity-models bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
223
|
+
|
|
224
|
+
## [0.0.3-next.26](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.3-next.25...identity-connector-universal-v0.0.3-next.26) (2026-05-21)
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
### Miscellaneous Chores
|
|
228
|
+
|
|
229
|
+
* **identity-connector-universal:** Synchronize repo versions
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
### Dependencies
|
|
233
|
+
|
|
234
|
+
* The following workspace dependencies were updated
|
|
235
|
+
* dependencies
|
|
236
|
+
* @twin.org/identity-models bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
237
|
+
|
|
238
|
+
## [0.0.3-next.25](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.3-next.24...identity-connector-universal-v0.0.3-next.25) (2026-05-20)
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
### Features
|
|
242
|
+
|
|
243
|
+
* update dependencies ([c4d9393](https://github.com/iotaledger/twin-identity/commit/c4d939309ffea6937fe938f6097fd811677ab220))
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
### Dependencies
|
|
247
|
+
|
|
248
|
+
* The following workspace dependencies were updated
|
|
249
|
+
* dependencies
|
|
250
|
+
* @twin.org/identity-models bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
251
|
+
|
|
252
|
+
## [0.0.3-next.24](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.3-next.23...identity-connector-universal-v0.0.3-next.24) (2026-05-13)
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
### Miscellaneous Chores
|
|
256
|
+
|
|
257
|
+
* **identity-connector-universal:** Synchronize repo versions
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
### Dependencies
|
|
261
|
+
|
|
262
|
+
* The following workspace dependencies were updated
|
|
263
|
+
* dependencies
|
|
264
|
+
* @twin.org/identity-models bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
265
|
+
|
|
266
|
+
## [0.0.3-next.23](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.3-next.22...identity-connector-universal-v0.0.3-next.23) (2026-05-12)
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
### Features
|
|
270
|
+
|
|
271
|
+
* typescript 6 update ([e8806ad](https://github.com/iotaledger/twin-identity/commit/e8806ad6858c37be3c0f54c41cf654023773bef3))
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
### Dependencies
|
|
275
|
+
|
|
276
|
+
* The following workspace dependencies were updated
|
|
277
|
+
* dependencies
|
|
278
|
+
* @twin.org/identity-models bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
279
|
+
|
|
280
|
+
## [0.0.3-next.22](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.3-next.21...identity-connector-universal-v0.0.3-next.22) (2026-05-07)
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
### Features
|
|
284
|
+
|
|
285
|
+
* additional information in health ([03d6190](https://github.com/iotaledger/twin-identity/commit/03d61900358513a5881b2363b0582e1e4ca06e6e))
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
### Dependencies
|
|
289
|
+
|
|
290
|
+
* The following workspace dependencies were updated
|
|
291
|
+
* dependencies
|
|
292
|
+
* @twin.org/identity-models bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
293
|
+
|
|
294
|
+
## [0.0.3-next.21](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.3-next.20...identity-connector-universal-v0.0.3-next.21) (2026-05-07)
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
### Features
|
|
298
|
+
|
|
299
|
+
* health check ([#124](https://github.com/iotaledger/twin-identity/issues/124)) ([5a55bef](https://github.com/iotaledger/twin-identity/commit/5a55bef0c455f7a305822c96de6ffa19699edc6f))
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
### Dependencies
|
|
303
|
+
|
|
304
|
+
* The following workspace dependencies were updated
|
|
305
|
+
* dependencies
|
|
306
|
+
* @twin.org/identity-models bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
307
|
+
|
|
308
|
+
## [0.0.3-next.20](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.3-next.19...identity-connector-universal-v0.0.3-next.20) (2026-04-29)
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
### Miscellaneous Chores
|
|
312
|
+
|
|
313
|
+
* **identity-connector-universal:** Synchronize repo versions
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
### Dependencies
|
|
317
|
+
|
|
318
|
+
* The following workspace dependencies were updated
|
|
319
|
+
* dependencies
|
|
320
|
+
* @twin.org/identity-models bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
321
|
+
|
|
322
|
+
## [0.0.3-next.19](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.3-next.18...identity-connector-universal-v0.0.3-next.19) (2026-04-29)
|
|
323
|
+
|
|
324
|
+
|
|
325
|
+
### Miscellaneous Chores
|
|
326
|
+
|
|
327
|
+
* **identity-connector-universal:** Synchronize repo versions
|
|
328
|
+
|
|
329
|
+
|
|
330
|
+
### Dependencies
|
|
331
|
+
|
|
332
|
+
* The following workspace dependencies were updated
|
|
333
|
+
* dependencies
|
|
334
|
+
* @twin.org/identity-models bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
335
|
+
|
|
336
|
+
## [0.0.3-next.18](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.3-next.17...identity-connector-universal-v0.0.3-next.18) (2026-02-27)
|
|
337
|
+
|
|
338
|
+
|
|
339
|
+
### Miscellaneous Chores
|
|
340
|
+
|
|
341
|
+
* **identity-connector-universal:** Synchronize repo versions
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
### Dependencies
|
|
345
|
+
|
|
346
|
+
* The following workspace dependencies were updated
|
|
347
|
+
* dependencies
|
|
348
|
+
* @twin.org/identity-models bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
349
|
+
|
|
350
|
+
## [0.0.3-next.17](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.3-next.16...identity-connector-universal-v0.0.3-next.17) (2026-02-24)
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
### Miscellaneous Chores
|
|
354
|
+
|
|
355
|
+
* **identity-connector-universal:** Synchronize repo versions
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
### Dependencies
|
|
359
|
+
|
|
360
|
+
* The following workspace dependencies were updated
|
|
361
|
+
* dependencies
|
|
362
|
+
* @twin.org/identity-models bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
363
|
+
|
|
364
|
+
## [0.0.3-next.16](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.3-next.15...identity-connector-universal-v0.0.3-next.16) (2026-02-13)
|
|
365
|
+
|
|
366
|
+
|
|
367
|
+
### Miscellaneous Chores
|
|
368
|
+
|
|
369
|
+
* **identity-connector-universal:** Synchronize repo versions
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
### Dependencies
|
|
373
|
+
|
|
374
|
+
* The following workspace dependencies were updated
|
|
375
|
+
* dependencies
|
|
376
|
+
* @twin.org/identity-models bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
377
|
+
|
|
378
|
+
## [0.0.3-next.15](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.3-next.14...identity-connector-universal-v0.0.3-next.15) (2026-02-12)
|
|
379
|
+
|
|
380
|
+
|
|
381
|
+
### Miscellaneous Chores
|
|
382
|
+
|
|
383
|
+
* **identity-connector-universal:** Synchronize repo versions
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
### Dependencies
|
|
387
|
+
|
|
388
|
+
* The following workspace dependencies were updated
|
|
389
|
+
* dependencies
|
|
390
|
+
* @twin.org/identity-models bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
391
|
+
|
|
392
|
+
## [0.0.3-next.14](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.3-next.13...identity-connector-universal-v0.0.3-next.14) (2026-02-10)
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
### Miscellaneous Chores
|
|
396
|
+
|
|
397
|
+
* **identity-connector-universal:** Synchronize repo versions
|
|
398
|
+
|
|
399
|
+
|
|
400
|
+
### Dependencies
|
|
401
|
+
|
|
402
|
+
* The following workspace dependencies were updated
|
|
403
|
+
* dependencies
|
|
404
|
+
* @twin.org/identity-models bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
405
|
+
|
|
406
|
+
## [0.0.3-next.13](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.3-next.12...identity-connector-universal-v0.0.3-next.13) (2026-01-21)
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
### Miscellaneous Chores
|
|
410
|
+
|
|
411
|
+
* **identity-connector-universal:** Synchronize repo versions
|
|
412
|
+
|
|
413
|
+
|
|
414
|
+
### Dependencies
|
|
415
|
+
|
|
416
|
+
* The following workspace dependencies were updated
|
|
417
|
+
* dependencies
|
|
418
|
+
* @twin.org/identity-models bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
419
|
+
|
|
420
|
+
## [0.0.3-next.12](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.3-next.11...identity-connector-universal-v0.0.3-next.12) (2026-01-19)
|
|
421
|
+
|
|
422
|
+
|
|
423
|
+
### Miscellaneous Chores
|
|
424
|
+
|
|
425
|
+
* **identity-connector-universal:** Synchronize repo versions
|
|
426
|
+
|
|
427
|
+
|
|
428
|
+
### Dependencies
|
|
429
|
+
|
|
430
|
+
* The following workspace dependencies were updated
|
|
431
|
+
* dependencies
|
|
432
|
+
* @twin.org/identity-models bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
433
|
+
|
|
434
|
+
## [0.0.3-next.11](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.3-next.10...identity-connector-universal-v0.0.3-next.11) (2026-01-15)
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
### Features
|
|
438
|
+
|
|
439
|
+
* add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
|
|
440
|
+
* add mainnet support ([af56a38](https://github.com/iotaledger/twin-identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
|
|
441
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
442
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
443
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
444
|
+
* improve url construction ([544a435](https://github.com/iotaledger/twin-identity/commit/544a435dadb90b9e29533f4a4ce09725268d04bd))
|
|
445
|
+
* re-use vault keys if available ([5a848d7](https://github.com/iotaledger/twin-identity/commit/5a848d7520829d9c891ec889fd773fbc0ee77ba5))
|
|
446
|
+
* update comment ([436e030](https://github.com/iotaledger/twin-identity/commit/436e030e9480bdc4e35b44ad7199a5ccc7a7b31e))
|
|
447
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
448
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
449
|
+
|
|
450
|
+
|
|
451
|
+
### Bug Fixes
|
|
452
|
+
|
|
453
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
454
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
455
|
+
|
|
456
|
+
|
|
457
|
+
### Dependencies
|
|
458
|
+
|
|
459
|
+
* The following workspace dependencies were updated
|
|
460
|
+
* dependencies
|
|
461
|
+
* @twin.org/identity-models bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
462
|
+
|
|
463
|
+
## [0.0.3-next.10](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.3-next.9...identity-connector-universal-v0.0.3-next.10) (2026-01-15)
|
|
464
|
+
|
|
465
|
+
|
|
466
|
+
### Miscellaneous Chores
|
|
467
|
+
|
|
468
|
+
* **identity-connector-universal:** Synchronize repo versions
|
|
469
|
+
|
|
470
|
+
|
|
471
|
+
### Dependencies
|
|
472
|
+
|
|
473
|
+
* The following workspace dependencies were updated
|
|
474
|
+
* dependencies
|
|
475
|
+
* @twin.org/identity-models bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
476
|
+
|
|
477
|
+
## [0.0.3-next.9](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.3-next.8...identity-connector-universal-v0.0.3-next.9) (2026-01-14)
|
|
4
478
|
|
|
5
479
|
|
|
6
480
|
### Miscellaneous Chores
|
|
@@ -14,7 +488,7 @@
|
|
|
14
488
|
* dependencies
|
|
15
489
|
* @twin.org/identity-models bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
16
490
|
|
|
17
|
-
## [0.0.3-next.8](https://github.com/
|
|
491
|
+
## [0.0.3-next.8](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.3-next.7...identity-connector-universal-v0.0.3-next.8) (2026-01-14)
|
|
18
492
|
|
|
19
493
|
|
|
20
494
|
### Miscellaneous Chores
|
|
@@ -28,7 +502,7 @@
|
|
|
28
502
|
* dependencies
|
|
29
503
|
* @twin.org/identity-models bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
30
504
|
|
|
31
|
-
## [0.0.3-next.7](https://github.com/
|
|
505
|
+
## [0.0.3-next.7](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.3-next.6...identity-connector-universal-v0.0.3-next.7) (2026-01-13)
|
|
32
506
|
|
|
33
507
|
|
|
34
508
|
### Miscellaneous Chores
|
|
@@ -42,7 +516,7 @@
|
|
|
42
516
|
* dependencies
|
|
43
517
|
* @twin.org/identity-models bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
44
518
|
|
|
45
|
-
## [0.0.3-next.6](https://github.com/
|
|
519
|
+
## [0.0.3-next.6](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.3-next.5...identity-connector-universal-v0.0.3-next.6) (2025-11-26)
|
|
46
520
|
|
|
47
521
|
|
|
48
522
|
### Miscellaneous Chores
|
|
@@ -56,7 +530,7 @@
|
|
|
56
530
|
* dependencies
|
|
57
531
|
* @twin.org/identity-models bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
58
532
|
|
|
59
|
-
## [0.0.3-next.5](https://github.com/
|
|
533
|
+
## [0.0.3-next.5](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.3-next.4...identity-connector-universal-v0.0.3-next.5) (2025-11-20)
|
|
60
534
|
|
|
61
535
|
|
|
62
536
|
### Miscellaneous Chores
|
|
@@ -70,27 +544,27 @@
|
|
|
70
544
|
* dependencies
|
|
71
545
|
* @twin.org/identity-models bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
72
546
|
|
|
73
|
-
## [0.0.3-next.4](https://github.com/
|
|
547
|
+
## [0.0.3-next.4](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.3-next.3...identity-connector-universal-v0.0.3-next.4) (2025-11-17)
|
|
74
548
|
|
|
75
549
|
|
|
76
550
|
### Features
|
|
77
551
|
|
|
78
|
-
* add context id features ([#62](https://github.com/
|
|
79
|
-
* add mainnet support ([af56a38](https://github.com/
|
|
80
|
-
* add validate-locales ([04d74b4](https://github.com/
|
|
81
|
-
* eslint migration to flat config ([fd6246d](https://github.com/
|
|
82
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
83
|
-
* improve url construction ([544a435](https://github.com/
|
|
84
|
-
* re-use vault keys if available ([5a848d7](https://github.com/
|
|
85
|
-
* update comment ([436e030](https://github.com/
|
|
86
|
-
* update framework core ([c824497](https://github.com/
|
|
87
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
552
|
+
* add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
|
|
553
|
+
* add mainnet support ([af56a38](https://github.com/iotaledger/twin-identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
|
|
554
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
555
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
556
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
557
|
+
* improve url construction ([544a435](https://github.com/iotaledger/twin-identity/commit/544a435dadb90b9e29533f4a4ce09725268d04bd))
|
|
558
|
+
* re-use vault keys if available ([5a848d7](https://github.com/iotaledger/twin-identity/commit/5a848d7520829d9c891ec889fd773fbc0ee77ba5))
|
|
559
|
+
* update comment ([436e030](https://github.com/iotaledger/twin-identity/commit/436e030e9480bdc4e35b44ad7199a5ccc7a7b31e))
|
|
560
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
561
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
88
562
|
|
|
89
563
|
|
|
90
564
|
### Bug Fixes
|
|
91
565
|
|
|
92
|
-
* Import path and bump version ([#21](https://github.com/
|
|
93
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
566
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
567
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
94
568
|
|
|
95
569
|
|
|
96
570
|
### Dependencies
|
|
@@ -99,7 +573,7 @@
|
|
|
99
573
|
* dependencies
|
|
100
574
|
* @twin.org/identity-models bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
101
575
|
|
|
102
|
-
## [0.0.3-next.3](https://github.com/
|
|
576
|
+
## [0.0.3-next.3](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.3-next.2...identity-connector-universal-v0.0.3-next.3) (2025-11-17)
|
|
103
577
|
|
|
104
578
|
|
|
105
579
|
### Miscellaneous Chores
|
|
@@ -113,7 +587,7 @@
|
|
|
113
587
|
* dependencies
|
|
114
588
|
* @twin.org/identity-models bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
115
589
|
|
|
116
|
-
## [0.0.3-next.2](https://github.com/
|
|
590
|
+
## [0.0.3-next.2](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.3-next.1...identity-connector-universal-v0.0.3-next.2) (2025-11-14)
|
|
117
591
|
|
|
118
592
|
|
|
119
593
|
### Miscellaneous Chores
|
|
@@ -127,27 +601,27 @@
|
|
|
127
601
|
* dependencies
|
|
128
602
|
* @twin.org/identity-models bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
129
603
|
|
|
130
|
-
## [0.0.3-next.1](https://github.com/
|
|
604
|
+
## [0.0.3-next.1](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.3-next.0...identity-connector-universal-v0.0.3-next.1) (2025-11-11)
|
|
131
605
|
|
|
132
606
|
|
|
133
607
|
### Features
|
|
134
608
|
|
|
135
|
-
* add context id features ([#62](https://github.com/
|
|
136
|
-
* add mainnet support ([af56a38](https://github.com/
|
|
137
|
-
* add validate-locales ([04d74b4](https://github.com/
|
|
138
|
-
* eslint migration to flat config ([fd6246d](https://github.com/
|
|
139
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
140
|
-
* improve url construction ([544a435](https://github.com/
|
|
141
|
-
* re-use vault keys if available ([5a848d7](https://github.com/
|
|
142
|
-
* update comment ([436e030](https://github.com/
|
|
143
|
-
* update framework core ([c824497](https://github.com/
|
|
144
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
609
|
+
* add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
|
|
610
|
+
* add mainnet support ([af56a38](https://github.com/iotaledger/twin-identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
|
|
611
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
612
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
613
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
614
|
+
* improve url construction ([544a435](https://github.com/iotaledger/twin-identity/commit/544a435dadb90b9e29533f4a4ce09725268d04bd))
|
|
615
|
+
* re-use vault keys if available ([5a848d7](https://github.com/iotaledger/twin-identity/commit/5a848d7520829d9c891ec889fd773fbc0ee77ba5))
|
|
616
|
+
* update comment ([436e030](https://github.com/iotaledger/twin-identity/commit/436e030e9480bdc4e35b44ad7199a5ccc7a7b31e))
|
|
617
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
618
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
145
619
|
|
|
146
620
|
|
|
147
621
|
### Bug Fixes
|
|
148
622
|
|
|
149
|
-
* Import path and bump version ([#21](https://github.com/
|
|
150
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
623
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
624
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
151
625
|
|
|
152
626
|
|
|
153
627
|
### Dependencies
|
|
@@ -156,7 +630,7 @@
|
|
|
156
630
|
* dependencies
|
|
157
631
|
* @twin.org/identity-models bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
158
632
|
|
|
159
|
-
## [0.0.2-next.10](https://github.com/
|
|
633
|
+
## [0.0.2-next.10](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.2-next.9...identity-connector-universal-v0.0.2-next.10) (2025-10-27)
|
|
160
634
|
|
|
161
635
|
|
|
162
636
|
### Miscellaneous Chores
|
|
@@ -170,12 +644,12 @@
|
|
|
170
644
|
* dependencies
|
|
171
645
|
* @twin.org/identity-models bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
172
646
|
|
|
173
|
-
## [0.0.2-next.9](https://github.com/
|
|
647
|
+
## [0.0.2-next.9](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.2-next.8...identity-connector-universal-v0.0.2-next.9) (2025-10-09)
|
|
174
648
|
|
|
175
649
|
|
|
176
650
|
### Features
|
|
177
651
|
|
|
178
|
-
* add validate-locales ([04d74b4](https://github.com/
|
|
652
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
179
653
|
|
|
180
654
|
|
|
181
655
|
### Dependencies
|
|
@@ -184,7 +658,7 @@
|
|
|
184
658
|
* dependencies
|
|
185
659
|
* @twin.org/identity-models bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
186
660
|
|
|
187
|
-
## [0.0.2-next.8](https://github.com/
|
|
661
|
+
## [0.0.2-next.8](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.2-next.7...identity-connector-universal-v0.0.2-next.8) (2025-09-25)
|
|
188
662
|
|
|
189
663
|
|
|
190
664
|
### Miscellaneous Chores
|
|
@@ -198,7 +672,7 @@
|
|
|
198
672
|
* dependencies
|
|
199
673
|
* @twin.org/identity-models bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
200
674
|
|
|
201
|
-
## [0.0.2-next.7](https://github.com/
|
|
675
|
+
## [0.0.2-next.7](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.2-next.6...identity-connector-universal-v0.0.2-next.7) (2025-09-23)
|
|
202
676
|
|
|
203
677
|
|
|
204
678
|
### Miscellaneous Chores
|
|
@@ -212,7 +686,7 @@
|
|
|
212
686
|
* dependencies
|
|
213
687
|
* @twin.org/identity-models bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
214
688
|
|
|
215
|
-
## [0.0.2-next.6](https://github.com/
|
|
689
|
+
## [0.0.2-next.6](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.2-next.5...identity-connector-universal-v0.0.2-next.6) (2025-09-23)
|
|
216
690
|
|
|
217
691
|
|
|
218
692
|
### Miscellaneous Chores
|
|
@@ -226,7 +700,7 @@
|
|
|
226
700
|
* dependencies
|
|
227
701
|
* @twin.org/identity-models bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
228
702
|
|
|
229
|
-
## [0.0.2-next.5](https://github.com/
|
|
703
|
+
## [0.0.2-next.5](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.2-next.4...identity-connector-universal-v0.0.2-next.5) (2025-09-15)
|
|
230
704
|
|
|
231
705
|
|
|
232
706
|
### Miscellaneous Chores
|
|
@@ -240,7 +714,7 @@
|
|
|
240
714
|
* dependencies
|
|
241
715
|
* @twin.org/identity-models bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
242
716
|
|
|
243
|
-
## [0.0.2-next.4](https://github.com/
|
|
717
|
+
## [0.0.2-next.4](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.2-next.3...identity-connector-universal-v0.0.2-next.4) (2025-09-12)
|
|
244
718
|
|
|
245
719
|
|
|
246
720
|
### Miscellaneous Chores
|
|
@@ -254,12 +728,12 @@
|
|
|
254
728
|
* dependencies
|
|
255
729
|
* @twin.org/identity-models bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
256
730
|
|
|
257
|
-
## [0.0.2-next.3](https://github.com/
|
|
731
|
+
## [0.0.2-next.3](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.2-next.2...identity-connector-universal-v0.0.2-next.3) (2025-08-29)
|
|
258
732
|
|
|
259
733
|
|
|
260
734
|
### Features
|
|
261
735
|
|
|
262
|
-
* eslint migration to flat config ([fd6246d](https://github.com/
|
|
736
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
263
737
|
|
|
264
738
|
|
|
265
739
|
### Dependencies
|
|
@@ -268,12 +742,12 @@
|
|
|
268
742
|
* dependencies
|
|
269
743
|
* @twin.org/identity-models bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
270
744
|
|
|
271
|
-
## [0.0.2-next.2](https://github.com/
|
|
745
|
+
## [0.0.2-next.2](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.2-next.1...identity-connector-universal-v0.0.2-next.2) (2025-08-20)
|
|
272
746
|
|
|
273
747
|
|
|
274
748
|
### Features
|
|
275
749
|
|
|
276
|
-
* update framework core ([c824497](https://github.com/
|
|
750
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
277
751
|
|
|
278
752
|
|
|
279
753
|
### Dependencies
|
|
@@ -282,23 +756,23 @@
|
|
|
282
756
|
* dependencies
|
|
283
757
|
* @twin.org/identity-models bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
284
758
|
|
|
285
|
-
## [0.0.2-next.1](https://github.com/
|
|
759
|
+
## [0.0.2-next.1](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.2-next.0...identity-connector-universal-v0.0.2-next.1) (2025-08-18)
|
|
286
760
|
|
|
287
761
|
|
|
288
762
|
### Features
|
|
289
763
|
|
|
290
|
-
* add mainnet support ([af56a38](https://github.com/
|
|
291
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
292
|
-
* improve url construction ([544a435](https://github.com/
|
|
293
|
-
* re-use vault keys if available ([5a848d7](https://github.com/
|
|
294
|
-
* update comment ([436e030](https://github.com/
|
|
295
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
764
|
+
* add mainnet support ([af56a38](https://github.com/iotaledger/twin-identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
|
|
765
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
766
|
+
* improve url construction ([544a435](https://github.com/iotaledger/twin-identity/commit/544a435dadb90b9e29533f4a4ce09725268d04bd))
|
|
767
|
+
* re-use vault keys if available ([5a848d7](https://github.com/iotaledger/twin-identity/commit/5a848d7520829d9c891ec889fd773fbc0ee77ba5))
|
|
768
|
+
* update comment ([436e030](https://github.com/iotaledger/twin-identity/commit/436e030e9480bdc4e35b44ad7199a5ccc7a7b31e))
|
|
769
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
296
770
|
|
|
297
771
|
|
|
298
772
|
### Bug Fixes
|
|
299
773
|
|
|
300
|
-
* Import path and bump version ([#21](https://github.com/
|
|
301
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
774
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
775
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
302
776
|
|
|
303
777
|
|
|
304
778
|
### Dependencies
|
|
@@ -312,7 +786,7 @@
|
|
|
312
786
|
|
|
313
787
|
### Features
|
|
314
788
|
|
|
315
|
-
* release to production ([8450ad7](https://github.com/
|
|
789
|
+
* release to production ([8450ad7](https://github.com/iotaledger/twin-identity/commit/8450ad727e0c4d665f2ce483e41798c2ff5b7d55))
|
|
316
790
|
|
|
317
791
|
|
|
318
792
|
### Dependencies
|
|
@@ -321,7 +795,7 @@
|
|
|
321
795
|
* dependencies
|
|
322
796
|
* @twin.org/identity-models bumped from ^0.0.0 to ^0.0.1
|
|
323
797
|
|
|
324
|
-
## [0.0.1-next.57](https://github.com/
|
|
798
|
+
## [0.0.1-next.57](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.1-next.56...identity-connector-universal-v0.0.1-next.57) (2025-07-08)
|
|
325
799
|
|
|
326
800
|
|
|
327
801
|
### Miscellaneous Chores
|
|
@@ -335,13 +809,13 @@
|
|
|
335
809
|
* dependencies
|
|
336
810
|
* @twin.org/identity-models bumped from 0.0.1-next.56 to 0.0.1-next.57
|
|
337
811
|
|
|
338
|
-
## [0.0.1-next.56](https://github.com/
|
|
812
|
+
## [0.0.1-next.56](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.1-next.55...identity-connector-universal-v0.0.1-next.56) (2025-06-30)
|
|
339
813
|
|
|
340
814
|
|
|
341
815
|
### Features
|
|
342
816
|
|
|
343
|
-
* improve url construction ([544a435](https://github.com/
|
|
344
|
-
* re-use vault keys if available ([5a848d7](https://github.com/
|
|
817
|
+
* improve url construction ([544a435](https://github.com/iotaledger/twin-identity/commit/544a435dadb90b9e29533f4a4ce09725268d04bd))
|
|
818
|
+
* re-use vault keys if available ([5a848d7](https://github.com/iotaledger/twin-identity/commit/5a848d7520829d9c891ec889fd773fbc0ee77ba5))
|
|
345
819
|
|
|
346
820
|
|
|
347
821
|
### Dependencies
|
|
@@ -350,21 +824,21 @@
|
|
|
350
824
|
* dependencies
|
|
351
825
|
* @twin.org/identity-models bumped from 0.0.1-next.55 to 0.0.1-next.56
|
|
352
826
|
|
|
353
|
-
## [0.0.1-next.55](https://github.com/
|
|
827
|
+
## [0.0.1-next.55](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.1-next.54...identity-connector-universal-v0.0.1-next.55) (2025-06-26)
|
|
354
828
|
|
|
355
829
|
|
|
356
830
|
### Features
|
|
357
831
|
|
|
358
|
-
* add mainnet support ([af56a38](https://github.com/
|
|
359
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
360
|
-
* update comment ([436e030](https://github.com/
|
|
361
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
832
|
+
* add mainnet support ([af56a38](https://github.com/iotaledger/twin-identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
|
|
833
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
834
|
+
* update comment ([436e030](https://github.com/iotaledger/twin-identity/commit/436e030e9480bdc4e35b44ad7199a5ccc7a7b31e))
|
|
835
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
362
836
|
|
|
363
837
|
|
|
364
838
|
### Bug Fixes
|
|
365
839
|
|
|
366
|
-
* Import path and bump version ([#21](https://github.com/
|
|
367
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
840
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
841
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
368
842
|
|
|
369
843
|
|
|
370
844
|
### Dependencies
|
|
@@ -373,7 +847,7 @@
|
|
|
373
847
|
* dependencies
|
|
374
848
|
* @twin.org/identity-models bumped from 0.0.1-next.54 to 0.0.1-next.55
|
|
375
849
|
|
|
376
|
-
## [0.0.1-next.54](https://github.com/
|
|
850
|
+
## [0.0.1-next.54](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.1-next.53...identity-connector-universal-v0.0.1-next.54) (2025-06-26)
|
|
377
851
|
|
|
378
852
|
|
|
379
853
|
### Miscellaneous Chores
|
|
@@ -387,7 +861,7 @@
|
|
|
387
861
|
* dependencies
|
|
388
862
|
* @twin.org/identity-models bumped from 0.0.1-next.53 to 0.0.1-next.54
|
|
389
863
|
|
|
390
|
-
## [0.0.1-next.53](https://github.com/
|
|
864
|
+
## [0.0.1-next.53](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.1-next.52...identity-connector-universal-v0.0.1-next.53) (2025-06-23)
|
|
391
865
|
|
|
392
866
|
|
|
393
867
|
### Miscellaneous Chores
|
|
@@ -401,7 +875,7 @@
|
|
|
401
875
|
* dependencies
|
|
402
876
|
* @twin.org/identity-models bumped from 0.0.1-next.52 to 0.0.1-next.53
|
|
403
877
|
|
|
404
|
-
## [0.0.1-next.52](https://github.com/
|
|
878
|
+
## [0.0.1-next.52](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.1-next.51...identity-connector-universal-v0.0.1-next.52) (2025-06-20)
|
|
405
879
|
|
|
406
880
|
|
|
407
881
|
### Miscellaneous Chores
|
|
@@ -415,7 +889,7 @@
|
|
|
415
889
|
* dependencies
|
|
416
890
|
* @twin.org/identity-models bumped from 0.0.1-next.51 to 0.0.1-next.52
|
|
417
891
|
|
|
418
|
-
## [0.0.1-next.51](https://github.com/
|
|
892
|
+
## [0.0.1-next.51](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.1-next.50...identity-connector-universal-v0.0.1-next.51) (2025-06-19)
|
|
419
893
|
|
|
420
894
|
|
|
421
895
|
### Miscellaneous Chores
|
|
@@ -429,7 +903,7 @@
|
|
|
429
903
|
* dependencies
|
|
430
904
|
* @twin.org/identity-models bumped from 0.0.1-next.50 to 0.0.1-next.51
|
|
431
905
|
|
|
432
|
-
## [0.0.1-next.50](https://github.com/
|
|
906
|
+
## [0.0.1-next.50](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.1-next.49...identity-connector-universal-v0.0.1-next.50) (2025-06-19)
|
|
433
907
|
|
|
434
908
|
|
|
435
909
|
### Miscellaneous Chores
|
|
@@ -443,7 +917,7 @@
|
|
|
443
917
|
* dependencies
|
|
444
918
|
* @twin.org/identity-models bumped from 0.0.1-next.49 to 0.0.1-next.50
|
|
445
919
|
|
|
446
|
-
## [0.0.1-next.49](https://github.com/
|
|
920
|
+
## [0.0.1-next.49](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.1-next.48...identity-connector-universal-v0.0.1-next.49) (2025-06-18)
|
|
447
921
|
|
|
448
922
|
|
|
449
923
|
### Miscellaneous Chores
|
|
@@ -457,12 +931,12 @@
|
|
|
457
931
|
* dependencies
|
|
458
932
|
* @twin.org/identity-models bumped from 0.0.1-next.48 to 0.0.1-next.49
|
|
459
933
|
|
|
460
|
-
## [0.0.1-next.48](https://github.com/
|
|
934
|
+
## [0.0.1-next.48](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.1-next.47...identity-connector-universal-v0.0.1-next.48) (2025-06-17)
|
|
461
935
|
|
|
462
936
|
|
|
463
937
|
### Features
|
|
464
938
|
|
|
465
|
-
* add mainnet support ([af56a38](https://github.com/
|
|
939
|
+
* add mainnet support ([af56a38](https://github.com/iotaledger/twin-identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
|
|
466
940
|
|
|
467
941
|
|
|
468
942
|
### Dependencies
|
|
@@ -471,12 +945,12 @@
|
|
|
471
945
|
* dependencies
|
|
472
946
|
* @twin.org/identity-models bumped from 0.0.1-next.47 to 0.0.1-next.48
|
|
473
947
|
|
|
474
|
-
## [0.0.1-next.47](https://github.com/
|
|
948
|
+
## [0.0.1-next.47](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.1-next.46...identity-connector-universal-v0.0.1-next.47) (2025-06-12)
|
|
475
949
|
|
|
476
950
|
|
|
477
951
|
### Features
|
|
478
952
|
|
|
479
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
953
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
480
954
|
|
|
481
955
|
|
|
482
956
|
### Dependencies
|
|
@@ -485,19 +959,19 @@
|
|
|
485
959
|
* dependencies
|
|
486
960
|
* @twin.org/identity-models bumped from 0.0.1-next.46 to 0.0.1-next.47
|
|
487
961
|
|
|
488
|
-
## [0.0.1-next.46](https://github.com/
|
|
962
|
+
## [0.0.1-next.46](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.1-next.45...identity-connector-universal-v0.0.1-next.46) (2025-05-20)
|
|
489
963
|
|
|
490
964
|
|
|
491
965
|
### Features
|
|
492
966
|
|
|
493
|
-
* update comment ([436e030](https://github.com/
|
|
494
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
967
|
+
* update comment ([436e030](https://github.com/iotaledger/twin-identity/commit/436e030e9480bdc4e35b44ad7199a5ccc7a7b31e))
|
|
968
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
495
969
|
|
|
496
970
|
|
|
497
971
|
### Bug Fixes
|
|
498
972
|
|
|
499
|
-
* Import path and bump version ([#21](https://github.com/
|
|
500
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
973
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
974
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
501
975
|
|
|
502
976
|
|
|
503
977
|
### Dependencies
|
|
@@ -506,7 +980,7 @@
|
|
|
506
980
|
* dependencies
|
|
507
981
|
* @twin.org/identity-models bumped from 0.0.1-next.45 to 0.0.1-next.46
|
|
508
982
|
|
|
509
|
-
## [0.0.1-next.45](https://github.com/
|
|
983
|
+
## [0.0.1-next.45](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.1-next.44...identity-connector-universal-v0.0.1-next.45) (2025-05-06)
|
|
510
984
|
|
|
511
985
|
|
|
512
986
|
### Miscellaneous Chores
|
|
@@ -520,7 +994,7 @@
|
|
|
520
994
|
* dependencies
|
|
521
995
|
* @twin.org/identity-models bumped from 0.0.1-next.44 to 0.0.1-next.45
|
|
522
996
|
|
|
523
|
-
## [0.0.1-next.44](https://github.com/
|
|
997
|
+
## [0.0.1-next.44](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.1-next.43...identity-connector-universal-v0.0.1-next.44) (2025-04-30)
|
|
524
998
|
|
|
525
999
|
|
|
526
1000
|
### Miscellaneous Chores
|
|
@@ -534,7 +1008,7 @@
|
|
|
534
1008
|
* dependencies
|
|
535
1009
|
* @twin.org/identity-models bumped from 0.0.1-next.43 to 0.0.1-next.44
|
|
536
1010
|
|
|
537
|
-
## [0.0.1-next.43](https://github.com/
|
|
1011
|
+
## [0.0.1-next.43](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.1-next.42...identity-connector-universal-v0.0.1-next.43) (2025-04-25)
|
|
538
1012
|
|
|
539
1013
|
|
|
540
1014
|
### Miscellaneous Chores
|
|
@@ -548,12 +1022,12 @@
|
|
|
548
1022
|
* dependencies
|
|
549
1023
|
* @twin.org/identity-models bumped from 0.0.1-next.42 to 0.0.1-next.43
|
|
550
1024
|
|
|
551
|
-
## [0.0.1-next.42](https://github.com/
|
|
1025
|
+
## [0.0.1-next.42](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.1-next.41...identity-connector-universal-v0.0.1-next.42) (2025-04-17)
|
|
552
1026
|
|
|
553
1027
|
|
|
554
1028
|
### Features
|
|
555
1029
|
|
|
556
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
1030
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
557
1031
|
|
|
558
1032
|
|
|
559
1033
|
### Dependencies
|
|
@@ -562,12 +1036,12 @@
|
|
|
562
1036
|
* dependencies
|
|
563
1037
|
* @twin.org/identity-models bumped from 0.0.1-next.41 to 0.0.1-next.42
|
|
564
1038
|
|
|
565
|
-
## [0.0.1-next.41](https://github.com/
|
|
1039
|
+
## [0.0.1-next.41](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.1-next.40...identity-connector-universal-v0.0.1-next.41) (2025-04-09)
|
|
566
1040
|
|
|
567
1041
|
|
|
568
1042
|
### Features
|
|
569
1043
|
|
|
570
|
-
* update comment ([436e030](https://github.com/
|
|
1044
|
+
* update comment ([436e030](https://github.com/iotaledger/twin-identity/commit/436e030e9480bdc4e35b44ad7199a5ccc7a7b31e))
|
|
571
1045
|
|
|
572
1046
|
|
|
573
1047
|
### Dependencies
|
|
@@ -576,13 +1050,13 @@
|
|
|
576
1050
|
* dependencies
|
|
577
1051
|
* @twin.org/identity-models bumped from 0.0.1-next.40 to 0.0.1-next.41
|
|
578
1052
|
|
|
579
|
-
## [0.0.1-next.40](https://github.com/
|
|
1053
|
+
## [0.0.1-next.40](https://github.com/iotaledger/twin-identity/compare/identity-connector-universal-v0.0.1-next.39...identity-connector-universal-v0.0.1-next.40) (2025-03-28)
|
|
580
1054
|
|
|
581
1055
|
|
|
582
1056
|
### Bug Fixes
|
|
583
1057
|
|
|
584
|
-
* Import path and bump version ([#21](https://github.com/
|
|
585
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
1058
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
1059
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
586
1060
|
|
|
587
1061
|
|
|
588
1062
|
### Dependencies
|