@twin.org/nft-cli 0.0.1-next.17 → 0.0.1-next.18

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.
@@ -443,7 +443,7 @@ class CLI extends cliCore.CLIBase {
443
443
  return this.execute({
444
444
  title: "TWIN NFT",
445
445
  appName: "twin-nft",
446
- version: "0.0.1-next.17",
446
+ version: "0.0.1-next.18",
447
447
  icon: "🌍",
448
448
  supportsEnvFiles: true,
449
449
  overrideOutputWidth: options?.overrideOutputWidth
@@ -440,7 +440,7 @@ class CLI extends CLIBase {
440
440
  return this.execute({
441
441
  title: "TWIN NFT",
442
442
  appName: "twin-nft",
443
- version: "0.0.1-next.17",
443
+ version: "0.0.1-next.18",
444
444
  icon: "🌍",
445
445
  supportsEnvFiles: true,
446
446
  overrideOutputWidth: options?.overrideOutputWidth
package/docs/changelog.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # @twin.org/nft-cli - Changelog
2
2
 
3
- ## v0.0.1-next.17
3
+ ## v0.0.1-next.18
4
4
 
5
5
  - Initial Release
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/nft-cli",
3
- "version": "0.0.1-next.17",
3
+ "version": "0.0.1-next.18",
4
4
  "description": "A command line interface for interacting with the nft connectors",
5
5
  "repository": {
6
6
  "type": "git",
@@ -21,8 +21,8 @@
21
21
  "@twin.org/entity": "next",
22
22
  "@twin.org/entity-storage-connector-memory": "next",
23
23
  "@twin.org/nameof": "next",
24
- "@twin.org/nft-connector-iota": "0.0.1-next.17",
25
- "@twin.org/nft-connector-iota-rebased": "0.0.1-next.17",
24
+ "@twin.org/nft-connector-iota": "0.0.1-next.18",
25
+ "@twin.org/nft-connector-iota-rebased": "0.0.1-next.18",
26
26
  "@twin.org/vault-connector-entity-storage": "next",
27
27
  "@twin.org/vault-models": "next",
28
28
  "@twin.org/wallet-cli": "next",