@twin.org/identity-cli 0.0.3-next.9 → 0.9.0-next.1

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.
Files changed (46) hide show
  1. package/README.md +5 -5
  2. package/dist/es/cli.js +10 -1
  3. package/dist/es/cli.js.map +1 -1
  4. package/dist/es/commands/alsoKnownAsAdd.js +108 -0
  5. package/dist/es/commands/alsoKnownAsAdd.js.map +1 -0
  6. package/dist/es/commands/alsoKnownAsRemove.js +106 -0
  7. package/dist/es/commands/alsoKnownAsRemove.js.map +1 -0
  8. package/dist/es/commands/serviceAdd.js +4 -3
  9. package/dist/es/commands/serviceAdd.js.map +1 -1
  10. package/dist/es/commands/serviceRemove.js +3 -3
  11. package/dist/es/commands/serviceRemove.js.map +1 -1
  12. package/dist/es/commands/setupCommands.js +4 -6
  13. package/dist/es/commands/setupCommands.js.map +1 -1
  14. package/dist/es/commands/verifiableCredentialCreate.js +11 -8
  15. package/dist/es/commands/verifiableCredentialCreate.js.map +1 -1
  16. package/dist/es/commands/verifiableCredentialVerify.js +24 -5
  17. package/dist/es/commands/verifiableCredentialVerify.js.map +1 -1
  18. package/dist/es/commands/verifiablePresentationCreate.js +137 -0
  19. package/dist/es/commands/verifiablePresentationCreate.js.map +1 -0
  20. package/dist/es/commands/verifiablePresentationVerify.js +107 -0
  21. package/dist/es/commands/verifiablePresentationVerify.js.map +1 -0
  22. package/dist/es/commands/verificationMethodAdd.js +8 -8
  23. package/dist/es/commands/verificationMethodAdd.js.map +1 -1
  24. package/dist/es/index.js +2 -0
  25. package/dist/es/index.js.map +1 -1
  26. package/dist/locales/en.json +251 -39
  27. package/dist/types/commands/alsoKnownAsAdd.d.ts +30 -0
  28. package/dist/types/commands/alsoKnownAsRemove.d.ts +30 -0
  29. package/dist/types/commands/setupCommands.d.ts +2 -2
  30. package/dist/types/commands/verifiableCredentialCreate.d.ts +2 -2
  31. package/dist/types/commands/verifiableCredentialVerify.d.ts +3 -1
  32. package/dist/types/commands/verifiablePresentationCreate.d.ts +32 -0
  33. package/dist/types/commands/verifiablePresentationVerify.d.ts +24 -0
  34. package/dist/types/index.d.ts +2 -0
  35. package/docs/changelog.md +660 -117
  36. package/docs/reference/classes/CLI.md +1 -1
  37. package/docs/reference/functions/actionCommandVerifiablePresentationCreate.md +17 -0
  38. package/docs/reference/functions/actionCommandVerifiablePresentationVerify.md +17 -0
  39. package/docs/reference/functions/buildCommandVerifiablePresentationCreate.md +11 -0
  40. package/docs/reference/functions/buildCommandVerifiablePresentationVerify.md +11 -0
  41. package/docs/reference/index.md +4 -0
  42. package/docs/reference/variables/IdentityConnectorTypes.md +1 -1
  43. package/docs/reference/variables/IdentityResolverConnectorTypes.md +1 -1
  44. package/docs/{examples.md → usage.md} +23 -27
  45. package/locales/en.json +142 -2
  46. package/package.json +22 -22
package/docs/changelog.md CHANGED
@@ -1,11 +1,554 @@
1
- # @twin.org/identity-cli - Changelog
1
+ # Changelog
2
2
 
3
- ## [0.0.3-next.9](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.3-next.8...identity-cli-v0.0.3-next.9) (2026-01-14)
3
+ ## [0.9.0-next.1](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.9.0-next.0...identity-cli-v0.9.0-next.1) (2026-06-23)
4
+
5
+
6
+ ### Features
7
+
8
+ * add addressIndex option to all commands ([a644674](https://github.com/iotaledger/twin-identity/commit/a644674017d1a8fe5d8685950316bec922a9b195))
9
+ * add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
10
+ * add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
11
+ * add mainnet support ([af56a38](https://github.com/iotaledger/twin-identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
12
+ * add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
13
+ * add vault signing ([#153](https://github.com/iotaledger/twin-identity/issues/153)) ([9458e4c](https://github.com/iotaledger/twin-identity/commit/9458e4c96ce19e0fc704905dfb3aac04dc6cf237))
14
+ * common connector tests ([4f9642c](https://github.com/iotaledger/twin-identity/commit/4f9642ceb09843870909fc6819bf69fb20ef952a))
15
+ * eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
16
+ * expanded cli methods ([#121](https://github.com/iotaledger/twin-identity/issues/121)) ([80a52b7](https://github.com/iotaledger/twin-identity/commit/80a52b779237cd633d1f2813fa976585cef6e551))
17
+ * identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
18
+ * implement async proof signing with vault security ([#110](https://github.com/iotaledger/twin-identity/issues/110)) ([9651c24](https://github.com/iotaledger/twin-identity/commit/9651c2492d63eca6545735f5638d3191e25bd185))
19
+ * iota rebased release ([5d14674](https://github.com/iotaledger/twin-identity/commit/5d146744ca9eed622ef7eb34a7fa935216f9e975))
20
+ * support mainnet for alias extraction ([1114e0f](https://github.com/iotaledger/twin-identity/commit/1114e0f518070ef930d7d6ed73a616cce647206c))
21
+ * typescript 6 update ([e8806ad](https://github.com/iotaledger/twin-identity/commit/e8806ad6858c37be3c0f54c41cf654023773bef3))
22
+ * update dependencies ([c4d9393](https://github.com/iotaledger/twin-identity/commit/c4d939309ffea6937fe938f6097fd811677ab220))
23
+ * update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
24
+ * update namespaces and contexts ([#90](https://github.com/iotaledger/twin-identity/issues/90)) ([0c34d64](https://github.com/iotaledger/twin-identity/commit/0c34d64add8cca77856fa2d0357e774d72fbbfc1))
25
+ * use new generateKid method ([f0fe779](https://github.com/iotaledger/twin-identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
26
+ * use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
27
+ * verification method output JWK and hex on CLI ([49db9da](https://github.com/iotaledger/twin-identity/commit/49db9da2371eafdcd7176ce44303961b9b8b8380))
28
+
29
+
30
+ ### Bug Fixes
31
+
32
+ * correct vault usage in cli commands ([#106](https://github.com/iotaledger/twin-identity/issues/106)) ([d81671d](https://github.com/iotaledger/twin-identity/commit/d81671d994390c9db7ded82e5f42b4bc521603fc))
33
+ * correctly display mainnet explorer urls ([45a9f3c](https://github.com/iotaledger/twin-identity/commit/45a9f3cc041cce7b40a86e98df306931a95f48ea))
34
+ * expiration date coerced to full date time ([83e94e3](https://github.com/iotaledger/twin-identity/commit/83e94e3fc2b982fbb41f87a177e0e79a7f2e4079))
35
+ * explorer urls in CLI ([82a745d](https://github.com/iotaledger/twin-identity/commit/82a745d536e8fe42554e7ad92a7468a653fc0cfb))
36
+ * Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
37
+ * Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
38
+ * remove unused address index params in CLI ([c4c0cc1](https://github.com/iotaledger/twin-identity/commit/c4c0cc18e17804380cf52330e1b9de8716cc193d))
39
+ * update vault key naming convention to use document ID prefix ([#94](https://github.com/iotaledger/twin-identity/issues/94)) ([ab125c1](https://github.com/iotaledger/twin-identity/commit/ab125c1b7eb189b5dceaddc69e5e53e33a0886db))
40
+ * use async getStore in tests ([47d361a](https://github.com/iotaledger/twin-identity/commit/47d361ae333fe39885df96b40abcb6cd22c3f67d))
41
+ * use async getStore in tests ([cfc0d87](https://github.com/iotaledger/twin-identity/commit/cfc0d873532e8ab2010f86f05bffaad3bbaf5786))
42
+ * use async getStore in tests ([3424c81](https://github.com/iotaledger/twin-identity/commit/3424c81cf7407ede4a89a026072720d52bf689b2))
43
+
44
+
45
+ ### Dependencies
46
+
47
+ * The following workspace dependencies were updated
48
+ * dependencies
49
+ * @twin.org/identity-models bumped from 0.9.0-next.0 to 0.9.0-next.1
50
+ * @twin.org/identity-connector-iota bumped from 0.9.0-next.0 to 0.9.0-next.1
51
+
52
+ ## [0.0.3-next.36](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.35...identity-cli-v0.0.3-next.36) (2026-06-17)
53
+
54
+
55
+ ### Features
56
+
57
+ * add vault signing ([#153](https://github.com/iotaledger/twin-identity/issues/153)) ([9458e4c](https://github.com/iotaledger/twin-identity/commit/9458e4c96ce19e0fc704905dfb3aac04dc6cf237))
58
+
59
+
60
+ ### Bug Fixes
61
+
62
+ * use async getStore in tests ([47d361a](https://github.com/iotaledger/twin-identity/commit/47d361ae333fe39885df96b40abcb6cd22c3f67d))
63
+ * use async getStore in tests ([cfc0d87](https://github.com/iotaledger/twin-identity/commit/cfc0d873532e8ab2010f86f05bffaad3bbaf5786))
64
+ * use async getStore in tests ([3424c81](https://github.com/iotaledger/twin-identity/commit/3424c81cf7407ede4a89a026072720d52bf689b2))
65
+
66
+
67
+ ### Dependencies
68
+
69
+ * The following workspace dependencies were updated
70
+ * dependencies
71
+ * @twin.org/identity-models bumped from 0.0.3-next.35 to 0.0.3-next.36
72
+ * @twin.org/identity-connector-iota bumped from 0.0.3-next.35 to 0.0.3-next.36
73
+
74
+ ## [0.0.3-next.35](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.34...identity-cli-v0.0.3-next.35) (2026-06-01)
75
+
76
+
77
+ ### Miscellaneous Chores
78
+
79
+ * **identity-cli:** Synchronize repo versions
80
+
81
+
82
+ ### Dependencies
83
+
84
+ * The following workspace dependencies were updated
85
+ * dependencies
86
+ * @twin.org/identity-models bumped from 0.0.3-next.34 to 0.0.3-next.35
87
+ * @twin.org/identity-connector-iota bumped from 0.0.3-next.34 to 0.0.3-next.35
88
+
89
+ ## [0.0.3-next.34](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.33...identity-cli-v0.0.3-next.34) (2026-06-01)
90
+
91
+
92
+ ### Features
93
+
94
+ * add addressIndex option to all commands ([a644674](https://github.com/iotaledger/twin-identity/commit/a644674017d1a8fe5d8685950316bec922a9b195))
95
+ * add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
96
+ * add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
97
+ * add mainnet support ([af56a38](https://github.com/iotaledger/twin-identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
98
+ * add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
99
+ * eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
100
+ * expanded cli methods ([#121](https://github.com/iotaledger/twin-identity/issues/121)) ([80a52b7](https://github.com/iotaledger/twin-identity/commit/80a52b779237cd633d1f2813fa976585cef6e551))
101
+ * identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
102
+ * implement async proof signing with vault security ([#110](https://github.com/iotaledger/twin-identity/issues/110)) ([9651c24](https://github.com/iotaledger/twin-identity/commit/9651c2492d63eca6545735f5638d3191e25bd185))
103
+ * iota rebased release ([5d14674](https://github.com/iotaledger/twin-identity/commit/5d146744ca9eed622ef7eb34a7fa935216f9e975))
104
+ * support mainnet for alias extraction ([1114e0f](https://github.com/iotaledger/twin-identity/commit/1114e0f518070ef930d7d6ed73a616cce647206c))
105
+ * typescript 6 update ([e8806ad](https://github.com/iotaledger/twin-identity/commit/e8806ad6858c37be3c0f54c41cf654023773bef3))
106
+ * update dependencies ([c4d9393](https://github.com/iotaledger/twin-identity/commit/c4d939309ffea6937fe938f6097fd811677ab220))
107
+ * update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
108
+ * update namespaces and contexts ([#90](https://github.com/iotaledger/twin-identity/issues/90)) ([0c34d64](https://github.com/iotaledger/twin-identity/commit/0c34d64add8cca77856fa2d0357e774d72fbbfc1))
109
+ * use new generateKid method ([f0fe779](https://github.com/iotaledger/twin-identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
110
+ * use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
111
+ * verification method output JWK and hex on CLI ([49db9da](https://github.com/iotaledger/twin-identity/commit/49db9da2371eafdcd7176ce44303961b9b8b8380))
112
+
113
+
114
+ ### Bug Fixes
115
+
116
+ * correct vault usage in cli commands ([#106](https://github.com/iotaledger/twin-identity/issues/106)) ([d81671d](https://github.com/iotaledger/twin-identity/commit/d81671d994390c9db7ded82e5f42b4bc521603fc))
117
+ * correctly display mainnet explorer urls ([45a9f3c](https://github.com/iotaledger/twin-identity/commit/45a9f3cc041cce7b40a86e98df306931a95f48ea))
118
+ * expiration date coerced to full date time ([83e94e3](https://github.com/iotaledger/twin-identity/commit/83e94e3fc2b982fbb41f87a177e0e79a7f2e4079))
119
+ * explorer urls in CLI ([82a745d](https://github.com/iotaledger/twin-identity/commit/82a745d536e8fe42554e7ad92a7468a653fc0cfb))
120
+ * Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
121
+ * Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
122
+ * remove unused address index params in CLI ([c4c0cc1](https://github.com/iotaledger/twin-identity/commit/c4c0cc18e17804380cf52330e1b9de8716cc193d))
123
+ * update vault key naming convention to use document ID prefix ([#94](https://github.com/iotaledger/twin-identity/issues/94)) ([ab125c1](https://github.com/iotaledger/twin-identity/commit/ab125c1b7eb189b5dceaddc69e5e53e33a0886db))
124
+
125
+
126
+ ### Dependencies
127
+
128
+ * The following workspace dependencies were updated
129
+ * dependencies
130
+ * @twin.org/identity-models bumped from 0.0.3-next.33 to 0.0.3-next.34
131
+ * @twin.org/identity-connector-iota bumped from 0.0.3-next.33 to 0.0.3-next.34
132
+
133
+ ## [0.0.3-next.33](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.32...identity-cli-v0.0.3-next.33) (2026-06-01)
134
+
135
+
136
+ ### Features
137
+
138
+ * add addressIndex option to all commands ([a644674](https://github.com/iotaledger/twin-identity/commit/a644674017d1a8fe5d8685950316bec922a9b195))
139
+ * add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
140
+ * add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
141
+ * add mainnet support ([af56a38](https://github.com/iotaledger/twin-identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
142
+ * add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
143
+ * eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
144
+ * expanded cli methods ([#121](https://github.com/iotaledger/twin-identity/issues/121)) ([80a52b7](https://github.com/iotaledger/twin-identity/commit/80a52b779237cd633d1f2813fa976585cef6e551))
145
+ * identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
146
+ * implement async proof signing with vault security ([#110](https://github.com/iotaledger/twin-identity/issues/110)) ([9651c24](https://github.com/iotaledger/twin-identity/commit/9651c2492d63eca6545735f5638d3191e25bd185))
147
+ * iota rebased release ([5d14674](https://github.com/iotaledger/twin-identity/commit/5d146744ca9eed622ef7eb34a7fa935216f9e975))
148
+ * support mainnet for alias extraction ([1114e0f](https://github.com/iotaledger/twin-identity/commit/1114e0f518070ef930d7d6ed73a616cce647206c))
149
+ * typescript 6 update ([e8806ad](https://github.com/iotaledger/twin-identity/commit/e8806ad6858c37be3c0f54c41cf654023773bef3))
150
+ * update dependencies ([c4d9393](https://github.com/iotaledger/twin-identity/commit/c4d939309ffea6937fe938f6097fd811677ab220))
151
+ * update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
152
+ * update namespaces and contexts ([#90](https://github.com/iotaledger/twin-identity/issues/90)) ([0c34d64](https://github.com/iotaledger/twin-identity/commit/0c34d64add8cca77856fa2d0357e774d72fbbfc1))
153
+ * use new generateKid method ([f0fe779](https://github.com/iotaledger/twin-identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
154
+ * use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
155
+ * verification method output JWK and hex on CLI ([49db9da](https://github.com/iotaledger/twin-identity/commit/49db9da2371eafdcd7176ce44303961b9b8b8380))
156
+
157
+
158
+ ### Bug Fixes
159
+
160
+ * correct vault usage in cli commands ([#106](https://github.com/iotaledger/twin-identity/issues/106)) ([d81671d](https://github.com/iotaledger/twin-identity/commit/d81671d994390c9db7ded82e5f42b4bc521603fc))
161
+ * correctly display mainnet explorer urls ([45a9f3c](https://github.com/iotaledger/twin-identity/commit/45a9f3cc041cce7b40a86e98df306931a95f48ea))
162
+ * expiration date coerced to full date time ([83e94e3](https://github.com/iotaledger/twin-identity/commit/83e94e3fc2b982fbb41f87a177e0e79a7f2e4079))
163
+ * explorer urls in CLI ([82a745d](https://github.com/iotaledger/twin-identity/commit/82a745d536e8fe42554e7ad92a7468a653fc0cfb))
164
+ * Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
165
+ * Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
166
+ * remove unused address index params in CLI ([c4c0cc1](https://github.com/iotaledger/twin-identity/commit/c4c0cc18e17804380cf52330e1b9de8716cc193d))
167
+ * update vault key naming convention to use document ID prefix ([#94](https://github.com/iotaledger/twin-identity/issues/94)) ([ab125c1](https://github.com/iotaledger/twin-identity/commit/ab125c1b7eb189b5dceaddc69e5e53e33a0886db))
168
+
169
+
170
+ ### Dependencies
171
+
172
+ * The following workspace dependencies were updated
173
+ * dependencies
174
+ * @twin.org/identity-models bumped from 0.0.3-next.32 to 0.0.3-next.33
175
+ * @twin.org/identity-connector-iota bumped from 0.0.3-next.32 to 0.0.3-next.33
176
+
177
+ ## [0.0.3-next.32](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.31...identity-cli-v0.0.3-next.32) (2026-06-01)
178
+
179
+
180
+ ### Miscellaneous Chores
181
+
182
+ * **identity-cli:** Synchronize repo versions
183
+
184
+
185
+ ### Dependencies
186
+
187
+ * The following workspace dependencies were updated
188
+ * dependencies
189
+ * @twin.org/identity-models bumped from 0.0.3-next.31 to 0.0.3-next.32
190
+ * @twin.org/identity-connector-iota bumped from 0.0.3-next.31 to 0.0.3-next.32
191
+
192
+ ## [0.0.3-next.31](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.30...identity-cli-v0.0.3-next.31) (2026-05-28)
193
+
194
+
195
+ ### Miscellaneous Chores
196
+
197
+ * **identity-cli:** Synchronize repo versions
198
+
199
+
200
+ ### Dependencies
201
+
202
+ * The following workspace dependencies were updated
203
+ * dependencies
204
+ * @twin.org/identity-models bumped from 0.0.3-next.30 to 0.0.3-next.31
205
+ * @twin.org/identity-connector-iota bumped from 0.0.3-next.30 to 0.0.3-next.31
206
+
207
+ ## [0.0.3-next.30](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.29...identity-cli-v0.0.3-next.30) (2026-05-28)
208
+
209
+
210
+ ### Miscellaneous Chores
211
+
212
+ * **identity-cli:** Synchronize repo versions
213
+
214
+
215
+ ### Dependencies
216
+
217
+ * The following workspace dependencies were updated
218
+ * dependencies
219
+ * @twin.org/identity-models bumped from 0.0.3-next.29 to 0.0.3-next.30
220
+ * @twin.org/identity-connector-iota bumped from 0.0.3-next.29 to 0.0.3-next.30
221
+
222
+ ## [0.0.3-next.29](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.28...identity-cli-v0.0.3-next.29) (2026-05-22)
223
+
224
+
225
+ ### Miscellaneous Chores
226
+
227
+ * **identity-cli:** Synchronize repo versions
228
+
229
+
230
+ ### Dependencies
231
+
232
+ * The following workspace dependencies were updated
233
+ * dependencies
234
+ * @twin.org/identity-models bumped from 0.0.3-next.28 to 0.0.3-next.29
235
+ * @twin.org/identity-connector-iota bumped from 0.0.3-next.28 to 0.0.3-next.29
236
+
237
+ ## [0.0.3-next.28](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.27...identity-cli-v0.0.3-next.28) (2026-05-21)
238
+
239
+
240
+ ### Miscellaneous Chores
241
+
242
+ * **identity-cli:** Synchronize repo versions
243
+
244
+
245
+ ### Dependencies
246
+
247
+ * The following workspace dependencies were updated
248
+ * dependencies
249
+ * @twin.org/identity-models bumped from 0.0.3-next.27 to 0.0.3-next.28
250
+ * @twin.org/identity-connector-iota bumped from 0.0.3-next.27 to 0.0.3-next.28
251
+
252
+ ## [0.0.3-next.27](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.26...identity-cli-v0.0.3-next.27) (2026-05-21)
253
+
254
+
255
+ ### Miscellaneous Chores
256
+
257
+ * **identity-cli:** Synchronize repo versions
258
+
259
+
260
+ ### Dependencies
261
+
262
+ * The following workspace dependencies were updated
263
+ * dependencies
264
+ * @twin.org/identity-models bumped from 0.0.3-next.26 to 0.0.3-next.27
265
+ * @twin.org/identity-connector-iota bumped from 0.0.3-next.26 to 0.0.3-next.27
266
+
267
+ ## [0.0.3-next.26](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.25...identity-cli-v0.0.3-next.26) (2026-05-21)
268
+
269
+
270
+ ### Miscellaneous Chores
271
+
272
+ * **identity-cli:** Synchronize repo versions
273
+
274
+
275
+ ### Dependencies
276
+
277
+ * The following workspace dependencies were updated
278
+ * dependencies
279
+ * @twin.org/identity-models bumped from 0.0.3-next.25 to 0.0.3-next.26
280
+ * @twin.org/identity-connector-iota bumped from 0.0.3-next.25 to 0.0.3-next.26
281
+
282
+ ## [0.0.3-next.25](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.24...identity-cli-v0.0.3-next.25) (2026-05-20)
283
+
284
+
285
+ ### Features
286
+
287
+ * update dependencies ([c4d9393](https://github.com/iotaledger/twin-identity/commit/c4d939309ffea6937fe938f6097fd811677ab220))
288
+
289
+
290
+ ### Dependencies
291
+
292
+ * The following workspace dependencies were updated
293
+ * dependencies
294
+ * @twin.org/identity-models bumped from 0.0.3-next.24 to 0.0.3-next.25
295
+ * @twin.org/identity-connector-iota bumped from 0.0.3-next.24 to 0.0.3-next.25
296
+
297
+ ## [0.0.3-next.24](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.23...identity-cli-v0.0.3-next.24) (2026-05-13)
298
+
299
+
300
+ ### Miscellaneous Chores
301
+
302
+ * **identity-cli:** Synchronize repo versions
303
+
304
+
305
+ ### Dependencies
306
+
307
+ * The following workspace dependencies were updated
308
+ * dependencies
309
+ * @twin.org/identity-models bumped from 0.0.3-next.23 to 0.0.3-next.24
310
+ * @twin.org/identity-connector-iota bumped from 0.0.3-next.23 to 0.0.3-next.24
311
+
312
+ ## [0.0.3-next.23](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.22...identity-cli-v0.0.3-next.23) (2026-05-12)
313
+
314
+
315
+ ### Features
316
+
317
+ * typescript 6 update ([e8806ad](https://github.com/iotaledger/twin-identity/commit/e8806ad6858c37be3c0f54c41cf654023773bef3))
318
+
319
+
320
+ ### Dependencies
321
+
322
+ * The following workspace dependencies were updated
323
+ * dependencies
324
+ * @twin.org/identity-models bumped from 0.0.3-next.22 to 0.0.3-next.23
325
+ * @twin.org/identity-connector-iota bumped from 0.0.3-next.22 to 0.0.3-next.23
326
+
327
+ ## [0.0.3-next.22](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.21...identity-cli-v0.0.3-next.22) (2026-05-07)
328
+
329
+
330
+ ### Miscellaneous Chores
331
+
332
+ * **identity-cli:** Synchronize repo versions
333
+
334
+
335
+ ### Dependencies
336
+
337
+ * The following workspace dependencies were updated
338
+ * dependencies
339
+ * @twin.org/identity-models bumped from 0.0.3-next.21 to 0.0.3-next.22
340
+ * @twin.org/identity-connector-iota bumped from 0.0.3-next.21 to 0.0.3-next.22
341
+
342
+ ## [0.0.3-next.21](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.20...identity-cli-v0.0.3-next.21) (2026-05-07)
343
+
344
+
345
+ ### Miscellaneous Chores
346
+
347
+ * **identity-cli:** Synchronize repo versions
348
+
349
+
350
+ ### Dependencies
351
+
352
+ * The following workspace dependencies were updated
353
+ * dependencies
354
+ * @twin.org/identity-models bumped from 0.0.3-next.20 to 0.0.3-next.21
355
+ * @twin.org/identity-connector-iota bumped from 0.0.3-next.20 to 0.0.3-next.21
356
+
357
+ ## [0.0.3-next.20](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.19...identity-cli-v0.0.3-next.20) (2026-04-29)
358
+
359
+
360
+ ### Features
361
+
362
+ * expanded cli methods ([#121](https://github.com/iotaledger/twin-identity/issues/121)) ([80a52b7](https://github.com/iotaledger/twin-identity/commit/80a52b779237cd633d1f2813fa976585cef6e551))
363
+
364
+
365
+ ### Dependencies
366
+
367
+ * The following workspace dependencies were updated
368
+ * dependencies
369
+ * @twin.org/identity-models bumped from 0.0.3-next.19 to 0.0.3-next.20
370
+ * @twin.org/identity-connector-iota bumped from 0.0.3-next.19 to 0.0.3-next.20
371
+
372
+ ## [0.0.3-next.19](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.18...identity-cli-v0.0.3-next.19) (2026-04-29)
373
+
374
+
375
+ ### Miscellaneous Chores
376
+
377
+ * **identity-cli:** Synchronize repo versions
378
+
379
+
380
+ ### Dependencies
381
+
382
+ * The following workspace dependencies were updated
383
+ * dependencies
384
+ * @twin.org/identity-models bumped from 0.0.3-next.18 to 0.0.3-next.19
385
+ * @twin.org/identity-connector-iota bumped from 0.0.3-next.18 to 0.0.3-next.19
386
+
387
+ ## [0.0.3-next.18](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.17...identity-cli-v0.0.3-next.18) (2026-02-27)
388
+
389
+
390
+ ### Miscellaneous Chores
391
+
392
+ * **identity-cli:** Synchronize repo versions
393
+
394
+
395
+ ### Dependencies
396
+
397
+ * The following workspace dependencies were updated
398
+ * dependencies
399
+ * @twin.org/identity-models bumped from 0.0.3-next.17 to 0.0.3-next.18
400
+ * @twin.org/identity-connector-iota bumped from 0.0.3-next.17 to 0.0.3-next.18
401
+
402
+ ## [0.0.3-next.17](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.16...identity-cli-v0.0.3-next.17) (2026-02-24)
403
+
404
+
405
+ ### Features
406
+
407
+ * implement async proof signing with vault security ([#110](https://github.com/iotaledger/twin-identity/issues/110)) ([9651c24](https://github.com/iotaledger/twin-identity/commit/9651c2492d63eca6545735f5638d3191e25bd185))
408
+
409
+
410
+ ### Dependencies
411
+
412
+ * The following workspace dependencies were updated
413
+ * dependencies
414
+ * @twin.org/identity-models bumped from 0.0.3-next.16 to 0.0.3-next.17
415
+ * @twin.org/identity-connector-iota bumped from 0.0.3-next.16 to 0.0.3-next.17
416
+
417
+ ## [0.0.3-next.16](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.15...identity-cli-v0.0.3-next.16) (2026-02-13)
418
+
419
+
420
+ ### Miscellaneous Chores
421
+
422
+ * **identity-cli:** Synchronize repo versions
423
+
424
+
425
+ ### Dependencies
426
+
427
+ * The following workspace dependencies were updated
428
+ * dependencies
429
+ * @twin.org/identity-models bumped from 0.0.3-next.15 to 0.0.3-next.16
430
+ * @twin.org/identity-connector-iota bumped from 0.0.3-next.15 to 0.0.3-next.16
431
+
432
+ ## [0.0.3-next.15](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.14...identity-cli-v0.0.3-next.15) (2026-02-12)
433
+
434
+
435
+ ### Bug Fixes
436
+
437
+ * correct vault usage in cli commands ([#106](https://github.com/iotaledger/twin-identity/issues/106)) ([d81671d](https://github.com/iotaledger/twin-identity/commit/d81671d994390c9db7ded82e5f42b4bc521603fc))
438
+
439
+
440
+ ### Dependencies
441
+
442
+ * The following workspace dependencies were updated
443
+ * dependencies
444
+ * @twin.org/identity-models bumped from 0.0.3-next.14 to 0.0.3-next.15
445
+ * @twin.org/identity-connector-iota bumped from 0.0.3-next.14 to 0.0.3-next.15
446
+
447
+ ## [0.0.3-next.14](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.13...identity-cli-v0.0.3-next.14) (2026-02-10)
448
+
449
+
450
+ ### Miscellaneous Chores
451
+
452
+ * **identity-cli:** Synchronize repo versions
453
+
454
+
455
+ ### Dependencies
456
+
457
+ * The following workspace dependencies were updated
458
+ * dependencies
459
+ * @twin.org/identity-models bumped from 0.0.3-next.13 to 0.0.3-next.14
460
+ * @twin.org/identity-connector-iota bumped from 0.0.3-next.13 to 0.0.3-next.14
461
+
462
+ ## [0.0.3-next.13](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.12...identity-cli-v0.0.3-next.13) (2026-01-21)
463
+
464
+
465
+ ### Miscellaneous Chores
466
+
467
+ * **identity-cli:** Synchronize repo versions
468
+
469
+
470
+ ### Dependencies
471
+
472
+ * The following workspace dependencies were updated
473
+ * dependencies
474
+ * @twin.org/identity-models bumped from 0.0.3-next.12 to 0.0.3-next.13
475
+ * @twin.org/identity-connector-iota bumped from 0.0.3-next.12 to 0.0.3-next.13
476
+
477
+ ## [0.0.3-next.12](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.11...identity-cli-v0.0.3-next.12) (2026-01-19)
478
+
479
+
480
+ ### Miscellaneous Chores
481
+
482
+ * **identity-cli:** Synchronize repo versions
483
+
484
+
485
+ ### Dependencies
486
+
487
+ * The following workspace dependencies were updated
488
+ * dependencies
489
+ * @twin.org/identity-models bumped from 0.0.3-next.11 to 0.0.3-next.12
490
+ * @twin.org/identity-connector-iota bumped from 0.0.3-next.11 to 0.0.3-next.12
491
+
492
+ ## [0.0.3-next.11](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.10...identity-cli-v0.0.3-next.11) (2026-01-15)
493
+
494
+
495
+ ### Features
496
+
497
+ * add addressIndex option to all commands ([a644674](https://github.com/iotaledger/twin-identity/commit/a644674017d1a8fe5d8685950316bec922a9b195))
498
+ * add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
499
+ * add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
500
+ * add mainnet support ([af56a38](https://github.com/iotaledger/twin-identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
501
+ * add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
502
+ * eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
503
+ * identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
504
+ * iota rebased release ([5d14674](https://github.com/iotaledger/twin-identity/commit/5d146744ca9eed622ef7eb34a7fa935216f9e975))
505
+ * support mainnet for alias extraction ([1114e0f](https://github.com/iotaledger/twin-identity/commit/1114e0f518070ef930d7d6ed73a616cce647206c))
506
+ * update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
507
+ * update namespaces and contexts ([#90](https://github.com/iotaledger/twin-identity/issues/90)) ([0c34d64](https://github.com/iotaledger/twin-identity/commit/0c34d64add8cca77856fa2d0357e774d72fbbfc1))
508
+ * use new generateKid method ([f0fe779](https://github.com/iotaledger/twin-identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
509
+ * use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
510
+ * verification method output JWK and hex on CLI ([49db9da](https://github.com/iotaledger/twin-identity/commit/49db9da2371eafdcd7176ce44303961b9b8b8380))
511
+
512
+
513
+ ### Bug Fixes
514
+
515
+ * correctly display mainnet explorer urls ([45a9f3c](https://github.com/iotaledger/twin-identity/commit/45a9f3cc041cce7b40a86e98df306931a95f48ea))
516
+ * expiration date coerced to full date time ([83e94e3](https://github.com/iotaledger/twin-identity/commit/83e94e3fc2b982fbb41f87a177e0e79a7f2e4079))
517
+ * explorer urls in CLI ([82a745d](https://github.com/iotaledger/twin-identity/commit/82a745d536e8fe42554e7ad92a7468a653fc0cfb))
518
+ * Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
519
+ * Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
520
+ * remove unused address index params in CLI ([c4c0cc1](https://github.com/iotaledger/twin-identity/commit/c4c0cc18e17804380cf52330e1b9de8716cc193d))
521
+ * update vault key naming convention to use document ID prefix ([#94](https://github.com/iotaledger/twin-identity/issues/94)) ([ab125c1](https://github.com/iotaledger/twin-identity/commit/ab125c1b7eb189b5dceaddc69e5e53e33a0886db))
522
+
523
+
524
+ ### Dependencies
525
+
526
+ * The following workspace dependencies were updated
527
+ * dependencies
528
+ * @twin.org/identity-models bumped from 0.0.3-next.10 to 0.0.3-next.11
529
+ * @twin.org/identity-connector-iota bumped from 0.0.3-next.10 to 0.0.3-next.11
530
+
531
+ ## [0.0.3-next.10](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.9...identity-cli-v0.0.3-next.10) (2026-01-15)
532
+
533
+
534
+ ### Bug Fixes
535
+
536
+ * expiration date coerced to full date time ([83e94e3](https://github.com/iotaledger/twin-identity/commit/83e94e3fc2b982fbb41f87a177e0e79a7f2e4079))
537
+
538
+
539
+ ### Dependencies
540
+
541
+ * The following workspace dependencies were updated
542
+ * dependencies
543
+ * @twin.org/identity-models bumped from 0.0.3-next.9 to 0.0.3-next.10
544
+ * @twin.org/identity-connector-iota bumped from 0.0.3-next.9 to 0.0.3-next.10
545
+
546
+ ## [0.0.3-next.9](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.8...identity-cli-v0.0.3-next.9) (2026-01-14)
4
547
 
5
548
 
6
549
  ### Bug Fixes
7
550
 
8
- * update vault key naming convention to use document ID prefix ([#94](https://github.com/twinfoundation/identity/issues/94)) ([ab125c1](https://github.com/twinfoundation/identity/commit/ab125c1b7eb189b5dceaddc69e5e53e33a0886db))
551
+ * update vault key naming convention to use document ID prefix ([#94](https://github.com/iotaledger/twin-identity/issues/94)) ([ab125c1](https://github.com/iotaledger/twin-identity/commit/ab125c1b7eb189b5dceaddc69e5e53e33a0886db))
9
552
 
10
553
 
11
554
  ### Dependencies
@@ -15,12 +558,12 @@
15
558
  * @twin.org/identity-models bumped from 0.0.3-next.8 to 0.0.3-next.9
16
559
  * @twin.org/identity-connector-iota bumped from 0.0.3-next.8 to 0.0.3-next.9
17
560
 
18
- ## [0.0.3-next.8](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.3-next.7...identity-cli-v0.0.3-next.8) (2026-01-14)
561
+ ## [0.0.3-next.8](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.7...identity-cli-v0.0.3-next.8) (2026-01-14)
19
562
 
20
563
 
21
564
  ### Features
22
565
 
23
- * update namespaces and contexts ([#90](https://github.com/twinfoundation/identity/issues/90)) ([0c34d64](https://github.com/twinfoundation/identity/commit/0c34d64add8cca77856fa2d0357e774d72fbbfc1))
566
+ * update namespaces and contexts ([#90](https://github.com/iotaledger/twin-identity/issues/90)) ([0c34d64](https://github.com/iotaledger/twin-identity/commit/0c34d64add8cca77856fa2d0357e774d72fbbfc1))
24
567
 
25
568
 
26
569
  ### Dependencies
@@ -30,7 +573,7 @@
30
573
  * @twin.org/identity-models bumped from 0.0.3-next.7 to 0.0.3-next.8
31
574
  * @twin.org/identity-connector-iota bumped from 0.0.3-next.7 to 0.0.3-next.8
32
575
 
33
- ## [0.0.3-next.7](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.3-next.6...identity-cli-v0.0.3-next.7) (2026-01-13)
576
+ ## [0.0.3-next.7](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.6...identity-cli-v0.0.3-next.7) (2026-01-13)
34
577
 
35
578
 
36
579
  ### Miscellaneous Chores
@@ -45,7 +588,7 @@
45
588
  * @twin.org/identity-models bumped from 0.0.3-next.6 to 0.0.3-next.7
46
589
  * @twin.org/identity-connector-iota bumped from 0.0.3-next.6 to 0.0.3-next.7
47
590
 
48
- ## [0.0.3-next.6](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.3-next.5...identity-cli-v0.0.3-next.6) (2025-11-26)
591
+ ## [0.0.3-next.6](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.5...identity-cli-v0.0.3-next.6) (2025-11-26)
49
592
 
50
593
 
51
594
  ### Miscellaneous Chores
@@ -60,12 +603,12 @@
60
603
  * @twin.org/identity-models bumped from 0.0.3-next.5 to 0.0.3-next.6
61
604
  * @twin.org/identity-connector-iota bumped from 0.0.3-next.5 to 0.0.3-next.6
62
605
 
63
- ## [0.0.3-next.5](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.3-next.4...identity-cli-v0.0.3-next.5) (2025-11-20)
606
+ ## [0.0.3-next.5](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.4...identity-cli-v0.0.3-next.5) (2025-11-20)
64
607
 
65
608
 
66
609
  ### Bug Fixes
67
610
 
68
- * remove unused address index params in CLI ([c4c0cc1](https://github.com/twinfoundation/identity/commit/c4c0cc18e17804380cf52330e1b9de8716cc193d))
611
+ * remove unused address index params in CLI ([c4c0cc1](https://github.com/iotaledger/twin-identity/commit/c4c0cc18e17804380cf52330e1b9de8716cc193d))
69
612
 
70
613
 
71
614
  ### Dependencies
@@ -75,32 +618,32 @@
75
618
  * @twin.org/identity-models bumped from 0.0.3-next.4 to 0.0.3-next.5
76
619
  * @twin.org/identity-connector-iota bumped from 0.0.3-next.4 to 0.0.3-next.5
77
620
 
78
- ## [0.0.3-next.4](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.3-next.3...identity-cli-v0.0.3-next.4) (2025-11-17)
621
+ ## [0.0.3-next.4](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.3...identity-cli-v0.0.3-next.4) (2025-11-17)
79
622
 
80
623
 
81
624
  ### Features
82
625
 
83
- * add addressIndex option to all commands ([a644674](https://github.com/twinfoundation/identity/commit/a644674017d1a8fe5d8685950316bec922a9b195))
84
- * add context id features ([#62](https://github.com/twinfoundation/identity/issues/62)) ([e02ecca](https://github.com/twinfoundation/identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
85
- * add expiration date option to vc creation ([73e05e1](https://github.com/twinfoundation/identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
86
- * add mainnet support ([af56a38](https://github.com/twinfoundation/identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
87
- * add validate-locales ([04d74b4](https://github.com/twinfoundation/identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
88
- * eslint migration to flat config ([fd6246d](https://github.com/twinfoundation/identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
89
- * identity key separator use slash ([1319d0d](https://github.com/twinfoundation/identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
90
- * iota rebased release ([5d14674](https://github.com/twinfoundation/identity/commit/5d146744ca9eed622ef7eb34a7fa935216f9e975))
91
- * support mainnet for alias extraction ([1114e0f](https://github.com/twinfoundation/identity/commit/1114e0f518070ef930d7d6ed73a616cce647206c))
92
- * update framework core ([c824497](https://github.com/twinfoundation/identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
93
- * use new generateKid method ([f0fe779](https://github.com/twinfoundation/identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
94
- * use shared store mechanism ([#27](https://github.com/twinfoundation/identity/issues/27)) ([ce41f3f](https://github.com/twinfoundation/identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
95
- * verification method output JWK and hex on CLI ([49db9da](https://github.com/twinfoundation/identity/commit/49db9da2371eafdcd7176ce44303961b9b8b8380))
626
+ * add addressIndex option to all commands ([a644674](https://github.com/iotaledger/twin-identity/commit/a644674017d1a8fe5d8685950316bec922a9b195))
627
+ * add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
628
+ * add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
629
+ * add mainnet support ([af56a38](https://github.com/iotaledger/twin-identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
630
+ * add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
631
+ * eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
632
+ * identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
633
+ * iota rebased release ([5d14674](https://github.com/iotaledger/twin-identity/commit/5d146744ca9eed622ef7eb34a7fa935216f9e975))
634
+ * support mainnet for alias extraction ([1114e0f](https://github.com/iotaledger/twin-identity/commit/1114e0f518070ef930d7d6ed73a616cce647206c))
635
+ * update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
636
+ * use new generateKid method ([f0fe779](https://github.com/iotaledger/twin-identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
637
+ * use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
638
+ * verification method output JWK and hex on CLI ([49db9da](https://github.com/iotaledger/twin-identity/commit/49db9da2371eafdcd7176ce44303961b9b8b8380))
96
639
 
97
640
 
98
641
  ### Bug Fixes
99
642
 
100
- * correctly display mainnet explorer urls ([45a9f3c](https://github.com/twinfoundation/identity/commit/45a9f3cc041cce7b40a86e98df306931a95f48ea))
101
- * explorer urls in CLI ([82a745d](https://github.com/twinfoundation/identity/commit/82a745d536e8fe42554e7ad92a7468a653fc0cfb))
102
- * Import path and bump version ([#21](https://github.com/twinfoundation/identity/issues/21)) ([ccea845](https://github.com/twinfoundation/identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
103
- * Install sdk-wasm ([#20](https://github.com/twinfoundation/identity/issues/20)) ([75ec14e](https://github.com/twinfoundation/identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
643
+ * correctly display mainnet explorer urls ([45a9f3c](https://github.com/iotaledger/twin-identity/commit/45a9f3cc041cce7b40a86e98df306931a95f48ea))
644
+ * explorer urls in CLI ([82a745d](https://github.com/iotaledger/twin-identity/commit/82a745d536e8fe42554e7ad92a7468a653fc0cfb))
645
+ * Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
646
+ * Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
104
647
 
105
648
 
106
649
  ### Dependencies
@@ -110,7 +653,7 @@
110
653
  * @twin.org/identity-models bumped from 0.0.3-next.3 to 0.0.3-next.4
111
654
  * @twin.org/identity-connector-iota bumped from 0.0.3-next.3 to 0.0.3-next.4
112
655
 
113
- ## [0.0.3-next.3](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.3-next.2...identity-cli-v0.0.3-next.3) (2025-11-17)
656
+ ## [0.0.3-next.3](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.2...identity-cli-v0.0.3-next.3) (2025-11-17)
114
657
 
115
658
 
116
659
  ### Miscellaneous Chores
@@ -125,7 +668,7 @@
125
668
  * @twin.org/identity-models bumped from 0.0.3-next.2 to 0.0.3-next.3
126
669
  * @twin.org/identity-connector-iota bumped from 0.0.3-next.2 to 0.0.3-next.3
127
670
 
128
- ## [0.0.3-next.2](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.3-next.1...identity-cli-v0.0.3-next.2) (2025-11-14)
671
+ ## [0.0.3-next.2](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.1...identity-cli-v0.0.3-next.2) (2025-11-14)
129
672
 
130
673
 
131
674
  ### Miscellaneous Chores
@@ -140,32 +683,32 @@
140
683
  * @twin.org/identity-models bumped from 0.0.3-next.1 to 0.0.3-next.2
141
684
  * @twin.org/identity-connector-iota bumped from 0.0.3-next.1 to 0.0.3-next.2
142
685
 
143
- ## [0.0.3-next.1](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.3-next.0...identity-cli-v0.0.3-next.1) (2025-11-11)
686
+ ## [0.0.3-next.1](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.3-next.0...identity-cli-v0.0.3-next.1) (2025-11-11)
144
687
 
145
688
 
146
689
  ### Features
147
690
 
148
- * add addressIndex option to all commands ([a644674](https://github.com/twinfoundation/identity/commit/a644674017d1a8fe5d8685950316bec922a9b195))
149
- * add context id features ([#62](https://github.com/twinfoundation/identity/issues/62)) ([e02ecca](https://github.com/twinfoundation/identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
150
- * add expiration date option to vc creation ([73e05e1](https://github.com/twinfoundation/identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
151
- * add mainnet support ([af56a38](https://github.com/twinfoundation/identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
152
- * add validate-locales ([04d74b4](https://github.com/twinfoundation/identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
153
- * eslint migration to flat config ([fd6246d](https://github.com/twinfoundation/identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
154
- * identity key separator use slash ([1319d0d](https://github.com/twinfoundation/identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
155
- * iota rebased release ([5d14674](https://github.com/twinfoundation/identity/commit/5d146744ca9eed622ef7eb34a7fa935216f9e975))
156
- * support mainnet for alias extraction ([1114e0f](https://github.com/twinfoundation/identity/commit/1114e0f518070ef930d7d6ed73a616cce647206c))
157
- * update framework core ([c824497](https://github.com/twinfoundation/identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
158
- * use new generateKid method ([f0fe779](https://github.com/twinfoundation/identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
159
- * use shared store mechanism ([#27](https://github.com/twinfoundation/identity/issues/27)) ([ce41f3f](https://github.com/twinfoundation/identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
160
- * verification method output JWK and hex on CLI ([49db9da](https://github.com/twinfoundation/identity/commit/49db9da2371eafdcd7176ce44303961b9b8b8380))
691
+ * add addressIndex option to all commands ([a644674](https://github.com/iotaledger/twin-identity/commit/a644674017d1a8fe5d8685950316bec922a9b195))
692
+ * add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
693
+ * add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
694
+ * add mainnet support ([af56a38](https://github.com/iotaledger/twin-identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
695
+ * add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
696
+ * eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
697
+ * identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
698
+ * iota rebased release ([5d14674](https://github.com/iotaledger/twin-identity/commit/5d146744ca9eed622ef7eb34a7fa935216f9e975))
699
+ * support mainnet for alias extraction ([1114e0f](https://github.com/iotaledger/twin-identity/commit/1114e0f518070ef930d7d6ed73a616cce647206c))
700
+ * update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
701
+ * use new generateKid method ([f0fe779](https://github.com/iotaledger/twin-identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
702
+ * use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
703
+ * verification method output JWK and hex on CLI ([49db9da](https://github.com/iotaledger/twin-identity/commit/49db9da2371eafdcd7176ce44303961b9b8b8380))
161
704
 
162
705
 
163
706
  ### Bug Fixes
164
707
 
165
- * correctly display mainnet explorer urls ([45a9f3c](https://github.com/twinfoundation/identity/commit/45a9f3cc041cce7b40a86e98df306931a95f48ea))
166
- * explorer urls in CLI ([82a745d](https://github.com/twinfoundation/identity/commit/82a745d536e8fe42554e7ad92a7468a653fc0cfb))
167
- * Import path and bump version ([#21](https://github.com/twinfoundation/identity/issues/21)) ([ccea845](https://github.com/twinfoundation/identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
168
- * Install sdk-wasm ([#20](https://github.com/twinfoundation/identity/issues/20)) ([75ec14e](https://github.com/twinfoundation/identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
708
+ * correctly display mainnet explorer urls ([45a9f3c](https://github.com/iotaledger/twin-identity/commit/45a9f3cc041cce7b40a86e98df306931a95f48ea))
709
+ * explorer urls in CLI ([82a745d](https://github.com/iotaledger/twin-identity/commit/82a745d536e8fe42554e7ad92a7468a653fc0cfb))
710
+ * Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
711
+ * Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
169
712
 
170
713
 
171
714
  ### Dependencies
@@ -175,7 +718,7 @@
175
718
  * @twin.org/identity-models bumped from 0.0.3-next.0 to 0.0.3-next.1
176
719
  * @twin.org/identity-connector-iota bumped from 0.0.3-next.0 to 0.0.3-next.1
177
720
 
178
- ## [0.0.2-next.10](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.2-next.9...identity-cli-v0.0.2-next.10) (2025-10-27)
721
+ ## [0.0.2-next.10](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.2-next.9...identity-cli-v0.0.2-next.10) (2025-10-27)
179
722
 
180
723
 
181
724
  ### Miscellaneous Chores
@@ -190,12 +733,12 @@
190
733
  * @twin.org/identity-models bumped from 0.0.2-next.9 to 0.0.2-next.10
191
734
  * @twin.org/identity-connector-iota bumped from 0.0.2-next.9 to 0.0.2-next.10
192
735
 
193
- ## [0.0.2-next.9](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.2-next.8...identity-cli-v0.0.2-next.9) (2025-10-09)
736
+ ## [0.0.2-next.9](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.2-next.8...identity-cli-v0.0.2-next.9) (2025-10-09)
194
737
 
195
738
 
196
739
  ### Features
197
740
 
198
- * add validate-locales ([04d74b4](https://github.com/twinfoundation/identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
741
+ * add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
199
742
 
200
743
 
201
744
  ### Dependencies
@@ -205,7 +748,7 @@
205
748
  * @twin.org/identity-models bumped from 0.0.2-next.8 to 0.0.2-next.9
206
749
  * @twin.org/identity-connector-iota bumped from 0.0.2-next.8 to 0.0.2-next.9
207
750
 
208
- ## [0.0.2-next.8](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.2-next.7...identity-cli-v0.0.2-next.8) (2025-09-25)
751
+ ## [0.0.2-next.8](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.2-next.7...identity-cli-v0.0.2-next.8) (2025-09-25)
209
752
 
210
753
 
211
754
  ### Miscellaneous Chores
@@ -220,7 +763,7 @@
220
763
  * @twin.org/identity-models bumped from 0.0.2-next.7 to 0.0.2-next.8
221
764
  * @twin.org/identity-connector-iota bumped from 0.0.2-next.7 to 0.0.2-next.8
222
765
 
223
- ## [0.0.2-next.7](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.2-next.6...identity-cli-v0.0.2-next.7) (2025-09-23)
766
+ ## [0.0.2-next.7](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.2-next.6...identity-cli-v0.0.2-next.7) (2025-09-23)
224
767
 
225
768
 
226
769
  ### Miscellaneous Chores
@@ -235,7 +778,7 @@
235
778
  * @twin.org/identity-models bumped from 0.0.2-next.6 to 0.0.2-next.7
236
779
  * @twin.org/identity-connector-iota bumped from 0.0.2-next.6 to 0.0.2-next.7
237
780
 
238
- ## [0.0.2-next.6](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.2-next.5...identity-cli-v0.0.2-next.6) (2025-09-23)
781
+ ## [0.0.2-next.6](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.2-next.5...identity-cli-v0.0.2-next.6) (2025-09-23)
239
782
 
240
783
 
241
784
  ### Miscellaneous Chores
@@ -250,12 +793,12 @@
250
793
  * @twin.org/identity-models bumped from 0.0.2-next.5 to 0.0.2-next.6
251
794
  * @twin.org/identity-connector-iota bumped from 0.0.2-next.5 to 0.0.2-next.6
252
795
 
253
- ## [0.0.2-next.5](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.2-next.4...identity-cli-v0.0.2-next.5) (2025-09-15)
796
+ ## [0.0.2-next.5](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.2-next.4...identity-cli-v0.0.2-next.5) (2025-09-15)
254
797
 
255
798
 
256
799
  ### Features
257
800
 
258
- * add addressIndex option to all commands ([a644674](https://github.com/twinfoundation/identity/commit/a644674017d1a8fe5d8685950316bec922a9b195))
801
+ * add addressIndex option to all commands ([a644674](https://github.com/iotaledger/twin-identity/commit/a644674017d1a8fe5d8685950316bec922a9b195))
259
802
 
260
803
 
261
804
  ### Dependencies
@@ -265,12 +808,12 @@
265
808
  * @twin.org/identity-models bumped from 0.0.2-next.4 to 0.0.2-next.5
266
809
  * @twin.org/identity-connector-iota bumped from 0.0.2-next.4 to 0.0.2-next.5
267
810
 
268
- ## [0.0.2-next.4](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.2-next.3...identity-cli-v0.0.2-next.4) (2025-09-12)
811
+ ## [0.0.2-next.4](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.2-next.3...identity-cli-v0.0.2-next.4) (2025-09-12)
269
812
 
270
813
 
271
814
  ### Features
272
815
 
273
- * add expiration date option to vc creation ([73e05e1](https://github.com/twinfoundation/identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
816
+ * add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
274
817
 
275
818
 
276
819
  ### Dependencies
@@ -280,12 +823,12 @@
280
823
  * @twin.org/identity-models bumped from 0.0.2-next.3 to 0.0.2-next.4
281
824
  * @twin.org/identity-connector-iota bumped from 0.0.2-next.3 to 0.0.2-next.4
282
825
 
283
- ## [0.0.2-next.3](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.2-next.2...identity-cli-v0.0.2-next.3) (2025-08-29)
826
+ ## [0.0.2-next.3](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.2-next.2...identity-cli-v0.0.2-next.3) (2025-08-29)
284
827
 
285
828
 
286
829
  ### Features
287
830
 
288
- * eslint migration to flat config ([fd6246d](https://github.com/twinfoundation/identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
831
+ * eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
289
832
 
290
833
 
291
834
  ### Dependencies
@@ -295,12 +838,12 @@
295
838
  * @twin.org/identity-models bumped from 0.0.2-next.2 to 0.0.2-next.3
296
839
  * @twin.org/identity-connector-iota bumped from 0.0.2-next.2 to 0.0.2-next.3
297
840
 
298
- ## [0.0.2-next.2](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.2-next.1...identity-cli-v0.0.2-next.2) (2025-08-20)
841
+ ## [0.0.2-next.2](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.2-next.1...identity-cli-v0.0.2-next.2) (2025-08-20)
299
842
 
300
843
 
301
844
  ### Features
302
845
 
303
- * update framework core ([c824497](https://github.com/twinfoundation/identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
846
+ * update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
304
847
 
305
848
 
306
849
  ### Dependencies
@@ -310,26 +853,26 @@
310
853
  * @twin.org/identity-models bumped from 0.0.2-next.1 to 0.0.2-next.2
311
854
  * @twin.org/identity-connector-iota bumped from 0.0.2-next.1 to 0.0.2-next.2
312
855
 
313
- ## [0.0.2-next.1](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.2-next.0...identity-cli-v0.0.2-next.1) (2025-08-18)
856
+ ## [0.0.2-next.1](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.2-next.0...identity-cli-v0.0.2-next.1) (2025-08-18)
314
857
 
315
858
 
316
859
  ### Features
317
860
 
318
- * add mainnet support ([af56a38](https://github.com/twinfoundation/identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
319
- * identity key separator use slash ([1319d0d](https://github.com/twinfoundation/identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
320
- * iota rebased release ([5d14674](https://github.com/twinfoundation/identity/commit/5d146744ca9eed622ef7eb34a7fa935216f9e975))
321
- * support mainnet for alias extraction ([1114e0f](https://github.com/twinfoundation/identity/commit/1114e0f518070ef930d7d6ed73a616cce647206c))
322
- * use new generateKid method ([f0fe779](https://github.com/twinfoundation/identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
323
- * use shared store mechanism ([#27](https://github.com/twinfoundation/identity/issues/27)) ([ce41f3f](https://github.com/twinfoundation/identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
324
- * verification method output JWK and hex on CLI ([49db9da](https://github.com/twinfoundation/identity/commit/49db9da2371eafdcd7176ce44303961b9b8b8380))
861
+ * add mainnet support ([af56a38](https://github.com/iotaledger/twin-identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
862
+ * identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
863
+ * iota rebased release ([5d14674](https://github.com/iotaledger/twin-identity/commit/5d146744ca9eed622ef7eb34a7fa935216f9e975))
864
+ * support mainnet for alias extraction ([1114e0f](https://github.com/iotaledger/twin-identity/commit/1114e0f518070ef930d7d6ed73a616cce647206c))
865
+ * use new generateKid method ([f0fe779](https://github.com/iotaledger/twin-identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
866
+ * use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
867
+ * verification method output JWK and hex on CLI ([49db9da](https://github.com/iotaledger/twin-identity/commit/49db9da2371eafdcd7176ce44303961b9b8b8380))
325
868
 
326
869
 
327
870
  ### Bug Fixes
328
871
 
329
- * correctly display mainnet explorer urls ([45a9f3c](https://github.com/twinfoundation/identity/commit/45a9f3cc041cce7b40a86e98df306931a95f48ea))
330
- * explorer urls in CLI ([82a745d](https://github.com/twinfoundation/identity/commit/82a745d536e8fe42554e7ad92a7468a653fc0cfb))
331
- * Import path and bump version ([#21](https://github.com/twinfoundation/identity/issues/21)) ([ccea845](https://github.com/twinfoundation/identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
332
- * Install sdk-wasm ([#20](https://github.com/twinfoundation/identity/issues/20)) ([75ec14e](https://github.com/twinfoundation/identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
872
+ * correctly display mainnet explorer urls ([45a9f3c](https://github.com/iotaledger/twin-identity/commit/45a9f3cc041cce7b40a86e98df306931a95f48ea))
873
+ * explorer urls in CLI ([82a745d](https://github.com/iotaledger/twin-identity/commit/82a745d536e8fe42554e7ad92a7468a653fc0cfb))
874
+ * Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
875
+ * Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
333
876
 
334
877
 
335
878
  ### Dependencies
@@ -344,7 +887,7 @@
344
887
 
345
888
  ### Features
346
889
 
347
- * release to production ([8450ad7](https://github.com/twinfoundation/identity/commit/8450ad727e0c4d665f2ce483e41798c2ff5b7d55))
890
+ * release to production ([8450ad7](https://github.com/iotaledger/twin-identity/commit/8450ad727e0c4d665f2ce483e41798c2ff5b7d55))
348
891
 
349
892
 
350
893
  ### Dependencies
@@ -354,7 +897,7 @@
354
897
  * @twin.org/identity-models bumped from ^0.0.0 to ^0.0.1
355
898
  * @twin.org/identity-connector-iota bumped from ^0.0.0 to ^0.0.1
356
899
 
357
- ## [0.0.1-next.57](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.1-next.56...identity-cli-v0.0.1-next.57) (2025-07-08)
900
+ ## [0.0.1-next.57](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.1-next.56...identity-cli-v0.0.1-next.57) (2025-07-08)
358
901
 
359
902
 
360
903
  ### Miscellaneous Chores
@@ -369,7 +912,7 @@
369
912
  * @twin.org/identity-models bumped from 0.0.1-next.56 to 0.0.1-next.57
370
913
  * @twin.org/identity-connector-iota bumped from 0.0.1-next.56 to 0.0.1-next.57
371
914
 
372
- ## [0.0.1-next.56](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.1-next.55...identity-cli-v0.0.1-next.56) (2025-06-30)
915
+ ## [0.0.1-next.56](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.1-next.55...identity-cli-v0.0.1-next.56) (2025-06-30)
373
916
 
374
917
 
375
918
  ### Miscellaneous Chores
@@ -384,25 +927,25 @@
384
927
  * @twin.org/identity-models bumped from 0.0.1-next.55 to 0.0.1-next.56
385
928
  * @twin.org/identity-connector-iota bumped from 0.0.1-next.55 to 0.0.1-next.56
386
929
 
387
- ## [0.0.1-next.55](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.1-next.54...identity-cli-v0.0.1-next.55) (2025-06-26)
930
+ ## [0.0.1-next.55](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.1-next.54...identity-cli-v0.0.1-next.55) (2025-06-26)
388
931
 
389
932
 
390
933
  ### Features
391
934
 
392
- * add mainnet support ([af56a38](https://github.com/twinfoundation/identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
393
- * identity key separator use slash ([1319d0d](https://github.com/twinfoundation/identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
394
- * iota rebased release ([5d14674](https://github.com/twinfoundation/identity/commit/5d146744ca9eed622ef7eb34a7fa935216f9e975))
395
- * support mainnet for alias extraction ([1114e0f](https://github.com/twinfoundation/identity/commit/1114e0f518070ef930d7d6ed73a616cce647206c))
396
- * use new generateKid method ([f0fe779](https://github.com/twinfoundation/identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
397
- * use shared store mechanism ([#27](https://github.com/twinfoundation/identity/issues/27)) ([ce41f3f](https://github.com/twinfoundation/identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
398
- * verification method output JWK and hex on CLI ([49db9da](https://github.com/twinfoundation/identity/commit/49db9da2371eafdcd7176ce44303961b9b8b8380))
935
+ * add mainnet support ([af56a38](https://github.com/iotaledger/twin-identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
936
+ * identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
937
+ * iota rebased release ([5d14674](https://github.com/iotaledger/twin-identity/commit/5d146744ca9eed622ef7eb34a7fa935216f9e975))
938
+ * support mainnet for alias extraction ([1114e0f](https://github.com/iotaledger/twin-identity/commit/1114e0f518070ef930d7d6ed73a616cce647206c))
939
+ * use new generateKid method ([f0fe779](https://github.com/iotaledger/twin-identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
940
+ * use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
941
+ * verification method output JWK and hex on CLI ([49db9da](https://github.com/iotaledger/twin-identity/commit/49db9da2371eafdcd7176ce44303961b9b8b8380))
399
942
 
400
943
 
401
944
  ### Bug Fixes
402
945
 
403
- * explorer urls in CLI ([82a745d](https://github.com/twinfoundation/identity/commit/82a745d536e8fe42554e7ad92a7468a653fc0cfb))
404
- * Import path and bump version ([#21](https://github.com/twinfoundation/identity/issues/21)) ([ccea845](https://github.com/twinfoundation/identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
405
- * Install sdk-wasm ([#20](https://github.com/twinfoundation/identity/issues/20)) ([75ec14e](https://github.com/twinfoundation/identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
946
+ * explorer urls in CLI ([82a745d](https://github.com/iotaledger/twin-identity/commit/82a745d536e8fe42554e7ad92a7468a653fc0cfb))
947
+ * Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
948
+ * Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
406
949
 
407
950
 
408
951
  ### Dependencies
@@ -412,7 +955,7 @@
412
955
  * @twin.org/identity-models bumped from 0.0.1-next.54 to 0.0.1-next.55
413
956
  * @twin.org/identity-connector-iota bumped from 0.0.1-next.54 to 0.0.1-next.55
414
957
 
415
- ## [0.0.1-next.54](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.1-next.53...identity-cli-v0.0.1-next.54) (2025-06-26)
958
+ ## [0.0.1-next.54](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.1-next.53...identity-cli-v0.0.1-next.54) (2025-06-26)
416
959
 
417
960
 
418
961
  ### Miscellaneous Chores
@@ -427,7 +970,7 @@
427
970
  * @twin.org/identity-models bumped from 0.0.1-next.53 to 0.0.1-next.54
428
971
  * @twin.org/identity-connector-iota bumped from 0.0.1-next.53 to 0.0.1-next.54
429
972
 
430
- ## [0.0.1-next.53](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.1-next.52...identity-cli-v0.0.1-next.53) (2025-06-23)
973
+ ## [0.0.1-next.53](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.1-next.52...identity-cli-v0.0.1-next.53) (2025-06-23)
431
974
 
432
975
 
433
976
  ### Miscellaneous Chores
@@ -442,7 +985,7 @@
442
985
  * @twin.org/identity-models bumped from 0.0.1-next.52 to 0.0.1-next.53
443
986
  * @twin.org/identity-connector-iota bumped from 0.0.1-next.52 to 0.0.1-next.53
444
987
 
445
- ## [0.0.1-next.52](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.1-next.51...identity-cli-v0.0.1-next.52) (2025-06-20)
988
+ ## [0.0.1-next.52](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.1-next.51...identity-cli-v0.0.1-next.52) (2025-06-20)
446
989
 
447
990
 
448
991
  ### Miscellaneous Chores
@@ -457,12 +1000,12 @@
457
1000
  * @twin.org/identity-models bumped from 0.0.1-next.51 to 0.0.1-next.52
458
1001
  * @twin.org/identity-connector-iota bumped from 0.0.1-next.51 to 0.0.1-next.52
459
1002
 
460
- ## [0.0.1-next.51](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.1-next.50...identity-cli-v0.0.1-next.51) (2025-06-19)
1003
+ ## [0.0.1-next.51](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.1-next.50...identity-cli-v0.0.1-next.51) (2025-06-19)
461
1004
 
462
1005
 
463
1006
  ### Features
464
1007
 
465
- * support mainnet for alias extraction ([1114e0f](https://github.com/twinfoundation/identity/commit/1114e0f518070ef930d7d6ed73a616cce647206c))
1008
+ * support mainnet for alias extraction ([1114e0f](https://github.com/iotaledger/twin-identity/commit/1114e0f518070ef930d7d6ed73a616cce647206c))
466
1009
 
467
1010
 
468
1011
  ### Dependencies
@@ -472,12 +1015,12 @@
472
1015
  * @twin.org/identity-models bumped from 0.0.1-next.50 to 0.0.1-next.51
473
1016
  * @twin.org/identity-connector-iota bumped from 0.0.1-next.50 to 0.0.1-next.51
474
1017
 
475
- ## [0.0.1-next.50](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.1-next.49...identity-cli-v0.0.1-next.50) (2025-06-19)
1018
+ ## [0.0.1-next.50](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.1-next.49...identity-cli-v0.0.1-next.50) (2025-06-19)
476
1019
 
477
1020
 
478
1021
  ### Features
479
1022
 
480
- * use new generateKid method ([f0fe779](https://github.com/twinfoundation/identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
1023
+ * use new generateKid method ([f0fe779](https://github.com/iotaledger/twin-identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
481
1024
 
482
1025
 
483
1026
  ### Dependencies
@@ -487,12 +1030,12 @@
487
1030
  * @twin.org/identity-models bumped from 0.0.1-next.49 to 0.0.1-next.50
488
1031
  * @twin.org/identity-connector-iota bumped from 0.0.1-next.49 to 0.0.1-next.50
489
1032
 
490
- ## [0.0.1-next.49](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.1-next.48...identity-cli-v0.0.1-next.49) (2025-06-18)
1033
+ ## [0.0.1-next.49](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.1-next.48...identity-cli-v0.0.1-next.49) (2025-06-18)
491
1034
 
492
1035
 
493
1036
  ### Features
494
1037
 
495
- * verification method output JWK and hex on CLI ([49db9da](https://github.com/twinfoundation/identity/commit/49db9da2371eafdcd7176ce44303961b9b8b8380))
1038
+ * verification method output JWK and hex on CLI ([49db9da](https://github.com/iotaledger/twin-identity/commit/49db9da2371eafdcd7176ce44303961b9b8b8380))
496
1039
 
497
1040
 
498
1041
  ### Dependencies
@@ -502,12 +1045,12 @@
502
1045
  * @twin.org/identity-models bumped from 0.0.1-next.48 to 0.0.1-next.49
503
1046
  * @twin.org/identity-connector-iota bumped from 0.0.1-next.48 to 0.0.1-next.49
504
1047
 
505
- ## [0.0.1-next.48](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.1-next.47...identity-cli-v0.0.1-next.48) (2025-06-17)
1048
+ ## [0.0.1-next.48](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.1-next.47...identity-cli-v0.0.1-next.48) (2025-06-17)
506
1049
 
507
1050
 
508
1051
  ### Features
509
1052
 
510
- * add mainnet support ([af56a38](https://github.com/twinfoundation/identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
1053
+ * add mainnet support ([af56a38](https://github.com/iotaledger/twin-identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
511
1054
 
512
1055
 
513
1056
  ### Dependencies
@@ -517,12 +1060,12 @@
517
1060
  * @twin.org/identity-models bumped from 0.0.1-next.47 to 0.0.1-next.48
518
1061
  * @twin.org/identity-connector-iota bumped from 0.0.1-next.47 to 0.0.1-next.48
519
1062
 
520
- ## [0.0.1-next.47](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.1-next.46...identity-cli-v0.0.1-next.47) (2025-06-12)
1063
+ ## [0.0.1-next.47](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.1-next.46...identity-cli-v0.0.1-next.47) (2025-06-12)
521
1064
 
522
1065
 
523
1066
  ### Features
524
1067
 
525
- * identity key separator use slash ([1319d0d](https://github.com/twinfoundation/identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
1068
+ * identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
526
1069
 
527
1070
 
528
1071
  ### Dependencies
@@ -532,20 +1075,20 @@
532
1075
  * @twin.org/identity-models bumped from 0.0.1-next.46 to 0.0.1-next.47
533
1076
  * @twin.org/identity-connector-iota bumped from 0.0.1-next.46 to 0.0.1-next.47
534
1077
 
535
- ## [0.0.1-next.46](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.1-next.45...identity-cli-v0.0.1-next.46) (2025-05-20)
1078
+ ## [0.0.1-next.46](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.1-next.45...identity-cli-v0.0.1-next.46) (2025-05-20)
536
1079
 
537
1080
 
538
1081
  ### Features
539
1082
 
540
- * iota rebased release ([5d14674](https://github.com/twinfoundation/identity/commit/5d146744ca9eed622ef7eb34a7fa935216f9e975))
541
- * use shared store mechanism ([#27](https://github.com/twinfoundation/identity/issues/27)) ([ce41f3f](https://github.com/twinfoundation/identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
1083
+ * iota rebased release ([5d14674](https://github.com/iotaledger/twin-identity/commit/5d146744ca9eed622ef7eb34a7fa935216f9e975))
1084
+ * use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
542
1085
 
543
1086
 
544
1087
  ### Bug Fixes
545
1088
 
546
- * explorer urls in CLI ([82a745d](https://github.com/twinfoundation/identity/commit/82a745d536e8fe42554e7ad92a7468a653fc0cfb))
547
- * Import path and bump version ([#21](https://github.com/twinfoundation/identity/issues/21)) ([ccea845](https://github.com/twinfoundation/identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
548
- * Install sdk-wasm ([#20](https://github.com/twinfoundation/identity/issues/20)) ([75ec14e](https://github.com/twinfoundation/identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
1089
+ * explorer urls in CLI ([82a745d](https://github.com/iotaledger/twin-identity/commit/82a745d536e8fe42554e7ad92a7468a653fc0cfb))
1090
+ * Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
1091
+ * Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
549
1092
 
550
1093
 
551
1094
  ### Dependencies
@@ -555,12 +1098,12 @@
555
1098
  * @twin.org/identity-models bumped from 0.0.1-next.45 to 0.0.1-next.46
556
1099
  * @twin.org/identity-connector-iota bumped from 0.0.1-next.45 to 0.0.1-next.46
557
1100
 
558
- ## [0.0.1-next.45](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.1-next.44...identity-cli-v0.0.1-next.45) (2025-05-06)
1101
+ ## [0.0.1-next.45](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.1-next.44...identity-cli-v0.0.1-next.45) (2025-05-06)
559
1102
 
560
1103
 
561
1104
  ### Features
562
1105
 
563
- * iota rebased release ([5d14674](https://github.com/twinfoundation/identity/commit/5d146744ca9eed622ef7eb34a7fa935216f9e975))
1106
+ * iota rebased release ([5d14674](https://github.com/iotaledger/twin-identity/commit/5d146744ca9eed622ef7eb34a7fa935216f9e975))
564
1107
 
565
1108
 
566
1109
  ### Dependencies
@@ -570,7 +1113,7 @@
570
1113
  * @twin.org/identity-models bumped from 0.0.1-next.44 to 0.0.1-next.45
571
1114
  * @twin.org/identity-connector-iota bumped from 0.0.1-next.44 to 0.0.1-next.45
572
1115
 
573
- ## [0.0.1-next.44](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.1-next.43...identity-cli-v0.0.1-next.44) (2025-04-30)
1116
+ ## [0.0.1-next.44](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.1-next.43...identity-cli-v0.0.1-next.44) (2025-04-30)
574
1117
 
575
1118
 
576
1119
  ### Miscellaneous Chores
@@ -585,12 +1128,12 @@
585
1128
  * @twin.org/identity-models bumped from 0.0.1-next.43 to 0.0.1-next.44
586
1129
  * @twin.org/identity-connector-iota bumped from 0.0.1-next.43 to 0.0.1-next.44
587
1130
 
588
- ## [0.0.1-next.43](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.1-next.42...identity-cli-v0.0.1-next.43) (2025-04-25)
1131
+ ## [0.0.1-next.43](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.1-next.42...identity-cli-v0.0.1-next.43) (2025-04-25)
589
1132
 
590
1133
 
591
1134
  ### Bug Fixes
592
1135
 
593
- * explorer urls in CLI ([82a745d](https://github.com/twinfoundation/identity/commit/82a745d536e8fe42554e7ad92a7468a653fc0cfb))
1136
+ * explorer urls in CLI ([82a745d](https://github.com/iotaledger/twin-identity/commit/82a745d536e8fe42554e7ad92a7468a653fc0cfb))
594
1137
 
595
1138
 
596
1139
  ### Dependencies
@@ -600,12 +1143,12 @@
600
1143
  * @twin.org/identity-models bumped from 0.0.1-next.42 to 0.0.1-next.43
601
1144
  * @twin.org/identity-connector-iota bumped from 0.0.1-next.42 to 0.0.1-next.43
602
1145
 
603
- ## [0.0.1-next.42](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.1-next.41...identity-cli-v0.0.1-next.42) (2025-04-17)
1146
+ ## [0.0.1-next.42](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.1-next.41...identity-cli-v0.0.1-next.42) (2025-04-17)
604
1147
 
605
1148
 
606
1149
  ### Features
607
1150
 
608
- * use shared store mechanism ([#27](https://github.com/twinfoundation/identity/issues/27)) ([ce41f3f](https://github.com/twinfoundation/identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
1151
+ * use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
609
1152
 
610
1153
 
611
1154
  ### Dependencies
@@ -615,7 +1158,7 @@
615
1158
  * @twin.org/identity-models bumped from 0.0.1-next.41 to 0.0.1-next.42
616
1159
  * @twin.org/identity-connector-iota bumped from 0.0.1-next.41 to 0.0.1-next.42
617
1160
 
618
- ## [0.0.1-next.41](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.1-next.40...identity-cli-v0.0.1-next.41) (2025-04-09)
1161
+ ## [0.0.1-next.41](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.1-next.40...identity-cli-v0.0.1-next.41) (2025-04-09)
619
1162
 
620
1163
 
621
1164
  ### Miscellaneous Chores
@@ -630,13 +1173,13 @@
630
1173
  * @twin.org/identity-models bumped from 0.0.1-next.40 to 0.0.1-next.41
631
1174
  * @twin.org/identity-connector-iota bumped from 0.0.1-next.40 to 0.0.1-next.41
632
1175
 
633
- ## [0.0.1-next.40](https://github.com/twinfoundation/identity/compare/identity-cli-v0.0.1-next.39...identity-cli-v0.0.1-next.40) (2025-03-28)
1176
+ ## [0.0.1-next.40](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.0.1-next.39...identity-cli-v0.0.1-next.40) (2025-03-28)
634
1177
 
635
1178
 
636
1179
  ### Bug Fixes
637
1180
 
638
- * Import path and bump version ([#21](https://github.com/twinfoundation/identity/issues/21)) ([ccea845](https://github.com/twinfoundation/identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
639
- * Install sdk-wasm ([#20](https://github.com/twinfoundation/identity/issues/20)) ([75ec14e](https://github.com/twinfoundation/identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
1181
+ * Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
1182
+ * Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
640
1183
 
641
1184
 
642
1185
  ### Dependencies