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