@yerofey/cryptowallet-cli 1.41.1 → 1.41.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 (3) hide show
  1. package/README.md +9 -0
  2. package/cli.js +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -8,6 +8,15 @@
8
8
 
9
9
  ![Screenshot](https://i.imgur.com/uWuT4lF.png)
10
10
 
11
+ <p align=center>
12
+ <a href="https://paypal.me/Jerofej">
13
+ <img src="https://img.shields.io/badge/PayPal-00457C?style=for-the-badge&logo=paypal&logoColor=white" alt="Donate with PayPal" width="145" />
14
+ </a>
15
+ <a href="https://ko-fi.com/yerofey">
16
+ <img src="https://img.shields.io/badge/Ko--fi-FF5E5B?style=for-the-badge&logo=ko-fi&logoColor=white" alt="Ko-Fi" width="126" />
17
+ </a>
18
+ </p>
19
+
11
20
  ## Features
12
21
 
13
22
  - [x] Generate brand new crypto wallet address (offline)
package/cli.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yerofey/cryptowallet-cli",
3
- "version": "1.41.1",
3
+ "version": "1.41.2",
4
4
  "description": "Crypto wallet generator CLI tool",
5
5
  "type": "module",
6
6
  "homepage": "https://github.com/yerofey/cryptowallet-cli",