@twin.org/crypto-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.
@@ -185,7 +185,7 @@ class CLI extends cliCore.CLIBase {
185
185
  return this.execute({
186
186
  title: "TWIN Crypto",
187
187
  appName: "twin-crypto",
188
- version: "0.0.1-next.7",
188
+ version: "0.0.1-next.8",
189
189
  icon: "🌍",
190
190
  supportsEnvFiles: true,
191
191
  overrideOutputWidth: options?.overrideOutputWidth
@@ -182,7 +182,7 @@ class CLI extends CLIBase {
182
182
  return this.execute({
183
183
  title: "TWIN Crypto",
184
184
  appName: "twin-crypto",
185
- version: "0.0.1-next.7",
185
+ version: "0.0.1-next.8",
186
186
  icon: "🌍",
187
187
  supportsEnvFiles: true,
188
188
  overrideOutputWidth: options?.overrideOutputWidth
package/docs/changelog.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # @twin.org/crypto-cli - Changelog
2
2
 
3
- ## 0.0.1-next.7
3
+ ## 0.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/crypto-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 crypto tools",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,9 +14,9 @@
14
14
  "node": ">=20.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@twin.org/cli-core": "0.0.1-next.7",
18
- "@twin.org/core": "0.0.1-next.7",
19
- "@twin.org/crypto": "0.0.1-next.7",
17
+ "@twin.org/cli-core": "0.0.1-next.8",
18
+ "@twin.org/core": "0.0.1-next.8",
19
+ "@twin.org/crypto": "0.0.1-next.8",
20
20
  "@twin.org/nameof": "next",
21
21
  "commander": "12.1.0"
22
22
  },