@depay/widgets 7.5.1 → 7.5.2

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/umd/index.js CHANGED
@@ -21246,7 +21246,11 @@
21246
21246
  setTimeout(function () {
21247
21247
  props.document.location.href = data.forward_to;
21248
21248
  }, 100);
21249
+ } else {
21250
+ setClosable(true);
21249
21251
  }
21252
+ })["catch"](function () {
21253
+ setClosable(true);
21250
21254
  });
21251
21255
  clearInterval(pollingInterval);
21252
21256
  setRelease(true);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@depay/widgets",
3
3
  "moduleName": "DePayWidgets",
4
- "version": "7.5.1",
4
+ "version": "7.5.2",
5
5
  "description": "Web3 Payments with any token. DePay simplifies and improves Web3 Payments with the power of DeFi. Accept any token with on-the-fly conversion.",
6
6
  "main": "./dist/umd/index.js",
7
7
  "module": "./dist/esm/index.js",