@twin.org/identity-cli 0.0.1-next.26 → 0.0.1-next.27

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.
@@ -1093,7 +1093,7 @@ class CLI extends cliCore.CLIBase {
1093
1093
  return this.execute({
1094
1094
  title: "TWIN Identity",
1095
1095
  appName: "twin-identity",
1096
- version: "0.0.1-next.26",
1096
+ version: "0.0.1-next.27",
1097
1097
  icon: "🌍",
1098
1098
  supportsEnvFiles: true,
1099
1099
  overrideOutputWidth: options?.overrideOutputWidth
@@ -1090,7 +1090,7 @@ class CLI extends CLIBase {
1090
1090
  return this.execute({
1091
1091
  title: "TWIN Identity",
1092
1092
  appName: "twin-identity",
1093
- version: "0.0.1-next.26",
1093
+ version: "0.0.1-next.27",
1094
1094
  icon: "🌍",
1095
1095
  supportsEnvFiles: true,
1096
1096
  overrideOutputWidth: options?.overrideOutputWidth
package/docs/changelog.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # @twin.org/identity-cli - Changelog
2
2
 
3
- ## v0.0.1-next.26
3
+ ## v0.0.1-next.27
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.26",
3
+ "version": "0.0.1-next.27",
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.26",
26
- "@twin.org/identity-connector-iota-stardust": "0.0.1-next.26",
27
- "@twin.org/identity-models": "0.0.1-next.26",
25
+ "@twin.org/identity-connector-iota": "0.0.1-next.27",
26
+ "@twin.org/identity-connector-iota-stardust": "0.0.1-next.27",
27
+ "@twin.org/identity-models": "0.0.1-next.27",
28
28
  "@twin.org/nameof": "next",
29
29
  "@twin.org/standards-w3c-did": "next",
30
30
  "@twin.org/vault-connector-entity-storage": "next",