@yerofey/cryptowallet-cli 1.23.1 → 1.23.2

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 (2) hide show
  1. package/package.json +1 -1
  2. package/src/Method.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yerofey/cryptowallet-cli",
3
- "version": "1.23.1",
3
+ "version": "1.23.2",
4
4
  "description": "Crypto wallet generator CLI tool",
5
5
  "type": "module",
6
6
  "homepage": "https://github.com/yerofey/cryptowallet-cli",
package/src/Method.js CHANGED
@@ -481,7 +481,7 @@ class Method {
481
481
  cyan(
482
482
  `🔍 Found ${foundCount} matching wallet${
483
483
  foundMany ? 's' : ''
484
- }: 🆔${matchingWalletsIndexes.join(',')}`
484
+ }: 🆔 ${matchingWalletsIndexes.join(',')}`
485
485
  )
486
486
  );
487
487
  }