@twin.org/identity-connector-universal 0.0.3-next.17 → 0.0.3-next.19
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 +140 -112
- 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,34 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3-next.
|
|
3
|
+
## [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)
|
|
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.18 to 0.0.3-next.19
|
|
16
|
+
|
|
17
|
+
## [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)
|
|
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.17 to 0.0.3-next.18
|
|
30
|
+
|
|
31
|
+
## [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)
|
|
4
32
|
|
|
5
33
|
|
|
6
34
|
### Miscellaneous Chores
|
|
@@ -14,7 +42,7 @@
|
|
|
14
42
|
* dependencies
|
|
15
43
|
* @twin.org/identity-models bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
16
44
|
|
|
17
|
-
## [0.0.3-next.16](https://github.com/
|
|
45
|
+
## [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)
|
|
18
46
|
|
|
19
47
|
|
|
20
48
|
### Miscellaneous Chores
|
|
@@ -28,7 +56,7 @@
|
|
|
28
56
|
* dependencies
|
|
29
57
|
* @twin.org/identity-models bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
30
58
|
|
|
31
|
-
## [0.0.3-next.15](https://github.com/
|
|
59
|
+
## [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)
|
|
32
60
|
|
|
33
61
|
|
|
34
62
|
### Miscellaneous Chores
|
|
@@ -42,7 +70,7 @@
|
|
|
42
70
|
* dependencies
|
|
43
71
|
* @twin.org/identity-models bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
44
72
|
|
|
45
|
-
## [0.0.3-next.14](https://github.com/
|
|
73
|
+
## [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)
|
|
46
74
|
|
|
47
75
|
|
|
48
76
|
### Miscellaneous Chores
|
|
@@ -56,7 +84,7 @@
|
|
|
56
84
|
* dependencies
|
|
57
85
|
* @twin.org/identity-models bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
58
86
|
|
|
59
|
-
## [0.0.3-next.13](https://github.com/
|
|
87
|
+
## [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)
|
|
60
88
|
|
|
61
89
|
|
|
62
90
|
### Miscellaneous Chores
|
|
@@ -70,7 +98,7 @@
|
|
|
70
98
|
* dependencies
|
|
71
99
|
* @twin.org/identity-models bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
72
100
|
|
|
73
|
-
## [0.0.3-next.12](https://github.com/
|
|
101
|
+
## [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)
|
|
74
102
|
|
|
75
103
|
|
|
76
104
|
### Miscellaneous Chores
|
|
@@ -84,27 +112,27 @@
|
|
|
84
112
|
* dependencies
|
|
85
113
|
* @twin.org/identity-models bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
86
114
|
|
|
87
|
-
## [0.0.3-next.11](https://github.com/
|
|
115
|
+
## [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)
|
|
88
116
|
|
|
89
117
|
|
|
90
118
|
### Features
|
|
91
119
|
|
|
92
|
-
* add context id features ([#62](https://github.com/
|
|
93
|
-
* add mainnet support ([af56a38](https://github.com/
|
|
94
|
-
* add validate-locales ([04d74b4](https://github.com/
|
|
95
|
-
* eslint migration to flat config ([fd6246d](https://github.com/
|
|
96
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
97
|
-
* improve url construction ([544a435](https://github.com/
|
|
98
|
-
* re-use vault keys if available ([5a848d7](https://github.com/
|
|
99
|
-
* update comment ([436e030](https://github.com/
|
|
100
|
-
* update framework core ([c824497](https://github.com/
|
|
101
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
120
|
+
* add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
|
|
121
|
+
* add mainnet support ([af56a38](https://github.com/iotaledger/twin-identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
|
|
122
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
123
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
124
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
125
|
+
* improve url construction ([544a435](https://github.com/iotaledger/twin-identity/commit/544a435dadb90b9e29533f4a4ce09725268d04bd))
|
|
126
|
+
* re-use vault keys if available ([5a848d7](https://github.com/iotaledger/twin-identity/commit/5a848d7520829d9c891ec889fd773fbc0ee77ba5))
|
|
127
|
+
* update comment ([436e030](https://github.com/iotaledger/twin-identity/commit/436e030e9480bdc4e35b44ad7199a5ccc7a7b31e))
|
|
128
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
129
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
102
130
|
|
|
103
131
|
|
|
104
132
|
### Bug Fixes
|
|
105
133
|
|
|
106
|
-
* Import path and bump version ([#21](https://github.com/
|
|
107
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
134
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
135
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
108
136
|
|
|
109
137
|
|
|
110
138
|
### Dependencies
|
|
@@ -113,7 +141,7 @@
|
|
|
113
141
|
* dependencies
|
|
114
142
|
* @twin.org/identity-models bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
115
143
|
|
|
116
|
-
## [0.0.3-next.10](https://github.com/
|
|
144
|
+
## [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)
|
|
117
145
|
|
|
118
146
|
|
|
119
147
|
### Miscellaneous Chores
|
|
@@ -127,7 +155,7 @@
|
|
|
127
155
|
* dependencies
|
|
128
156
|
* @twin.org/identity-models bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
129
157
|
|
|
130
|
-
## [0.0.3-next.9](https://github.com/
|
|
158
|
+
## [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)
|
|
131
159
|
|
|
132
160
|
|
|
133
161
|
### Miscellaneous Chores
|
|
@@ -141,7 +169,7 @@
|
|
|
141
169
|
* dependencies
|
|
142
170
|
* @twin.org/identity-models bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
143
171
|
|
|
144
|
-
## [0.0.3-next.8](https://github.com/
|
|
172
|
+
## [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)
|
|
145
173
|
|
|
146
174
|
|
|
147
175
|
### Miscellaneous Chores
|
|
@@ -155,7 +183,7 @@
|
|
|
155
183
|
* dependencies
|
|
156
184
|
* @twin.org/identity-models bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
157
185
|
|
|
158
|
-
## [0.0.3-next.7](https://github.com/
|
|
186
|
+
## [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)
|
|
159
187
|
|
|
160
188
|
|
|
161
189
|
### Miscellaneous Chores
|
|
@@ -169,7 +197,7 @@
|
|
|
169
197
|
* dependencies
|
|
170
198
|
* @twin.org/identity-models bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
171
199
|
|
|
172
|
-
## [0.0.3-next.6](https://github.com/
|
|
200
|
+
## [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)
|
|
173
201
|
|
|
174
202
|
|
|
175
203
|
### Miscellaneous Chores
|
|
@@ -183,7 +211,7 @@
|
|
|
183
211
|
* dependencies
|
|
184
212
|
* @twin.org/identity-models bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
185
213
|
|
|
186
|
-
## [0.0.3-next.5](https://github.com/
|
|
214
|
+
## [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)
|
|
187
215
|
|
|
188
216
|
|
|
189
217
|
### Miscellaneous Chores
|
|
@@ -197,27 +225,27 @@
|
|
|
197
225
|
* dependencies
|
|
198
226
|
* @twin.org/identity-models bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
199
227
|
|
|
200
|
-
## [0.0.3-next.4](https://github.com/
|
|
228
|
+
## [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)
|
|
201
229
|
|
|
202
230
|
|
|
203
231
|
### Features
|
|
204
232
|
|
|
205
|
-
* add context id features ([#62](https://github.com/
|
|
206
|
-
* add mainnet support ([af56a38](https://github.com/
|
|
207
|
-
* add validate-locales ([04d74b4](https://github.com/
|
|
208
|
-
* eslint migration to flat config ([fd6246d](https://github.com/
|
|
209
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
210
|
-
* improve url construction ([544a435](https://github.com/
|
|
211
|
-
* re-use vault keys if available ([5a848d7](https://github.com/
|
|
212
|
-
* update comment ([436e030](https://github.com/
|
|
213
|
-
* update framework core ([c824497](https://github.com/
|
|
214
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
233
|
+
* add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
|
|
234
|
+
* add mainnet support ([af56a38](https://github.com/iotaledger/twin-identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
|
|
235
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
236
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
237
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
238
|
+
* improve url construction ([544a435](https://github.com/iotaledger/twin-identity/commit/544a435dadb90b9e29533f4a4ce09725268d04bd))
|
|
239
|
+
* re-use vault keys if available ([5a848d7](https://github.com/iotaledger/twin-identity/commit/5a848d7520829d9c891ec889fd773fbc0ee77ba5))
|
|
240
|
+
* update comment ([436e030](https://github.com/iotaledger/twin-identity/commit/436e030e9480bdc4e35b44ad7199a5ccc7a7b31e))
|
|
241
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
242
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
215
243
|
|
|
216
244
|
|
|
217
245
|
### Bug Fixes
|
|
218
246
|
|
|
219
|
-
* Import path and bump version ([#21](https://github.com/
|
|
220
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
247
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
248
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
221
249
|
|
|
222
250
|
|
|
223
251
|
### Dependencies
|
|
@@ -226,7 +254,7 @@
|
|
|
226
254
|
* dependencies
|
|
227
255
|
* @twin.org/identity-models bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
228
256
|
|
|
229
|
-
## [0.0.3-next.3](https://github.com/
|
|
257
|
+
## [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)
|
|
230
258
|
|
|
231
259
|
|
|
232
260
|
### Miscellaneous Chores
|
|
@@ -240,7 +268,7 @@
|
|
|
240
268
|
* dependencies
|
|
241
269
|
* @twin.org/identity-models bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
242
270
|
|
|
243
|
-
## [0.0.3-next.2](https://github.com/
|
|
271
|
+
## [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)
|
|
244
272
|
|
|
245
273
|
|
|
246
274
|
### Miscellaneous Chores
|
|
@@ -254,27 +282,27 @@
|
|
|
254
282
|
* dependencies
|
|
255
283
|
* @twin.org/identity-models bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
256
284
|
|
|
257
|
-
## [0.0.3-next.1](https://github.com/
|
|
285
|
+
## [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)
|
|
258
286
|
|
|
259
287
|
|
|
260
288
|
### Features
|
|
261
289
|
|
|
262
|
-
* add context id features ([#62](https://github.com/
|
|
263
|
-
* add mainnet support ([af56a38](https://github.com/
|
|
264
|
-
* add validate-locales ([04d74b4](https://github.com/
|
|
265
|
-
* eslint migration to flat config ([fd6246d](https://github.com/
|
|
266
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
267
|
-
* improve url construction ([544a435](https://github.com/
|
|
268
|
-
* re-use vault keys if available ([5a848d7](https://github.com/
|
|
269
|
-
* update comment ([436e030](https://github.com/
|
|
270
|
-
* update framework core ([c824497](https://github.com/
|
|
271
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
290
|
+
* add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
|
|
291
|
+
* add mainnet support ([af56a38](https://github.com/iotaledger/twin-identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
|
|
292
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
293
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
294
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
295
|
+
* improve url construction ([544a435](https://github.com/iotaledger/twin-identity/commit/544a435dadb90b9e29533f4a4ce09725268d04bd))
|
|
296
|
+
* re-use vault keys if available ([5a848d7](https://github.com/iotaledger/twin-identity/commit/5a848d7520829d9c891ec889fd773fbc0ee77ba5))
|
|
297
|
+
* update comment ([436e030](https://github.com/iotaledger/twin-identity/commit/436e030e9480bdc4e35b44ad7199a5ccc7a7b31e))
|
|
298
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
299
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
272
300
|
|
|
273
301
|
|
|
274
302
|
### Bug Fixes
|
|
275
303
|
|
|
276
|
-
* Import path and bump version ([#21](https://github.com/
|
|
277
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
304
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
305
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
278
306
|
|
|
279
307
|
|
|
280
308
|
### Dependencies
|
|
@@ -283,7 +311,7 @@
|
|
|
283
311
|
* dependencies
|
|
284
312
|
* @twin.org/identity-models bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
285
313
|
|
|
286
|
-
## [0.0.2-next.10](https://github.com/
|
|
314
|
+
## [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)
|
|
287
315
|
|
|
288
316
|
|
|
289
317
|
### Miscellaneous Chores
|
|
@@ -297,12 +325,12 @@
|
|
|
297
325
|
* dependencies
|
|
298
326
|
* @twin.org/identity-models bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
299
327
|
|
|
300
|
-
## [0.0.2-next.9](https://github.com/
|
|
328
|
+
## [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)
|
|
301
329
|
|
|
302
330
|
|
|
303
331
|
### Features
|
|
304
332
|
|
|
305
|
-
* add validate-locales ([04d74b4](https://github.com/
|
|
333
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
306
334
|
|
|
307
335
|
|
|
308
336
|
### Dependencies
|
|
@@ -311,7 +339,7 @@
|
|
|
311
339
|
* dependencies
|
|
312
340
|
* @twin.org/identity-models bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
313
341
|
|
|
314
|
-
## [0.0.2-next.8](https://github.com/
|
|
342
|
+
## [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)
|
|
315
343
|
|
|
316
344
|
|
|
317
345
|
### Miscellaneous Chores
|
|
@@ -325,7 +353,7 @@
|
|
|
325
353
|
* dependencies
|
|
326
354
|
* @twin.org/identity-models bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
327
355
|
|
|
328
|
-
## [0.0.2-next.7](https://github.com/
|
|
356
|
+
## [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)
|
|
329
357
|
|
|
330
358
|
|
|
331
359
|
### Miscellaneous Chores
|
|
@@ -339,7 +367,7 @@
|
|
|
339
367
|
* dependencies
|
|
340
368
|
* @twin.org/identity-models bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
341
369
|
|
|
342
|
-
## [0.0.2-next.6](https://github.com/
|
|
370
|
+
## [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)
|
|
343
371
|
|
|
344
372
|
|
|
345
373
|
### Miscellaneous Chores
|
|
@@ -353,7 +381,7 @@
|
|
|
353
381
|
* dependencies
|
|
354
382
|
* @twin.org/identity-models bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
355
383
|
|
|
356
|
-
## [0.0.2-next.5](https://github.com/
|
|
384
|
+
## [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)
|
|
357
385
|
|
|
358
386
|
|
|
359
387
|
### Miscellaneous Chores
|
|
@@ -367,7 +395,7 @@
|
|
|
367
395
|
* dependencies
|
|
368
396
|
* @twin.org/identity-models bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
369
397
|
|
|
370
|
-
## [0.0.2-next.4](https://github.com/
|
|
398
|
+
## [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)
|
|
371
399
|
|
|
372
400
|
|
|
373
401
|
### Miscellaneous Chores
|
|
@@ -381,12 +409,12 @@
|
|
|
381
409
|
* dependencies
|
|
382
410
|
* @twin.org/identity-models bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
383
411
|
|
|
384
|
-
## [0.0.2-next.3](https://github.com/
|
|
412
|
+
## [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)
|
|
385
413
|
|
|
386
414
|
|
|
387
415
|
### Features
|
|
388
416
|
|
|
389
|
-
* eslint migration to flat config ([fd6246d](https://github.com/
|
|
417
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
390
418
|
|
|
391
419
|
|
|
392
420
|
### Dependencies
|
|
@@ -395,12 +423,12 @@
|
|
|
395
423
|
* dependencies
|
|
396
424
|
* @twin.org/identity-models bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
397
425
|
|
|
398
|
-
## [0.0.2-next.2](https://github.com/
|
|
426
|
+
## [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)
|
|
399
427
|
|
|
400
428
|
|
|
401
429
|
### Features
|
|
402
430
|
|
|
403
|
-
* update framework core ([c824497](https://github.com/
|
|
431
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
404
432
|
|
|
405
433
|
|
|
406
434
|
### Dependencies
|
|
@@ -409,23 +437,23 @@
|
|
|
409
437
|
* dependencies
|
|
410
438
|
* @twin.org/identity-models bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
411
439
|
|
|
412
|
-
## [0.0.2-next.1](https://github.com/
|
|
440
|
+
## [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)
|
|
413
441
|
|
|
414
442
|
|
|
415
443
|
### Features
|
|
416
444
|
|
|
417
|
-
* add mainnet support ([af56a38](https://github.com/
|
|
418
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
419
|
-
* improve url construction ([544a435](https://github.com/
|
|
420
|
-
* re-use vault keys if available ([5a848d7](https://github.com/
|
|
421
|
-
* update comment ([436e030](https://github.com/
|
|
422
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
445
|
+
* add mainnet support ([af56a38](https://github.com/iotaledger/twin-identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
|
|
446
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
447
|
+
* improve url construction ([544a435](https://github.com/iotaledger/twin-identity/commit/544a435dadb90b9e29533f4a4ce09725268d04bd))
|
|
448
|
+
* re-use vault keys if available ([5a848d7](https://github.com/iotaledger/twin-identity/commit/5a848d7520829d9c891ec889fd773fbc0ee77ba5))
|
|
449
|
+
* update comment ([436e030](https://github.com/iotaledger/twin-identity/commit/436e030e9480bdc4e35b44ad7199a5ccc7a7b31e))
|
|
450
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
423
451
|
|
|
424
452
|
|
|
425
453
|
### Bug Fixes
|
|
426
454
|
|
|
427
|
-
* Import path and bump version ([#21](https://github.com/
|
|
428
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
455
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
456
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
429
457
|
|
|
430
458
|
|
|
431
459
|
### Dependencies
|
|
@@ -439,7 +467,7 @@
|
|
|
439
467
|
|
|
440
468
|
### Features
|
|
441
469
|
|
|
442
|
-
* release to production ([8450ad7](https://github.com/
|
|
470
|
+
* release to production ([8450ad7](https://github.com/iotaledger/twin-identity/commit/8450ad727e0c4d665f2ce483e41798c2ff5b7d55))
|
|
443
471
|
|
|
444
472
|
|
|
445
473
|
### Dependencies
|
|
@@ -448,7 +476,7 @@
|
|
|
448
476
|
* dependencies
|
|
449
477
|
* @twin.org/identity-models bumped from ^0.0.0 to ^0.0.1
|
|
450
478
|
|
|
451
|
-
## [0.0.1-next.57](https://github.com/
|
|
479
|
+
## [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)
|
|
452
480
|
|
|
453
481
|
|
|
454
482
|
### Miscellaneous Chores
|
|
@@ -462,13 +490,13 @@
|
|
|
462
490
|
* dependencies
|
|
463
491
|
* @twin.org/identity-models bumped from 0.0.1-next.56 to 0.0.1-next.57
|
|
464
492
|
|
|
465
|
-
## [0.0.1-next.56](https://github.com/
|
|
493
|
+
## [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)
|
|
466
494
|
|
|
467
495
|
|
|
468
496
|
### Features
|
|
469
497
|
|
|
470
|
-
* improve url construction ([544a435](https://github.com/
|
|
471
|
-
* re-use vault keys if available ([5a848d7](https://github.com/
|
|
498
|
+
* improve url construction ([544a435](https://github.com/iotaledger/twin-identity/commit/544a435dadb90b9e29533f4a4ce09725268d04bd))
|
|
499
|
+
* re-use vault keys if available ([5a848d7](https://github.com/iotaledger/twin-identity/commit/5a848d7520829d9c891ec889fd773fbc0ee77ba5))
|
|
472
500
|
|
|
473
501
|
|
|
474
502
|
### Dependencies
|
|
@@ -477,21 +505,21 @@
|
|
|
477
505
|
* dependencies
|
|
478
506
|
* @twin.org/identity-models bumped from 0.0.1-next.55 to 0.0.1-next.56
|
|
479
507
|
|
|
480
|
-
## [0.0.1-next.55](https://github.com/
|
|
508
|
+
## [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)
|
|
481
509
|
|
|
482
510
|
|
|
483
511
|
### Features
|
|
484
512
|
|
|
485
|
-
* add mainnet support ([af56a38](https://github.com/
|
|
486
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
487
|
-
* update comment ([436e030](https://github.com/
|
|
488
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
513
|
+
* add mainnet support ([af56a38](https://github.com/iotaledger/twin-identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
|
|
514
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
515
|
+
* update comment ([436e030](https://github.com/iotaledger/twin-identity/commit/436e030e9480bdc4e35b44ad7199a5ccc7a7b31e))
|
|
516
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
489
517
|
|
|
490
518
|
|
|
491
519
|
### Bug Fixes
|
|
492
520
|
|
|
493
|
-
* Import path and bump version ([#21](https://github.com/
|
|
494
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
521
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
522
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
495
523
|
|
|
496
524
|
|
|
497
525
|
### Dependencies
|
|
@@ -500,7 +528,7 @@
|
|
|
500
528
|
* dependencies
|
|
501
529
|
* @twin.org/identity-models bumped from 0.0.1-next.54 to 0.0.1-next.55
|
|
502
530
|
|
|
503
|
-
## [0.0.1-next.54](https://github.com/
|
|
531
|
+
## [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)
|
|
504
532
|
|
|
505
533
|
|
|
506
534
|
### Miscellaneous Chores
|
|
@@ -514,7 +542,7 @@
|
|
|
514
542
|
* dependencies
|
|
515
543
|
* @twin.org/identity-models bumped from 0.0.1-next.53 to 0.0.1-next.54
|
|
516
544
|
|
|
517
|
-
## [0.0.1-next.53](https://github.com/
|
|
545
|
+
## [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)
|
|
518
546
|
|
|
519
547
|
|
|
520
548
|
### Miscellaneous Chores
|
|
@@ -528,7 +556,7 @@
|
|
|
528
556
|
* dependencies
|
|
529
557
|
* @twin.org/identity-models bumped from 0.0.1-next.52 to 0.0.1-next.53
|
|
530
558
|
|
|
531
|
-
## [0.0.1-next.52](https://github.com/
|
|
559
|
+
## [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)
|
|
532
560
|
|
|
533
561
|
|
|
534
562
|
### Miscellaneous Chores
|
|
@@ -542,7 +570,7 @@
|
|
|
542
570
|
* dependencies
|
|
543
571
|
* @twin.org/identity-models bumped from 0.0.1-next.51 to 0.0.1-next.52
|
|
544
572
|
|
|
545
|
-
## [0.0.1-next.51](https://github.com/
|
|
573
|
+
## [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)
|
|
546
574
|
|
|
547
575
|
|
|
548
576
|
### Miscellaneous Chores
|
|
@@ -556,7 +584,7 @@
|
|
|
556
584
|
* dependencies
|
|
557
585
|
* @twin.org/identity-models bumped from 0.0.1-next.50 to 0.0.1-next.51
|
|
558
586
|
|
|
559
|
-
## [0.0.1-next.50](https://github.com/
|
|
587
|
+
## [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)
|
|
560
588
|
|
|
561
589
|
|
|
562
590
|
### Miscellaneous Chores
|
|
@@ -570,7 +598,7 @@
|
|
|
570
598
|
* dependencies
|
|
571
599
|
* @twin.org/identity-models bumped from 0.0.1-next.49 to 0.0.1-next.50
|
|
572
600
|
|
|
573
|
-
## [0.0.1-next.49](https://github.com/
|
|
601
|
+
## [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)
|
|
574
602
|
|
|
575
603
|
|
|
576
604
|
### Miscellaneous Chores
|
|
@@ -584,12 +612,12 @@
|
|
|
584
612
|
* dependencies
|
|
585
613
|
* @twin.org/identity-models bumped from 0.0.1-next.48 to 0.0.1-next.49
|
|
586
614
|
|
|
587
|
-
## [0.0.1-next.48](https://github.com/
|
|
615
|
+
## [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)
|
|
588
616
|
|
|
589
617
|
|
|
590
618
|
### Features
|
|
591
619
|
|
|
592
|
-
* add mainnet support ([af56a38](https://github.com/
|
|
620
|
+
* add mainnet support ([af56a38](https://github.com/iotaledger/twin-identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
|
|
593
621
|
|
|
594
622
|
|
|
595
623
|
### Dependencies
|
|
@@ -598,12 +626,12 @@
|
|
|
598
626
|
* dependencies
|
|
599
627
|
* @twin.org/identity-models bumped from 0.0.1-next.47 to 0.0.1-next.48
|
|
600
628
|
|
|
601
|
-
## [0.0.1-next.47](https://github.com/
|
|
629
|
+
## [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)
|
|
602
630
|
|
|
603
631
|
|
|
604
632
|
### Features
|
|
605
633
|
|
|
606
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
634
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
607
635
|
|
|
608
636
|
|
|
609
637
|
### Dependencies
|
|
@@ -612,19 +640,19 @@
|
|
|
612
640
|
* dependencies
|
|
613
641
|
* @twin.org/identity-models bumped from 0.0.1-next.46 to 0.0.1-next.47
|
|
614
642
|
|
|
615
|
-
## [0.0.1-next.46](https://github.com/
|
|
643
|
+
## [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)
|
|
616
644
|
|
|
617
645
|
|
|
618
646
|
### Features
|
|
619
647
|
|
|
620
|
-
* update comment ([436e030](https://github.com/
|
|
621
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
648
|
+
* update comment ([436e030](https://github.com/iotaledger/twin-identity/commit/436e030e9480bdc4e35b44ad7199a5ccc7a7b31e))
|
|
649
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
622
650
|
|
|
623
651
|
|
|
624
652
|
### Bug Fixes
|
|
625
653
|
|
|
626
|
-
* Import path and bump version ([#21](https://github.com/
|
|
627
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
654
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
655
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
628
656
|
|
|
629
657
|
|
|
630
658
|
### Dependencies
|
|
@@ -633,7 +661,7 @@
|
|
|
633
661
|
* dependencies
|
|
634
662
|
* @twin.org/identity-models bumped from 0.0.1-next.45 to 0.0.1-next.46
|
|
635
663
|
|
|
636
|
-
## [0.0.1-next.45](https://github.com/
|
|
664
|
+
## [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)
|
|
637
665
|
|
|
638
666
|
|
|
639
667
|
### Miscellaneous Chores
|
|
@@ -647,7 +675,7 @@
|
|
|
647
675
|
* dependencies
|
|
648
676
|
* @twin.org/identity-models bumped from 0.0.1-next.44 to 0.0.1-next.45
|
|
649
677
|
|
|
650
|
-
## [0.0.1-next.44](https://github.com/
|
|
678
|
+
## [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)
|
|
651
679
|
|
|
652
680
|
|
|
653
681
|
### Miscellaneous Chores
|
|
@@ -661,7 +689,7 @@
|
|
|
661
689
|
* dependencies
|
|
662
690
|
* @twin.org/identity-models bumped from 0.0.1-next.43 to 0.0.1-next.44
|
|
663
691
|
|
|
664
|
-
## [0.0.1-next.43](https://github.com/
|
|
692
|
+
## [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)
|
|
665
693
|
|
|
666
694
|
|
|
667
695
|
### Miscellaneous Chores
|
|
@@ -675,12 +703,12 @@
|
|
|
675
703
|
* dependencies
|
|
676
704
|
* @twin.org/identity-models bumped from 0.0.1-next.42 to 0.0.1-next.43
|
|
677
705
|
|
|
678
|
-
## [0.0.1-next.42](https://github.com/
|
|
706
|
+
## [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)
|
|
679
707
|
|
|
680
708
|
|
|
681
709
|
### Features
|
|
682
710
|
|
|
683
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
711
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
684
712
|
|
|
685
713
|
|
|
686
714
|
### Dependencies
|
|
@@ -689,12 +717,12 @@
|
|
|
689
717
|
* dependencies
|
|
690
718
|
* @twin.org/identity-models bumped from 0.0.1-next.41 to 0.0.1-next.42
|
|
691
719
|
|
|
692
|
-
## [0.0.1-next.41](https://github.com/
|
|
720
|
+
## [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)
|
|
693
721
|
|
|
694
722
|
|
|
695
723
|
### Features
|
|
696
724
|
|
|
697
|
-
* update comment ([436e030](https://github.com/
|
|
725
|
+
* update comment ([436e030](https://github.com/iotaledger/twin-identity/commit/436e030e9480bdc4e35b44ad7199a5ccc7a7b31e))
|
|
698
726
|
|
|
699
727
|
|
|
700
728
|
### Dependencies
|
|
@@ -703,13 +731,13 @@
|
|
|
703
731
|
* dependencies
|
|
704
732
|
* @twin.org/identity-models bumped from 0.0.1-next.40 to 0.0.1-next.41
|
|
705
733
|
|
|
706
|
-
## [0.0.1-next.40](https://github.com/
|
|
734
|
+
## [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)
|
|
707
735
|
|
|
708
736
|
|
|
709
737
|
### Bug Fixes
|
|
710
738
|
|
|
711
|
-
* Import path and bump version ([#21](https://github.com/
|
|
712
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
739
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
740
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
713
741
|
|
|
714
742
|
|
|
715
743
|
### 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.19",
|
|
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.19",
|
|
19
19
|
"@twin.org/nameof": "next",
|
|
20
20
|
"@twin.org/standards-w3c-did": "next",
|
|
21
21
|
"@twin.org/web": "next"
|