@twin.org/identity-cli 0.0.1-next.31 → 0.0.1-next.33

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.
@@ -1092,7 +1092,7 @@ class CLI extends cliCore.CLIBase {
1092
1092
  return this.execute({
1093
1093
  title: "TWIN Identity",
1094
1094
  appName: "twin-identity",
1095
- version: "0.0.1-next.31",
1095
+ version: "0.0.1-next.33",
1096
1096
  icon: "🌍",
1097
1097
  supportsEnvFiles: true,
1098
1098
  overrideOutputWidth: options?.overrideOutputWidth
@@ -1089,7 +1089,7 @@ class CLI extends CLIBase {
1089
1089
  return this.execute({
1090
1090
  title: "TWIN Identity",
1091
1091
  appName: "twin-identity",
1092
- version: "0.0.1-next.31",
1092
+ version: "0.0.1-next.33",
1093
1093
  icon: "🌍",
1094
1094
  supportsEnvFiles: true,
1095
1095
  overrideOutputWidth: options?.overrideOutputWidth
@@ -259,10 +259,6 @@
259
259
  "documentNotFound": "The document could not be found",
260
260
  "resolveDocumentFailed": "Resolving the document failed \"{documentId}\""
261
261
  },
262
- "iotaUniversalResolverConnector": {
263
- "documentNotFound": "The document could not be found",
264
- "resolveDocumentFailed": "Resolving the document failed \"{documentId}\""
265
- },
266
262
  "iotaIdentityConnector": {
267
263
  "createDocumentFailed": "Creating the document failed",
268
264
  "missingDid": "The full id including DID is required",
package/docs/changelog.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # @twin.org/identity-cli - Changelog
2
2
 
3
- ## v0.0.1-next.31
3
+ ## v0.0.1-next.33
4
4
 
5
5
  - Initial Release
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/identity-cli",
3
- "version": "0.0.1-next.31",
3
+ "version": "0.0.1-next.33",
4
4
  "description": "A command line interface for interacting with the identity connectors",
5
5
  "repository": {
6
6
  "type": "git",
@@ -22,9 +22,9 @@
22
22
  "@twin.org/data-json-ld": "next",
23
23
  "@twin.org/entity": "next",
24
24
  "@twin.org/entity-storage-connector-memory": "next",
25
- "@twin.org/identity-connector-iota": "0.0.1-next.31",
26
- "@twin.org/identity-connector-iota-stardust": "0.0.1-next.31",
27
- "@twin.org/identity-models": "0.0.1-next.31",
25
+ "@twin.org/identity-connector-iota": "0.0.1-next.33",
26
+ "@twin.org/identity-connector-iota-stardust": "0.0.1-next.33",
27
+ "@twin.org/identity-models": "0.0.1-next.33",
28
28
  "@twin.org/nameof": "next",
29
29
  "@twin.org/standards-w3c-did": "next",
30
30
  "@twin.org/vault-connector-entity-storage": "next",