@twin.org/nft-cli 0.0.1-next.8 → 0.0.1-next.9
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/dist/cjs/index.cjs +1 -1
- package/dist/esm/index.mjs +1 -1
- package/docs/changelog.md +1 -1
- package/package.json +2 -2
package/dist/cjs/index.cjs
CHANGED
|
@@ -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.
|
|
360
|
+
version: "0.0.1-next.9",
|
|
361
361
|
icon: "🌍",
|
|
362
362
|
supportsEnvFiles: true,
|
|
363
363
|
overrideOutputWidth: options?.overrideOutputWidth
|
package/dist/esm/index.mjs
CHANGED
|
@@ -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.
|
|
357
|
+
version: "0.0.1-next.9",
|
|
358
358
|
icon: "🌍",
|
|
359
359
|
supportsEnvFiles: true,
|
|
360
360
|
overrideOutputWidth: options?.overrideOutputWidth
|
package/docs/changelog.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/nft-cli",
|
|
3
|
-
"version": "0.0.1-next.
|
|
3
|
+
"version": "0.0.1-next.9",
|
|
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.
|
|
24
|
+
"@twin.org/nft-connector-iota": "0.0.1-next.9",
|
|
25
25
|
"@twin.org/vault-connector-entity-storage": "next",
|
|
26
26
|
"@twin.org/vault-models": "next",
|
|
27
27
|
"@twin.org/wallet-cli": "next",
|