@fileverse-dev/formulajs 4.4.11-mod-42 → 4.4.11-mod-43
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/browser/formula.js +25 -1
- package/lib/browser/formula.min.js +2 -2
- package/lib/browser/formula.min.js.map +1 -1
- package/lib/cjs/index.cjs +35 -0
- package/lib/esm/crypto-constants.mjs +137 -89
- package/lib/esm/index.mjs +30 -1
- package/package.json +1 -1
- package/types/cjs/index.d.cts +6 -0
- package/types/esm/index.d.mts +6 -0
package/lib/browser/formula.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* @fileverse-dev/formulajs v4.4.11-mod-
|
|
1
|
+
/* @fileverse-dev/formulajs v4.4.11-mod-43 */
|
|
2
2
|
var _excluded = [ "confirmations", "dataDecoded" ];
|
|
3
3
|
|
|
4
4
|
function _objectWithoutProperties(e, t) {
|
|
@@ -12402,6 +12402,24 @@ function _typeof(o) {
|
|
|
12402
12402
|
})));
|
|
12403
12403
|
return _SAFE.apply(this, arguments);
|
|
12404
12404
|
}
|
|
12405
|
+
function POLYMARKET() {
|
|
12406
|
+
return "Coming Soon";
|
|
12407
|
+
}
|
|
12408
|
+
function PRIVACYPOOL() {
|
|
12409
|
+
return "Coming Soon";
|
|
12410
|
+
}
|
|
12411
|
+
function ROTKI() {
|
|
12412
|
+
return "Coming Soon";
|
|
12413
|
+
}
|
|
12414
|
+
function MEERKAT() {
|
|
12415
|
+
return "Coming Soon";
|
|
12416
|
+
}
|
|
12417
|
+
function ARTEMIS() {
|
|
12418
|
+
return "Coming Soon";
|
|
12419
|
+
}
|
|
12420
|
+
function TALLY() {
|
|
12421
|
+
return "Coming Soon";
|
|
12422
|
+
}
|
|
12405
12423
|
var utils = {
|
|
12406
12424
|
errors: errors,
|
|
12407
12425
|
symbols: symbols,
|
|
@@ -12416,6 +12434,7 @@ function _typeof(o) {
|
|
|
12416
12434
|
exports.AGGREGATE = AGGREGATE;
|
|
12417
12435
|
exports.AND = AND;
|
|
12418
12436
|
exports.ARABIC = ARABIC;
|
|
12437
|
+
exports.ARTEMIS = ARTEMIS;
|
|
12419
12438
|
exports.ASIN = ASIN;
|
|
12420
12439
|
exports.ASINH = ASINH;
|
|
12421
12440
|
exports.ATAN = ATAN;
|
|
@@ -12644,6 +12663,7 @@ function _typeof(o) {
|
|
|
12644
12663
|
exports.MAXA = MAXA;
|
|
12645
12664
|
exports.MAXIFS = MAXIFS;
|
|
12646
12665
|
exports.MEDIAN = MEDIAN;
|
|
12666
|
+
exports.MEERKAT = MEERKAT;
|
|
12647
12667
|
exports.MID = MID;
|
|
12648
12668
|
exports.MIN = MIN;
|
|
12649
12669
|
exports.MINA = MINA;
|
|
@@ -12699,9 +12719,11 @@ function _typeof(o) {
|
|
|
12699
12719
|
exports.PNL = PNL;
|
|
12700
12720
|
exports.POISSON = POISSON;
|
|
12701
12721
|
exports.POISSONDIST = POISSONDIST;
|
|
12722
|
+
exports.POLYMARKET = POLYMARKET;
|
|
12702
12723
|
exports.POWER = POWER;
|
|
12703
12724
|
exports.PPMT = PPMT;
|
|
12704
12725
|
exports.PRICEDISC = PRICEDISC;
|
|
12726
|
+
exports.PRIVACYPOOL = PRIVACYPOOL;
|
|
12705
12727
|
exports.PROB = PROB;
|
|
12706
12728
|
exports.PRODUCT = PRODUCT;
|
|
12707
12729
|
exports.PROPER = PROPER;
|
|
@@ -12721,6 +12743,7 @@ function _typeof(o) {
|
|
|
12721
12743
|
exports.REPT = REPT;
|
|
12722
12744
|
exports.RIGHT = RIGHT;
|
|
12723
12745
|
exports.ROMAN = ROMAN;
|
|
12746
|
+
exports.ROTKI = ROTKI;
|
|
12724
12747
|
exports.ROUND = ROUND;
|
|
12725
12748
|
exports.ROUNDDOWN = ROUNDDOWN;
|
|
12726
12749
|
exports.ROUNDUP = ROUNDUP;
|
|
@@ -12765,6 +12788,7 @@ function _typeof(o) {
|
|
|
12765
12788
|
exports.SWITCH = SWITCH;
|
|
12766
12789
|
exports.SYD = SYD;
|
|
12767
12790
|
exports.T = T;
|
|
12791
|
+
exports.TALLY = TALLY;
|
|
12768
12792
|
exports.TAN = TAN;
|
|
12769
12793
|
exports.TANH = TANH;
|
|
12770
12794
|
exports.TBILLEQ = TBILLEQ;
|