@fileverse-dev/formulajs 4.4.11-mod-41-patch-1 → 4.4.11-mod-41-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.
package/lib/cjs/index.cjs CHANGED
@@ -13784,27 +13784,27 @@ async function SAFE(address, utility, chain, limit, offset) {
13784
13784
  }
13785
13785
  }
13786
13786
 
13787
- async function POLYMARKET() {
13787
+ function POLYMARKET() {
13788
13788
  return "Coming Soon"
13789
13789
  }
13790
13790
 
13791
- async function PRIVACYPOOL() {
13791
+ function PRIVACYPOOL() {
13792
13792
  return "Coming Soon"
13793
13793
  }
13794
13794
 
13795
- async function ROTKI() {
13795
+ function ROTKI() {
13796
13796
  return "Coming Soon"
13797
13797
  }
13798
13798
 
13799
- async function MEERKAT() {
13799
+ function MEERKAT() {
13800
13800
  return "Coming Soon"
13801
13801
  }
13802
13802
 
13803
- async function ARTEMIS() {
13803
+ function ARTEMIS() {
13804
13804
  return "Coming Soon"
13805
13805
  }
13806
13806
 
13807
- async function TALLY() {
13807
+ function TALLY() {
13808
13808
  return "Coming Soon"
13809
13809
  }
13810
13810
 
package/lib/esm/index.mjs CHANGED
@@ -13782,27 +13782,27 @@ async function SAFE(address, utility, chain, limit, offset) {
13782
13782
  }
13783
13783
  }
13784
13784
 
13785
- async function POLYMARKET() {
13785
+ function POLYMARKET() {
13786
13786
  return "Coming Soon"
13787
13787
  }
13788
13788
 
13789
- async function PRIVACYPOOL() {
13789
+ function PRIVACYPOOL() {
13790
13790
  return "Coming Soon"
13791
13791
  }
13792
13792
 
13793
- async function ROTKI() {
13793
+ function ROTKI() {
13794
13794
  return "Coming Soon"
13795
13795
  }
13796
13796
 
13797
- async function MEERKAT() {
13797
+ function MEERKAT() {
13798
13798
  return "Coming Soon"
13799
13799
  }
13800
13800
 
13801
- async function ARTEMIS() {
13801
+ function ARTEMIS() {
13802
13802
  return "Coming Soon"
13803
13803
  }
13804
13804
 
13805
- async function TALLY() {
13805
+ function TALLY() {
13806
13806
  return "Coming Soon"
13807
13807
  }
13808
13808
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/formulajs",
3
- "version": "4.4.11-mod-41-patch-1",
3
+ "version": "4.4.11-mod-41-patch-2",
4
4
  "description": "JavaScript implementation of most Microsoft Excel formula functions",
5
5
  "author": "Formulajs",
6
6
  "publishConfig": {
@@ -88,7 +88,7 @@ export function AND(...args: any[]): any;
88
88
  * @returns
89
89
  */
90
90
  export function ARABIC(text: any): number | Error;
91
- export function ARTEMIS(): Promise<string>;
91
+ export function ARTEMIS(): string;
92
92
  /**
93
93
  * Returns the arcsine of a number.
94
94
  *
@@ -2584,7 +2584,7 @@ export function MAXIFS(...args: any[]): any;
2584
2584
  * @returns
2585
2585
  */
2586
2586
  export function MEDIAN(...args: any[]): any;
2587
- export function MEERKAT(): Promise<string>;
2587
+ export function MEERKAT(): string;
2588
2588
  /**
2589
2589
  * Returns a specific number of characters from a text string starting at the position you specify
2590
2590
  *
@@ -3210,7 +3210,7 @@ export namespace POISSON {
3210
3210
  * @returns
3211
3211
  */
3212
3212
  export function POISSONDIST(x: any, mean: any, cumulative: any): any;
3213
- export function POLYMARKET(): Promise<string>;
3213
+ export function POLYMARKET(): string;
3214
3214
  /**
3215
3215
  * Returns the result of a number raised to a power.
3216
3216
  *
@@ -3248,7 +3248,7 @@ export function PPMT(rate: any, per: any, nper: any, pv: any, fv: any, type: any
3248
3248
  * @returns
3249
3249
  */
3250
3250
  export function PRICEDISC(settlement: any, maturity: any, discount: any, redemption: any, basis: any): number | Error;
3251
- export function PRIVACYPOOL(): Promise<string>;
3251
+ export function PRIVACYPOOL(): string;
3252
3252
  /**
3253
3253
  * Returns the probability that values in a range are between two limits.
3254
3254
  *
@@ -3475,7 +3475,7 @@ export function RIGHT(text: any, num_chars: any): any;
3475
3475
  * @returns
3476
3476
  */
3477
3477
  export function ROMAN(number: any): string | Error;
3478
- export function ROTKI(): Promise<string>;
3478
+ export function ROTKI(): string;
3479
3479
  /**
3480
3480
  * Rounds a number to a specified number of digits.
3481
3481
  *
@@ -3959,7 +3959,7 @@ export namespace T {
3959
3959
  */
3960
3960
  function TEST(array1: any, array2: any): number | Error;
3961
3961
  }
3962
- export function TALLY(): Promise<string>;
3962
+ export function TALLY(): string;
3963
3963
  /**
3964
3964
  * Returns the tangent of a number.
3965
3965
  *
@@ -88,7 +88,7 @@ export function AND(...args: any[]): any;
88
88
  * @returns
89
89
  */
90
90
  export function ARABIC(text: any): number | Error;
91
- export function ARTEMIS(): Promise<string>;
91
+ export function ARTEMIS(): string;
92
92
  /**
93
93
  * Returns the arcsine of a number.
94
94
  *
@@ -2584,7 +2584,7 @@ export function MAXIFS(...args: any[]): any;
2584
2584
  * @returns
2585
2585
  */
2586
2586
  export function MEDIAN(...args: any[]): any;
2587
- export function MEERKAT(): Promise<string>;
2587
+ export function MEERKAT(): string;
2588
2588
  /**
2589
2589
  * Returns a specific number of characters from a text string starting at the position you specify
2590
2590
  *
@@ -3210,7 +3210,7 @@ export namespace POISSON {
3210
3210
  * @returns
3211
3211
  */
3212
3212
  export function POISSONDIST(x: any, mean: any, cumulative: any): any;
3213
- export function POLYMARKET(): Promise<string>;
3213
+ export function POLYMARKET(): string;
3214
3214
  /**
3215
3215
  * Returns the result of a number raised to a power.
3216
3216
  *
@@ -3248,7 +3248,7 @@ export function PPMT(rate: any, per: any, nper: any, pv: any, fv: any, type: any
3248
3248
  * @returns
3249
3249
  */
3250
3250
  export function PRICEDISC(settlement: any, maturity: any, discount: any, redemption: any, basis: any): number | Error;
3251
- export function PRIVACYPOOL(): Promise<string>;
3251
+ export function PRIVACYPOOL(): string;
3252
3252
  /**
3253
3253
  * Returns the probability that values in a range are between two limits.
3254
3254
  *
@@ -3475,7 +3475,7 @@ export function RIGHT(text: any, num_chars: any): any;
3475
3475
  * @returns
3476
3476
  */
3477
3477
  export function ROMAN(number: any): string | Error;
3478
- export function ROTKI(): Promise<string>;
3478
+ export function ROTKI(): string;
3479
3479
  /**
3480
3480
  * Rounds a number to a specified number of digits.
3481
3481
  *
@@ -3959,7 +3959,7 @@ export namespace T {
3959
3959
  */
3960
3960
  function TEST(array1: any, array2: any): number | Error;
3961
3961
  }
3962
- export function TALLY(): Promise<string>;
3962
+ export function TALLY(): string;
3963
3963
  /**
3964
3964
  * Returns the tangent of a number.
3965
3965
  *