@fileverse-dev/formulajs 4.4.11-mod-22-patch-1 → 4.4.11-mod-22-patch-2

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.
@@ -212,7 +212,7 @@ var FUNCTION_LOCALE = [
212
212
  ]
213
213
  },
214
214
  {
215
- API_KEY: SERVICE_API_KEY.Etherscan,
215
+ API_KEY: SERVICE_API_KEY.Safe,
216
216
  LOGO: "https://safe-transaction-mainnet.safe.global/static/safe/favicon.png",
217
217
  BRAND_COLOR: "#ebf9f3",
218
218
  BRAND_SECONDARY_COLOR: "#00B460",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/formulajs",
3
- "version": "4.4.11-mod-22-patch-1",
3
+ "version": "4.4.11-mod-22-patch-2",
4
4
  "description": "JavaScript implementation of most Microsoft Excel formula functions",
5
5
  "author": "Formulajs",
6
6
  "publishConfig": {