@yerofey/cryptowallet-cli 1.43.0 → 1.43.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 (1) hide show
  1. package/package.json +11 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yerofey/cryptowallet-cli",
3
- "version": "1.43.0",
3
+ "version": "1.43.1",
4
4
  "description": "Crypto wallet generator CLI tool",
5
5
  "type": "module",
6
6
  "homepage": "https://github.com/yerofey/cryptowallet-cli",
@@ -116,13 +116,13 @@
116
116
  ],
117
117
  "dependencies": {
118
118
  "@binance-chain/javascript-sdk": "^4.2.2",
119
- "@emurgo/cardano-serialization-lib-nodejs": "^15.0.1",
119
+ "@emurgo/cardano-serialization-lib-nodejs": "^15.0.3",
120
120
  "@harmony-js/account": "^0.1.57",
121
- "@mysten/sui": "^1.18.0",
121
+ "@mysten/sui": "^2.3.1",
122
122
  "@solana/web3.js": "^1.98.4",
123
- "@ton/core": "^0.61.0",
123
+ "@ton/core": "^0.63.0",
124
124
  "@ton/crypto": "^3.3.0",
125
- "@ton/ton": "^15.3.1",
125
+ "@ton/ton": "^16.2.2",
126
126
  "@yerofey/dogecoin-bip84": "^0.0.5",
127
127
  "@yerofey/litecoin-bip84": "^0.0.5",
128
128
  "bigint-buffer": "^1.1.5",
@@ -133,13 +133,13 @@
133
133
  "bs58": "^6.0.0",
134
134
  "cardano-wallet-js": "^1.4.0",
135
135
  "chalk": "5.6.2",
136
- "clipboardy": "^4.0.0",
136
+ "clipboardy": "^5.2.1",
137
137
  "coininfo": "5.2.1",
138
138
  "coinkey": "3.0.0",
139
139
  "columnify": "1.6.0",
140
- "commander": "^14.0.1",
140
+ "commander": "^14.0.3",
141
141
  "csv-writer": "^1.6.0",
142
- "dotenv": "^17.2.2",
142
+ "dotenv": "^17.2.4",
143
143
  "ed25519-hd-key": "^1.3.0",
144
144
  "eth-lib": "0.1.29",
145
145
  "ethereum-bip84": "0.0.3",
@@ -152,11 +152,11 @@
152
152
  "tezos-sign": "1.4.1",
153
153
  "tiny-secp256k1": "^2.2.4",
154
154
  "tonweb": "^0.0.66",
155
- "tronweb": "^6.0.4",
156
- "xrpl": "^4.2.0"
155
+ "tronweb": "^6.2.0",
156
+ "xrpl": "^4.5.0"
157
157
  },
158
158
  "devDependencies": {
159
159
  "ava": "^6.4.1",
160
- "eslint": "^9.35.0"
160
+ "eslint": "^10.0.0"
161
161
  }
162
162
  }