hodl-wallet 1.0.4 → 1.0.6

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 +1 -1
  2. package/package.json +39 -37
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # 🧊 HODL Wallet: Blazing-fast, transparent, and ad-free crypto wallet!
2
2
 
3
- ![HODL Wallet](example.jpg)
3
+ ![HODL Wallet](https://raw.githubusercontent.com/clasen/HODL/refs/heads/master/example.jpg)
4
4
 
5
5
  ## 🚀 Why HODL Wallet?
6
6
 
package/package.json CHANGED
@@ -1,39 +1,41 @@
1
1
  {
2
- "name": "hodl-wallet",
3
- "version": "1.0.4",
4
- "description": "",
5
- "main": "index.mjs",
6
- "bin": {
7
- "hodl": "./index.mjs"
8
- },
9
- "scripts": {
10
- "start": "node ./index.mjs",
11
- "test": "echo \"Error: no test specified\" && exit 1"
12
- },
13
- "keywords": [
14
- "hodl",
15
- "wallet",
16
- "crypto",
17
- "ethereum",
18
- "bsc20",
19
- "bep20",
20
- "evm",
21
- "bnb",
22
- "eth",
23
- "binance",
24
- "trust",
25
- "blockchain"
26
- ],
27
- "author": "Hodl Wallet",
28
- "license": "ISC",
29
- "dependencies": {
30
- "bip39": "^3.1.0",
31
- "cli-table3": "^0.6.5",
32
- "crypto-js": "^4.2.0",
33
- "deepbase": "^1.1.8",
34
- "hdkey": "^2.1.0",
35
- "inquirer": "^9.3.7",
36
- "inquirer-autocomplete-prompt": "^3.0.1",
37
- "web3": "^4.13.0"
38
- }
2
+ "name": "hodl-wallet",
3
+ "version": "1.0.6",
4
+ "description": "🧊 HODL Wallet - Blazing-fast, transparent, and ad-free crypto wallet!",
5
+ "main": "index.mjs",
6
+ "bin": {
7
+ "hodl": "./index.mjs"
8
+ },
9
+ "scripts": {
10
+ "start": "node ./index.mjs",
11
+ "test": "echo \"Error: no test specified\" && exit 1"
12
+ },
13
+ "keywords": [
14
+ "hodl",
15
+ "wallet",
16
+ "crypto",
17
+ "ethereum",
18
+ "bsc20",
19
+ "bep20",
20
+ "evm",
21
+ "bnb",
22
+ "eth",
23
+ "binance",
24
+ "trust",
25
+ "blockchain",
26
+ "bitcoin",
27
+ "clasen"
28
+ ],
29
+ "author": "Hodl Wallet",
30
+ "license": "ISC",
31
+ "dependencies": {
32
+ "bip39": "^3.1.0",
33
+ "cli-table3": "^0.6.5",
34
+ "crypto-js": "^4.2.0",
35
+ "deepbase": "^1.1.8",
36
+ "hdkey": "^2.1.0",
37
+ "inquirer": "^9.3.7",
38
+ "inquirer-autocomplete-prompt": "^3.0.1",
39
+ "web3": "^4.13.0"
40
+ }
39
41
  }