@fileverse-dev/formulajs 4.4.11-mod-36-patch-2 → 4.4.11-mod-37

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
@@ -13317,7 +13317,7 @@ async function BLOCKSCOUT() {
13317
13317
  return 'TYPE_MISSING'
13318
13318
  }
13319
13319
 
13320
- let [address, type, chain, startTimestamp, endTimestamp, page, offset] = argsToArray(arguments);
13320
+ const [address, type, chain, startTimestamp, endTimestamp, page, offset] = argsToArray(arguments);
13321
13321
 
13322
13322
  if (!startTimestamp) {
13323
13323
  const currentTimestamp = Date.now();
@@ -13815,7 +13815,7 @@ async function SAFE() {
13815
13815
 
13816
13816
 
13817
13817
 
13818
- let [address, utility, chain, limit, offset] = argsToArray(arguments);
13818
+ const [address, utility, chain, limit, offset] = argsToArray(arguments);
13819
13819
 
13820
13820
  if (typeof limit !== 'number' || limit < 0) return 'INVALID_LIMIT';
13821
13821
  if (typeof offset !== 'number' || offset < 0) return 'INVALID_OFFSET';
@@ -326,7 +326,7 @@ var FUNCTION_LOCALE = [
326
326
  BRAND_SECONDARY_COLOR: "#21325B",
327
327
  n: "ETHERSCAN",
328
328
  t: 20,
329
- d: "Fetches data from Etherscan including transactions, token transfers, NFT transfers, and gas tracker info.",
329
+ d: "Returns blockchain transaction history for the given address",
330
330
  a: "Retrieves blockchain data for a given chain and address from Etherscan, including txns, token/nft transfers, and gas metrics.",
331
331
  p: [
332
332
  {
@@ -345,7 +345,7 @@ var FUNCTION_LOCALE = [
345
345
  },
346
346
  {
347
347
  name: "address",
348
- detail: "The wallet address to fetch data for (not required for 'gas').",
348
+ detail: "Wallet address to query",
349
349
  example: `"0xc5102fE9359FD9a28f877a67E36B0F050d81a3CC"`,
350
350
  require: "o",
351
351
  type: "string"
@@ -569,7 +569,7 @@ For "market" and "stablecoins": comma-separated price trend keys (e.g. 1h,24h,7d
569
569
  BRAND_SECONDARY_COLOR: "#f50db4",
570
570
  n: "UNISWAP",
571
571
  t: 20,
572
- d: "Fetches data from Etherscan including transactions, token transfers, NFT transfers, and gas tracker info.",
572
+ d: "Returns blockchain transaction history for the given address",
573
573
  a: "Retrieves blockchain data for a given chain and address from Etherscan, including txns, token/nft transfers, and gas metrics.",
574
574
  p: [
575
575
  {
@@ -588,7 +588,7 @@ For "market" and "stablecoins": comma-separated price trend keys (e.g. 1h,24h,7d
588
588
  },
589
589
  {
590
590
  name: "address",
591
- detail: "The wallet address to fetch data for (not required for 'gas').",
591
+ detail: "Wallet address to query",
592
592
  example: `"0xc5102fE9359FD9a28f877a67E36B0F050d81a3CC"`,
593
593
  require: "o",
594
594
  type: "string"
@@ -616,7 +616,7 @@ For "market" and "stablecoins": comma-separated price trend keys (e.g. 1h,24h,7d
616
616
  BRAND_SECONDARY_COLOR: "#9896ff",
617
617
  n: "AAVE",
618
618
  t: 20,
619
- d: "Fetches data from Etherscan including transactions, token transfers, NFT transfers, and gas tracker info.",
619
+ d: "Returns blockchain transaction history for the given address",
620
620
  a: "Retrieves blockchain data for a given chain and address from Etherscan, including txns, token/nft transfers, and gas metrics.",
621
621
  p: [
622
622
  {
@@ -635,7 +635,7 @@ For "market" and "stablecoins": comma-separated price trend keys (e.g. 1h,24h,7d
635
635
  },
636
636
  {
637
637
  name: "address",
638
- detail: "The wallet address to fetch data for (not required for 'gas').",
638
+ detail: "Wallet address to query",
639
639
  example: `"0xc5102fE9359FD9a28f877a67E36B0F050d81a3CC"`,
640
640
  require: "o",
641
641
  type: "string"
@@ -663,7 +663,7 @@ For "market" and "stablecoins": comma-separated price trend keys (e.g. 1h,24h,7d
663
663
  BRAND_SECONDARY_COLOR: "#47e2c2",
664
664
  n: "PENDLE",
665
665
  t: 20,
666
- d: "Fetches data from Etherscan including transactions, token transfers, NFT transfers, and gas tracker info.",
666
+ d: "Returns blockchain transaction history for the given address",
667
667
  a: "Retrieves blockchain data for a given chain and address from Etherscan, including txns, token/nft transfers, and gas metrics.",
668
668
  p: [
669
669
  {
@@ -682,7 +682,7 @@ For "market" and "stablecoins": comma-separated price trend keys (e.g. 1h,24h,7d
682
682
  },
683
683
  {
684
684
  name: "address",
685
- detail: "The wallet address to fetch data for (not required for 'gas').",
685
+ detail: "Wallet address to query",
686
686
  example: `"0xc5102fE9359FD9a28f877a67E36B0F050d81a3CC"`,
687
687
  require: "o",
688
688
  type: "string"
@@ -710,7 +710,7 @@ For "market" and "stablecoins": comma-separated price trend keys (e.g. 1h,24h,7d
710
710
  BRAND_SECONDARY_COLOR: "#2966f0",
711
711
  n: "AERODROME",
712
712
  t: 20,
713
- d: "Fetches data from Etherscan including transactions, token transfers, NFT transfers, and gas tracker info.",
713
+ d: "Returns blockchain transaction history for the given address",
714
714
  a: "Retrieves blockchain data for a given chain and address from Etherscan, including txns, token/nft transfers, and gas metrics.",
715
715
  p: [
716
716
  {
@@ -729,7 +729,7 @@ For "market" and "stablecoins": comma-separated price trend keys (e.g. 1h,24h,7d
729
729
  },
730
730
  {
731
731
  name: "address",
732
- detail: "The wallet address to fetch data for (not required for 'gas').",
732
+ detail: "Wallet address to query",
733
733
  example: `"0xc5102fE9359FD9a28f877a67E36B0F050d81a3CC"`,
734
734
  require: "o",
735
735
  type: "string"
@@ -757,7 +757,7 @@ For "market" and "stablecoins": comma-separated price trend keys (e.g. 1h,24h,7d
757
757
  BRAND_SECONDARY_COLOR: "#684ff8",
758
758
  n: "ARTEMIS",
759
759
  t: 20,
760
- d: "Fetches data from Etherscan including transactions, token transfers, NFT transfers, and gas tracker info.",
760
+ d: "Returns blockchain transaction history for the given address",
761
761
  a: "Retrieves blockchain data for a given chain and address from Etherscan, including txns, token/nft transfers, and gas metrics.",
762
762
  p: [
763
763
  {
@@ -776,7 +776,7 @@ For "market" and "stablecoins": comma-separated price trend keys (e.g. 1h,24h,7d
776
776
  },
777
777
  {
778
778
  name: "address",
779
- detail: "The wallet address to fetch data for (not required for 'gas').",
779
+ detail: "Wallet address to query",
780
780
  example: `"0xc5102fE9359FD9a28f877a67E36B0F050d81a3CC"`,
781
781
  require: "o",
782
782
  type: "string"
@@ -804,7 +804,7 @@ For "market" and "stablecoins": comma-separated price trend keys (e.g. 1h,24h,7d
804
804
  BRAND_SECONDARY_COLOR: "#5eead4",
805
805
  n: "KAITO",
806
806
  t: 20,
807
- d: "Fetches data from Etherscan including transactions, token transfers, NFT transfers, and gas tracker info.",
807
+ d: "Returns blockchain transaction history for the given address",
808
808
  a: "Retrieves blockchain data for a given chain and address from Etherscan, including txns, token/nft transfers, and gas metrics.",
809
809
  p: [
810
810
  {
@@ -823,7 +823,7 @@ For "market" and "stablecoins": comma-separated price trend keys (e.g. 1h,24h,7d
823
823
  },
824
824
  {
825
825
  name: "address",
826
- detail: "The wallet address to fetch data for (not required for 'gas').",
826
+ detail: "Wallet address to query",
827
827
  example: `"0xc5102fE9359FD9a28f877a67E36B0F050d81a3CC"`,
828
828
  require: "o",
829
829
  type: "string"
@@ -898,7 +898,7 @@ For "market" and "stablecoins": comma-separated price trend keys (e.g. 1h,24h,7d
898
898
  BRAND_SECONDARY_COLOR: "#5098d6",
899
899
  n: "OTTERSCAN",
900
900
  t: 20,
901
- d: "Fetches data from Etherscan including transactions, token transfers, NFT transfers, and gas tracker info.",
901
+ d: "Returns blockchain transaction history for the given address",
902
902
  a: "Retrieves blockchain data for a given chain and address from Etherscan, including txns, token/nft transfers, and gas metrics.",
903
903
  p: [
904
904
  {
@@ -917,7 +917,7 @@ For "market" and "stablecoins": comma-separated price trend keys (e.g. 1h,24h,7d
917
917
  },
918
918
  {
919
919
  name: "address",
920
- detail: "The wallet address to fetch data for (not required for 'gas').",
920
+ detail: "Wallet address to query",
921
921
  example: `"0xc5102fE9359FD9a28f877a67E36B0F050d81a3CC"`,
922
922
  require: "o",
923
923
  type: "string"
@@ -945,7 +945,7 @@ For "market" and "stablecoins": comma-separated price trend keys (e.g. 1h,24h,7d
945
945
  BRAND_SECONDARY_COLOR: "#725bff",
946
946
  n: "TALLY",
947
947
  t: 20,
948
- d: "Fetches data from Etherscan including transactions, token transfers, NFT transfers, and gas tracker info.",
948
+ d: "Returns blockchain transaction history for the given address",
949
949
  a: "Retrieves blockchain data for a given chain and address from Etherscan, including txns, token/nft transfers, and gas metrics.",
950
950
  p: [
951
951
  {
@@ -964,7 +964,7 @@ For "market" and "stablecoins": comma-separated price trend keys (e.g. 1h,24h,7d
964
964
  },
965
965
  {
966
966
  name: "address",
967
- detail: "The wallet address to fetch data for (not required for 'gas').",
967
+ detail: "Wallet address to query",
968
968
  example: `"0xc5102fE9359FD9a28f877a67E36B0F050d81a3CC"`,
969
969
  require: "o",
970
970
  type: "string"
package/lib/esm/index.mjs CHANGED
@@ -13315,7 +13315,7 @@ async function BLOCKSCOUT() {
13315
13315
  return 'TYPE_MISSING'
13316
13316
  }
13317
13317
 
13318
- let [address, type, chain, startTimestamp, endTimestamp, page, offset] = argsToArray(arguments);
13318
+ const [address, type, chain, startTimestamp, endTimestamp, page, offset] = argsToArray(arguments);
13319
13319
 
13320
13320
  if (!startTimestamp) {
13321
13321
  const currentTimestamp = Date.now();
@@ -13813,7 +13813,7 @@ async function SAFE() {
13813
13813
 
13814
13814
 
13815
13815
 
13816
- let [address, utility, chain, limit, offset] = argsToArray(arguments);
13816
+ const [address, utility, chain, limit, offset] = argsToArray(arguments);
13817
13817
 
13818
13818
  if (typeof limit !== 'number' || limit < 0) return 'INVALID_LIMIT';
13819
13819
  if (typeof offset !== 'number' || offset < 0) return 'INVALID_OFFSET';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/formulajs",
3
- "version": "4.4.11-mod-36-patch-2",
3
+ "version": "4.4.11-mod-37",
4
4
  "description": "JavaScript implementation of most Microsoft Excel formula functions",
5
5
  "author": "Formulajs",
6
6
  "publishConfig": {