@twin.org/nft-cli 0.0.1-next.7 → 0.0.1-next.8

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/bin/index.js CHANGED
File without changes
@@ -357,7 +357,7 @@ class CLI extends cliCore.CLIBase {
357
357
  return this.execute({
358
358
  title: "TWIN NFT",
359
359
  appName: "twin-nft",
360
- version: "0.0.1-next.7",
360
+ version: "0.0.1-next.8",
361
361
  icon: "🌍",
362
362
  supportsEnvFiles: true,
363
363
  overrideOutputWidth: options?.overrideOutputWidth
@@ -354,7 +354,7 @@ class CLI extends CLIBase {
354
354
  return this.execute({
355
355
  title: "TWIN NFT",
356
356
  appName: "twin-nft",
357
- version: "0.0.1-next.7",
357
+ version: "0.0.1-next.8",
358
358
  icon: "🌍",
359
359
  supportsEnvFiles: true,
360
360
  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.7
3
+ ## v0.0.1-next.8
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.7",
3
+ "version": "0.0.1-next.8",
4
4
  "description": "A command line interface for interacting with the nft connectors",
5
5
  "repository": {
6
6
  "type": "git",
@@ -21,7 +21,7 @@
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.7",
24
+ "@twin.org/nft-connector-iota": "0.0.1-next.8",
25
25
  "@twin.org/vault-connector-entity-storage": "next",
26
26
  "@twin.org/vault-models": "next",
27
27
  "@twin.org/wallet-cli": "next",