btc-wallet 0.5.49-beta → 0.5.50-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/esm/index.js CHANGED
@@ -4965,7 +4965,7 @@ function getGroup(state) {
4965
4965
 
4966
4966
  // src/index.ts
4967
4967
  var getVersion = () => {
4968
- return "0.5.49-beta";
4968
+ return "0.5.50-beta";
4969
4969
  };
4970
4970
  if (typeof window !== "undefined") {
4971
4971
  window.__BTC_WALLET_VERSION = getVersion();