@yerofey/cryptowallet-cli 1.38.0 → 1.38.1

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.
Files changed (3) hide show
  1. package/cli.js +2 -0
  2. package/package.json +2 -1
  3. package/src/Method.js +2 -2
package/cli.js CHANGED
@@ -81,6 +81,8 @@ if (inputThreads > availableThreads) {
81
81
  numThreads = defaultThreads;
82
82
  } else if (inputThreads <= 0) {
83
83
  numThreads = availableThreads;
84
+ } else {
85
+ numThreads = inputThreads;
84
86
  }
85
87
 
86
88
  if (isMainThread) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yerofey/cryptowallet-cli",
3
- "version": "1.38.0",
3
+ "version": "1.38.1",
4
4
  "description": "Crypto wallet generator CLI tool",
5
5
  "type": "module",
6
6
  "homepage": "https://github.com/yerofey/cryptowallet-cli",
@@ -117,6 +117,7 @@
117
117
  "@ton/ton": "^15.1.0",
118
118
  "@yerofey/dogecoin-bip84": "^0.0.5",
119
119
  "@yerofey/litecoin-bip84": "^0.0.5",
120
+ "bigint-buffer": "^1.1.5",
120
121
  "bip39": "3.1.0",
121
122
  "bip84": "^0.2.9",
122
123
  "bip86": "^0.0.4",
package/src/Method.js CHANGED
@@ -98,7 +98,7 @@ class Method {
98
98
  log();
99
99
  log(
100
100
  greenBright(
101
- '⬇️ You can import it into your favorite wallet app or use it to generate a wallet with "-m" flag'
101
+ '⬇️ You can import it into your favorite wallet app or use it to generate a wallet with "-m" flag'
102
102
  )
103
103
  );
104
104
 
@@ -577,7 +577,7 @@ class Method {
577
577
  appsString +=
578
578
  ' and any other wallet app (either using mnemonic or private key)';
579
579
  }
580
- log(greenBright('⬇️ You can import this wallet into ' + appsString));
580
+ log(greenBright('⬇️ You can import this wallet into ' + appsString));
581
581
  }
582
582
 
583
583
  // donation