@twin.org/identity-cli 0.0.3-next.9 → 0.9.0
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/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 +11 -8
- 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 +669 -117
- 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,563 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0
|
|
3
|
+
## [0.9.0](https://github.com/iotaledger/twin-identity/compare/identity-cli-v0.9.0...identity-cli-v0.9.0) (2026-06-25)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* release to production ([dabf4c5](https://github.com/iotaledger/twin-identity/commit/dabf4c5bb19e04c09bfbc8533f23dc9d42b35e4c))
|
|
9
|
+
* release to production ([8450ad7](https://github.com/iotaledger/twin-identity/commit/8450ad727e0c4d665f2ce483e41798c2ff5b7d55))
|
|
10
|
+
* release to production ([#161](https://github.com/iotaledger/twin-identity/issues/161)) ([ad151fa](https://github.com/iotaledger/twin-identity/commit/ad151facfcaadc1d183d935a6db525379d48002f))
|
|
11
|
+
|
|
12
|
+
## [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)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* add addressIndex option to all commands ([a644674](https://github.com/iotaledger/twin-identity/commit/a644674017d1a8fe5d8685950316bec922a9b195))
|
|
18
|
+
* add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
|
|
19
|
+
* add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
|
|
20
|
+
* add mainnet support ([af56a38](https://github.com/iotaledger/twin-identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
|
|
21
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
22
|
+
* add vault signing ([#153](https://github.com/iotaledger/twin-identity/issues/153)) ([9458e4c](https://github.com/iotaledger/twin-identity/commit/9458e4c96ce19e0fc704905dfb3aac04dc6cf237))
|
|
23
|
+
* common connector tests ([4f9642c](https://github.com/iotaledger/twin-identity/commit/4f9642ceb09843870909fc6819bf69fb20ef952a))
|
|
24
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
25
|
+
* expanded cli methods ([#121](https://github.com/iotaledger/twin-identity/issues/121)) ([80a52b7](https://github.com/iotaledger/twin-identity/commit/80a52b779237cd633d1f2813fa976585cef6e551))
|
|
26
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
27
|
+
* 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))
|
|
28
|
+
* iota rebased release ([5d14674](https://github.com/iotaledger/twin-identity/commit/5d146744ca9eed622ef7eb34a7fa935216f9e975))
|
|
29
|
+
* support mainnet for alias extraction ([1114e0f](https://github.com/iotaledger/twin-identity/commit/1114e0f518070ef930d7d6ed73a616cce647206c))
|
|
30
|
+
* typescript 6 update ([e8806ad](https://github.com/iotaledger/twin-identity/commit/e8806ad6858c37be3c0f54c41cf654023773bef3))
|
|
31
|
+
* update dependencies ([c4d9393](https://github.com/iotaledger/twin-identity/commit/c4d939309ffea6937fe938f6097fd811677ab220))
|
|
32
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
33
|
+
* update namespaces and contexts ([#90](https://github.com/iotaledger/twin-identity/issues/90)) ([0c34d64](https://github.com/iotaledger/twin-identity/commit/0c34d64add8cca77856fa2d0357e774d72fbbfc1))
|
|
34
|
+
* use new generateKid method ([f0fe779](https://github.com/iotaledger/twin-identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
|
|
35
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
36
|
+
* verification method output JWK and hex on CLI ([49db9da](https://github.com/iotaledger/twin-identity/commit/49db9da2371eafdcd7176ce44303961b9b8b8380))
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### Bug Fixes
|
|
40
|
+
|
|
41
|
+
* correct vault usage in cli commands ([#106](https://github.com/iotaledger/twin-identity/issues/106)) ([d81671d](https://github.com/iotaledger/twin-identity/commit/d81671d994390c9db7ded82e5f42b4bc521603fc))
|
|
42
|
+
* correctly display mainnet explorer urls ([45a9f3c](https://github.com/iotaledger/twin-identity/commit/45a9f3cc041cce7b40a86e98df306931a95f48ea))
|
|
43
|
+
* expiration date coerced to full date time ([83e94e3](https://github.com/iotaledger/twin-identity/commit/83e94e3fc2b982fbb41f87a177e0e79a7f2e4079))
|
|
44
|
+
* explorer urls in CLI ([82a745d](https://github.com/iotaledger/twin-identity/commit/82a745d536e8fe42554e7ad92a7468a653fc0cfb))
|
|
45
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
46
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
47
|
+
* remove unused address index params in CLI ([c4c0cc1](https://github.com/iotaledger/twin-identity/commit/c4c0cc18e17804380cf52330e1b9de8716cc193d))
|
|
48
|
+
* 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))
|
|
49
|
+
* use async getStore in tests ([47d361a](https://github.com/iotaledger/twin-identity/commit/47d361ae333fe39885df96b40abcb6cd22c3f67d))
|
|
50
|
+
* use async getStore in tests ([cfc0d87](https://github.com/iotaledger/twin-identity/commit/cfc0d873532e8ab2010f86f05bffaad3bbaf5786))
|
|
51
|
+
* use async getStore in tests ([3424c81](https://github.com/iotaledger/twin-identity/commit/3424c81cf7407ede4a89a026072720d52bf689b2))
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
### Dependencies
|
|
55
|
+
|
|
56
|
+
* The following workspace dependencies were updated
|
|
57
|
+
* dependencies
|
|
58
|
+
* @twin.org/identity-models bumped from 0.9.0-next.0 to 0.9.0-next.1
|
|
59
|
+
* @twin.org/identity-connector-iota bumped from 0.9.0-next.0 to 0.9.0-next.1
|
|
60
|
+
|
|
61
|
+
## [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)
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
### Features
|
|
65
|
+
|
|
66
|
+
* add vault signing ([#153](https://github.com/iotaledger/twin-identity/issues/153)) ([9458e4c](https://github.com/iotaledger/twin-identity/commit/9458e4c96ce19e0fc704905dfb3aac04dc6cf237))
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
### Bug Fixes
|
|
70
|
+
|
|
71
|
+
* use async getStore in tests ([47d361a](https://github.com/iotaledger/twin-identity/commit/47d361ae333fe39885df96b40abcb6cd22c3f67d))
|
|
72
|
+
* use async getStore in tests ([cfc0d87](https://github.com/iotaledger/twin-identity/commit/cfc0d873532e8ab2010f86f05bffaad3bbaf5786))
|
|
73
|
+
* use async getStore in tests ([3424c81](https://github.com/iotaledger/twin-identity/commit/3424c81cf7407ede4a89a026072720d52bf689b2))
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
### Dependencies
|
|
77
|
+
|
|
78
|
+
* The following workspace dependencies were updated
|
|
79
|
+
* dependencies
|
|
80
|
+
* @twin.org/identity-models bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
81
|
+
* @twin.org/identity-connector-iota bumped from 0.0.3-next.35 to 0.0.3-next.36
|
|
82
|
+
|
|
83
|
+
## [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)
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
### Miscellaneous Chores
|
|
87
|
+
|
|
88
|
+
* **identity-cli:** Synchronize repo versions
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
### Dependencies
|
|
92
|
+
|
|
93
|
+
* The following workspace dependencies were updated
|
|
94
|
+
* dependencies
|
|
95
|
+
* @twin.org/identity-models bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
96
|
+
* @twin.org/identity-connector-iota bumped from 0.0.3-next.34 to 0.0.3-next.35
|
|
97
|
+
|
|
98
|
+
## [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)
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
### Features
|
|
102
|
+
|
|
103
|
+
* add addressIndex option to all commands ([a644674](https://github.com/iotaledger/twin-identity/commit/a644674017d1a8fe5d8685950316bec922a9b195))
|
|
104
|
+
* add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
|
|
105
|
+
* add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
|
|
106
|
+
* add mainnet support ([af56a38](https://github.com/iotaledger/twin-identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
|
|
107
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
108
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
109
|
+
* expanded cli methods ([#121](https://github.com/iotaledger/twin-identity/issues/121)) ([80a52b7](https://github.com/iotaledger/twin-identity/commit/80a52b779237cd633d1f2813fa976585cef6e551))
|
|
110
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
111
|
+
* 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))
|
|
112
|
+
* iota rebased release ([5d14674](https://github.com/iotaledger/twin-identity/commit/5d146744ca9eed622ef7eb34a7fa935216f9e975))
|
|
113
|
+
* support mainnet for alias extraction ([1114e0f](https://github.com/iotaledger/twin-identity/commit/1114e0f518070ef930d7d6ed73a616cce647206c))
|
|
114
|
+
* typescript 6 update ([e8806ad](https://github.com/iotaledger/twin-identity/commit/e8806ad6858c37be3c0f54c41cf654023773bef3))
|
|
115
|
+
* update dependencies ([c4d9393](https://github.com/iotaledger/twin-identity/commit/c4d939309ffea6937fe938f6097fd811677ab220))
|
|
116
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
117
|
+
* update namespaces and contexts ([#90](https://github.com/iotaledger/twin-identity/issues/90)) ([0c34d64](https://github.com/iotaledger/twin-identity/commit/0c34d64add8cca77856fa2d0357e774d72fbbfc1))
|
|
118
|
+
* use new generateKid method ([f0fe779](https://github.com/iotaledger/twin-identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
|
|
119
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
120
|
+
* verification method output JWK and hex on CLI ([49db9da](https://github.com/iotaledger/twin-identity/commit/49db9da2371eafdcd7176ce44303961b9b8b8380))
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
### Bug Fixes
|
|
124
|
+
|
|
125
|
+
* correct vault usage in cli commands ([#106](https://github.com/iotaledger/twin-identity/issues/106)) ([d81671d](https://github.com/iotaledger/twin-identity/commit/d81671d994390c9db7ded82e5f42b4bc521603fc))
|
|
126
|
+
* correctly display mainnet explorer urls ([45a9f3c](https://github.com/iotaledger/twin-identity/commit/45a9f3cc041cce7b40a86e98df306931a95f48ea))
|
|
127
|
+
* expiration date coerced to full date time ([83e94e3](https://github.com/iotaledger/twin-identity/commit/83e94e3fc2b982fbb41f87a177e0e79a7f2e4079))
|
|
128
|
+
* explorer urls in CLI ([82a745d](https://github.com/iotaledger/twin-identity/commit/82a745d536e8fe42554e7ad92a7468a653fc0cfb))
|
|
129
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
130
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
131
|
+
* remove unused address index params in CLI ([c4c0cc1](https://github.com/iotaledger/twin-identity/commit/c4c0cc18e17804380cf52330e1b9de8716cc193d))
|
|
132
|
+
* 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))
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
### Dependencies
|
|
136
|
+
|
|
137
|
+
* The following workspace dependencies were updated
|
|
138
|
+
* dependencies
|
|
139
|
+
* @twin.org/identity-models bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
140
|
+
* @twin.org/identity-connector-iota bumped from 0.0.3-next.33 to 0.0.3-next.34
|
|
141
|
+
|
|
142
|
+
## [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)
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
### Features
|
|
146
|
+
|
|
147
|
+
* add addressIndex option to all commands ([a644674](https://github.com/iotaledger/twin-identity/commit/a644674017d1a8fe5d8685950316bec922a9b195))
|
|
148
|
+
* add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
|
|
149
|
+
* add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
|
|
150
|
+
* add mainnet support ([af56a38](https://github.com/iotaledger/twin-identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
|
|
151
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
152
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
153
|
+
* expanded cli methods ([#121](https://github.com/iotaledger/twin-identity/issues/121)) ([80a52b7](https://github.com/iotaledger/twin-identity/commit/80a52b779237cd633d1f2813fa976585cef6e551))
|
|
154
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
155
|
+
* 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))
|
|
156
|
+
* iota rebased release ([5d14674](https://github.com/iotaledger/twin-identity/commit/5d146744ca9eed622ef7eb34a7fa935216f9e975))
|
|
157
|
+
* support mainnet for alias extraction ([1114e0f](https://github.com/iotaledger/twin-identity/commit/1114e0f518070ef930d7d6ed73a616cce647206c))
|
|
158
|
+
* typescript 6 update ([e8806ad](https://github.com/iotaledger/twin-identity/commit/e8806ad6858c37be3c0f54c41cf654023773bef3))
|
|
159
|
+
* update dependencies ([c4d9393](https://github.com/iotaledger/twin-identity/commit/c4d939309ffea6937fe938f6097fd811677ab220))
|
|
160
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
161
|
+
* update namespaces and contexts ([#90](https://github.com/iotaledger/twin-identity/issues/90)) ([0c34d64](https://github.com/iotaledger/twin-identity/commit/0c34d64add8cca77856fa2d0357e774d72fbbfc1))
|
|
162
|
+
* use new generateKid method ([f0fe779](https://github.com/iotaledger/twin-identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
|
|
163
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
164
|
+
* verification method output JWK and hex on CLI ([49db9da](https://github.com/iotaledger/twin-identity/commit/49db9da2371eafdcd7176ce44303961b9b8b8380))
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
### Bug Fixes
|
|
168
|
+
|
|
169
|
+
* correct vault usage in cli commands ([#106](https://github.com/iotaledger/twin-identity/issues/106)) ([d81671d](https://github.com/iotaledger/twin-identity/commit/d81671d994390c9db7ded82e5f42b4bc521603fc))
|
|
170
|
+
* correctly display mainnet explorer urls ([45a9f3c](https://github.com/iotaledger/twin-identity/commit/45a9f3cc041cce7b40a86e98df306931a95f48ea))
|
|
171
|
+
* expiration date coerced to full date time ([83e94e3](https://github.com/iotaledger/twin-identity/commit/83e94e3fc2b982fbb41f87a177e0e79a7f2e4079))
|
|
172
|
+
* explorer urls in CLI ([82a745d](https://github.com/iotaledger/twin-identity/commit/82a745d536e8fe42554e7ad92a7468a653fc0cfb))
|
|
173
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
174
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
175
|
+
* remove unused address index params in CLI ([c4c0cc1](https://github.com/iotaledger/twin-identity/commit/c4c0cc18e17804380cf52330e1b9de8716cc193d))
|
|
176
|
+
* 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))
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
### Dependencies
|
|
180
|
+
|
|
181
|
+
* The following workspace dependencies were updated
|
|
182
|
+
* dependencies
|
|
183
|
+
* @twin.org/identity-models bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
184
|
+
* @twin.org/identity-connector-iota bumped from 0.0.3-next.32 to 0.0.3-next.33
|
|
185
|
+
|
|
186
|
+
## [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)
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
### Miscellaneous Chores
|
|
190
|
+
|
|
191
|
+
* **identity-cli:** Synchronize repo versions
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
### Dependencies
|
|
195
|
+
|
|
196
|
+
* The following workspace dependencies were updated
|
|
197
|
+
* dependencies
|
|
198
|
+
* @twin.org/identity-models bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
199
|
+
* @twin.org/identity-connector-iota bumped from 0.0.3-next.31 to 0.0.3-next.32
|
|
200
|
+
|
|
201
|
+
## [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)
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
### Miscellaneous Chores
|
|
205
|
+
|
|
206
|
+
* **identity-cli:** Synchronize repo versions
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
### Dependencies
|
|
210
|
+
|
|
211
|
+
* The following workspace dependencies were updated
|
|
212
|
+
* dependencies
|
|
213
|
+
* @twin.org/identity-models bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
214
|
+
* @twin.org/identity-connector-iota bumped from 0.0.3-next.30 to 0.0.3-next.31
|
|
215
|
+
|
|
216
|
+
## [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)
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
### Miscellaneous Chores
|
|
220
|
+
|
|
221
|
+
* **identity-cli:** Synchronize repo versions
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
### Dependencies
|
|
225
|
+
|
|
226
|
+
* The following workspace dependencies were updated
|
|
227
|
+
* dependencies
|
|
228
|
+
* @twin.org/identity-models bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
229
|
+
* @twin.org/identity-connector-iota bumped from 0.0.3-next.29 to 0.0.3-next.30
|
|
230
|
+
|
|
231
|
+
## [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)
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
### Miscellaneous Chores
|
|
235
|
+
|
|
236
|
+
* **identity-cli:** Synchronize repo versions
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
### Dependencies
|
|
240
|
+
|
|
241
|
+
* The following workspace dependencies were updated
|
|
242
|
+
* dependencies
|
|
243
|
+
* @twin.org/identity-models bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
244
|
+
* @twin.org/identity-connector-iota bumped from 0.0.3-next.28 to 0.0.3-next.29
|
|
245
|
+
|
|
246
|
+
## [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)
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
### Miscellaneous Chores
|
|
250
|
+
|
|
251
|
+
* **identity-cli:** Synchronize repo versions
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
### Dependencies
|
|
255
|
+
|
|
256
|
+
* The following workspace dependencies were updated
|
|
257
|
+
* dependencies
|
|
258
|
+
* @twin.org/identity-models bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
259
|
+
* @twin.org/identity-connector-iota bumped from 0.0.3-next.27 to 0.0.3-next.28
|
|
260
|
+
|
|
261
|
+
## [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)
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
### Miscellaneous Chores
|
|
265
|
+
|
|
266
|
+
* **identity-cli:** Synchronize repo versions
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
### Dependencies
|
|
270
|
+
|
|
271
|
+
* The following workspace dependencies were updated
|
|
272
|
+
* dependencies
|
|
273
|
+
* @twin.org/identity-models bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
274
|
+
* @twin.org/identity-connector-iota bumped from 0.0.3-next.26 to 0.0.3-next.27
|
|
275
|
+
|
|
276
|
+
## [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)
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
### Miscellaneous Chores
|
|
280
|
+
|
|
281
|
+
* **identity-cli:** Synchronize repo versions
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
### Dependencies
|
|
285
|
+
|
|
286
|
+
* The following workspace dependencies were updated
|
|
287
|
+
* dependencies
|
|
288
|
+
* @twin.org/identity-models bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
289
|
+
* @twin.org/identity-connector-iota bumped from 0.0.3-next.25 to 0.0.3-next.26
|
|
290
|
+
|
|
291
|
+
## [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)
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
### Features
|
|
295
|
+
|
|
296
|
+
* update dependencies ([c4d9393](https://github.com/iotaledger/twin-identity/commit/c4d939309ffea6937fe938f6097fd811677ab220))
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
### Dependencies
|
|
300
|
+
|
|
301
|
+
* The following workspace dependencies were updated
|
|
302
|
+
* dependencies
|
|
303
|
+
* @twin.org/identity-models bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
304
|
+
* @twin.org/identity-connector-iota bumped from 0.0.3-next.24 to 0.0.3-next.25
|
|
305
|
+
|
|
306
|
+
## [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)
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
### Miscellaneous Chores
|
|
310
|
+
|
|
311
|
+
* **identity-cli:** Synchronize repo versions
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
### Dependencies
|
|
315
|
+
|
|
316
|
+
* The following workspace dependencies were updated
|
|
317
|
+
* dependencies
|
|
318
|
+
* @twin.org/identity-models bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
319
|
+
* @twin.org/identity-connector-iota bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
320
|
+
|
|
321
|
+
## [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)
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
### Features
|
|
325
|
+
|
|
326
|
+
* typescript 6 update ([e8806ad](https://github.com/iotaledger/twin-identity/commit/e8806ad6858c37be3c0f54c41cf654023773bef3))
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
### Dependencies
|
|
330
|
+
|
|
331
|
+
* The following workspace dependencies were updated
|
|
332
|
+
* dependencies
|
|
333
|
+
* @twin.org/identity-models bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
334
|
+
* @twin.org/identity-connector-iota bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
335
|
+
|
|
336
|
+
## [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)
|
|
337
|
+
|
|
338
|
+
|
|
339
|
+
### Miscellaneous Chores
|
|
340
|
+
|
|
341
|
+
* **identity-cli:** Synchronize repo versions
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
### Dependencies
|
|
345
|
+
|
|
346
|
+
* The following workspace dependencies were updated
|
|
347
|
+
* dependencies
|
|
348
|
+
* @twin.org/identity-models bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
349
|
+
* @twin.org/identity-connector-iota bumped from 0.0.3-next.21 to 0.0.3-next.22
|
|
350
|
+
|
|
351
|
+
## [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)
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
### Miscellaneous Chores
|
|
355
|
+
|
|
356
|
+
* **identity-cli:** Synchronize repo versions
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
### Dependencies
|
|
360
|
+
|
|
361
|
+
* The following workspace dependencies were updated
|
|
362
|
+
* dependencies
|
|
363
|
+
* @twin.org/identity-models bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
364
|
+
* @twin.org/identity-connector-iota bumped from 0.0.3-next.20 to 0.0.3-next.21
|
|
365
|
+
|
|
366
|
+
## [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)
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
### Features
|
|
370
|
+
|
|
371
|
+
* expanded cli methods ([#121](https://github.com/iotaledger/twin-identity/issues/121)) ([80a52b7](https://github.com/iotaledger/twin-identity/commit/80a52b779237cd633d1f2813fa976585cef6e551))
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
### Dependencies
|
|
375
|
+
|
|
376
|
+
* The following workspace dependencies were updated
|
|
377
|
+
* dependencies
|
|
378
|
+
* @twin.org/identity-models bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
379
|
+
* @twin.org/identity-connector-iota bumped from 0.0.3-next.19 to 0.0.3-next.20
|
|
380
|
+
|
|
381
|
+
## [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)
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
### Miscellaneous Chores
|
|
385
|
+
|
|
386
|
+
* **identity-cli:** Synchronize repo versions
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
### Dependencies
|
|
390
|
+
|
|
391
|
+
* The following workspace dependencies were updated
|
|
392
|
+
* dependencies
|
|
393
|
+
* @twin.org/identity-models bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
394
|
+
* @twin.org/identity-connector-iota bumped from 0.0.3-next.18 to 0.0.3-next.19
|
|
395
|
+
|
|
396
|
+
## [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)
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
### Miscellaneous Chores
|
|
400
|
+
|
|
401
|
+
* **identity-cli:** Synchronize repo versions
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
### Dependencies
|
|
405
|
+
|
|
406
|
+
* The following workspace dependencies were updated
|
|
407
|
+
* dependencies
|
|
408
|
+
* @twin.org/identity-models bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
409
|
+
* @twin.org/identity-connector-iota bumped from 0.0.3-next.17 to 0.0.3-next.18
|
|
410
|
+
|
|
411
|
+
## [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)
|
|
412
|
+
|
|
413
|
+
|
|
414
|
+
### Features
|
|
415
|
+
|
|
416
|
+
* 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))
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
### Dependencies
|
|
420
|
+
|
|
421
|
+
* The following workspace dependencies were updated
|
|
422
|
+
* dependencies
|
|
423
|
+
* @twin.org/identity-models bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
424
|
+
* @twin.org/identity-connector-iota bumped from 0.0.3-next.16 to 0.0.3-next.17
|
|
425
|
+
|
|
426
|
+
## [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)
|
|
427
|
+
|
|
428
|
+
|
|
429
|
+
### Miscellaneous Chores
|
|
430
|
+
|
|
431
|
+
* **identity-cli:** Synchronize repo versions
|
|
432
|
+
|
|
433
|
+
|
|
434
|
+
### Dependencies
|
|
435
|
+
|
|
436
|
+
* The following workspace dependencies were updated
|
|
437
|
+
* dependencies
|
|
438
|
+
* @twin.org/identity-models bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
439
|
+
* @twin.org/identity-connector-iota bumped from 0.0.3-next.15 to 0.0.3-next.16
|
|
440
|
+
|
|
441
|
+
## [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)
|
|
442
|
+
|
|
443
|
+
|
|
444
|
+
### Bug Fixes
|
|
445
|
+
|
|
446
|
+
* correct vault usage in cli commands ([#106](https://github.com/iotaledger/twin-identity/issues/106)) ([d81671d](https://github.com/iotaledger/twin-identity/commit/d81671d994390c9db7ded82e5f42b4bc521603fc))
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
### Dependencies
|
|
450
|
+
|
|
451
|
+
* The following workspace dependencies were updated
|
|
452
|
+
* dependencies
|
|
453
|
+
* @twin.org/identity-models bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
454
|
+
* @twin.org/identity-connector-iota bumped from 0.0.3-next.14 to 0.0.3-next.15
|
|
455
|
+
|
|
456
|
+
## [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)
|
|
457
|
+
|
|
458
|
+
|
|
459
|
+
### Miscellaneous Chores
|
|
460
|
+
|
|
461
|
+
* **identity-cli:** Synchronize repo versions
|
|
462
|
+
|
|
463
|
+
|
|
464
|
+
### Dependencies
|
|
465
|
+
|
|
466
|
+
* The following workspace dependencies were updated
|
|
467
|
+
* dependencies
|
|
468
|
+
* @twin.org/identity-models bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
469
|
+
* @twin.org/identity-connector-iota bumped from 0.0.3-next.13 to 0.0.3-next.14
|
|
470
|
+
|
|
471
|
+
## [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)
|
|
472
|
+
|
|
473
|
+
|
|
474
|
+
### Miscellaneous Chores
|
|
475
|
+
|
|
476
|
+
* **identity-cli:** Synchronize repo versions
|
|
477
|
+
|
|
478
|
+
|
|
479
|
+
### Dependencies
|
|
480
|
+
|
|
481
|
+
* The following workspace dependencies were updated
|
|
482
|
+
* dependencies
|
|
483
|
+
* @twin.org/identity-models bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
484
|
+
* @twin.org/identity-connector-iota bumped from 0.0.3-next.12 to 0.0.3-next.13
|
|
485
|
+
|
|
486
|
+
## [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)
|
|
487
|
+
|
|
488
|
+
|
|
489
|
+
### Miscellaneous Chores
|
|
490
|
+
|
|
491
|
+
* **identity-cli:** Synchronize repo versions
|
|
492
|
+
|
|
493
|
+
|
|
494
|
+
### Dependencies
|
|
495
|
+
|
|
496
|
+
* The following workspace dependencies were updated
|
|
497
|
+
* dependencies
|
|
498
|
+
* @twin.org/identity-models bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
499
|
+
* @twin.org/identity-connector-iota bumped from 0.0.3-next.11 to 0.0.3-next.12
|
|
500
|
+
|
|
501
|
+
## [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)
|
|
502
|
+
|
|
503
|
+
|
|
504
|
+
### Features
|
|
505
|
+
|
|
506
|
+
* add addressIndex option to all commands ([a644674](https://github.com/iotaledger/twin-identity/commit/a644674017d1a8fe5d8685950316bec922a9b195))
|
|
507
|
+
* add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
|
|
508
|
+
* add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
|
|
509
|
+
* add mainnet support ([af56a38](https://github.com/iotaledger/twin-identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
|
|
510
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
511
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
512
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
513
|
+
* iota rebased release ([5d14674](https://github.com/iotaledger/twin-identity/commit/5d146744ca9eed622ef7eb34a7fa935216f9e975))
|
|
514
|
+
* support mainnet for alias extraction ([1114e0f](https://github.com/iotaledger/twin-identity/commit/1114e0f518070ef930d7d6ed73a616cce647206c))
|
|
515
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
516
|
+
* update namespaces and contexts ([#90](https://github.com/iotaledger/twin-identity/issues/90)) ([0c34d64](https://github.com/iotaledger/twin-identity/commit/0c34d64add8cca77856fa2d0357e774d72fbbfc1))
|
|
517
|
+
* use new generateKid method ([f0fe779](https://github.com/iotaledger/twin-identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
|
|
518
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
519
|
+
* verification method output JWK and hex on CLI ([49db9da](https://github.com/iotaledger/twin-identity/commit/49db9da2371eafdcd7176ce44303961b9b8b8380))
|
|
520
|
+
|
|
521
|
+
|
|
522
|
+
### Bug Fixes
|
|
523
|
+
|
|
524
|
+
* correctly display mainnet explorer urls ([45a9f3c](https://github.com/iotaledger/twin-identity/commit/45a9f3cc041cce7b40a86e98df306931a95f48ea))
|
|
525
|
+
* expiration date coerced to full date time ([83e94e3](https://github.com/iotaledger/twin-identity/commit/83e94e3fc2b982fbb41f87a177e0e79a7f2e4079))
|
|
526
|
+
* explorer urls in CLI ([82a745d](https://github.com/iotaledger/twin-identity/commit/82a745d536e8fe42554e7ad92a7468a653fc0cfb))
|
|
527
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
528
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
529
|
+
* remove unused address index params in CLI ([c4c0cc1](https://github.com/iotaledger/twin-identity/commit/c4c0cc18e17804380cf52330e1b9de8716cc193d))
|
|
530
|
+
* 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))
|
|
531
|
+
|
|
532
|
+
|
|
533
|
+
### Dependencies
|
|
534
|
+
|
|
535
|
+
* The following workspace dependencies were updated
|
|
536
|
+
* dependencies
|
|
537
|
+
* @twin.org/identity-models bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
538
|
+
* @twin.org/identity-connector-iota bumped from 0.0.3-next.10 to 0.0.3-next.11
|
|
539
|
+
|
|
540
|
+
## [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)
|
|
541
|
+
|
|
542
|
+
|
|
543
|
+
### Bug Fixes
|
|
544
|
+
|
|
545
|
+
* expiration date coerced to full date time ([83e94e3](https://github.com/iotaledger/twin-identity/commit/83e94e3fc2b982fbb41f87a177e0e79a7f2e4079))
|
|
546
|
+
|
|
547
|
+
|
|
548
|
+
### Dependencies
|
|
549
|
+
|
|
550
|
+
* The following workspace dependencies were updated
|
|
551
|
+
* dependencies
|
|
552
|
+
* @twin.org/identity-models bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
553
|
+
* @twin.org/identity-connector-iota bumped from 0.0.3-next.9 to 0.0.3-next.10
|
|
554
|
+
|
|
555
|
+
## [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
556
|
|
|
5
557
|
|
|
6
558
|
### Bug Fixes
|
|
7
559
|
|
|
8
|
-
* update vault key naming convention to use document ID prefix ([#94](https://github.com/
|
|
560
|
+
* 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
561
|
|
|
10
562
|
|
|
11
563
|
### Dependencies
|
|
@@ -15,12 +567,12 @@
|
|
|
15
567
|
* @twin.org/identity-models bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
16
568
|
* @twin.org/identity-connector-iota bumped from 0.0.3-next.8 to 0.0.3-next.9
|
|
17
569
|
|
|
18
|
-
## [0.0.3-next.8](https://github.com/
|
|
570
|
+
## [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
571
|
|
|
20
572
|
|
|
21
573
|
### Features
|
|
22
574
|
|
|
23
|
-
* update namespaces and contexts ([#90](https://github.com/
|
|
575
|
+
* update namespaces and contexts ([#90](https://github.com/iotaledger/twin-identity/issues/90)) ([0c34d64](https://github.com/iotaledger/twin-identity/commit/0c34d64add8cca77856fa2d0357e774d72fbbfc1))
|
|
24
576
|
|
|
25
577
|
|
|
26
578
|
### Dependencies
|
|
@@ -30,7 +582,7 @@
|
|
|
30
582
|
* @twin.org/identity-models bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
31
583
|
* @twin.org/identity-connector-iota bumped from 0.0.3-next.7 to 0.0.3-next.8
|
|
32
584
|
|
|
33
|
-
## [0.0.3-next.7](https://github.com/
|
|
585
|
+
## [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
586
|
|
|
35
587
|
|
|
36
588
|
### Miscellaneous Chores
|
|
@@ -45,7 +597,7 @@
|
|
|
45
597
|
* @twin.org/identity-models bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
46
598
|
* @twin.org/identity-connector-iota bumped from 0.0.3-next.6 to 0.0.3-next.7
|
|
47
599
|
|
|
48
|
-
## [0.0.3-next.6](https://github.com/
|
|
600
|
+
## [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
601
|
|
|
50
602
|
|
|
51
603
|
### Miscellaneous Chores
|
|
@@ -60,12 +612,12 @@
|
|
|
60
612
|
* @twin.org/identity-models bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
61
613
|
* @twin.org/identity-connector-iota bumped from 0.0.3-next.5 to 0.0.3-next.6
|
|
62
614
|
|
|
63
|
-
## [0.0.3-next.5](https://github.com/
|
|
615
|
+
## [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
616
|
|
|
65
617
|
|
|
66
618
|
### Bug Fixes
|
|
67
619
|
|
|
68
|
-
* remove unused address index params in CLI ([c4c0cc1](https://github.com/
|
|
620
|
+
* remove unused address index params in CLI ([c4c0cc1](https://github.com/iotaledger/twin-identity/commit/c4c0cc18e17804380cf52330e1b9de8716cc193d))
|
|
69
621
|
|
|
70
622
|
|
|
71
623
|
### Dependencies
|
|
@@ -75,32 +627,32 @@
|
|
|
75
627
|
* @twin.org/identity-models bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
76
628
|
* @twin.org/identity-connector-iota bumped from 0.0.3-next.4 to 0.0.3-next.5
|
|
77
629
|
|
|
78
|
-
## [0.0.3-next.4](https://github.com/
|
|
630
|
+
## [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
631
|
|
|
80
632
|
|
|
81
633
|
### Features
|
|
82
634
|
|
|
83
|
-
* add addressIndex option to all commands ([a644674](https://github.com/
|
|
84
|
-
* add context id features ([#62](https://github.com/
|
|
85
|
-
* add expiration date option to vc creation ([73e05e1](https://github.com/
|
|
86
|
-
* add mainnet support ([af56a38](https://github.com/
|
|
87
|
-
* add validate-locales ([04d74b4](https://github.com/
|
|
88
|
-
* eslint migration to flat config ([fd6246d](https://github.com/
|
|
89
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
90
|
-
* iota rebased release ([5d14674](https://github.com/
|
|
91
|
-
* support mainnet for alias extraction ([1114e0f](https://github.com/
|
|
92
|
-
* update framework core ([c824497](https://github.com/
|
|
93
|
-
* use new generateKid method ([f0fe779](https://github.com/
|
|
94
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
95
|
-
* verification method output JWK and hex on CLI ([49db9da](https://github.com/
|
|
635
|
+
* add addressIndex option to all commands ([a644674](https://github.com/iotaledger/twin-identity/commit/a644674017d1a8fe5d8685950316bec922a9b195))
|
|
636
|
+
* add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
|
|
637
|
+
* add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
|
|
638
|
+
* add mainnet support ([af56a38](https://github.com/iotaledger/twin-identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
|
|
639
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
640
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
641
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
642
|
+
* iota rebased release ([5d14674](https://github.com/iotaledger/twin-identity/commit/5d146744ca9eed622ef7eb34a7fa935216f9e975))
|
|
643
|
+
* support mainnet for alias extraction ([1114e0f](https://github.com/iotaledger/twin-identity/commit/1114e0f518070ef930d7d6ed73a616cce647206c))
|
|
644
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
645
|
+
* use new generateKid method ([f0fe779](https://github.com/iotaledger/twin-identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
|
|
646
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
647
|
+
* verification method output JWK and hex on CLI ([49db9da](https://github.com/iotaledger/twin-identity/commit/49db9da2371eafdcd7176ce44303961b9b8b8380))
|
|
96
648
|
|
|
97
649
|
|
|
98
650
|
### Bug Fixes
|
|
99
651
|
|
|
100
|
-
* correctly display mainnet explorer urls ([45a9f3c](https://github.com/
|
|
101
|
-
* explorer urls in CLI ([82a745d](https://github.com/
|
|
102
|
-
* Import path and bump version ([#21](https://github.com/
|
|
103
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
652
|
+
* correctly display mainnet explorer urls ([45a9f3c](https://github.com/iotaledger/twin-identity/commit/45a9f3cc041cce7b40a86e98df306931a95f48ea))
|
|
653
|
+
* explorer urls in CLI ([82a745d](https://github.com/iotaledger/twin-identity/commit/82a745d536e8fe42554e7ad92a7468a653fc0cfb))
|
|
654
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
655
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
104
656
|
|
|
105
657
|
|
|
106
658
|
### Dependencies
|
|
@@ -110,7 +662,7 @@
|
|
|
110
662
|
* @twin.org/identity-models bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
111
663
|
* @twin.org/identity-connector-iota bumped from 0.0.3-next.3 to 0.0.3-next.4
|
|
112
664
|
|
|
113
|
-
## [0.0.3-next.3](https://github.com/
|
|
665
|
+
## [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
666
|
|
|
115
667
|
|
|
116
668
|
### Miscellaneous Chores
|
|
@@ -125,7 +677,7 @@
|
|
|
125
677
|
* @twin.org/identity-models bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
126
678
|
* @twin.org/identity-connector-iota bumped from 0.0.3-next.2 to 0.0.3-next.3
|
|
127
679
|
|
|
128
|
-
## [0.0.3-next.2](https://github.com/
|
|
680
|
+
## [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
681
|
|
|
130
682
|
|
|
131
683
|
### Miscellaneous Chores
|
|
@@ -140,32 +692,32 @@
|
|
|
140
692
|
* @twin.org/identity-models bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
141
693
|
* @twin.org/identity-connector-iota bumped from 0.0.3-next.1 to 0.0.3-next.2
|
|
142
694
|
|
|
143
|
-
## [0.0.3-next.1](https://github.com/
|
|
695
|
+
## [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
696
|
|
|
145
697
|
|
|
146
698
|
### Features
|
|
147
699
|
|
|
148
|
-
* add addressIndex option to all commands ([a644674](https://github.com/
|
|
149
|
-
* add context id features ([#62](https://github.com/
|
|
150
|
-
* add expiration date option to vc creation ([73e05e1](https://github.com/
|
|
151
|
-
* add mainnet support ([af56a38](https://github.com/
|
|
152
|
-
* add validate-locales ([04d74b4](https://github.com/
|
|
153
|
-
* eslint migration to flat config ([fd6246d](https://github.com/
|
|
154
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
155
|
-
* iota rebased release ([5d14674](https://github.com/
|
|
156
|
-
* support mainnet for alias extraction ([1114e0f](https://github.com/
|
|
157
|
-
* update framework core ([c824497](https://github.com/
|
|
158
|
-
* use new generateKid method ([f0fe779](https://github.com/
|
|
159
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
160
|
-
* verification method output JWK and hex on CLI ([49db9da](https://github.com/
|
|
700
|
+
* add addressIndex option to all commands ([a644674](https://github.com/iotaledger/twin-identity/commit/a644674017d1a8fe5d8685950316bec922a9b195))
|
|
701
|
+
* add context id features ([#62](https://github.com/iotaledger/twin-identity/issues/62)) ([e02ecca](https://github.com/iotaledger/twin-identity/commit/e02ecca9c45a849104bfbf7bc18a1f44e6eea8a1))
|
|
702
|
+
* add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
|
|
703
|
+
* add mainnet support ([af56a38](https://github.com/iotaledger/twin-identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
|
|
704
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
705
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
706
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
707
|
+
* iota rebased release ([5d14674](https://github.com/iotaledger/twin-identity/commit/5d146744ca9eed622ef7eb34a7fa935216f9e975))
|
|
708
|
+
* support mainnet for alias extraction ([1114e0f](https://github.com/iotaledger/twin-identity/commit/1114e0f518070ef930d7d6ed73a616cce647206c))
|
|
709
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
710
|
+
* use new generateKid method ([f0fe779](https://github.com/iotaledger/twin-identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
|
|
711
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
712
|
+
* verification method output JWK and hex on CLI ([49db9da](https://github.com/iotaledger/twin-identity/commit/49db9da2371eafdcd7176ce44303961b9b8b8380))
|
|
161
713
|
|
|
162
714
|
|
|
163
715
|
### Bug Fixes
|
|
164
716
|
|
|
165
|
-
* correctly display mainnet explorer urls ([45a9f3c](https://github.com/
|
|
166
|
-
* explorer urls in CLI ([82a745d](https://github.com/
|
|
167
|
-
* Import path and bump version ([#21](https://github.com/
|
|
168
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
717
|
+
* correctly display mainnet explorer urls ([45a9f3c](https://github.com/iotaledger/twin-identity/commit/45a9f3cc041cce7b40a86e98df306931a95f48ea))
|
|
718
|
+
* explorer urls in CLI ([82a745d](https://github.com/iotaledger/twin-identity/commit/82a745d536e8fe42554e7ad92a7468a653fc0cfb))
|
|
719
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
720
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
169
721
|
|
|
170
722
|
|
|
171
723
|
### Dependencies
|
|
@@ -175,7 +727,7 @@
|
|
|
175
727
|
* @twin.org/identity-models bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
176
728
|
* @twin.org/identity-connector-iota bumped from 0.0.3-next.0 to 0.0.3-next.1
|
|
177
729
|
|
|
178
|
-
## [0.0.2-next.10](https://github.com/
|
|
730
|
+
## [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
731
|
|
|
180
732
|
|
|
181
733
|
### Miscellaneous Chores
|
|
@@ -190,12 +742,12 @@
|
|
|
190
742
|
* @twin.org/identity-models bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
191
743
|
* @twin.org/identity-connector-iota bumped from 0.0.2-next.9 to 0.0.2-next.10
|
|
192
744
|
|
|
193
|
-
## [0.0.2-next.9](https://github.com/
|
|
745
|
+
## [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
746
|
|
|
195
747
|
|
|
196
748
|
### Features
|
|
197
749
|
|
|
198
|
-
* add validate-locales ([04d74b4](https://github.com/
|
|
750
|
+
* add validate-locales ([04d74b4](https://github.com/iotaledger/twin-identity/commit/04d74b4d1ebe42672e8ca75a7bdb8e3556afd0be))
|
|
199
751
|
|
|
200
752
|
|
|
201
753
|
### Dependencies
|
|
@@ -205,7 +757,7 @@
|
|
|
205
757
|
* @twin.org/identity-models bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
206
758
|
* @twin.org/identity-connector-iota bumped from 0.0.2-next.8 to 0.0.2-next.9
|
|
207
759
|
|
|
208
|
-
## [0.0.2-next.8](https://github.com/
|
|
760
|
+
## [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
761
|
|
|
210
762
|
|
|
211
763
|
### Miscellaneous Chores
|
|
@@ -220,7 +772,7 @@
|
|
|
220
772
|
* @twin.org/identity-models bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
221
773
|
* @twin.org/identity-connector-iota bumped from 0.0.2-next.7 to 0.0.2-next.8
|
|
222
774
|
|
|
223
|
-
## [0.0.2-next.7](https://github.com/
|
|
775
|
+
## [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
776
|
|
|
225
777
|
|
|
226
778
|
### Miscellaneous Chores
|
|
@@ -235,7 +787,7 @@
|
|
|
235
787
|
* @twin.org/identity-models bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
236
788
|
* @twin.org/identity-connector-iota bumped from 0.0.2-next.6 to 0.0.2-next.7
|
|
237
789
|
|
|
238
|
-
## [0.0.2-next.6](https://github.com/
|
|
790
|
+
## [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
791
|
|
|
240
792
|
|
|
241
793
|
### Miscellaneous Chores
|
|
@@ -250,12 +802,12 @@
|
|
|
250
802
|
* @twin.org/identity-models bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
251
803
|
* @twin.org/identity-connector-iota bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
252
804
|
|
|
253
|
-
## [0.0.2-next.5](https://github.com/
|
|
805
|
+
## [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
806
|
|
|
255
807
|
|
|
256
808
|
### Features
|
|
257
809
|
|
|
258
|
-
* add addressIndex option to all commands ([a644674](https://github.com/
|
|
810
|
+
* add addressIndex option to all commands ([a644674](https://github.com/iotaledger/twin-identity/commit/a644674017d1a8fe5d8685950316bec922a9b195))
|
|
259
811
|
|
|
260
812
|
|
|
261
813
|
### Dependencies
|
|
@@ -265,12 +817,12 @@
|
|
|
265
817
|
* @twin.org/identity-models bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
266
818
|
* @twin.org/identity-connector-iota bumped from 0.0.2-next.4 to 0.0.2-next.5
|
|
267
819
|
|
|
268
|
-
## [0.0.2-next.4](https://github.com/
|
|
820
|
+
## [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
821
|
|
|
270
822
|
|
|
271
823
|
### Features
|
|
272
824
|
|
|
273
|
-
* add expiration date option to vc creation ([73e05e1](https://github.com/
|
|
825
|
+
* add expiration date option to vc creation ([73e05e1](https://github.com/iotaledger/twin-identity/commit/73e05e1ae61112c7e056889969751f4ff82d9f29))
|
|
274
826
|
|
|
275
827
|
|
|
276
828
|
### Dependencies
|
|
@@ -280,12 +832,12 @@
|
|
|
280
832
|
* @twin.org/identity-models bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
281
833
|
* @twin.org/identity-connector-iota bumped from 0.0.2-next.3 to 0.0.2-next.4
|
|
282
834
|
|
|
283
|
-
## [0.0.2-next.3](https://github.com/
|
|
835
|
+
## [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
836
|
|
|
285
837
|
|
|
286
838
|
### Features
|
|
287
839
|
|
|
288
|
-
* eslint migration to flat config ([fd6246d](https://github.com/
|
|
840
|
+
* eslint migration to flat config ([fd6246d](https://github.com/iotaledger/twin-identity/commit/fd6246d566280b6d5d10a108eb1e92c4b510f2f2))
|
|
289
841
|
|
|
290
842
|
|
|
291
843
|
### Dependencies
|
|
@@ -295,12 +847,12 @@
|
|
|
295
847
|
* @twin.org/identity-models bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
296
848
|
* @twin.org/identity-connector-iota bumped from 0.0.2-next.2 to 0.0.2-next.3
|
|
297
849
|
|
|
298
|
-
## [0.0.2-next.2](https://github.com/
|
|
850
|
+
## [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
851
|
|
|
300
852
|
|
|
301
853
|
### Features
|
|
302
854
|
|
|
303
|
-
* update framework core ([c824497](https://github.com/
|
|
855
|
+
* update framework core ([c824497](https://github.com/iotaledger/twin-identity/commit/c82449709af0215eb7af496cf687c93fb30b5ae0))
|
|
304
856
|
|
|
305
857
|
|
|
306
858
|
### Dependencies
|
|
@@ -310,26 +862,26 @@
|
|
|
310
862
|
* @twin.org/identity-models bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
311
863
|
* @twin.org/identity-connector-iota bumped from 0.0.2-next.1 to 0.0.2-next.2
|
|
312
864
|
|
|
313
|
-
## [0.0.2-next.1](https://github.com/
|
|
865
|
+
## [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
866
|
|
|
315
867
|
|
|
316
868
|
### Features
|
|
317
869
|
|
|
318
|
-
* add mainnet support ([af56a38](https://github.com/
|
|
319
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
320
|
-
* iota rebased release ([5d14674](https://github.com/
|
|
321
|
-
* support mainnet for alias extraction ([1114e0f](https://github.com/
|
|
322
|
-
* use new generateKid method ([f0fe779](https://github.com/
|
|
323
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
324
|
-
* verification method output JWK and hex on CLI ([49db9da](https://github.com/
|
|
870
|
+
* add mainnet support ([af56a38](https://github.com/iotaledger/twin-identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
|
|
871
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
872
|
+
* iota rebased release ([5d14674](https://github.com/iotaledger/twin-identity/commit/5d146744ca9eed622ef7eb34a7fa935216f9e975))
|
|
873
|
+
* support mainnet for alias extraction ([1114e0f](https://github.com/iotaledger/twin-identity/commit/1114e0f518070ef930d7d6ed73a616cce647206c))
|
|
874
|
+
* use new generateKid method ([f0fe779](https://github.com/iotaledger/twin-identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
|
|
875
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
876
|
+
* verification method output JWK and hex on CLI ([49db9da](https://github.com/iotaledger/twin-identity/commit/49db9da2371eafdcd7176ce44303961b9b8b8380))
|
|
325
877
|
|
|
326
878
|
|
|
327
879
|
### Bug Fixes
|
|
328
880
|
|
|
329
|
-
* correctly display mainnet explorer urls ([45a9f3c](https://github.com/
|
|
330
|
-
* explorer urls in CLI ([82a745d](https://github.com/
|
|
331
|
-
* Import path and bump version ([#21](https://github.com/
|
|
332
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
881
|
+
* correctly display mainnet explorer urls ([45a9f3c](https://github.com/iotaledger/twin-identity/commit/45a9f3cc041cce7b40a86e98df306931a95f48ea))
|
|
882
|
+
* explorer urls in CLI ([82a745d](https://github.com/iotaledger/twin-identity/commit/82a745d536e8fe42554e7ad92a7468a653fc0cfb))
|
|
883
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
884
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
333
885
|
|
|
334
886
|
|
|
335
887
|
### Dependencies
|
|
@@ -344,7 +896,7 @@
|
|
|
344
896
|
|
|
345
897
|
### Features
|
|
346
898
|
|
|
347
|
-
* release to production ([8450ad7](https://github.com/
|
|
899
|
+
* release to production ([8450ad7](https://github.com/iotaledger/twin-identity/commit/8450ad727e0c4d665f2ce483e41798c2ff5b7d55))
|
|
348
900
|
|
|
349
901
|
|
|
350
902
|
### Dependencies
|
|
@@ -354,7 +906,7 @@
|
|
|
354
906
|
* @twin.org/identity-models bumped from ^0.0.0 to ^0.0.1
|
|
355
907
|
* @twin.org/identity-connector-iota bumped from ^0.0.0 to ^0.0.1
|
|
356
908
|
|
|
357
|
-
## [0.0.1-next.57](https://github.com/
|
|
909
|
+
## [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
910
|
|
|
359
911
|
|
|
360
912
|
### Miscellaneous Chores
|
|
@@ -369,7 +921,7 @@
|
|
|
369
921
|
* @twin.org/identity-models bumped from 0.0.1-next.56 to 0.0.1-next.57
|
|
370
922
|
* @twin.org/identity-connector-iota bumped from 0.0.1-next.56 to 0.0.1-next.57
|
|
371
923
|
|
|
372
|
-
## [0.0.1-next.56](https://github.com/
|
|
924
|
+
## [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
925
|
|
|
374
926
|
|
|
375
927
|
### Miscellaneous Chores
|
|
@@ -384,25 +936,25 @@
|
|
|
384
936
|
* @twin.org/identity-models bumped from 0.0.1-next.55 to 0.0.1-next.56
|
|
385
937
|
* @twin.org/identity-connector-iota bumped from 0.0.1-next.55 to 0.0.1-next.56
|
|
386
938
|
|
|
387
|
-
## [0.0.1-next.55](https://github.com/
|
|
939
|
+
## [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
940
|
|
|
389
941
|
|
|
390
942
|
### Features
|
|
391
943
|
|
|
392
|
-
* add mainnet support ([af56a38](https://github.com/
|
|
393
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
394
|
-
* iota rebased release ([5d14674](https://github.com/
|
|
395
|
-
* support mainnet for alias extraction ([1114e0f](https://github.com/
|
|
396
|
-
* use new generateKid method ([f0fe779](https://github.com/
|
|
397
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
398
|
-
* verification method output JWK and hex on CLI ([49db9da](https://github.com/
|
|
944
|
+
* add mainnet support ([af56a38](https://github.com/iotaledger/twin-identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
|
|
945
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
946
|
+
* iota rebased release ([5d14674](https://github.com/iotaledger/twin-identity/commit/5d146744ca9eed622ef7eb34a7fa935216f9e975))
|
|
947
|
+
* support mainnet for alias extraction ([1114e0f](https://github.com/iotaledger/twin-identity/commit/1114e0f518070ef930d7d6ed73a616cce647206c))
|
|
948
|
+
* use new generateKid method ([f0fe779](https://github.com/iotaledger/twin-identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
|
|
949
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
950
|
+
* verification method output JWK and hex on CLI ([49db9da](https://github.com/iotaledger/twin-identity/commit/49db9da2371eafdcd7176ce44303961b9b8b8380))
|
|
399
951
|
|
|
400
952
|
|
|
401
953
|
### Bug Fixes
|
|
402
954
|
|
|
403
|
-
* explorer urls in CLI ([82a745d](https://github.com/
|
|
404
|
-
* Import path and bump version ([#21](https://github.com/
|
|
405
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
955
|
+
* explorer urls in CLI ([82a745d](https://github.com/iotaledger/twin-identity/commit/82a745d536e8fe42554e7ad92a7468a653fc0cfb))
|
|
956
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
957
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
406
958
|
|
|
407
959
|
|
|
408
960
|
### Dependencies
|
|
@@ -412,7 +964,7 @@
|
|
|
412
964
|
* @twin.org/identity-models bumped from 0.0.1-next.54 to 0.0.1-next.55
|
|
413
965
|
* @twin.org/identity-connector-iota bumped from 0.0.1-next.54 to 0.0.1-next.55
|
|
414
966
|
|
|
415
|
-
## [0.0.1-next.54](https://github.com/
|
|
967
|
+
## [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
968
|
|
|
417
969
|
|
|
418
970
|
### Miscellaneous Chores
|
|
@@ -427,7 +979,7 @@
|
|
|
427
979
|
* @twin.org/identity-models bumped from 0.0.1-next.53 to 0.0.1-next.54
|
|
428
980
|
* @twin.org/identity-connector-iota bumped from 0.0.1-next.53 to 0.0.1-next.54
|
|
429
981
|
|
|
430
|
-
## [0.0.1-next.53](https://github.com/
|
|
982
|
+
## [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
983
|
|
|
432
984
|
|
|
433
985
|
### Miscellaneous Chores
|
|
@@ -442,7 +994,7 @@
|
|
|
442
994
|
* @twin.org/identity-models bumped from 0.0.1-next.52 to 0.0.1-next.53
|
|
443
995
|
* @twin.org/identity-connector-iota bumped from 0.0.1-next.52 to 0.0.1-next.53
|
|
444
996
|
|
|
445
|
-
## [0.0.1-next.52](https://github.com/
|
|
997
|
+
## [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
998
|
|
|
447
999
|
|
|
448
1000
|
### Miscellaneous Chores
|
|
@@ -457,12 +1009,12 @@
|
|
|
457
1009
|
* @twin.org/identity-models bumped from 0.0.1-next.51 to 0.0.1-next.52
|
|
458
1010
|
* @twin.org/identity-connector-iota bumped from 0.0.1-next.51 to 0.0.1-next.52
|
|
459
1011
|
|
|
460
|
-
## [0.0.1-next.51](https://github.com/
|
|
1012
|
+
## [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
1013
|
|
|
462
1014
|
|
|
463
1015
|
### Features
|
|
464
1016
|
|
|
465
|
-
* support mainnet for alias extraction ([1114e0f](https://github.com/
|
|
1017
|
+
* support mainnet for alias extraction ([1114e0f](https://github.com/iotaledger/twin-identity/commit/1114e0f518070ef930d7d6ed73a616cce647206c))
|
|
466
1018
|
|
|
467
1019
|
|
|
468
1020
|
### Dependencies
|
|
@@ -472,12 +1024,12 @@
|
|
|
472
1024
|
* @twin.org/identity-models bumped from 0.0.1-next.50 to 0.0.1-next.51
|
|
473
1025
|
* @twin.org/identity-connector-iota bumped from 0.0.1-next.50 to 0.0.1-next.51
|
|
474
1026
|
|
|
475
|
-
## [0.0.1-next.50](https://github.com/
|
|
1027
|
+
## [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
1028
|
|
|
477
1029
|
|
|
478
1030
|
### Features
|
|
479
1031
|
|
|
480
|
-
* use new generateKid method ([f0fe779](https://github.com/
|
|
1032
|
+
* use new generateKid method ([f0fe779](https://github.com/iotaledger/twin-identity/commit/f0fe779323b675575bb9f80aa74f1957dc57a094))
|
|
481
1033
|
|
|
482
1034
|
|
|
483
1035
|
### Dependencies
|
|
@@ -487,12 +1039,12 @@
|
|
|
487
1039
|
* @twin.org/identity-models bumped from 0.0.1-next.49 to 0.0.1-next.50
|
|
488
1040
|
* @twin.org/identity-connector-iota bumped from 0.0.1-next.49 to 0.0.1-next.50
|
|
489
1041
|
|
|
490
|
-
## [0.0.1-next.49](https://github.com/
|
|
1042
|
+
## [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
1043
|
|
|
492
1044
|
|
|
493
1045
|
### Features
|
|
494
1046
|
|
|
495
|
-
* verification method output JWK and hex on CLI ([49db9da](https://github.com/
|
|
1047
|
+
* verification method output JWK and hex on CLI ([49db9da](https://github.com/iotaledger/twin-identity/commit/49db9da2371eafdcd7176ce44303961b9b8b8380))
|
|
496
1048
|
|
|
497
1049
|
|
|
498
1050
|
### Dependencies
|
|
@@ -502,12 +1054,12 @@
|
|
|
502
1054
|
* @twin.org/identity-models bumped from 0.0.1-next.48 to 0.0.1-next.49
|
|
503
1055
|
* @twin.org/identity-connector-iota bumped from 0.0.1-next.48 to 0.0.1-next.49
|
|
504
1056
|
|
|
505
|
-
## [0.0.1-next.48](https://github.com/
|
|
1057
|
+
## [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
1058
|
|
|
507
1059
|
|
|
508
1060
|
### Features
|
|
509
1061
|
|
|
510
|
-
* add mainnet support ([af56a38](https://github.com/
|
|
1062
|
+
* add mainnet support ([af56a38](https://github.com/iotaledger/twin-identity/commit/af56a382837896cd4e13d5814c0924c46658b99c))
|
|
511
1063
|
|
|
512
1064
|
|
|
513
1065
|
### Dependencies
|
|
@@ -517,12 +1069,12 @@
|
|
|
517
1069
|
* @twin.org/identity-models bumped from 0.0.1-next.47 to 0.0.1-next.48
|
|
518
1070
|
* @twin.org/identity-connector-iota bumped from 0.0.1-next.47 to 0.0.1-next.48
|
|
519
1071
|
|
|
520
|
-
## [0.0.1-next.47](https://github.com/
|
|
1072
|
+
## [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
1073
|
|
|
522
1074
|
|
|
523
1075
|
### Features
|
|
524
1076
|
|
|
525
|
-
* identity key separator use slash ([1319d0d](https://github.com/
|
|
1077
|
+
* identity key separator use slash ([1319d0d](https://github.com/iotaledger/twin-identity/commit/1319d0d07164a36b3ec279e6421b8835ffefc3d3))
|
|
526
1078
|
|
|
527
1079
|
|
|
528
1080
|
### Dependencies
|
|
@@ -532,20 +1084,20 @@
|
|
|
532
1084
|
* @twin.org/identity-models bumped from 0.0.1-next.46 to 0.0.1-next.47
|
|
533
1085
|
* @twin.org/identity-connector-iota bumped from 0.0.1-next.46 to 0.0.1-next.47
|
|
534
1086
|
|
|
535
|
-
## [0.0.1-next.46](https://github.com/
|
|
1087
|
+
## [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
1088
|
|
|
537
1089
|
|
|
538
1090
|
### Features
|
|
539
1091
|
|
|
540
|
-
* iota rebased release ([5d14674](https://github.com/
|
|
541
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
1092
|
+
* iota rebased release ([5d14674](https://github.com/iotaledger/twin-identity/commit/5d146744ca9eed622ef7eb34a7fa935216f9e975))
|
|
1093
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
542
1094
|
|
|
543
1095
|
|
|
544
1096
|
### Bug Fixes
|
|
545
1097
|
|
|
546
|
-
* explorer urls in CLI ([82a745d](https://github.com/
|
|
547
|
-
* Import path and bump version ([#21](https://github.com/
|
|
548
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
1098
|
+
* explorer urls in CLI ([82a745d](https://github.com/iotaledger/twin-identity/commit/82a745d536e8fe42554e7ad92a7468a653fc0cfb))
|
|
1099
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
1100
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
549
1101
|
|
|
550
1102
|
|
|
551
1103
|
### Dependencies
|
|
@@ -555,12 +1107,12 @@
|
|
|
555
1107
|
* @twin.org/identity-models bumped from 0.0.1-next.45 to 0.0.1-next.46
|
|
556
1108
|
* @twin.org/identity-connector-iota bumped from 0.0.1-next.45 to 0.0.1-next.46
|
|
557
1109
|
|
|
558
|
-
## [0.0.1-next.45](https://github.com/
|
|
1110
|
+
## [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
1111
|
|
|
560
1112
|
|
|
561
1113
|
### Features
|
|
562
1114
|
|
|
563
|
-
* iota rebased release ([5d14674](https://github.com/
|
|
1115
|
+
* iota rebased release ([5d14674](https://github.com/iotaledger/twin-identity/commit/5d146744ca9eed622ef7eb34a7fa935216f9e975))
|
|
564
1116
|
|
|
565
1117
|
|
|
566
1118
|
### Dependencies
|
|
@@ -570,7 +1122,7 @@
|
|
|
570
1122
|
* @twin.org/identity-models bumped from 0.0.1-next.44 to 0.0.1-next.45
|
|
571
1123
|
* @twin.org/identity-connector-iota bumped from 0.0.1-next.44 to 0.0.1-next.45
|
|
572
1124
|
|
|
573
|
-
## [0.0.1-next.44](https://github.com/
|
|
1125
|
+
## [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
1126
|
|
|
575
1127
|
|
|
576
1128
|
### Miscellaneous Chores
|
|
@@ -585,12 +1137,12 @@
|
|
|
585
1137
|
* @twin.org/identity-models bumped from 0.0.1-next.43 to 0.0.1-next.44
|
|
586
1138
|
* @twin.org/identity-connector-iota bumped from 0.0.1-next.43 to 0.0.1-next.44
|
|
587
1139
|
|
|
588
|
-
## [0.0.1-next.43](https://github.com/
|
|
1140
|
+
## [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
1141
|
|
|
590
1142
|
|
|
591
1143
|
### Bug Fixes
|
|
592
1144
|
|
|
593
|
-
* explorer urls in CLI ([82a745d](https://github.com/
|
|
1145
|
+
* explorer urls in CLI ([82a745d](https://github.com/iotaledger/twin-identity/commit/82a745d536e8fe42554e7ad92a7468a653fc0cfb))
|
|
594
1146
|
|
|
595
1147
|
|
|
596
1148
|
### Dependencies
|
|
@@ -600,12 +1152,12 @@
|
|
|
600
1152
|
* @twin.org/identity-models bumped from 0.0.1-next.42 to 0.0.1-next.43
|
|
601
1153
|
* @twin.org/identity-connector-iota bumped from 0.0.1-next.42 to 0.0.1-next.43
|
|
602
1154
|
|
|
603
|
-
## [0.0.1-next.42](https://github.com/
|
|
1155
|
+
## [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
1156
|
|
|
605
1157
|
|
|
606
1158
|
### Features
|
|
607
1159
|
|
|
608
|
-
* use shared store mechanism ([#27](https://github.com/
|
|
1160
|
+
* use shared store mechanism ([#27](https://github.com/iotaledger/twin-identity/issues/27)) ([ce41f3f](https://github.com/iotaledger/twin-identity/commit/ce41f3fc3da1b206ec06da7ea5b2c968f788804d))
|
|
609
1161
|
|
|
610
1162
|
|
|
611
1163
|
### Dependencies
|
|
@@ -615,7 +1167,7 @@
|
|
|
615
1167
|
* @twin.org/identity-models bumped from 0.0.1-next.41 to 0.0.1-next.42
|
|
616
1168
|
* @twin.org/identity-connector-iota bumped from 0.0.1-next.41 to 0.0.1-next.42
|
|
617
1169
|
|
|
618
|
-
## [0.0.1-next.41](https://github.com/
|
|
1170
|
+
## [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
1171
|
|
|
620
1172
|
|
|
621
1173
|
### Miscellaneous Chores
|
|
@@ -630,13 +1182,13 @@
|
|
|
630
1182
|
* @twin.org/identity-models bumped from 0.0.1-next.40 to 0.0.1-next.41
|
|
631
1183
|
* @twin.org/identity-connector-iota bumped from 0.0.1-next.40 to 0.0.1-next.41
|
|
632
1184
|
|
|
633
|
-
## [0.0.1-next.40](https://github.com/
|
|
1185
|
+
## [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
1186
|
|
|
635
1187
|
|
|
636
1188
|
### Bug Fixes
|
|
637
1189
|
|
|
638
|
-
* Import path and bump version ([#21](https://github.com/
|
|
639
|
-
* Install sdk-wasm ([#20](https://github.com/
|
|
1190
|
+
* Import path and bump version ([#21](https://github.com/iotaledger/twin-identity/issues/21)) ([ccea845](https://github.com/iotaledger/twin-identity/commit/ccea845bf32562267280bc1b3dde1c9af1a00360))
|
|
1191
|
+
* Install sdk-wasm ([#20](https://github.com/iotaledger/twin-identity/issues/20)) ([75ec14e](https://github.com/iotaledger/twin-identity/commit/75ec14e072f8c219863a1c028a3b0783802086e9))
|
|
640
1192
|
|
|
641
1193
|
|
|
642
1194
|
### Dependencies
|