@twin.org/identity-connector-universal 0.0.3-next.2 → 0.0.3-next.20
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/docs/changelog.md +355 -73
- package/docs/examples.md +32 -1
- package/docs/reference/classes/UniversalResolverConnector.md +4 -4
- package/docs/reference/interfaces/IUniversalResolverConnectorConfig.md +1 -1
- package/docs/reference/interfaces/IUniversalResolverConnectorConstructorOptions.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# TWIN Identity
|
|
1
|
+
# TWIN Identity
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
The identity-connector-universal package provides DID resolution through the Universal Resolver ecosystem so applications can work with multiple DID methods in a consistent way. It is designed for interoperability-focused implementations that need standards-aligned identity resolution without coupling to a single network.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
@@ -8,12 +8,12 @@ Identity connector implementation using Universal resolver.
|
|
|
8
8
|
npm install @twin.org/identity-connector-universal
|
|
9
9
|
```
|
|
10
10
|
|
|
11
|
-
##
|
|
11
|
+
## Docker
|
|
12
12
|
|
|
13
|
-
To
|
|
13
|
+
To perform testing of this component it may be necessary to launch a local instance to communicate with.
|
|
14
14
|
|
|
15
15
|
```shell
|
|
16
|
-
docker run -d --name twin-identity-universal -e NETWORK=testnet
|
|
16
|
+
docker run -d --name twin-identity-universal -p 8180:8080 -e NETWORK=testnet iotaledger/uni-resolver-driver-iota:v0.2.0-alpha
|
|
17
17
|
```
|
|
18
18
|
|
|
19
19
|
## Examples
|
package/docs/changelog.md
CHANGED
|
@@ -1,6 +1,288 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3-next.
|
|
3
|
+
## [0.0.3-next.20](https://github.com/twinfoundation/twin-identity/compare/identity-connector-universal-v0.0.3-next.19...identity-connector-universal-v0.0.3-next.20) (2026-04-29)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Miscellaneous Chores
|
|
7
|
+
|
|
8
|
+
* **identity-connector-universal:** Synchronize repo versions
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @twin.org/identity-models bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
16
|
+
|
|
17
|
+
## [0.0.3-next.19](https://github.com/twinfoundation/twin-identity/compare/identity-connector-universal-v0.0.3-next.18...identity-connector-universal-v0.0.3-next.19) (2026-04-29)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Miscellaneous Chores
|
|
21
|
+
|
|
22
|
+
* **identity-connector-universal:** Synchronize repo versions
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Dependencies
|
|
26
|
+
|
|
27
|
+
* The following workspace dependencies were updated
|
|
28
|
+
* dependencies
|
|
29
|
+
* @twin.org/identity-models bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
30
|
+
|
|
31
|
+
## [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)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Miscellaneous Chores
|
|
35
|
+
|
|
36
|
+
* **identity-connector-universal:** Synchronize repo versions
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### Dependencies
|
|
40
|
+
|
|
41
|
+
* The following workspace dependencies were updated
|
|
42
|
+
* dependencies
|
|
43
|
+
* @twin.org/identity-models bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
44
|
+
|
|
45
|
+
## [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)
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
### Miscellaneous Chores
|
|
49
|
+
|
|
50
|
+
* **identity-connector-universal:** Synchronize repo versions
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
### Dependencies
|
|
54
|
+
|
|
55
|
+
* The following workspace dependencies were updated
|
|
56
|
+
* dependencies
|
|
57
|
+
* @twin.org/identity-models bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
58
|
+
|
|
59
|
+
## [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)
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
### Miscellaneous Chores
|
|
63
|
+
|
|
64
|
+
* **identity-connector-universal:** Synchronize repo versions
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
### Dependencies
|
|
68
|
+
|
|
69
|
+
* The following workspace dependencies were updated
|
|
70
|
+
* dependencies
|
|
71
|
+
* @twin.org/identity-models bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
72
|
+
|
|
73
|
+
## [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)
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
### Miscellaneous Chores
|
|
77
|
+
|
|
78
|
+
* **identity-connector-universal:** Synchronize repo versions
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
### Dependencies
|
|
82
|
+
|
|
83
|
+
* The following workspace dependencies were updated
|
|
84
|
+
* dependencies
|
|
85
|
+
* @twin.org/identity-models bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
86
|
+
|
|
87
|
+
## [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)
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
### Miscellaneous Chores
|
|
91
|
+
|
|
92
|
+
* **identity-connector-universal:** Synchronize repo versions
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
### Dependencies
|
|
96
|
+
|
|
97
|
+
* The following workspace dependencies were updated
|
|
98
|
+
* dependencies
|
|
99
|
+
* @twin.org/identity-models bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
100
|
+
|
|
101
|
+
## [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)
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
### Miscellaneous Chores
|
|
105
|
+
|
|
106
|
+
* **identity-connector-universal:** Synchronize repo versions
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
### Dependencies
|
|
110
|
+
|
|
111
|
+
* The following workspace dependencies were updated
|
|
112
|
+
* dependencies
|
|
113
|
+
* @twin.org/identity-models bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
114
|
+
|
|
115
|
+
## [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)
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
### Miscellaneous Chores
|
|
119
|
+
|
|
120
|
+
* **identity-connector-universal:** Synchronize repo versions
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
### Dependencies
|
|
124
|
+
|
|
125
|
+
* The following workspace dependencies were updated
|
|
126
|
+
* dependencies
|
|
127
|
+
* @twin.org/identity-models bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
128
|
+
|
|
129
|
+
## [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)
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
### Features
|
|
133
|
+
|
|
134
|
+
* add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
|
|
135
|
+
* add mainnet support ([af56a38](https://github.com/iotaledger/twin-identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
|
|
136
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
137
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
138
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
139
|
+
* improve url construction ([544a435](https://github.com/iotaledger/twin-identity/commit/544a435dadb90b9e29533f4a4ce09725268d04bd))
|
|
140
|
+
* re-use vault keys if available ([5a848d7](https://github.com/iotaledger/twin-identity/commit/5a848d7520829d9c891ec889fd773fbc0ee77ba5))
|
|
141
|
+
* update comment ([436e030](https://github.com/iotaledger/twin-identity/commit/436e030e9480bdc4e35b44ad7199a5ccc7a7b31e))
|
|
142
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
143
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
### Bug Fixes
|
|
147
|
+
|
|
148
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
149
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
### Dependencies
|
|
153
|
+
|
|
154
|
+
* The following workspace dependencies were updated
|
|
155
|
+
* dependencies
|
|
156
|
+
* @twin.org/identity-models bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
157
|
+
|
|
158
|
+
## [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)
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
### Miscellaneous Chores
|
|
162
|
+
|
|
163
|
+
* **identity-connector-universal:** Synchronize repo versions
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
### Dependencies
|
|
167
|
+
|
|
168
|
+
* The following workspace dependencies were updated
|
|
169
|
+
* dependencies
|
|
170
|
+
* @twin.org/identity-models bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
171
|
+
|
|
172
|
+
## [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)
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
### Miscellaneous Chores
|
|
176
|
+
|
|
177
|
+
* **identity-connector-universal:** Synchronize repo versions
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
### Dependencies
|
|
181
|
+
|
|
182
|
+
* The following workspace dependencies were updated
|
|
183
|
+
* dependencies
|
|
184
|
+
* @twin.org/identity-models bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
185
|
+
|
|
186
|
+
## [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)
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
### Miscellaneous Chores
|
|
190
|
+
|
|
191
|
+
* **identity-connector-universal:** Synchronize repo versions
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
### Dependencies
|
|
195
|
+
|
|
196
|
+
* The following workspace dependencies were updated
|
|
197
|
+
* dependencies
|
|
198
|
+
* @twin.org/identity-models bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
199
|
+
|
|
200
|
+
## [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)
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
### Miscellaneous Chores
|
|
204
|
+
|
|
205
|
+
* **identity-connector-universal:** Synchronize repo versions
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
### Dependencies
|
|
209
|
+
|
|
210
|
+
* The following workspace dependencies were updated
|
|
211
|
+
* dependencies
|
|
212
|
+
* @twin.org/identity-models bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
213
|
+
|
|
214
|
+
## [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)
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
### Miscellaneous Chores
|
|
218
|
+
|
|
219
|
+
* **identity-connector-universal:** Synchronize repo versions
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
### Dependencies
|
|
223
|
+
|
|
224
|
+
* The following workspace dependencies were updated
|
|
225
|
+
* dependencies
|
|
226
|
+
* @twin.org/identity-models bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
227
|
+
|
|
228
|
+
## [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)
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
### Miscellaneous Chores
|
|
232
|
+
|
|
233
|
+
* **identity-connector-universal:** Synchronize repo versions
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
### Dependencies
|
|
237
|
+
|
|
238
|
+
* The following workspace dependencies were updated
|
|
239
|
+
* dependencies
|
|
240
|
+
* @twin.org/identity-models bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
241
|
+
|
|
242
|
+
## [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)
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
### Features
|
|
246
|
+
|
|
247
|
+
* add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
|
|
248
|
+
* add mainnet support ([af56a38](https://github.com/iotaledger/twin-identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
|
|
249
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
250
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
251
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
252
|
+
* improve url construction ([544a435](https://github.com/iotaledger/twin-identity/commit/544a435dadb90b9e29533f4a4ce09725268d04bd))
|
|
253
|
+
* re-use vault keys if available ([5a848d7](https://github.com/iotaledger/twin-identity/commit/5a848d7520829d9c891ec889fd773fbc0ee77ba5))
|
|
254
|
+
* update comment ([436e030](https://github.com/iotaledger/twin-identity/commit/436e030e9480bdc4e35b44ad7199a5ccc7a7b31e))
|
|
255
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
256
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
### Bug Fixes
|
|
260
|
+
|
|
261
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
262
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
### Dependencies
|
|
266
|
+
|
|
267
|
+
* The following workspace dependencies were updated
|
|
268
|
+
* dependencies
|
|
269
|
+
* @twin.org/identity-models bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
270
|
+
|
|
271
|
+
## [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)
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
### Miscellaneous Chores
|
|
275
|
+
|
|
276
|
+
* **identity-connector-universal:** Synchronize repo versions
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
### Dependencies
|
|
280
|
+
|
|
281
|
+
* The following workspace dependencies were updated
|
|
282
|
+
* dependencies
|
|
283
|
+
* @twin.org/identity-models bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
284
|
+
|
|
285
|
+
## [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)
|
|
4
286
|
|
|
5
287
|
|
|
6
288
|
### Miscellaneous Chores
|
|
@@ -14,27 +296,27 @@
|
|
|
14
296
|
* dependencies
|
|
15
297
|
* @twin.org/identity-models bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
16
298
|
|
|
17
|
-
## [0.0.3-next.1](https://github.com/
|
|
299
|
+
## [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)
|
|
18
300
|
|
|
19
301
|
|
|
20
302
|
### Features
|
|
21
303
|
|
|
22
|
-
* add context id features ([#62](https://github.com/
|
|
23
|
-
* add mainnet support ([af56a38](https://github.com/
|
|
24
|
-
* add validate-locales ([04d74b4](https://github.com/
|
|
25
|
-
* eslint migration to flat config ([fd6246d](https://github.com/
|
|
26
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
27
|
-
* improve url construction ([544a435](https://github.com/
|
|
28
|
-
* re-use vault keys if available ([5a848d7](https://github.com/
|
|
29
|
-
* update comment ([436e030](https://github.com/
|
|
30
|
-
* update framework core ([c824497](https://github.com/
|
|
31
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
304
|
+
* add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
|
|
305
|
+
* add mainnet support ([af56a38](https://github.com/iotaledger/twin-identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
|
|
306
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
307
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
308
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
309
|
+
* improve url construction ([544a435](https://github.com/iotaledger/twin-identity/commit/544a435dadb90b9e29533f4a4ce09725268d04bd))
|
|
310
|
+
* re-use vault keys if available ([5a848d7](https://github.com/iotaledger/twin-identity/commit/5a848d7520829d9c891ec889fd773fbc0ee77ba5))
|
|
311
|
+
* update comment ([436e030](https://github.com/iotaledger/twin-identity/commit/436e030e9480bdc4e35b44ad7199a5ccc7a7b31e))
|
|
312
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
313
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
32
314
|
|
|
33
315
|
|
|
34
316
|
### Bug Fixes
|
|
35
317
|
|
|
36
|
-
* Import path and bump version ([#21](https://github.com/
|
|
37
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
318
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
319
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
38
320
|
|
|
39
321
|
|
|
40
322
|
### Dependencies
|
|
@@ -43,7 +325,7 @@
|
|
|
43
325
|
* dependencies
|
|
44
326
|
* @twin.org/identity-models bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
45
327
|
|
|
46
|
-
## [0.0.2-next.10](https://github.com/
|
|
328
|
+
## [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)
|
|
47
329
|
|
|
48
330
|
|
|
49
331
|
### Miscellaneous Chores
|
|
@@ -57,12 +339,12 @@
|
|
|
57
339
|
* dependencies
|
|
58
340
|
* @twin.org/identity-models bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
59
341
|
|
|
60
|
-
## [0.0.2-next.9](https://github.com/
|
|
342
|
+
## [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)
|
|
61
343
|
|
|
62
344
|
|
|
63
345
|
### Features
|
|
64
346
|
|
|
65
|
-
* add validate-locales ([04d74b4](https://github.com/
|
|
347
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
66
348
|
|
|
67
349
|
|
|
68
350
|
### Dependencies
|
|
@@ -71,7 +353,7 @@
|
|
|
71
353
|
* dependencies
|
|
72
354
|
* @twin.org/identity-models bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
73
355
|
|
|
74
|
-
## [0.0.2-next.8](https://github.com/
|
|
356
|
+
## [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)
|
|
75
357
|
|
|
76
358
|
|
|
77
359
|
### Miscellaneous Chores
|
|
@@ -85,7 +367,7 @@
|
|
|
85
367
|
* dependencies
|
|
86
368
|
* @twin.org/identity-models bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
87
369
|
|
|
88
|
-
## [0.0.2-next.7](https://github.com/
|
|
370
|
+
## [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)
|
|
89
371
|
|
|
90
372
|
|
|
91
373
|
### Miscellaneous Chores
|
|
@@ -99,7 +381,7 @@
|
|
|
99
381
|
* dependencies
|
|
100
382
|
* @twin.org/identity-models bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
101
383
|
|
|
102
|
-
## [0.0.2-next.6](https://github.com/
|
|
384
|
+
## [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)
|
|
103
385
|
|
|
104
386
|
|
|
105
387
|
### Miscellaneous Chores
|
|
@@ -113,7 +395,7 @@
|
|
|
113
395
|
* dependencies
|
|
114
396
|
* @twin.org/identity-models bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
115
397
|
|
|
116
|
-
## [0.0.2-next.5](https://github.com/
|
|
398
|
+
## [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)
|
|
117
399
|
|
|
118
400
|
|
|
119
401
|
### Miscellaneous Chores
|
|
@@ -127,7 +409,7 @@
|
|
|
127
409
|
* dependencies
|
|
128
410
|
* @twin.org/identity-models bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
129
411
|
|
|
130
|
-
## [0.0.2-next.4](https://github.com/
|
|
412
|
+
## [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)
|
|
131
413
|
|
|
132
414
|
|
|
133
415
|
### Miscellaneous Chores
|
|
@@ -141,12 +423,12 @@
|
|
|
141
423
|
* dependencies
|
|
142
424
|
* @twin.org/identity-models bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
143
425
|
|
|
144
|
-
## [0.0.2-next.3](https://github.com/
|
|
426
|
+
## [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)
|
|
145
427
|
|
|
146
428
|
|
|
147
429
|
### Features
|
|
148
430
|
|
|
149
|
-
* eslint migration to flat config ([fd6246d](https://github.com/
|
|
431
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
150
432
|
|
|
151
433
|
|
|
152
434
|
### Dependencies
|
|
@@ -155,12 +437,12 @@
|
|
|
155
437
|
* dependencies
|
|
156
438
|
* @twin.org/identity-models bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
157
439
|
|
|
158
|
-
## [0.0.2-next.2](https://github.com/
|
|
440
|
+
## [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)
|
|
159
441
|
|
|
160
442
|
|
|
161
443
|
### Features
|
|
162
444
|
|
|
163
|
-
* update framework core ([c824497](https://github.com/
|
|
445
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
164
446
|
|
|
165
447
|
|
|
166
448
|
### Dependencies
|
|
@@ -169,23 +451,23 @@
|
|
|
169
451
|
* dependencies
|
|
170
452
|
* @twin.org/identity-models bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
171
453
|
|
|
172
|
-
## [0.0.2-next.1](https://github.com/
|
|
454
|
+
## [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)
|
|
173
455
|
|
|
174
456
|
|
|
175
457
|
### Features
|
|
176
458
|
|
|
177
|
-
* add mainnet support ([af56a38](https://github.com/
|
|
178
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
179
|
-
* improve url construction ([544a435](https://github.com/
|
|
180
|
-
* re-use vault keys if available ([5a848d7](https://github.com/
|
|
181
|
-
* update comment ([436e030](https://github.com/
|
|
182
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
459
|
+
* add mainnet support ([af56a38](https://github.com/iotaledger/twin-identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
|
|
460
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
461
|
+
* improve url construction ([544a435](https://github.com/iotaledger/twin-identity/commit/544a435dadb90b9e29533f4a4ce09725268d04bd))
|
|
462
|
+
* re-use vault keys if available ([5a848d7](https://github.com/iotaledger/twin-identity/commit/5a848d7520829d9c891ec889fd773fbc0ee77ba5))
|
|
463
|
+
* update comment ([436e030](https://github.com/iotaledger/twin-identity/commit/436e030e9480bdc4e35b44ad7199a5ccc7a7b31e))
|
|
464
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
183
465
|
|
|
184
466
|
|
|
185
467
|
### Bug Fixes
|
|
186
468
|
|
|
187
|
-
* Import path and bump version ([#21](https://github.com/
|
|
188
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
469
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
470
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
189
471
|
|
|
190
472
|
|
|
191
473
|
### Dependencies
|
|
@@ -199,7 +481,7 @@
|
|
|
199
481
|
|
|
200
482
|
### Features
|
|
201
483
|
|
|
202
|
-
* release to production ([8450ad7](https://github.com/
|
|
484
|
+
* release to production ([8450ad7](https://github.com/iotaledger/twin-identity/commit/8450ad727e0c4d665f2ce483e41798c2ff5b7d55))
|
|
203
485
|
|
|
204
486
|
|
|
205
487
|
### Dependencies
|
|
@@ -208,7 +490,7 @@
|
|
|
208
490
|
* dependencies
|
|
209
491
|
* @twin.org/identity-models bumped from ^0.0.0 to ^0.0.1
|
|
210
492
|
|
|
211
|
-
## [0.0.1-next.57](https://github.com/
|
|
493
|
+
## [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)
|
|
212
494
|
|
|
213
495
|
|
|
214
496
|
### Miscellaneous Chores
|
|
@@ -222,13 +504,13 @@
|
|
|
222
504
|
* dependencies
|
|
223
505
|
* @twin.org/identity-models bumped from 0.0.1-next.56 to 0.0.1-next.57
|
|
224
506
|
|
|
225
|
-
## [0.0.1-next.56](https://github.com/
|
|
507
|
+
## [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)
|
|
226
508
|
|
|
227
509
|
|
|
228
510
|
### Features
|
|
229
511
|
|
|
230
|
-
* improve url construction ([544a435](https://github.com/
|
|
231
|
-
* re-use vault keys if available ([5a848d7](https://github.com/
|
|
512
|
+
* improve url construction ([544a435](https://github.com/iotaledger/twin-identity/commit/544a435dadb90b9e29533f4a4ce09725268d04bd))
|
|
513
|
+
* re-use vault keys if available ([5a848d7](https://github.com/iotaledger/twin-identity/commit/5a848d7520829d9c891ec889fd773fbc0ee77ba5))
|
|
232
514
|
|
|
233
515
|
|
|
234
516
|
### Dependencies
|
|
@@ -237,21 +519,21 @@
|
|
|
237
519
|
* dependencies
|
|
238
520
|
* @twin.org/identity-models bumped from 0.0.1-next.55 to 0.0.1-next.56
|
|
239
521
|
|
|
240
|
-
## [0.0.1-next.55](https://github.com/
|
|
522
|
+
## [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)
|
|
241
523
|
|
|
242
524
|
|
|
243
525
|
### Features
|
|
244
526
|
|
|
245
|
-
* add mainnet support ([af56a38](https://github.com/
|
|
246
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
247
|
-
* update comment ([436e030](https://github.com/
|
|
248
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
527
|
+
* add mainnet support ([af56a38](https://github.com/iotaledger/twin-identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
|
|
528
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
529
|
+
* update comment ([436e030](https://github.com/iotaledger/twin-identity/commit/436e030e9480bdc4e35b44ad7199a5ccc7a7b31e))
|
|
530
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
249
531
|
|
|
250
532
|
|
|
251
533
|
### Bug Fixes
|
|
252
534
|
|
|
253
|
-
* Import path and bump version ([#21](https://github.com/
|
|
254
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
535
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
536
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
255
537
|
|
|
256
538
|
|
|
257
539
|
### Dependencies
|
|
@@ -260,7 +542,7 @@
|
|
|
260
542
|
* dependencies
|
|
261
543
|
* @twin.org/identity-models bumped from 0.0.1-next.54 to 0.0.1-next.55
|
|
262
544
|
|
|
263
|
-
## [0.0.1-next.54](https://github.com/
|
|
545
|
+
## [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)
|
|
264
546
|
|
|
265
547
|
|
|
266
548
|
### Miscellaneous Chores
|
|
@@ -274,7 +556,7 @@
|
|
|
274
556
|
* dependencies
|
|
275
557
|
* @twin.org/identity-models bumped from 0.0.1-next.53 to 0.0.1-next.54
|
|
276
558
|
|
|
277
|
-
## [0.0.1-next.53](https://github.com/
|
|
559
|
+
## [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)
|
|
278
560
|
|
|
279
561
|
|
|
280
562
|
### Miscellaneous Chores
|
|
@@ -288,7 +570,7 @@
|
|
|
288
570
|
* dependencies
|
|
289
571
|
* @twin.org/identity-models bumped from 0.0.1-next.52 to 0.0.1-next.53
|
|
290
572
|
|
|
291
|
-
## [0.0.1-next.52](https://github.com/
|
|
573
|
+
## [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)
|
|
292
574
|
|
|
293
575
|
|
|
294
576
|
### Miscellaneous Chores
|
|
@@ -302,7 +584,7 @@
|
|
|
302
584
|
* dependencies
|
|
303
585
|
* @twin.org/identity-models bumped from 0.0.1-next.51 to 0.0.1-next.52
|
|
304
586
|
|
|
305
|
-
## [0.0.1-next.51](https://github.com/
|
|
587
|
+
## [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)
|
|
306
588
|
|
|
307
589
|
|
|
308
590
|
### Miscellaneous Chores
|
|
@@ -316,7 +598,7 @@
|
|
|
316
598
|
* dependencies
|
|
317
599
|
* @twin.org/identity-models bumped from 0.0.1-next.50 to 0.0.1-next.51
|
|
318
600
|
|
|
319
|
-
## [0.0.1-next.50](https://github.com/
|
|
601
|
+
## [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)
|
|
320
602
|
|
|
321
603
|
|
|
322
604
|
### Miscellaneous Chores
|
|
@@ -330,7 +612,7 @@
|
|
|
330
612
|
* dependencies
|
|
331
613
|
* @twin.org/identity-models bumped from 0.0.1-next.49 to 0.0.1-next.50
|
|
332
614
|
|
|
333
|
-
## [0.0.1-next.49](https://github.com/
|
|
615
|
+
## [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)
|
|
334
616
|
|
|
335
617
|
|
|
336
618
|
### Miscellaneous Chores
|
|
@@ -344,12 +626,12 @@
|
|
|
344
626
|
* dependencies
|
|
345
627
|
* @twin.org/identity-models bumped from 0.0.1-next.48 to 0.0.1-next.49
|
|
346
628
|
|
|
347
|
-
## [0.0.1-next.48](https://github.com/
|
|
629
|
+
## [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)
|
|
348
630
|
|
|
349
631
|
|
|
350
632
|
### Features
|
|
351
633
|
|
|
352
|
-
* add mainnet support ([af56a38](https://github.com/
|
|
634
|
+
* add mainnet support ([af56a38](https://github.com/iotaledger/twin-identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
|
|
353
635
|
|
|
354
636
|
|
|
355
637
|
### Dependencies
|
|
@@ -358,12 +640,12 @@
|
|
|
358
640
|
* dependencies
|
|
359
641
|
* @twin.org/identity-models bumped from 0.0.1-next.47 to 0.0.1-next.48
|
|
360
642
|
|
|
361
|
-
## [0.0.1-next.47](https://github.com/
|
|
643
|
+
## [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)
|
|
362
644
|
|
|
363
645
|
|
|
364
646
|
### Features
|
|
365
647
|
|
|
366
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
648
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
367
649
|
|
|
368
650
|
|
|
369
651
|
### Dependencies
|
|
@@ -372,19 +654,19 @@
|
|
|
372
654
|
* dependencies
|
|
373
655
|
* @twin.org/identity-models bumped from 0.0.1-next.46 to 0.0.1-next.47
|
|
374
656
|
|
|
375
|
-
## [0.0.1-next.46](https://github.com/
|
|
657
|
+
## [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)
|
|
376
658
|
|
|
377
659
|
|
|
378
660
|
### Features
|
|
379
661
|
|
|
380
|
-
* update comment ([436e030](https://github.com/
|
|
381
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
662
|
+
* update comment ([436e030](https://github.com/iotaledger/twin-identity/commit/436e030e9480bdc4e35b44ad7199a5ccc7a7b31e))
|
|
663
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
382
664
|
|
|
383
665
|
|
|
384
666
|
### Bug Fixes
|
|
385
667
|
|
|
386
|
-
* Import path and bump version ([#21](https://github.com/
|
|
387
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
668
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
669
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
388
670
|
|
|
389
671
|
|
|
390
672
|
### Dependencies
|
|
@@ -393,7 +675,7 @@
|
|
|
393
675
|
* dependencies
|
|
394
676
|
* @twin.org/identity-models bumped from 0.0.1-next.45 to 0.0.1-next.46
|
|
395
677
|
|
|
396
|
-
## [0.0.1-next.45](https://github.com/
|
|
678
|
+
## [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)
|
|
397
679
|
|
|
398
680
|
|
|
399
681
|
### Miscellaneous Chores
|
|
@@ -407,7 +689,7 @@
|
|
|
407
689
|
* dependencies
|
|
408
690
|
* @twin.org/identity-models bumped from 0.0.1-next.44 to 0.0.1-next.45
|
|
409
691
|
|
|
410
|
-
## [0.0.1-next.44](https://github.com/
|
|
692
|
+
## [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)
|
|
411
693
|
|
|
412
694
|
|
|
413
695
|
### Miscellaneous Chores
|
|
@@ -421,7 +703,7 @@
|
|
|
421
703
|
* dependencies
|
|
422
704
|
* @twin.org/identity-models bumped from 0.0.1-next.43 to 0.0.1-next.44
|
|
423
705
|
|
|
424
|
-
## [0.0.1-next.43](https://github.com/
|
|
706
|
+
## [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)
|
|
425
707
|
|
|
426
708
|
|
|
427
709
|
### Miscellaneous Chores
|
|
@@ -435,12 +717,12 @@
|
|
|
435
717
|
* dependencies
|
|
436
718
|
* @twin.org/identity-models bumped from 0.0.1-next.42 to 0.0.1-next.43
|
|
437
719
|
|
|
438
|
-
## [0.0.1-next.42](https://github.com/
|
|
720
|
+
## [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)
|
|
439
721
|
|
|
440
722
|
|
|
441
723
|
### Features
|
|
442
724
|
|
|
443
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
725
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
444
726
|
|
|
445
727
|
|
|
446
728
|
### Dependencies
|
|
@@ -449,12 +731,12 @@
|
|
|
449
731
|
* dependencies
|
|
450
732
|
* @twin.org/identity-models bumped from 0.0.1-next.41 to 0.0.1-next.42
|
|
451
733
|
|
|
452
|
-
## [0.0.1-next.41](https://github.com/
|
|
734
|
+
## [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)
|
|
453
735
|
|
|
454
736
|
|
|
455
737
|
### Features
|
|
456
738
|
|
|
457
|
-
* update comment ([436e030](https://github.com/
|
|
739
|
+
* update comment ([436e030](https://github.com/iotaledger/twin-identity/commit/436e030e9480bdc4e35b44ad7199a5ccc7a7b31e))
|
|
458
740
|
|
|
459
741
|
|
|
460
742
|
### Dependencies
|
|
@@ -463,13 +745,13 @@
|
|
|
463
745
|
* dependencies
|
|
464
746
|
* @twin.org/identity-models bumped from 0.0.1-next.40 to 0.0.1-next.41
|
|
465
747
|
|
|
466
|
-
## [0.0.1-next.40](https://github.com/
|
|
748
|
+
## [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)
|
|
467
749
|
|
|
468
750
|
|
|
469
751
|
### Bug Fixes
|
|
470
752
|
|
|
471
|
-
* Import path and bump version ([#21](https://github.com/
|
|
472
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
753
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
754
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
473
755
|
|
|
474
756
|
|
|
475
757
|
### Dependencies
|
package/docs/examples.md
CHANGED
|
@@ -1 +1,32 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Identity Connector Universal Examples
|
|
2
|
+
|
|
3
|
+
Use these snippets when you need to resolve DIDs through a universal resolver endpoint in application code or service handlers.
|
|
4
|
+
|
|
5
|
+
## UniversalResolverConnector
|
|
6
|
+
|
|
7
|
+
```typescript
|
|
8
|
+
import { UniversalResolverConnector } from '@twin.org/identity-connector-universal';
|
|
9
|
+
|
|
10
|
+
const resolver = new UniversalResolverConnector({
|
|
11
|
+
config: {
|
|
12
|
+
endpoint: 'https://uniresolver.io'
|
|
13
|
+
}
|
|
14
|
+
});
|
|
15
|
+
|
|
16
|
+
const className = resolver.className();
|
|
17
|
+
console.log(className); // UniversalResolverConnector
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
```typescript
|
|
21
|
+
import { UniversalResolverConnector } from '@twin.org/identity-connector-universal';
|
|
22
|
+
|
|
23
|
+
const resolver = new UniversalResolverConnector({
|
|
24
|
+
config: {
|
|
25
|
+
endpoint: 'https://uniresolver.io'
|
|
26
|
+
}
|
|
27
|
+
});
|
|
28
|
+
|
|
29
|
+
const didDocument = await resolver.resolveDocument('did:web:example.com:user:123');
|
|
30
|
+
|
|
31
|
+
console.log(didDocument.id); // did:web:example.com:user:123
|
|
32
|
+
```
|
|
@@ -28,7 +28,7 @@ The options for the identity connector.
|
|
|
28
28
|
|
|
29
29
|
## Properties
|
|
30
30
|
|
|
31
|
-
### NAMESPACE
|
|
31
|
+
### NAMESPACE {#namespace}
|
|
32
32
|
|
|
33
33
|
> `readonly` `static` **NAMESPACE**: `string` = `"universal"`
|
|
34
34
|
|
|
@@ -36,7 +36,7 @@ The namespace supported by the identity connector.
|
|
|
36
36
|
|
|
37
37
|
***
|
|
38
38
|
|
|
39
|
-
### CLASS\_NAME
|
|
39
|
+
### CLASS\_NAME {#class_name}
|
|
40
40
|
|
|
41
41
|
> `readonly` `static` **CLASS\_NAME**: `string`
|
|
42
42
|
|
|
@@ -44,7 +44,7 @@ Runtime name for the class.
|
|
|
44
44
|
|
|
45
45
|
## Methods
|
|
46
46
|
|
|
47
|
-
### className()
|
|
47
|
+
### className() {#classname}
|
|
48
48
|
|
|
49
49
|
> **className**(): `string`
|
|
50
50
|
|
|
@@ -62,7 +62,7 @@ The class name of the component.
|
|
|
62
62
|
|
|
63
63
|
***
|
|
64
64
|
|
|
65
|
-
### resolveDocument()
|
|
65
|
+
### resolveDocument() {#resolvedocument}
|
|
66
66
|
|
|
67
67
|
> **resolveDocument**(`documentId`): `Promise`\<`IDidDocument`\>
|
|
68
68
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/identity-connector-universal",
|
|
3
|
-
"version": "0.0.3-next.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.0.3-next.20",
|
|
4
|
+
"description": "Connector for resolving decentralised identifiers through the Universal Resolver ecosystem.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/twinfoundation/identity.git",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@twin.org/core": "next",
|
|
18
|
-
"@twin.org/identity-models": "0.0.3-next.
|
|
18
|
+
"@twin.org/identity-models": "0.0.3-next.20",
|
|
19
19
|
"@twin.org/nameof": "next",
|
|
20
20
|
"@twin.org/standards-w3c-did": "next",
|
|
21
21
|
"@twin.org/web": "next"
|