@twin.org/identity-cli 0.0.3-next.8 → 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.
- package/README.md +5 -5
- package/dist/es/cli.js +10 -1
- package/dist/es/cli.js.map +1 -1
- package/dist/es/commands/alsoKnownAsAdd.js +108 -0
- package/dist/es/commands/alsoKnownAsAdd.js.map +1 -0
- package/dist/es/commands/alsoKnownAsRemove.js +106 -0
- package/dist/es/commands/alsoKnownAsRemove.js.map +1 -0
- package/dist/es/commands/proofCreate.js +2 -3
- package/dist/es/commands/proofCreate.js.map +1 -1
- package/dist/es/commands/serviceAdd.js +4 -3
- package/dist/es/commands/serviceAdd.js.map +1 -1
- package/dist/es/commands/serviceRemove.js +3 -3
- package/dist/es/commands/serviceRemove.js.map +1 -1
- package/dist/es/commands/setupCommands.js +4 -6
- package/dist/es/commands/setupCommands.js.map +1 -1
- package/dist/es/commands/verifiableCredentialCreate.js +12 -10
- package/dist/es/commands/verifiableCredentialCreate.js.map +1 -1
- package/dist/es/commands/verifiableCredentialVerify.js +24 -5
- package/dist/es/commands/verifiableCredentialVerify.js.map +1 -1
- package/dist/es/commands/verifiablePresentationCreate.js +137 -0
- package/dist/es/commands/verifiablePresentationCreate.js.map +1 -0
- package/dist/es/commands/verifiablePresentationVerify.js +107 -0
- package/dist/es/commands/verifiablePresentationVerify.js.map +1 -0
- package/dist/es/commands/verificationMethodAdd.js +8 -8
- package/dist/es/commands/verificationMethodAdd.js.map +1 -1
- package/dist/es/index.js +2 -0
- package/dist/es/index.js.map +1 -1
- package/dist/locales/en.json +251 -39
- package/dist/types/commands/alsoKnownAsAdd.d.ts +30 -0
- package/dist/types/commands/alsoKnownAsRemove.d.ts +30 -0
- package/dist/types/commands/setupCommands.d.ts +2 -2
- package/dist/types/commands/verifiableCredentialCreate.d.ts +2 -2
- package/dist/types/commands/verifiableCredentialVerify.d.ts +3 -1
- package/dist/types/commands/verifiablePresentationCreate.d.ts +32 -0
- package/dist/types/commands/verifiablePresentationVerify.d.ts +24 -0
- package/dist/types/index.d.ts +2 -0
- package/docs/changelog.md +673 -115
- package/docs/reference/classes/CLI.md +1 -1
- package/docs/reference/functions/actionCommandVerifiablePresentationCreate.md +17 -0
- package/docs/reference/functions/actionCommandVerifiablePresentationVerify.md +17 -0
- package/docs/reference/functions/buildCommandVerifiablePresentationCreate.md +11 -0
- package/docs/reference/functions/buildCommandVerifiablePresentationVerify.md +11 -0
- package/docs/reference/index.md +4 -0
- package/docs/reference/variables/IdentityConnectorTypes.md +1 -1
- package/docs/reference/variables/IdentityResolverConnectorTypes.md +1 -1
- package/docs/{examples.md → usage.md} +23 -27
- package/locales/en.json +142 -2
- package/package.json +22 -22
package/docs/changelog.md
CHANGED
|
@@ -1,11 +1,569 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0
|
|
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
4
|
|
|
5
5
|
|
|
6
6
|
### Features
|
|
7
7
|
|
|
8
|
-
*
|
|
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)
|
|
547
|
+
|
|
548
|
+
|
|
549
|
+
### Bug Fixes
|
|
550
|
+
|
|
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))
|
|
552
|
+
|
|
553
|
+
|
|
554
|
+
### Dependencies
|
|
555
|
+
|
|
556
|
+
* The following workspace dependencies were updated
|
|
557
|
+
* dependencies
|
|
558
|
+
* @twin.org/identity-models bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
559
|
+
* @twin.org/identity-connector-iota bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
560
|
+
|
|
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)
|
|
562
|
+
|
|
563
|
+
|
|
564
|
+
### Features
|
|
565
|
+
|
|
566
|
+
* update namespaces and contexts ([#90](https://github.com/iotaledger/twin-identity/issues/90)) ([0c34d64](https://github.com/iotaledger/twin-identity/commit/0c34d64add8cca77856fa2d0357e774d72fbbfc1))
|
|
9
567
|
|
|
10
568
|
|
|
11
569
|
### Dependencies
|
|
@@ -15,7 +573,7 @@
|
|
|
15
573
|
* @twin.org/identity-models bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
16
574
|
* @twin.org/identity-connector-iota bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
17
575
|
|
|
18
|
-
## [0.0.3-next.7](https://github.com/
|
|
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)
|
|
19
577
|
|
|
20
578
|
|
|
21
579
|
### Miscellaneous Chores
|
|
@@ -30,7 +588,7 @@
|
|
|
30
588
|
* @twin.org/identity-models bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
31
589
|
* @twin.org/identity-connector-iota bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
32
590
|
|
|
33
|
-
## [0.0.3-next.6](https://github.com/
|
|
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)
|
|
34
592
|
|
|
35
593
|
|
|
36
594
|
### Miscellaneous Chores
|
|
@@ -45,12 +603,12 @@
|
|
|
45
603
|
* @twin.org/identity-models bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
46
604
|
* @twin.org/identity-connector-iota bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
47
605
|
|
|
48
|
-
## [0.0.3-next.5](https://github.com/
|
|
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)
|
|
49
607
|
|
|
50
608
|
|
|
51
609
|
### Bug Fixes
|
|
52
610
|
|
|
53
|
-
* remove unused address index params in CLI ([c4c0cc1](https://github.com/
|
|
611
|
+
* remove unused address index params in CLI ([c4c0cc1](https://github.com/iotaledger/twin-identity/commit/c4c0cc18e17804380cf52330e1b9de8716cc193d))
|
|
54
612
|
|
|
55
613
|
|
|
56
614
|
### Dependencies
|
|
@@ -60,32 +618,32 @@
|
|
|
60
618
|
* @twin.org/identity-models bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
61
619
|
* @twin.org/identity-connector-iota bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
62
620
|
|
|
63
|
-
## [0.0.3-next.4](https://github.com/
|
|
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)
|
|
64
622
|
|
|
65
623
|
|
|
66
624
|
### Features
|
|
67
625
|
|
|
68
|
-
* add addressIndex option to all commands ([a644674](https://github.com/
|
|
69
|
-
* add context id features ([#62](https://github.com/
|
|
70
|
-
* add expiration date option to vc creation ([73e05e1](https://github.com/
|
|
71
|
-
* add mainnet support ([af56a38](https://github.com/
|
|
72
|
-
* add validate-locales ([04d74b4](https://github.com/
|
|
73
|
-
* eslint migration to flat config ([fd6246d](https://github.com/
|
|
74
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
75
|
-
* iota rebased release ([5d14674](https://github.com/
|
|
76
|
-
* support mainnet for alias extraction ([1114e0f](https://github.com/
|
|
77
|
-
* update framework core ([c824497](https://github.com/
|
|
78
|
-
* use new generateKid method ([f0fe779](https://github.com/
|
|
79
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
80
|
-
* verification method output JWK and hex on CLI ([49db9da](https://github.com/
|
|
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))
|
|
81
639
|
|
|
82
640
|
|
|
83
641
|
### Bug Fixes
|
|
84
642
|
|
|
85
|
-
* correctly display mainnet explorer urls ([45a9f3c](https://github.com/
|
|
86
|
-
* explorer urls in CLI ([82a745d](https://github.com/
|
|
87
|
-
* Import path and bump version ([#21](https://github.com/
|
|
88
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
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))
|
|
89
647
|
|
|
90
648
|
|
|
91
649
|
### Dependencies
|
|
@@ -95,7 +653,7 @@
|
|
|
95
653
|
* @twin.org/identity-models bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
96
654
|
* @twin.org/identity-connector-iota bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
97
655
|
|
|
98
|
-
## [0.0.3-next.3](https://github.com/
|
|
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)
|
|
99
657
|
|
|
100
658
|
|
|
101
659
|
### Miscellaneous Chores
|
|
@@ -110,7 +668,7 @@
|
|
|
110
668
|
* @twin.org/identity-models bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
111
669
|
* @twin.org/identity-connector-iota bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
112
670
|
|
|
113
|
-
## [0.0.3-next.2](https://github.com/
|
|
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)
|
|
114
672
|
|
|
115
673
|
|
|
116
674
|
### Miscellaneous Chores
|
|
@@ -125,32 +683,32 @@
|
|
|
125
683
|
* @twin.org/identity-models bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
126
684
|
* @twin.org/identity-connector-iota bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
127
685
|
|
|
128
|
-
## [0.0.3-next.1](https://github.com/
|
|
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)
|
|
129
687
|
|
|
130
688
|
|
|
131
689
|
### Features
|
|
132
690
|
|
|
133
|
-
* add addressIndex option to all commands ([a644674](https://github.com/
|
|
134
|
-
* add context id features ([#62](https://github.com/
|
|
135
|
-
* add expiration date option to vc creation ([73e05e1](https://github.com/
|
|
136
|
-
* add mainnet support ([af56a38](https://github.com/
|
|
137
|
-
* add validate-locales ([04d74b4](https://github.com/
|
|
138
|
-
* eslint migration to flat config ([fd6246d](https://github.com/
|
|
139
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
140
|
-
* iota rebased release ([5d14674](https://github.com/
|
|
141
|
-
* support mainnet for alias extraction ([1114e0f](https://github.com/
|
|
142
|
-
* update framework core ([c824497](https://github.com/
|
|
143
|
-
* use new generateKid method ([f0fe779](https://github.com/
|
|
144
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
145
|
-
* verification method output JWK and hex on CLI ([49db9da](https://github.com/
|
|
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))
|
|
146
704
|
|
|
147
705
|
|
|
148
706
|
### Bug Fixes
|
|
149
707
|
|
|
150
|
-
* correctly display mainnet explorer urls ([45a9f3c](https://github.com/
|
|
151
|
-
* explorer urls in CLI ([82a745d](https://github.com/
|
|
152
|
-
* Import path and bump version ([#21](https://github.com/
|
|
153
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
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))
|
|
154
712
|
|
|
155
713
|
|
|
156
714
|
### Dependencies
|
|
@@ -160,7 +718,7 @@
|
|
|
160
718
|
* @twin.org/identity-models bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
161
719
|
* @twin.org/identity-connector-iota bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
162
720
|
|
|
163
|
-
## [0.0.2-next.10](https://github.com/
|
|
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)
|
|
164
722
|
|
|
165
723
|
|
|
166
724
|
### Miscellaneous Chores
|
|
@@ -175,12 +733,12 @@
|
|
|
175
733
|
* @twin.org/identity-models bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
176
734
|
* @twin.org/identity-connector-iota bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
177
735
|
|
|
178
|
-
## [0.0.2-next.9](https://github.com/
|
|
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)
|
|
179
737
|
|
|
180
738
|
|
|
181
739
|
### Features
|
|
182
740
|
|
|
183
|
-
* add validate-locales ([04d74b4](https://github.com/
|
|
741
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
184
742
|
|
|
185
743
|
|
|
186
744
|
### Dependencies
|
|
@@ -190,7 +748,7 @@
|
|
|
190
748
|
* @twin.org/identity-models bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
191
749
|
* @twin.org/identity-connector-iota bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
192
750
|
|
|
193
|
-
## [0.0.2-next.8](https://github.com/
|
|
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)
|
|
194
752
|
|
|
195
753
|
|
|
196
754
|
### Miscellaneous Chores
|
|
@@ -205,7 +763,7 @@
|
|
|
205
763
|
* @twin.org/identity-models bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
206
764
|
* @twin.org/identity-connector-iota bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
207
765
|
|
|
208
|
-
## [0.0.2-next.7](https://github.com/
|
|
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)
|
|
209
767
|
|
|
210
768
|
|
|
211
769
|
### Miscellaneous Chores
|
|
@@ -220,7 +778,7 @@
|
|
|
220
778
|
* @twin.org/identity-models bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
221
779
|
* @twin.org/identity-connector-iota bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
222
780
|
|
|
223
|
-
## [0.0.2-next.6](https://github.com/
|
|
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)
|
|
224
782
|
|
|
225
783
|
|
|
226
784
|
### Miscellaneous Chores
|
|
@@ -235,12 +793,12 @@
|
|
|
235
793
|
* @twin.org/identity-models bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
236
794
|
* @twin.org/identity-connector-iota bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
237
795
|
|
|
238
|
-
## [0.0.2-next.5](https://github.com/
|
|
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)
|
|
239
797
|
|
|
240
798
|
|
|
241
799
|
### Features
|
|
242
800
|
|
|
243
|
-
* add addressIndex option to all commands ([a644674](https://github.com/
|
|
801
|
+
* add addressIndex option to all commands ([a644674](https://github.com/iotaledger/twin-identity/commit/a644674017d1a8fe5d8685950316bec922a9b195))
|
|
244
802
|
|
|
245
803
|
|
|
246
804
|
### Dependencies
|
|
@@ -250,12 +808,12 @@
|
|
|
250
808
|
* @twin.org/identity-models bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
251
809
|
* @twin.org/identity-connector-iota bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
252
810
|
|
|
253
|
-
## [0.0.2-next.4](https://github.com/
|
|
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)
|
|
254
812
|
|
|
255
813
|
|
|
256
814
|
### Features
|
|
257
815
|
|
|
258
|
-
* add expiration date option to vc creation ([73e05e1](https://github.com/
|
|
816
|
+
* add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
|
|
259
817
|
|
|
260
818
|
|
|
261
819
|
### Dependencies
|
|
@@ -265,12 +823,12 @@
|
|
|
265
823
|
* @twin.org/identity-models bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
266
824
|
* @twin.org/identity-connector-iota bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
267
825
|
|
|
268
|
-
## [0.0.2-next.3](https://github.com/
|
|
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)
|
|
269
827
|
|
|
270
828
|
|
|
271
829
|
### Features
|
|
272
830
|
|
|
273
|
-
* eslint migration to flat config ([fd6246d](https://github.com/
|
|
831
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
274
832
|
|
|
275
833
|
|
|
276
834
|
### Dependencies
|
|
@@ -280,12 +838,12 @@
|
|
|
280
838
|
* @twin.org/identity-models bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
281
839
|
* @twin.org/identity-connector-iota bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
282
840
|
|
|
283
|
-
## [0.0.2-next.2](https://github.com/
|
|
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)
|
|
284
842
|
|
|
285
843
|
|
|
286
844
|
### Features
|
|
287
845
|
|
|
288
|
-
* update framework core ([c824497](https://github.com/
|
|
846
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
289
847
|
|
|
290
848
|
|
|
291
849
|
### Dependencies
|
|
@@ -295,26 +853,26 @@
|
|
|
295
853
|
* @twin.org/identity-models bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
296
854
|
* @twin.org/identity-connector-iota bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
297
855
|
|
|
298
|
-
## [0.0.2-next.1](https://github.com/
|
|
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)
|
|
299
857
|
|
|
300
858
|
|
|
301
859
|
### Features
|
|
302
860
|
|
|
303
|
-
* add mainnet support ([af56a38](https://github.com/
|
|
304
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
305
|
-
* iota rebased release ([5d14674](https://github.com/
|
|
306
|
-
* support mainnet for alias extraction ([1114e0f](https://github.com/
|
|
307
|
-
* use new generateKid method ([f0fe779](https://github.com/
|
|
308
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
309
|
-
* verification method output JWK and hex on CLI ([49db9da](https://github.com/
|
|
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))
|
|
310
868
|
|
|
311
869
|
|
|
312
870
|
### Bug Fixes
|
|
313
871
|
|
|
314
|
-
* correctly display mainnet explorer urls ([45a9f3c](https://github.com/
|
|
315
|
-
* explorer urls in CLI ([82a745d](https://github.com/
|
|
316
|
-
* Import path and bump version ([#21](https://github.com/
|
|
317
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
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))
|
|
318
876
|
|
|
319
877
|
|
|
320
878
|
### Dependencies
|
|
@@ -329,7 +887,7 @@
|
|
|
329
887
|
|
|
330
888
|
### Features
|
|
331
889
|
|
|
332
|
-
* release to production ([8450ad7](https://github.com/
|
|
890
|
+
* release to production ([8450ad7](https://github.com/iotaledger/twin-identity/commit/8450ad727e0c4d665f2ce483e41798c2ff5b7d55))
|
|
333
891
|
|
|
334
892
|
|
|
335
893
|
### Dependencies
|
|
@@ -339,7 +897,7 @@
|
|
|
339
897
|
* @twin.org/identity-models bumped from ^0.0.0 to ^0.0.1
|
|
340
898
|
* @twin.org/identity-connector-iota bumped from ^0.0.0 to ^0.0.1
|
|
341
899
|
|
|
342
|
-
## [0.0.1-next.57](https://github.com/
|
|
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)
|
|
343
901
|
|
|
344
902
|
|
|
345
903
|
### Miscellaneous Chores
|
|
@@ -354,7 +912,7 @@
|
|
|
354
912
|
* @twin.org/identity-models bumped from 0.0.1-next.56 to 0.0.1-next.57
|
|
355
913
|
* @twin.org/identity-connector-iota bumped from 0.0.1-next.56 to 0.0.1-next.57
|
|
356
914
|
|
|
357
|
-
## [0.0.1-next.56](https://github.com/
|
|
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)
|
|
358
916
|
|
|
359
917
|
|
|
360
918
|
### Miscellaneous Chores
|
|
@@ -369,25 +927,25 @@
|
|
|
369
927
|
* @twin.org/identity-models bumped from 0.0.1-next.55 to 0.0.1-next.56
|
|
370
928
|
* @twin.org/identity-connector-iota bumped from 0.0.1-next.55 to 0.0.1-next.56
|
|
371
929
|
|
|
372
|
-
## [0.0.1-next.55](https://github.com/
|
|
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)
|
|
373
931
|
|
|
374
932
|
|
|
375
933
|
### Features
|
|
376
934
|
|
|
377
|
-
* add mainnet support ([af56a38](https://github.com/
|
|
378
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
379
|
-
* iota rebased release ([5d14674](https://github.com/
|
|
380
|
-
* support mainnet for alias extraction ([1114e0f](https://github.com/
|
|
381
|
-
* use new generateKid method ([f0fe779](https://github.com/
|
|
382
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
383
|
-
* verification method output JWK and hex on CLI ([49db9da](https://github.com/
|
|
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))
|
|
384
942
|
|
|
385
943
|
|
|
386
944
|
### Bug Fixes
|
|
387
945
|
|
|
388
|
-
* explorer urls in CLI ([82a745d](https://github.com/
|
|
389
|
-
* Import path and bump version ([#21](https://github.com/
|
|
390
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
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))
|
|
391
949
|
|
|
392
950
|
|
|
393
951
|
### Dependencies
|
|
@@ -397,7 +955,7 @@
|
|
|
397
955
|
* @twin.org/identity-models bumped from 0.0.1-next.54 to 0.0.1-next.55
|
|
398
956
|
* @twin.org/identity-connector-iota bumped from 0.0.1-next.54 to 0.0.1-next.55
|
|
399
957
|
|
|
400
|
-
## [0.0.1-next.54](https://github.com/
|
|
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)
|
|
401
959
|
|
|
402
960
|
|
|
403
961
|
### Miscellaneous Chores
|
|
@@ -412,7 +970,7 @@
|
|
|
412
970
|
* @twin.org/identity-models bumped from 0.0.1-next.53 to 0.0.1-next.54
|
|
413
971
|
* @twin.org/identity-connector-iota bumped from 0.0.1-next.53 to 0.0.1-next.54
|
|
414
972
|
|
|
415
|
-
## [0.0.1-next.53](https://github.com/
|
|
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)
|
|
416
974
|
|
|
417
975
|
|
|
418
976
|
### Miscellaneous Chores
|
|
@@ -427,7 +985,7 @@
|
|
|
427
985
|
* @twin.org/identity-models bumped from 0.0.1-next.52 to 0.0.1-next.53
|
|
428
986
|
* @twin.org/identity-connector-iota bumped from 0.0.1-next.52 to 0.0.1-next.53
|
|
429
987
|
|
|
430
|
-
## [0.0.1-next.52](https://github.com/
|
|
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)
|
|
431
989
|
|
|
432
990
|
|
|
433
991
|
### Miscellaneous Chores
|
|
@@ -442,12 +1000,12 @@
|
|
|
442
1000
|
* @twin.org/identity-models bumped from 0.0.1-next.51 to 0.0.1-next.52
|
|
443
1001
|
* @twin.org/identity-connector-iota bumped from 0.0.1-next.51 to 0.0.1-next.52
|
|
444
1002
|
|
|
445
|
-
## [0.0.1-next.51](https://github.com/
|
|
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)
|
|
446
1004
|
|
|
447
1005
|
|
|
448
1006
|
### Features
|
|
449
1007
|
|
|
450
|
-
* support mainnet for alias extraction ([1114e0f](https://github.com/
|
|
1008
|
+
* support mainnet for alias extraction ([1114e0f](https://github.com/iotaledger/twin-identity/commit/1114e0f518070ef930d7d6ed73a616cce647206c))
|
|
451
1009
|
|
|
452
1010
|
|
|
453
1011
|
### Dependencies
|
|
@@ -457,12 +1015,12 @@
|
|
|
457
1015
|
* @twin.org/identity-models bumped from 0.0.1-next.50 to 0.0.1-next.51
|
|
458
1016
|
* @twin.org/identity-connector-iota bumped from 0.0.1-next.50 to 0.0.1-next.51
|
|
459
1017
|
|
|
460
|
-
## [0.0.1-next.50](https://github.com/
|
|
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)
|
|
461
1019
|
|
|
462
1020
|
|
|
463
1021
|
### Features
|
|
464
1022
|
|
|
465
|
-
* use new generateKid method ([f0fe779](https://github.com/
|
|
1023
|
+
* use new generateKid method ([f0fe779](https://github.com/iotaledger/twin-identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
|
|
466
1024
|
|
|
467
1025
|
|
|
468
1026
|
### Dependencies
|
|
@@ -472,12 +1030,12 @@
|
|
|
472
1030
|
* @twin.org/identity-models bumped from 0.0.1-next.49 to 0.0.1-next.50
|
|
473
1031
|
* @twin.org/identity-connector-iota bumped from 0.0.1-next.49 to 0.0.1-next.50
|
|
474
1032
|
|
|
475
|
-
## [0.0.1-next.49](https://github.com/
|
|
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)
|
|
476
1034
|
|
|
477
1035
|
|
|
478
1036
|
### Features
|
|
479
1037
|
|
|
480
|
-
* verification method output JWK and hex on CLI ([49db9da](https://github.com/
|
|
1038
|
+
* verification method output JWK and hex on CLI ([49db9da](https://github.com/iotaledger/twin-identity/commit/49db9da2371eafdcd7176ce44303961b9b8b8380))
|
|
481
1039
|
|
|
482
1040
|
|
|
483
1041
|
### Dependencies
|
|
@@ -487,12 +1045,12 @@
|
|
|
487
1045
|
* @twin.org/identity-models bumped from 0.0.1-next.48 to 0.0.1-next.49
|
|
488
1046
|
* @twin.org/identity-connector-iota bumped from 0.0.1-next.48 to 0.0.1-next.49
|
|
489
1047
|
|
|
490
|
-
## [0.0.1-next.48](https://github.com/
|
|
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)
|
|
491
1049
|
|
|
492
1050
|
|
|
493
1051
|
### Features
|
|
494
1052
|
|
|
495
|
-
* add mainnet support ([af56a38](https://github.com/
|
|
1053
|
+
* add mainnet support ([af56a38](https://github.com/iotaledger/twin-identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
|
|
496
1054
|
|
|
497
1055
|
|
|
498
1056
|
### Dependencies
|
|
@@ -502,12 +1060,12 @@
|
|
|
502
1060
|
* @twin.org/identity-models bumped from 0.0.1-next.47 to 0.0.1-next.48
|
|
503
1061
|
* @twin.org/identity-connector-iota bumped from 0.0.1-next.47 to 0.0.1-next.48
|
|
504
1062
|
|
|
505
|
-
## [0.0.1-next.47](https://github.com/
|
|
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)
|
|
506
1064
|
|
|
507
1065
|
|
|
508
1066
|
### Features
|
|
509
1067
|
|
|
510
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
1068
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
511
1069
|
|
|
512
1070
|
|
|
513
1071
|
### Dependencies
|
|
@@ -517,20 +1075,20 @@
|
|
|
517
1075
|
* @twin.org/identity-models bumped from 0.0.1-next.46 to 0.0.1-next.47
|
|
518
1076
|
* @twin.org/identity-connector-iota bumped from 0.0.1-next.46 to 0.0.1-next.47
|
|
519
1077
|
|
|
520
|
-
## [0.0.1-next.46](https://github.com/
|
|
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)
|
|
521
1079
|
|
|
522
1080
|
|
|
523
1081
|
### Features
|
|
524
1082
|
|
|
525
|
-
* iota rebased release ([5d14674](https://github.com/
|
|
526
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
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))
|
|
527
1085
|
|
|
528
1086
|
|
|
529
1087
|
### Bug Fixes
|
|
530
1088
|
|
|
531
|
-
* explorer urls in CLI ([82a745d](https://github.com/
|
|
532
|
-
* Import path and bump version ([#21](https://github.com/
|
|
533
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
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))
|
|
534
1092
|
|
|
535
1093
|
|
|
536
1094
|
### Dependencies
|
|
@@ -540,12 +1098,12 @@
|
|
|
540
1098
|
* @twin.org/identity-models bumped from 0.0.1-next.45 to 0.0.1-next.46
|
|
541
1099
|
* @twin.org/identity-connector-iota bumped from 0.0.1-next.45 to 0.0.1-next.46
|
|
542
1100
|
|
|
543
|
-
## [0.0.1-next.45](https://github.com/
|
|
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)
|
|
544
1102
|
|
|
545
1103
|
|
|
546
1104
|
### Features
|
|
547
1105
|
|
|
548
|
-
* iota rebased release ([5d14674](https://github.com/
|
|
1106
|
+
* iota rebased release ([5d14674](https://github.com/iotaledger/twin-identity/commit/5d146744ca9eed622ef7eb34a7fa935216f9e975))
|
|
549
1107
|
|
|
550
1108
|
|
|
551
1109
|
### Dependencies
|
|
@@ -555,7 +1113,7 @@
|
|
|
555
1113
|
* @twin.org/identity-models bumped from 0.0.1-next.44 to 0.0.1-next.45
|
|
556
1114
|
* @twin.org/identity-connector-iota bumped from 0.0.1-next.44 to 0.0.1-next.45
|
|
557
1115
|
|
|
558
|
-
## [0.0.1-next.44](https://github.com/
|
|
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)
|
|
559
1117
|
|
|
560
1118
|
|
|
561
1119
|
### Miscellaneous Chores
|
|
@@ -570,12 +1128,12 @@
|
|
|
570
1128
|
* @twin.org/identity-models bumped from 0.0.1-next.43 to 0.0.1-next.44
|
|
571
1129
|
* @twin.org/identity-connector-iota bumped from 0.0.1-next.43 to 0.0.1-next.44
|
|
572
1130
|
|
|
573
|
-
## [0.0.1-next.43](https://github.com/
|
|
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)
|
|
574
1132
|
|
|
575
1133
|
|
|
576
1134
|
### Bug Fixes
|
|
577
1135
|
|
|
578
|
-
* explorer urls in CLI ([82a745d](https://github.com/
|
|
1136
|
+
* explorer urls in CLI ([82a745d](https://github.com/iotaledger/twin-identity/commit/82a745d536e8fe42554e7ad92a7468a653fc0cfb))
|
|
579
1137
|
|
|
580
1138
|
|
|
581
1139
|
### Dependencies
|
|
@@ -585,12 +1143,12 @@
|
|
|
585
1143
|
* @twin.org/identity-models bumped from 0.0.1-next.42 to 0.0.1-next.43
|
|
586
1144
|
* @twin.org/identity-connector-iota bumped from 0.0.1-next.42 to 0.0.1-next.43
|
|
587
1145
|
|
|
588
|
-
## [0.0.1-next.42](https://github.com/
|
|
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)
|
|
589
1147
|
|
|
590
1148
|
|
|
591
1149
|
### Features
|
|
592
1150
|
|
|
593
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
1151
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
594
1152
|
|
|
595
1153
|
|
|
596
1154
|
### Dependencies
|
|
@@ -600,7 +1158,7 @@
|
|
|
600
1158
|
* @twin.org/identity-models bumped from 0.0.1-next.41 to 0.0.1-next.42
|
|
601
1159
|
* @twin.org/identity-connector-iota bumped from 0.0.1-next.41 to 0.0.1-next.42
|
|
602
1160
|
|
|
603
|
-
## [0.0.1-next.41](https://github.com/
|
|
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)
|
|
604
1162
|
|
|
605
1163
|
|
|
606
1164
|
### Miscellaneous Chores
|
|
@@ -615,13 +1173,13 @@
|
|
|
615
1173
|
* @twin.org/identity-models bumped from 0.0.1-next.40 to 0.0.1-next.41
|
|
616
1174
|
* @twin.org/identity-connector-iota bumped from 0.0.1-next.40 to 0.0.1-next.41
|
|
617
1175
|
|
|
618
|
-
## [0.0.1-next.40](https://github.com/
|
|
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)
|
|
619
1177
|
|
|
620
1178
|
|
|
621
1179
|
### Bug Fixes
|
|
622
1180
|
|
|
623
|
-
* Import path and bump version ([#21](https://github.com/
|
|
624
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
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))
|
|
625
1183
|
|
|
626
1184
|
|
|
627
1185
|
### Dependencies
|