btc-wallet 0.5.29-beta → 0.5.30-beta
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.
- package/dist/index.js +5 -5
- package/dist/index.js.map +3 -3
- package/esm/index.js +2 -2
- package/esm/index.js.map +2 -2
- package/package.json +1 -1
package/esm/index.js
CHANGED
@@ -3769,7 +3769,7 @@ function calculateWithdraw(_0) {
|
|
3769
3769
|
}
|
3770
3770
|
|
3771
3771
|
// src/core/btcUtils.ts
|
3772
|
-
import bitcoin from "bitcoinjs-lib";
|
3772
|
+
import * as bitcoin from "bitcoinjs-lib";
|
3773
3773
|
import coinselect2 from "coinselect";
|
3774
3774
|
import * as ecc from "@bitcoinerlab/secp256k1";
|
3775
3775
|
bitcoin.initEccLib(ecc);
|
@@ -4839,7 +4839,7 @@ function getGroup(state) {
|
|
4839
4839
|
|
4840
4840
|
// src/index.ts
|
4841
4841
|
var getVersion = () => {
|
4842
|
-
return "0.5.
|
4842
|
+
return "0.5.30-beta";
|
4843
4843
|
};
|
4844
4844
|
if (typeof window !== "undefined") {
|
4845
4845
|
window.__BTC_WALLET_VERSION = getVersion();
|