@twin.org/nft-cli 0.0.1-next.24 → 0.0.1-next.26

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.
@@ -467,7 +467,7 @@ class CLI extends cliCore.CLIBase {
467
467
  return this.execute({
468
468
  title: "TWIN NFT",
469
469
  appName: "twin-nft",
470
- version: "0.0.1-next.24", // x-release-please-version
470
+ version: "0.0.1-next.26", // x-release-please-version
471
471
  icon: "🌍",
472
472
  supportsEnvFiles: true,
473
473
  overrideOutputWidth: options?.overrideOutputWidth
@@ -464,7 +464,7 @@ class CLI extends CLIBase {
464
464
  return this.execute({
465
465
  title: "TWIN NFT",
466
466
  appName: "twin-nft",
467
- version: "0.0.1-next.24", // x-release-please-version
467
+ version: "0.0.1-next.26", // x-release-please-version
468
468
  icon: "🌍",
469
469
  supportsEnvFiles: true,
470
470
  overrideOutputWidth: options?.overrideOutputWidth
package/docs/changelog.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @twin.org/nft-cli - Changelog
2
2
 
3
+ ## [0.0.1-next.26](https://github.com/twinfoundation/nft/compare/nft-cli-v0.0.1-next.25...nft-cli-v0.0.1-next.26) (2025-04-17)
4
+
5
+
6
+ ### Features
7
+
8
+ * use shared store mechanism ([#16](https://github.com/twinfoundation/nft/issues/16)) ([897bc78](https://github.com/twinfoundation/nft/commit/897bc7805248ba1388b2dd03df24c33f1633f344))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/nft-connector-iota bumped from 0.0.1-next.25 to 0.0.1-next.26
16
+ * @twin.org/nft-connector-iota-stardust bumped from 0.0.1-next.25 to 0.0.1-next.26
17
+
18
+ ## [0.0.1-next.25](https://github.com/twinfoundation/nft/compare/nft-cli-v0.0.1-next.24...nft-cli-v0.0.1-next.25) (2025-04-17)
19
+
20
+
21
+ ### Miscellaneous Chores
22
+
23
+ * **nft-cli:** Synchronize repo versions
24
+
25
+
26
+ ### Dependencies
27
+
28
+ * The following workspace dependencies were updated
29
+ * dependencies
30
+ * @twin.org/nft-connector-iota bumped from 0.0.1-next.24 to 0.0.1-next.25
31
+ * @twin.org/nft-connector-iota-stardust bumped from 0.0.1-next.24 to 0.0.1-next.25
32
+
3
33
  ## [0.0.1-next.24](https://github.com/twinfoundation/nft/compare/nft-cli-v0.0.1-next.23...nft-cli-v0.0.1-next.24) (2025-03-28)
4
34
 
5
35
 
@@ -8,13 +8,13 @@ The main entry point for the CLI.
8
8
 
9
9
  ## Constructors
10
10
 
11
- ### new CLI()
11
+ ### Constructor
12
12
 
13
- > **new CLI**(): [`CLI`](CLI.md)
13
+ > **new CLI**(): `CLI`
14
14
 
15
15
  #### Returns
16
16
 
17
- [`CLI`](CLI.md)
17
+ `CLI`
18
18
 
19
19
  #### Inherited from
20
20
 
@@ -24,7 +24,7 @@ The main entry point for the CLI.
24
24
 
25
25
  ### run()
26
26
 
27
- > **run**(`argv`, `localesDirectory`?, `options`?): `Promise`\<`number`\>
27
+ > **run**(`argv`, `localesDirectory?`, `options?`): `Promise`\<`number`\>
28
28
 
29
29
  Run the app.
30
30
 
@@ -1,6 +1,6 @@
1
1
  # Function: setupNftConnector()
2
2
 
3
- > **setupNftConnector**(`options`, `connector`?): `INftConnector`
3
+ > **setupNftConnector**(`options`, `connector?`): `INftConnector`
4
4
 
5
5
  Setup the NFT connector for use in the CLI commands.
6
6
 
@@ -1,5 +1,5 @@
1
1
  # Type Alias: NftConnectorTypes
2
2
 
3
- > **NftConnectorTypes**: *typeof* [`NftConnectorTypes`](../variables/NftConnectorTypes.md)\[keyof *typeof* [`NftConnectorTypes`](../variables/NftConnectorTypes.md)\]
3
+ > **NftConnectorTypes** = *typeof* [`NftConnectorTypes`](../variables/NftConnectorTypes.md)\[keyof *typeof* [`NftConnectorTypes`](../variables/NftConnectorTypes.md)\]
4
4
 
5
5
  The NFT connector types.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/nft-cli",
3
- "version": "0.0.1-next.24",
3
+ "version": "0.0.1-next.26",
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.24",
25
- "@twin.org/nft-connector-iota-stardust": "0.0.1-next.24",
24
+ "@twin.org/nft-connector-iota": "0.0.1-next.26",
25
+ "@twin.org/nft-connector-iota-stardust": "0.0.1-next.26",
26
26
  "@twin.org/vault-connector-entity-storage": "next",
27
27
  "@twin.org/vault-models": "next",
28
28
  "@twin.org/wallet-cli": "next",