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

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.env.NEXT_PUBLIC_PROXY_BASE_URL}/proxy`;
13192
+ const fileverseProxyUrl = `${window.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.env.NEXT_PUBLIC_PROXY_BASE_URL}/proxy`;
13190
+ const fileverseProxyUrl = `${window.NEXT_PUBLIC_PROXY_BASE_URL}/proxy`;
13191
13191
  // Proxy map configuration
13192
13192
  const PROXY_MAP = {
13193
13193
  Etherscan: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/formulajs",
3
- "version": "4.4.11-mod-78",
3
+ "version": "4.4.11-mod-80",
4
4
  "description": "JavaScript implementation of most Microsoft Excel formula functions",
5
5
  "author": "Formulajs",
6
6
  "publishConfig": {