@fileverse-dev/formulajs 4.4.11-mod-78 → 4.4.11-mod-79

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.
@@ -1,4 +1,4 @@
1
- /* @fileverse-dev/formulajs v4.4.11-mod-78 */
1
+ /* @fileverse-dev/formulajs v4.4.11-mod-79 */
2
2
  var _excluded = [ "confirmations", "dataDecoded" ];
3
3
 
4
4
  function _objectWithoutProperties(e, t) {
@@ -589,6 +589,7 @@ function _typeof(o) {
589
589
  factory(global.formulajs = {}));
590
590
  })(this, (function(exports) {
591
591
  "use strict";
592
+ var _process;
592
593
  var nil = new Error("#NULL!");
593
594
  var div0 = new Error("#DIV/0!");
594
595
  var value = new Error("#VALUE!");
@@ -11126,7 +11127,7 @@ function _typeof(o) {
11126
11127
  _inherits(InvalidApiKeyError, _Error6);
11127
11128
  return _createClass(InvalidApiKeyError);
11128
11129
  }(_wrapNativeSuper(Error));
11129
- var fileverseProxyUrl = "".concat(process.env.NEXT_PUBLIC_PROXY_BASE_URL, "/proxy");
11130
+ var fileverseProxyUrl = "".concat((_process = process) === null || _process === void 0 || (_process = _process.env) === null || _process === void 0 ? void 0 : _process.NEXT_PUBLIC_PROXY_BASE_URL, "/proxy");
11130
11131
  var PROXY_MAP = {
11131
11132
  Etherscan: {
11132
11133
  url: fileverseProxyUrl,