@twin.org/nft-cli 0.0.1-next.15 → 0.0.1-next.16
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 +3 -3
package/dist/cjs/index.cjs
CHANGED
|
@@ -451,7 +451,7 @@ class CLI extends cliCore.CLIBase {
|
|
|
451
451
|
return this.execute({
|
|
452
452
|
title: "TWIN NFT",
|
|
453
453
|
appName: "twin-nft",
|
|
454
|
-
version: "0.0.1-next.
|
|
454
|
+
version: "0.0.1-next.16",
|
|
455
455
|
icon: "🌍",
|
|
456
456
|
supportsEnvFiles: true,
|
|
457
457
|
overrideOutputWidth: options?.overrideOutputWidth
|
package/dist/esm/index.mjs
CHANGED
|
@@ -448,7 +448,7 @@ class CLI extends CLIBase {
|
|
|
448
448
|
return this.execute({
|
|
449
449
|
title: "TWIN NFT",
|
|
450
450
|
appName: "twin-nft",
|
|
451
|
-
version: "0.0.1-next.
|
|
451
|
+
version: "0.0.1-next.16",
|
|
452
452
|
icon: "🌍",
|
|
453
453
|
supportsEnvFiles: true,
|
|
454
454
|
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.16",
|
|
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.
|
|
25
|
-
"@twin.org/nft-connector-iota-rebased": "0.0.1-next.
|
|
24
|
+
"@twin.org/nft-connector-iota": "0.0.1-next.16",
|
|
25
|
+
"@twin.org/nft-connector-iota-rebased": "0.0.1-next.16",
|
|
26
26
|
"@twin.org/vault-connector-entity-storage": "next",
|
|
27
27
|
"@twin.org/vault-models": "next",
|
|
28
28
|
"@twin.org/wallet-cli": "next",
|