@yerofey/cryptowallet-cli 1.8.7 → 1.8.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.
Files changed (2) hide show
  1. package/README.md +7 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -138,16 +138,18 @@ $ cw -l
138
138
  - `-s` or `--suffix`: Specify desired suffix for the wallet address (**case-insensitive**)
139
139
  - `-S` or `--suffix-sensitive`: Specify desired suffix for the wallet address (**case-sensitive**)
140
140
  - `-v` or `--version`: Display current version of CW tool
141
- **Currently not necessary options:**
141
+
142
+ **Currently not necessary options:**
143
+
142
144
  - `-F` or `--filename`: Specify a filename (without extension) to output the data (works only with `-o` argument)
143
145
  - `-o` or `--output`: Specify a file format (currently only `csv` supported) to output the generated data
144
146
 
145
147
  ## Node.js supported versions
146
148
 
147
- - v16.x
148
- - v17.x
149
- - v18.x
150
- - v19.x
149
+ - [x] v16.x
150
+ - [ ] v17.x
151
+ - [x] v18.x
152
+ - [x] v19.x
151
153
 
152
154
  *tested on Mac M1*
153
155
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yerofey/cryptowallet-cli",
3
- "version": "1.8.7",
3
+ "version": "1.8.8",
4
4
  "description": "Crypto wallet generator CLI tool",
5
5
  "type": "module",
6
6
  "homepage": "https://github.com/yerofey/cryptowallet-cli",