@fileverse-dev/formulajs 4.4.47 → 4.4.48
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/lib/browser/formula.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* @fileverse-dev/formulajs v4.4.
|
|
1
|
+
/* @fileverse-dev/formulajs v4.4.48 */
|
|
2
2
|
var _excluded = [ "confirmations", "dataDecoded" ];
|
|
3
3
|
|
|
4
4
|
function _objectWithoutProperties(e, t) {
|
|
@@ -16633,7 +16633,7 @@ function _typeof(o) {
|
|
|
16633
16633
|
_context43.n = 1;
|
|
16634
16634
|
return new Promise(function(resolve, reject) {
|
|
16635
16635
|
var script = document.createElement("script");
|
|
16636
|
-
script.src = "https://cdn.jsdelivr.net/npm/ethers@6.
|
|
16636
|
+
script.src = "https://cdn.jsdelivr.net/npm/ethers@6.16.0/dist/ethers.umd.min.js";
|
|
16637
16637
|
script.onload = resolve;
|
|
16638
16638
|
script.onerror = reject;
|
|
16639
16639
|
document.head.appendChild(script);
|