@fileverse-dev/formulajs 4.4.11-mod-68-patch-6 → 4.4.11-mod-68-patch-7
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.11-mod-68-patch-
|
|
1
|
+
/* @fileverse-dev/formulajs v4.4.11-mod-68-patch-7 */
|
|
2
2
|
var _excluded = [ "confirmations", "dataDecoded" ];
|
|
3
3
|
|
|
4
4
|
function _objectWithoutProperties(e, t) {
|
|
@@ -11120,7 +11120,7 @@ function _typeof(o) {
|
|
|
11120
11120
|
}
|
|
11121
11121
|
function getUrlAndHeaders(_ref) {
|
|
11122
11122
|
var url = _ref.url, serviceName = _ref.serviceName, _ref$headers = _ref.headers, headers = _ref$headers === void 0 ? {} : _ref$headers;
|
|
11123
|
-
console.log("getUrlAndHeaders new modified function from formulajs", url,
|
|
11123
|
+
console.log("getUrlAndHeaders new modified function from formulajs", url, serviceName);
|
|
11124
11124
|
var apiKeyLS = window.localStorage.getItem(SERVICES_API_KEY[serviceName]);
|
|
11125
11125
|
var isProxyModeEnabledValue = apiKeyLS === "DEFAULT_PROXY_MODE";
|
|
11126
11126
|
var proxyConfig = PROXY_MAP[serviceName];
|