@depay/widgets 9.2.1 → 9.2.3
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/esm/index.bundle.js +1 -1
- package/dist/esm/index.js +5 -0
- package/dist/umd/index.bundle.js +1 -1
- package/dist/umd/index.js +5 -0
- package/package.json +1 -1
package/dist/umd/index.js
CHANGED
|
@@ -20768,6 +20768,9 @@
|
|
|
20768
20768
|
setClosable(true);
|
|
20769
20769
|
}
|
|
20770
20770
|
clearInterval(pollingInterval);
|
|
20771
|
+
if (validated) {
|
|
20772
|
+
validated(true);
|
|
20773
|
+
}
|
|
20771
20774
|
setRelease(true);
|
|
20772
20775
|
}
|
|
20773
20776
|
};
|
|
@@ -23338,6 +23341,8 @@
|
|
|
23338
23341
|
} else {
|
|
23339
23342
|
startWithBlockchain('ethereum');
|
|
23340
23343
|
}
|
|
23344
|
+
})["catch"](function () {
|
|
23345
|
+
return startWithBlockchain('ethereum');
|
|
23341
23346
|
});
|
|
23342
23347
|
} else {
|
|
23343
23348
|
startWithBlockchain('ethereum');
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depay/widgets",
|
|
3
3
|
"moduleName": "DePayWidgets",
|
|
4
|
-
"version": "9.2.
|
|
4
|
+
"version": "9.2.3",
|
|
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",
|