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