@twin.org/crypto-cli 0.0.1-next.15 → 0.0.1-next.17

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.15",
188
+ version: "0.0.1-next.17",
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.15",
185
+ version: "0.0.1-next.17",
186
186
  icon: "🌍",
187
187
  supportsEnvFiles: true,
188
188
  overrideOutputWidth: options?.overrideOutputWidth
@@ -113,9 +113,6 @@
113
113
  "base58": {
114
114
  "invalidCharacter": "Data contains a character \"{invalidCharacter}\" which is not in the charset"
115
115
  },
116
- "moduleHelper": {
117
- "getModuleEntry": "Failed to load entry \"{entry}\" from module \"{module}\""
118
- },
119
116
  "bip39": {
120
117
  "missingMnemonicWord": "The mnemonic contains a word not in the wordlist, \"{value}\"",
121
118
  "checksumMismatch": "The checksum does not match \"{newChecksum}\" != \"{checksumBits}\""
package/docs/changelog.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # @twin.org/crypto-cli - Changelog
2
2
 
3
- ## 0.0.1-next.15
3
+ ## 0.0.1-next.17
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.15",
3
+ "version": "0.0.1-next.17",
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.15",
18
- "@twin.org/core": "0.0.1-next.15",
19
- "@twin.org/crypto": "0.0.1-next.15",
17
+ "@twin.org/cli-core": "0.0.1-next.17",
18
+ "@twin.org/core": "0.0.1-next.17",
19
+ "@twin.org/crypto": "0.0.1-next.17",
20
20
  "@twin.org/nameof": "next",
21
21
  "commander": "12.1.0"
22
22
  },