@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.
package/lib/cjs/index.cjs
CHANGED
|
@@ -13189,7 +13189,7 @@ class InvalidApiKeyError extends Error {
|
|
|
13189
13189
|
}
|
|
13190
13190
|
}
|
|
13191
13191
|
|
|
13192
|
-
const fileverseProxyUrl = `${process
|
|
13192
|
+
const fileverseProxyUrl = `${process?.env?.NEXT_PUBLIC_PROXY_BASE_URL}/proxy`;
|
|
13193
13193
|
// Proxy map configuration
|
|
13194
13194
|
const PROXY_MAP = {
|
|
13195
13195
|
Etherscan: {
|
package/lib/esm/index.mjs
CHANGED
|
@@ -13187,7 +13187,7 @@ class InvalidApiKeyError extends Error {
|
|
|
13187
13187
|
}
|
|
13188
13188
|
}
|
|
13189
13189
|
|
|
13190
|
-
const fileverseProxyUrl = `${process
|
|
13190
|
+
const fileverseProxyUrl = `${process?.env?.NEXT_PUBLIC_PROXY_BASE_URL}/proxy`;
|
|
13191
13191
|
// Proxy map configuration
|
|
13192
13192
|
const PROXY_MAP = {
|
|
13193
13193
|
Etherscan: {
|