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/dist/index.js CHANGED
@@ -5033,7 +5033,7 @@ function getGroup(state) {
5033
5033
 
5034
5034
  // src/index.ts
5035
5035
  var getVersion = () => {
5036
- return "0.5.49-beta";
5036
+ return "0.5.50-beta";
5037
5037
  };
5038
5038
  if (typeof window !== "undefined") {
5039
5039
  window.__BTC_WALLET_VERSION = getVersion();