@twin.org/identity-models 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 +3 -3
- package/dist/es/contextIdHandlers/didContextIdHandler.js +7 -0
- package/dist/es/contextIdHandlers/didContextIdHandler.js.map +1 -1
- package/dist/es/index.js +4 -0
- package/dist/es/index.js.map +1 -1
- package/dist/es/models/IIdentityComponent.js.map +1 -1
- package/dist/es/models/IIdentityConnector.js.map +1 -1
- package/dist/es/models/api/identity/IIdentityAlsoKnownAsCreateRequest.js +4 -0
- package/dist/es/models/api/identity/IIdentityAlsoKnownAsCreateRequest.js.map +1 -0
- package/dist/es/models/api/identity/IIdentityAlsoKnownAsRemoveRequest.js +4 -0
- package/dist/es/models/api/identity/IIdentityAlsoKnownAsRemoveRequest.js.map +1 -0
- package/dist/es/models/api/identity/IIdentityVerifiableCredentialRevokeRequest.js.map +1 -1
- package/dist/es/models/api/identity/IIdentityVerifiableCredentialUnrevokeRequest.js.map +1 -1
- package/dist/es/models/api/identity/IIdentityVerifiableCredentialVerifyDocumentRequest.js +2 -0
- package/dist/es/models/api/identity/IIdentityVerifiableCredentialVerifyDocumentRequest.js.map +1 -0
- package/dist/es/models/api/identity/IIdentityVerifiablePresentationCreateRequest.js.map +1 -1
- package/dist/es/models/api/identity/IIdentityVerifiablePresentationVerifyDocumentRequest.js +2 -0
- package/dist/es/models/api/identity/IIdentityVerifiablePresentationVerifyDocumentRequest.js.map +1 -0
- package/dist/types/contextIdHandlers/didContextIdHandler.d.ts +5 -0
- package/dist/types/index.d.ts +4 -0
- package/dist/types/models/IIdentityComponent.d.ts +31 -6
- package/dist/types/models/IIdentityConnector.d.ts +31 -6
- package/dist/types/models/api/identity/IIdentityAlsoKnownAsCreateRequest.d.ts +23 -0
- package/dist/types/models/api/identity/IIdentityAlsoKnownAsRemoveRequest.d.ts +18 -0
- package/dist/types/models/api/identity/IIdentityVerifiableCredentialRevokeRequest.d.ts +1 -1
- package/dist/types/models/api/identity/IIdentityVerifiableCredentialUnrevokeRequest.d.ts +1 -1
- package/dist/types/models/api/identity/IIdentityVerifiableCredentialVerifyDocumentRequest.d.ts +10 -0
- package/dist/types/models/api/identity/IIdentityVerifiablePresentationCreateRequest.d.ts +2 -2
- package/dist/types/models/api/identity/IIdentityVerifiablePresentationVerifyDocumentRequest.d.ts +10 -0
- package/docs/changelog.md +240 -75
- package/docs/examples.md +157 -1
- package/docs/reference/classes/Did.md +4 -4
- package/docs/reference/classes/DidContextIdHandler.md +21 -3
- package/docs/reference/classes/DocumentHelper.md +5 -5
- package/docs/reference/classes/VerificationHelper.md +3 -3
- package/docs/reference/index.md +4 -0
- package/docs/reference/interfaces/IIdentityAlsoKnownAsCreateRequest.md +31 -0
- package/docs/reference/interfaces/IIdentityAlsoKnownAsRemoveRequest.md +23 -0
- package/docs/reference/interfaces/IIdentityComponent.md +126 -36
- package/docs/reference/interfaces/IIdentityConnector.md +126 -36
- package/docs/reference/interfaces/IIdentityCreateRequest.md +3 -3
- package/docs/reference/interfaces/IIdentityCreateResponse.md +1 -1
- package/docs/reference/interfaces/IIdentityProfileComponent.md +6 -6
- package/docs/reference/interfaces/IIdentityProfileConnector.md +5 -5
- package/docs/reference/interfaces/IIdentityProfileCreateRequest.md +3 -3
- package/docs/reference/interfaces/IIdentityProfileGetPublicRequest.md +4 -4
- package/docs/reference/interfaces/IIdentityProfileGetPublicResponse.md +2 -2
- package/docs/reference/interfaces/IIdentityProfileGetRequest.md +4 -4
- package/docs/reference/interfaces/IIdentityProfileGetResponse.md +3 -3
- package/docs/reference/interfaces/IIdentityProfileListRequest.md +6 -6
- package/docs/reference/interfaces/IIdentityProfileListResponse.md +2 -2
- package/docs/reference/interfaces/IIdentityProfileUpdateRequest.md +3 -3
- package/docs/reference/interfaces/IIdentityProofCreateRequest.md +2 -2
- package/docs/reference/interfaces/IIdentityProofCreateResponse.md +1 -1
- package/docs/reference/interfaces/IIdentityProofVerifyRequest.md +1 -1
- package/docs/reference/interfaces/IIdentityProofVerifyResponse.md +1 -1
- package/docs/reference/interfaces/IIdentityRemoveRequest.md +1 -1
- package/docs/reference/interfaces/IIdentityResolveRequest.md +1 -1
- package/docs/reference/interfaces/IIdentityResolveResponse.md +1 -1
- package/docs/reference/interfaces/IIdentityResolverComponent.md +1 -1
- package/docs/reference/interfaces/IIdentityResolverConnector.md +1 -1
- package/docs/reference/interfaces/IIdentityServiceCreateRequest.md +2 -2
- package/docs/reference/interfaces/IIdentityServiceCreateResponse.md +1 -1
- package/docs/reference/interfaces/IIdentityServiceRemoveRequest.md +1 -1
- package/docs/reference/interfaces/IIdentityVerifiableCredentialCreateRequest.md +5 -5
- package/docs/reference/interfaces/IIdentityVerifiableCredentialCreateResponse.md +1 -1
- package/docs/reference/interfaces/IIdentityVerifiableCredentialRevokeRequest.md +2 -2
- package/docs/reference/interfaces/IIdentityVerifiableCredentialUnrevokeRequest.md +2 -2
- package/docs/reference/interfaces/IIdentityVerifiableCredentialVerifyDocumentRequest.md +11 -0
- package/docs/reference/interfaces/IIdentityVerifiableCredentialVerifyRequest.md +1 -1
- package/docs/reference/interfaces/IIdentityVerifiableCredentialVerifyResponse.md +2 -2
- package/docs/reference/interfaces/IIdentityVerifiablePresentationCreateRequest.md +8 -8
- package/docs/reference/interfaces/IIdentityVerifiablePresentationCreateResponse.md +1 -1
- package/docs/reference/interfaces/IIdentityVerifiablePresentationVerifyDocumentRequest.md +11 -0
- package/docs/reference/interfaces/IIdentityVerifiablePresentationVerifyRequest.md +1 -1
- package/docs/reference/interfaces/IIdentityVerifiablePresentationVerifyResponse.md +3 -3
- package/docs/reference/interfaces/IIdentityVerificationMethodCreateRequest.md +3 -3
- package/docs/reference/interfaces/IIdentityVerificationMethodCreateResponse.md +1 -1
- package/docs/reference/interfaces/IIdentityVerificationMethodRemoveRequest.md +1 -1
- package/package.json +2 -2
package/docs/changelog.md
CHANGED
|
@@ -1,265 +1,430 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3-next.
|
|
3
|
+
## [0.0.3-next.20](https://github.com/twinfoundation/twin-identity/compare/identity-models-v0.0.3-next.19...identity-models-v0.0.3-next.20) (2026-04-29)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* expanded cli methods ([#121](https://github.com/twinfoundation/twin-identity/issues/121)) ([80a52b7](https://github.com/twinfoundation/twin-identity/commit/80a52b779237cd633d1f2813fa976585cef6e551))
|
|
9
|
+
|
|
10
|
+
## [0.0.3-next.19](https://github.com/twinfoundation/twin-identity/compare/identity-models-v0.0.3-next.18...identity-models-v0.0.3-next.19) (2026-04-29)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* add addAlsoKnownAs to identity connector ([#117](https://github.com/twinfoundation/twin-identity/issues/117)) ([aa27cff](https://github.com/twinfoundation/twin-identity/commit/aa27cff88e61e7c8c6e32aeb437fb01c6ee9f57a))
|
|
16
|
+
|
|
17
|
+
## [0.0.3-next.18](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.17...identity-models-v0.0.3-next.18) (2026-02-27)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Miscellaneous Chores
|
|
21
|
+
|
|
22
|
+
* **identity-models:** Synchronize repo versions
|
|
23
|
+
|
|
24
|
+
## [0.0.3-next.17](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.16...identity-models-v0.0.3-next.17) (2026-02-24)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Miscellaneous Chores
|
|
28
|
+
|
|
29
|
+
* **identity-models:** Synchronize repo versions
|
|
30
|
+
|
|
31
|
+
## [0.0.3-next.16](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.15...identity-models-v0.0.3-next.16) (2026-02-13)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Features
|
|
35
|
+
|
|
36
|
+
* separate vc verification routes with query and body ([ea7d891](https://github.com/iotaledger/twin-identity/commit/ea7d8910472150cf76dbd51e282625e70226d9b3))
|
|
37
|
+
|
|
38
|
+
## [0.0.3-next.15](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.14...identity-models-v0.0.3-next.15) (2026-02-12)
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
### Miscellaneous Chores
|
|
42
|
+
|
|
43
|
+
* **identity-models:** Synchronize repo versions
|
|
44
|
+
|
|
45
|
+
## [0.0.3-next.14](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.13...identity-models-v0.0.3-next.14) (2026-02-10)
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
### Features
|
|
49
|
+
|
|
50
|
+
* add proof to vcs and verify vs documents ([#103](https://github.com/iotaledger/twin-identity/issues/103)) ([b60bf0c](https://github.com/iotaledger/twin-identity/commit/b60bf0cb7d453d67574c5c0e4f769e67cf7cd6d1))
|
|
51
|
+
|
|
52
|
+
## [0.0.3-next.13](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.12...identity-models-v0.0.3-next.13) (2026-01-21)
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
### Miscellaneous Chores
|
|
56
|
+
|
|
57
|
+
* **identity-models:** Synchronize repo versions
|
|
58
|
+
|
|
59
|
+
## [0.0.3-next.12](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.11...identity-models-v0.0.3-next.12) (2026-01-19)
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
### Features
|
|
63
|
+
|
|
64
|
+
* remove auth generator ([#98](https://github.com/iotaledger/twin-identity/issues/98)) ([a8969e8](https://github.com/iotaledger/twin-identity/commit/a8969e85a5a2804abfc787406e2d12eb168dd978))
|
|
65
|
+
|
|
66
|
+
## [0.0.3-next.11](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.10...identity-models-v0.0.3-next.11) (2026-01-15)
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
### Features
|
|
70
|
+
|
|
71
|
+
* add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
|
|
72
|
+
* add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
|
|
73
|
+
* add identity remove ([eebc13f](https://github.com/iotaledger/twin-identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
|
|
74
|
+
* add idHelper class ([57c8bdb](https://github.com/iotaledger/twin-identity/commit/57c8bdb81efaa163b5e83f8a7f16f3764d12fd75))
|
|
75
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
76
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
77
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
78
|
+
* update did context handler definition ([02aa59a](https://github.com/iotaledger/twin-identity/commit/02aa59ae8100b1afb2325ea858411fc3e4d9d1e9))
|
|
79
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
80
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
### Bug Fixes
|
|
84
|
+
|
|
85
|
+
* didContextIdHandler tests ([dc7b555](https://github.com/iotaledger/twin-identity/commit/dc7b5558e47117475b7f1fa1686d3ed7e0906563))
|
|
86
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
87
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
88
|
+
* query params force coercion ([d9347d2](https://github.com/iotaledger/twin-identity/commit/d9347d29d4a9cc58759f30f5d8526de864ea7522))
|
|
89
|
+
* stricter pathParam types ([a174cdf](https://github.com/iotaledger/twin-identity/commit/a174cdf0ca4272bee35fcf20ab7e8e4e17b8b6f4))
|
|
90
|
+
* use base64Url for tenant id short form so it doesn't include slash ([53b9e27](https://github.com/iotaledger/twin-identity/commit/53b9e27351f20e2689734581c252a23527657926))
|
|
91
|
+
* Use resolver component ([#22](https://github.com/iotaledger/twin-identity/issues/22)) ([d0b3a32](https://github.com/iotaledger/twin-identity/commit/d0b3a321c7f9f966d397a880d752e9f2c0a98a27))
|
|
92
|
+
|
|
93
|
+
## [0.0.3-next.10](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.9...identity-models-v0.0.3-next.10) (2026-01-15)
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
### Miscellaneous Chores
|
|
97
|
+
|
|
98
|
+
* **identity-models:** Synchronize repo versions
|
|
99
|
+
|
|
100
|
+
## [0.0.3-next.9](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.8...identity-models-v0.0.3-next.9) (2026-01-14)
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
### Miscellaneous Chores
|
|
104
|
+
|
|
105
|
+
* **identity-models:** Synchronize repo versions
|
|
106
|
+
|
|
107
|
+
## [0.0.3-next.8](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.7...identity-models-v0.0.3-next.8) (2026-01-14)
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
### Miscellaneous Chores
|
|
111
|
+
|
|
112
|
+
* **identity-models:** Synchronize repo versions
|
|
113
|
+
|
|
114
|
+
## [0.0.3-next.7](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.6...identity-models-v0.0.3-next.7) (2026-01-13)
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
### Miscellaneous Chores
|
|
118
|
+
|
|
119
|
+
* **identity-models:** Synchronize repo versions
|
|
120
|
+
|
|
121
|
+
## [0.0.3-next.6](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.5...identity-models-v0.0.3-next.6) (2025-11-26)
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
### Miscellaneous Chores
|
|
125
|
+
|
|
126
|
+
* **identity-models:** Synchronize repo versions
|
|
127
|
+
|
|
128
|
+
## [0.0.3-next.5](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.4...identity-models-v0.0.3-next.5) (2025-11-20)
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
### Features
|
|
132
|
+
|
|
133
|
+
* update did context handler definition ([02aa59a](https://github.com/iotaledger/twin-identity/commit/02aa59ae8100b1afb2325ea858411fc3e4d9d1e9))
|
|
134
|
+
|
|
135
|
+
## [0.0.3-next.4](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.3...identity-models-v0.0.3-next.4) (2025-11-17)
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
### Features
|
|
139
|
+
|
|
140
|
+
* add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
|
|
141
|
+
* add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
|
|
142
|
+
* add identity remove ([eebc13f](https://github.com/iotaledger/twin-identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
|
|
143
|
+
* add idHelper class ([57c8bdb](https://github.com/iotaledger/twin-identity/commit/57c8bdb81efaa163b5e83f8a7f16f3764d12fd75))
|
|
144
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
145
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
146
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
147
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
148
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
### Bug Fixes
|
|
152
|
+
|
|
153
|
+
* didContextIdHandler tests ([dc7b555](https://github.com/iotaledger/twin-identity/commit/dc7b5558e47117475b7f1fa1686d3ed7e0906563))
|
|
154
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
155
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
156
|
+
* query params force coercion ([d9347d2](https://github.com/iotaledger/twin-identity/commit/d9347d29d4a9cc58759f30f5d8526de864ea7522))
|
|
157
|
+
* stricter pathParam types ([a174cdf](https://github.com/iotaledger/twin-identity/commit/a174cdf0ca4272bee35fcf20ab7e8e4e17b8b6f4))
|
|
158
|
+
* use base64Url for tenant id short form so it doesn't include slash ([53b9e27](https://github.com/iotaledger/twin-identity/commit/53b9e27351f20e2689734581c252a23527657926))
|
|
159
|
+
* Use resolver component ([#22](https://github.com/iotaledger/twin-identity/issues/22)) ([d0b3a32](https://github.com/iotaledger/twin-identity/commit/d0b3a321c7f9f966d397a880d752e9f2c0a98a27))
|
|
160
|
+
|
|
161
|
+
## [0.0.3-next.3](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.2...identity-models-v0.0.3-next.3) (2025-11-17)
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
### Miscellaneous Chores
|
|
165
|
+
|
|
166
|
+
* **identity-models:** Synchronize repo versions
|
|
167
|
+
|
|
168
|
+
## [0.0.3-next.2](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.1...identity-models-v0.0.3-next.2) (2025-11-14)
|
|
4
169
|
|
|
5
170
|
|
|
6
171
|
### Bug Fixes
|
|
7
172
|
|
|
8
|
-
* use base64Url for tenant id short form so it doesn't include slash ([53b9e27](https://github.com/
|
|
173
|
+
* use base64Url for tenant id short form so it doesn't include slash ([53b9e27](https://github.com/iotaledger/twin-identity/commit/53b9e27351f20e2689734581c252a23527657926))
|
|
9
174
|
|
|
10
|
-
## [0.0.3-next.1](https://github.com/
|
|
175
|
+
## [0.0.3-next.1](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.3-next.0...identity-models-v0.0.3-next.1) (2025-11-11)
|
|
11
176
|
|
|
12
177
|
|
|
13
178
|
### Features
|
|
14
179
|
|
|
15
|
-
* add context id features ([#62](https://github.com/
|
|
16
|
-
* add expiration date option to vc creation ([73e05e1](https://github.com/
|
|
17
|
-
* add identity remove ([eebc13f](https://github.com/
|
|
18
|
-
* add idHelper class ([57c8bdb](https://github.com/
|
|
19
|
-
* add validate-locales ([04d74b4](https://github.com/
|
|
20
|
-
* eslint migration to flat config ([fd6246d](https://github.com/
|
|
21
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
22
|
-
* update framework core ([c824497](https://github.com/
|
|
23
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
180
|
+
* add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
|
|
181
|
+
* add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
|
|
182
|
+
* add identity remove ([eebc13f](https://github.com/iotaledger/twin-identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
|
|
183
|
+
* add idHelper class ([57c8bdb](https://github.com/iotaledger/twin-identity/commit/57c8bdb81efaa163b5e83f8a7f16f3764d12fd75))
|
|
184
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
185
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
186
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
187
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
188
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
24
189
|
|
|
25
190
|
|
|
26
191
|
### Bug Fixes
|
|
27
192
|
|
|
28
|
-
* Import path and bump version ([#21](https://github.com/
|
|
29
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
30
|
-
* query params force coercion ([d9347d2](https://github.com/
|
|
31
|
-
* Use resolver component ([#22](https://github.com/
|
|
193
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
194
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
195
|
+
* query params force coercion ([d9347d2](https://github.com/iotaledger/twin-identity/commit/d9347d29d4a9cc58759f30f5d8526de864ea7522))
|
|
196
|
+
* Use resolver component ([#22](https://github.com/iotaledger/twin-identity/issues/22)) ([d0b3a32](https://github.com/iotaledger/twin-identity/commit/d0b3a321c7f9f966d397a880d752e9f2c0a98a27))
|
|
32
197
|
|
|
33
|
-
## [0.0.2-next.10](https://github.com/
|
|
198
|
+
## [0.0.2-next.10](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.2-next.9...identity-models-v0.0.2-next.10) (2025-10-27)
|
|
34
199
|
|
|
35
200
|
|
|
36
201
|
### Miscellaneous Chores
|
|
37
202
|
|
|
38
203
|
* **identity-models:** Synchronize repo versions
|
|
39
204
|
|
|
40
|
-
## [0.0.2-next.9](https://github.com/
|
|
205
|
+
## [0.0.2-next.9](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.2-next.8...identity-models-v0.0.2-next.9) (2025-10-09)
|
|
41
206
|
|
|
42
207
|
|
|
43
208
|
### Features
|
|
44
209
|
|
|
45
|
-
* add validate-locales ([04d74b4](https://github.com/
|
|
210
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
46
211
|
|
|
47
|
-
## [0.0.2-next.8](https://github.com/
|
|
212
|
+
## [0.0.2-next.8](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.2-next.7...identity-models-v0.0.2-next.8) (2025-09-25)
|
|
48
213
|
|
|
49
214
|
|
|
50
215
|
### Features
|
|
51
216
|
|
|
52
|
-
* add idHelper class ([57c8bdb](https://github.com/
|
|
217
|
+
* add idHelper class ([57c8bdb](https://github.com/iotaledger/twin-identity/commit/57c8bdb81efaa163b5e83f8a7f16f3764d12fd75))
|
|
53
218
|
|
|
54
|
-
## [0.0.2-next.7](https://github.com/
|
|
219
|
+
## [0.0.2-next.7](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.2-next.6...identity-models-v0.0.2-next.7) (2025-09-23)
|
|
55
220
|
|
|
56
221
|
|
|
57
222
|
### Miscellaneous Chores
|
|
58
223
|
|
|
59
224
|
* **identity-models:** Synchronize repo versions
|
|
60
225
|
|
|
61
|
-
## [0.0.2-next.6](https://github.com/
|
|
226
|
+
## [0.0.2-next.6](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.2-next.5...identity-models-v0.0.2-next.6) (2025-09-23)
|
|
62
227
|
|
|
63
228
|
|
|
64
229
|
### Miscellaneous Chores
|
|
65
230
|
|
|
66
231
|
* **identity-models:** Synchronize repo versions
|
|
67
232
|
|
|
68
|
-
## [0.0.2-next.5](https://github.com/
|
|
233
|
+
## [0.0.2-next.5](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.2-next.4...identity-models-v0.0.2-next.5) (2025-09-15)
|
|
69
234
|
|
|
70
235
|
|
|
71
236
|
### Miscellaneous Chores
|
|
72
237
|
|
|
73
238
|
* **identity-models:** Synchronize repo versions
|
|
74
239
|
|
|
75
|
-
## [0.0.2-next.4](https://github.com/
|
|
240
|
+
## [0.0.2-next.4](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.2-next.3...identity-models-v0.0.2-next.4) (2025-09-12)
|
|
76
241
|
|
|
77
242
|
|
|
78
243
|
### Features
|
|
79
244
|
|
|
80
|
-
* add expiration date option to vc creation ([73e05e1](https://github.com/
|
|
245
|
+
* add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
|
|
81
246
|
|
|
82
|
-
## [0.0.2-next.3](https://github.com/
|
|
247
|
+
## [0.0.2-next.3](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.2-next.2...identity-models-v0.0.2-next.3) (2025-08-29)
|
|
83
248
|
|
|
84
249
|
|
|
85
250
|
### Features
|
|
86
251
|
|
|
87
|
-
* eslint migration to flat config ([fd6246d](https://github.com/
|
|
252
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
88
253
|
|
|
89
|
-
## [0.0.2-next.2](https://github.com/
|
|
254
|
+
## [0.0.2-next.2](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.2-next.1...identity-models-v0.0.2-next.2) (2025-08-20)
|
|
90
255
|
|
|
91
256
|
|
|
92
257
|
### Features
|
|
93
258
|
|
|
94
|
-
* update framework core ([c824497](https://github.com/
|
|
259
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
95
260
|
|
|
96
|
-
## [0.0.2-next.1](https://github.com/
|
|
261
|
+
## [0.0.2-next.1](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.2-next.0...identity-models-v0.0.2-next.1) (2025-08-18)
|
|
97
262
|
|
|
98
263
|
|
|
99
264
|
### Features
|
|
100
265
|
|
|
101
|
-
* add identity remove ([eebc13f](https://github.com/
|
|
102
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
103
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
266
|
+
* add identity remove ([eebc13f](https://github.com/iotaledger/twin-identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
|
|
267
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
268
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
104
269
|
|
|
105
270
|
|
|
106
271
|
### Bug Fixes
|
|
107
272
|
|
|
108
|
-
* Import path and bump version ([#21](https://github.com/
|
|
109
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
110
|
-
* query params force coercion ([d9347d2](https://github.com/
|
|
111
|
-
* Use resolver component ([#22](https://github.com/
|
|
273
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
274
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
275
|
+
* query params force coercion ([d9347d2](https://github.com/iotaledger/twin-identity/commit/d9347d29d4a9cc58759f30f5d8526de864ea7522))
|
|
276
|
+
* Use resolver component ([#22](https://github.com/iotaledger/twin-identity/issues/22)) ([d0b3a32](https://github.com/iotaledger/twin-identity/commit/d0b3a321c7f9f966d397a880d752e9f2c0a98a27))
|
|
112
277
|
|
|
113
278
|
## 0.0.1 (2025-07-08)
|
|
114
279
|
|
|
115
280
|
|
|
116
281
|
### Features
|
|
117
282
|
|
|
118
|
-
* release to production ([8450ad7](https://github.com/
|
|
283
|
+
* release to production ([8450ad7](https://github.com/iotaledger/twin-identity/commit/8450ad727e0c4d665f2ce483e41798c2ff5b7d55))
|
|
119
284
|
|
|
120
|
-
## [0.0.1-next.57](https://github.com/
|
|
285
|
+
## [0.0.1-next.57](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.1-next.56...identity-models-v0.0.1-next.57) (2025-07-08)
|
|
121
286
|
|
|
122
287
|
|
|
123
288
|
### Features
|
|
124
289
|
|
|
125
|
-
* add identity remove ([eebc13f](https://github.com/
|
|
290
|
+
* add identity remove ([eebc13f](https://github.com/iotaledger/twin-identity/commit/eebc13f4c2cd994d2d9cce4da2128fb346c80ba7))
|
|
126
291
|
|
|
127
|
-
## [0.0.1-next.56](https://github.com/
|
|
292
|
+
## [0.0.1-next.56](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.1-next.55...identity-models-v0.0.1-next.56) (2025-06-30)
|
|
128
293
|
|
|
129
294
|
|
|
130
295
|
### Miscellaneous Chores
|
|
131
296
|
|
|
132
297
|
* **identity-models:** Synchronize repo versions
|
|
133
298
|
|
|
134
|
-
## [0.0.1-next.55](https://github.com/
|
|
299
|
+
## [0.0.1-next.55](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.1-next.54...identity-models-v0.0.1-next.55) (2025-06-26)
|
|
135
300
|
|
|
136
301
|
|
|
137
302
|
### Features
|
|
138
303
|
|
|
139
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
140
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
304
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
305
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
141
306
|
|
|
142
307
|
|
|
143
308
|
### Bug Fixes
|
|
144
309
|
|
|
145
|
-
* Import path and bump version ([#21](https://github.com/
|
|
146
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
147
|
-
* query params force coercion ([d9347d2](https://github.com/
|
|
148
|
-
* Use resolver component ([#22](https://github.com/
|
|
310
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
311
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
312
|
+
* query params force coercion ([d9347d2](https://github.com/iotaledger/twin-identity/commit/d9347d29d4a9cc58759f30f5d8526de864ea7522))
|
|
313
|
+
* Use resolver component ([#22](https://github.com/iotaledger/twin-identity/issues/22)) ([d0b3a32](https://github.com/iotaledger/twin-identity/commit/d0b3a321c7f9f966d397a880d752e9f2c0a98a27))
|
|
149
314
|
|
|
150
|
-
## [0.0.1-next.54](https://github.com/
|
|
315
|
+
## [0.0.1-next.54](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.1-next.53...identity-models-v0.0.1-next.54) (2025-06-26)
|
|
151
316
|
|
|
152
317
|
|
|
153
318
|
### Miscellaneous Chores
|
|
154
319
|
|
|
155
320
|
* **identity-models:** Synchronize repo versions
|
|
156
321
|
|
|
157
|
-
## [0.0.1-next.53](https://github.com/
|
|
322
|
+
## [0.0.1-next.53](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.1-next.52...identity-models-v0.0.1-next.53) (2025-06-23)
|
|
158
323
|
|
|
159
324
|
|
|
160
325
|
### Miscellaneous Chores
|
|
161
326
|
|
|
162
327
|
* **identity-models:** Synchronize repo versions
|
|
163
328
|
|
|
164
|
-
## [0.0.1-next.52](https://github.com/
|
|
329
|
+
## [0.0.1-next.52](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.1-next.51...identity-models-v0.0.1-next.52) (2025-06-20)
|
|
165
330
|
|
|
166
331
|
|
|
167
332
|
### Bug Fixes
|
|
168
333
|
|
|
169
|
-
* query params force coercion ([d9347d2](https://github.com/
|
|
334
|
+
* query params force coercion ([d9347d2](https://github.com/iotaledger/twin-identity/commit/d9347d29d4a9cc58759f30f5d8526de864ea7522))
|
|
170
335
|
|
|
171
|
-
## [0.0.1-next.51](https://github.com/
|
|
336
|
+
## [0.0.1-next.51](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.1-next.50...identity-models-v0.0.1-next.51) (2025-06-19)
|
|
172
337
|
|
|
173
338
|
|
|
174
339
|
### Miscellaneous Chores
|
|
175
340
|
|
|
176
341
|
* **identity-models:** Synchronize repo versions
|
|
177
342
|
|
|
178
|
-
## [0.0.1-next.50](https://github.com/
|
|
343
|
+
## [0.0.1-next.50](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.1-next.49...identity-models-v0.0.1-next.50) (2025-06-19)
|
|
179
344
|
|
|
180
345
|
|
|
181
346
|
### Miscellaneous Chores
|
|
182
347
|
|
|
183
348
|
* **identity-models:** Synchronize repo versions
|
|
184
349
|
|
|
185
|
-
## [0.0.1-next.49](https://github.com/
|
|
350
|
+
## [0.0.1-next.49](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.1-next.48...identity-models-v0.0.1-next.49) (2025-06-18)
|
|
186
351
|
|
|
187
352
|
|
|
188
353
|
### Miscellaneous Chores
|
|
189
354
|
|
|
190
355
|
* **identity-models:** Synchronize repo versions
|
|
191
356
|
|
|
192
|
-
## [0.0.1-next.48](https://github.com/
|
|
357
|
+
## [0.0.1-next.48](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.1-next.47...identity-models-v0.0.1-next.48) (2025-06-17)
|
|
193
358
|
|
|
194
359
|
|
|
195
360
|
### Miscellaneous Chores
|
|
196
361
|
|
|
197
362
|
* **identity-models:** Synchronize repo versions
|
|
198
363
|
|
|
199
|
-
## [0.0.1-next.47](https://github.com/
|
|
364
|
+
## [0.0.1-next.47](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.1-next.46...identity-models-v0.0.1-next.47) (2025-06-12)
|
|
200
365
|
|
|
201
366
|
|
|
202
367
|
### Features
|
|
203
368
|
|
|
204
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
369
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
205
370
|
|
|
206
|
-
## [0.0.1-next.46](https://github.com/
|
|
371
|
+
## [0.0.1-next.46](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.1-next.45...identity-models-v0.0.1-next.46) (2025-05-20)
|
|
207
372
|
|
|
208
373
|
|
|
209
374
|
### Features
|
|
210
375
|
|
|
211
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
376
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
212
377
|
|
|
213
378
|
|
|
214
379
|
### Bug Fixes
|
|
215
380
|
|
|
216
|
-
* Import path and bump version ([#21](https://github.com/
|
|
217
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
218
|
-
* Use resolver component ([#22](https://github.com/
|
|
381
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
382
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
383
|
+
* Use resolver component ([#22](https://github.com/iotaledger/twin-identity/issues/22)) ([d0b3a32](https://github.com/iotaledger/twin-identity/commit/d0b3a321c7f9f966d397a880d752e9f2c0a98a27))
|
|
219
384
|
|
|
220
|
-
## [0.0.1-next.45](https://github.com/
|
|
385
|
+
## [0.0.1-next.45](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.1-next.44...identity-models-v0.0.1-next.45) (2025-05-06)
|
|
221
386
|
|
|
222
387
|
|
|
223
388
|
### Miscellaneous Chores
|
|
224
389
|
|
|
225
390
|
* **identity-models:** Synchronize repo versions
|
|
226
391
|
|
|
227
|
-
## [0.0.1-next.44](https://github.com/
|
|
392
|
+
## [0.0.1-next.44](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.1-next.43...identity-models-v0.0.1-next.44) (2025-04-30)
|
|
228
393
|
|
|
229
394
|
|
|
230
395
|
### Miscellaneous Chores
|
|
231
396
|
|
|
232
397
|
* **identity-models:** Synchronize repo versions
|
|
233
398
|
|
|
234
|
-
## [0.0.1-next.43](https://github.com/
|
|
399
|
+
## [0.0.1-next.43](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.1-next.42...identity-models-v0.0.1-next.43) (2025-04-25)
|
|
235
400
|
|
|
236
401
|
|
|
237
402
|
### Miscellaneous Chores
|
|
238
403
|
|
|
239
404
|
* **identity-models:** Synchronize repo versions
|
|
240
405
|
|
|
241
|
-
## [0.0.1-next.42](https://github.com/
|
|
406
|
+
## [0.0.1-next.42](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.1-next.41...identity-models-v0.0.1-next.42) (2025-04-17)
|
|
242
407
|
|
|
243
408
|
|
|
244
409
|
### Features
|
|
245
410
|
|
|
246
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
411
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
247
412
|
|
|
248
|
-
## [0.0.1-next.41](https://github.com/
|
|
413
|
+
## [0.0.1-next.41](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.1-next.40...identity-models-v0.0.1-next.41) (2025-04-09)
|
|
249
414
|
|
|
250
415
|
|
|
251
416
|
### Miscellaneous Chores
|
|
252
417
|
|
|
253
418
|
* **identity-models:** Synchronize repo versions
|
|
254
419
|
|
|
255
|
-
## [0.0.1-next.40](https://github.com/
|
|
420
|
+
## [0.0.1-next.40](https://github.com/iotaledger/twin-identity/compare/identity-models-v0.0.1-next.39...identity-models-v0.0.1-next.40) (2025-03-28)
|
|
256
421
|
|
|
257
422
|
|
|
258
423
|
### Bug Fixes
|
|
259
424
|
|
|
260
|
-
* Import path and bump version ([#21](https://github.com/
|
|
261
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
262
|
-
* Use resolver component ([#22](https://github.com/
|
|
425
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
426
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
427
|
+
* Use resolver component ([#22](https://github.com/iotaledger/twin-identity/issues/22)) ([d0b3a32](https://github.com/iotaledger/twin-identity/commit/d0b3a321c7f9f966d397a880d752e9f2c0a98a27))
|
|
263
428
|
|
|
264
429
|
## v0.0.1-next.39
|
|
265
430
|
|