@fileverse-dev/formulajs 4.4.11-mod-22-patch-4 → 4.4.11-mod-22-patch-5

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
@@ -13120,7 +13120,7 @@ if(!timestamp || !chain || !apiKey) return
13120
13120
 
13121
13121
  };
13122
13122
 
13123
- async function BLOCKSCOUT(address, type, chain, page, offset, startTimestamp, endTimestamp) {
13123
+ async function BLOCKSCOUT(address, type, chain, startTimestamp, endTimestamp, page, offset) {
13124
13124
  if (!chain) {
13125
13125
  chain = 'ethereum';
13126
13126
  }
@@ -32,7 +32,7 @@ var SERVICE_API_KEY = {
32
32
  var FUNCTION_LOCALE = [
33
33
  {
34
34
  LOGO: "https://cdn.prod.website-files.com/65f94dfd53db8b337c808067/68485baa72714ae58f350ce2_bs-logo.png",
35
- BRAND_COLOR: "#2ABEFE",
35
+ BRAND_COLOR: "#f8f8fd",
36
36
  BRAND_SECONDARY_COLOR: "#5353D3",
37
37
  n: "BLOCKSCOUT",
38
38
  t: 20,
package/lib/esm/index.mjs CHANGED
@@ -13118,7 +13118,7 @@ if(!timestamp || !chain || !apiKey) return
13118
13118
 
13119
13119
  };
13120
13120
 
13121
- async function BLOCKSCOUT(address, type, chain, page, offset, startTimestamp, endTimestamp) {
13121
+ async function BLOCKSCOUT(address, type, chain, startTimestamp, endTimestamp, page, offset) {
13122
13122
  if (!chain) {
13123
13123
  chain = 'ethereum';
13124
13124
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/formulajs",
3
- "version": "4.4.11-mod-22-patch-4",
3
+ "version": "4.4.11-mod-22-patch-5",
4
4
  "description": "JavaScript implementation of most Microsoft Excel formula functions",
5
5
  "author": "Formulajs",
6
6
  "publishConfig": {
@@ -419,7 +419,7 @@ export function BITRSHIFT(number: any, shift_amount: any): number | Error;
419
419
  * @returns
420
420
  */
421
421
  export function BITXOR(number1: any, number2: any): number | Error;
422
- export function BLOCKSCOUT(address: any, type: any, chain: any, page: any, offset: any, startTimestamp: any, endTimestamp: any): Promise<any>;
422
+ export function BLOCKSCOUT(address: any, type: any, chain: any, startTimestamp: any, endTimestamp: any, page: any, offset: any): Promise<any>;
423
423
  /**
424
424
  * Rounds a number to the nearest integer or to the nearest multiple of significance.
425
425
  *
@@ -419,7 +419,7 @@ export function BITRSHIFT(number: any, shift_amount: any): number | Error;
419
419
  * @returns
420
420
  */
421
421
  export function BITXOR(number1: any, number2: any): number | Error;
422
- export function BLOCKSCOUT(address: any, type: any, chain: any, page: any, offset: any, startTimestamp: any, endTimestamp: any): Promise<any>;
422
+ export function BLOCKSCOUT(address: any, type: any, chain: any, startTimestamp: any, endTimestamp: any, page: any, offset: any): Promise<any>;
423
423
  /**
424
424
  * Rounds a number to the nearest integer or to the nearest multiple of significance.
425
425
  *