btc-wallet 0.4.8-beta → 0.5.1-beta
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +3 -1
- package/dist/core/btcUtils.d.ts +4 -1
- package/dist/index.js +21 -18
- package/dist/index.js.map +2 -2
- package/esm/index.js +21 -18
- package/esm/index.js.map +2 -2
- package/package.json +2 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "btc-wallet",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.5.1-beta",
|
4
4
|
"license": "MIT",
|
5
5
|
"type": "module",
|
6
6
|
"main": "dist/index.js",
|
@@ -43,6 +43,7 @@
|
|
43
43
|
"dependencies": {
|
44
44
|
"@ethereumjs/util": "^9.0.1",
|
45
45
|
"@near-js/transactions": "^1.3.0",
|
46
|
+
"@near-js/utils": "^1.0.1",
|
46
47
|
"@near-wallet-selector/core": "^8.9.13",
|
47
48
|
"@particle-network/aa": "^1.5.0",
|
48
49
|
"@particle-network/chains": "*",
|