@fileverse-dev/formulajs 4.4.11-mod-31 → 4.4.11-mod-34

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.
@@ -48,8 +48,8 @@ var FUNCTION_LOCALE = [
48
48
  BRAND_SECONDARY_COLOR: "#855dcd",
49
49
  n: "FIREFLY",
50
50
  t: 20,
51
- d: "Fetches content from Farcaster or Lens using Firefly's OpenAPI with pagination and cleaned output.",
52
- a: "Retrieves posts, replies, or channels from Farcaster and Lens using Firefly's OpenAPI by usernames, IDs, or hashes. Removes nested values and returns flat spreadsheet-friendly data. Supports pagination.",
51
+ d: "Fetches content from Farcaster or Lens.",
52
+ a: "Retrieves posts, replies, or channels from Farcaster and Lens by usernames, IDs, or hashes.",
53
53
  p: [
54
54
  {
55
55
  name: "platform",
@@ -137,7 +137,7 @@ var FUNCTION_LOCALE = [
137
137
  },
138
138
  {
139
139
  API_KEY: SERVICE_API_KEY.Basescan,
140
- LOGO: "https://raw.githubusercontent.com/mritunjayz/github-storage/refs/heads/main/1689874988430.jpeg",
140
+ LOGO: "https://2064089921-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FevP3L0cUvP9xmRefuzCm%2Fuploads%2F2K1pvFsE7JAfcI3LAxYl%2Fbase-logo-in-blue.webp?alt=media&token=32c80439-dbdc-432a-b199-220e012efc3c",
141
141
  BRAND_COLOR: "#f1f5ff",
142
142
  BRAND_SECONDARY_COLOR: "#2752ff",
143
143
  n: "BASESCAN",
@@ -321,7 +321,7 @@ var FUNCTION_LOCALE = [
321
321
  },
322
322
  {
323
323
  API_KEY: SERVICE_API_KEY.Etherscan,
324
- LOGO: "https://raw.githubusercontent.com/mritunjayz/github-storage/refs/heads/main/1689874988430.jpeg",
324
+ LOGO: "https://etherscan.io/images/favicon3.ico",
325
325
  BRAND_COLOR: "#F6F7F8",
326
326
  BRAND_SECONDARY_COLOR: "#21325B",
327
327
  n: "ETHERSCAN",
@@ -368,7 +368,7 @@ var FUNCTION_LOCALE = [
368
368
  },
369
369
  {
370
370
  API_KEY: SERVICE_API_KEY.Etherscan,
371
- LOGO: "https://raw.githubusercontent.com/mritunjayz/github-storage/refs/heads/main/1689874988430.jpeg",
371
+ LOGO: "https://etherscan.io/images/favicon3.ico",
372
372
  BRAND_COLOR: "#F6F7F8",
373
373
  BRAND_SECONDARY_COLOR: "#21325B",
374
374
  n: "EOA",
@@ -434,7 +434,7 @@ var FUNCTION_LOCALE = [
434
434
  n: "COINGECKO",
435
435
  t: 20,
436
436
  API_KEY: SERVICE_API_KEY.Coingecko,
437
- d: "Query crypto prices, ecosystem market data, stablecoins, or derivatives from CoinGecko. Returns flat, spreadsheet-compatible output with pagination support.",
437
+ d: "Query crypto prices, ecosystem market data, stablecoins, or derivatives from CoinGecko.",
438
438
  a: 'Supports querying: "price" for specific tokens "market" for ecosystem categories (ETH, BASE, SOL, GNOSIS, HYPERLIQUID, BITCOIN, PUMP)\n- "stablecoins" for stablecoin categories like "crypto-backed-stablecoin"\n- "derivatives" globally or per exchange.\nPagination is supported for all except single-exchange derivatives.',
439
439
  p: [
440
440
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/formulajs",
3
- "version": "4.4.11-mod-31",
3
+ "version": "4.4.11-mod-34",
4
4
  "description": "JavaScript implementation of most Microsoft Excel formula functions",
5
5
  "author": "Formulajs",
6
6
  "publishConfig": {