@fileverse-dev/formulajs 4.4.11-mod-41 → 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/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 +30 -0
- package/lib/esm/crypto-constants.mjs +138 -90
- package/lib/esm/index.mjs +25 -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-41 */
|
|
1
|
+
/* @fileverse-dev/formulajs v4.4.11-mod-41-patch-2 */
|
|
2
2
|
var _excluded = [ "confirmations", "dataDecoded" ];
|
|
3
3
|
|
|
4
4
|
function _objectWithoutProperties(e, t) {
|
|
@@ -12331,6 +12331,24 @@ function _typeof(o) {
|
|
|
12331
12331
|
})));
|
|
12332
12332
|
return _SAFE.apply(this, arguments);
|
|
12333
12333
|
}
|
|
12334
|
+
function POLYMARKET() {
|
|
12335
|
+
return "Coming Soon";
|
|
12336
|
+
}
|
|
12337
|
+
function PRIVACYPOOL() {
|
|
12338
|
+
return "Coming Soon";
|
|
12339
|
+
}
|
|
12340
|
+
function ROTKI() {
|
|
12341
|
+
return "Coming Soon";
|
|
12342
|
+
}
|
|
12343
|
+
function MEERKAT() {
|
|
12344
|
+
return "Coming Soon";
|
|
12345
|
+
}
|
|
12346
|
+
function ARTEMIS() {
|
|
12347
|
+
return "Coming Soon";
|
|
12348
|
+
}
|
|
12349
|
+
function TALLY() {
|
|
12350
|
+
return "Coming Soon";
|
|
12351
|
+
}
|
|
12334
12352
|
var utils = {
|
|
12335
12353
|
errors: errors,
|
|
12336
12354
|
symbols: symbols,
|
|
@@ -12345,6 +12363,7 @@ function _typeof(o) {
|
|
|
12345
12363
|
exports.AGGREGATE = AGGREGATE;
|
|
12346
12364
|
exports.AND = AND;
|
|
12347
12365
|
exports.ARABIC = ARABIC;
|
|
12366
|
+
exports.ARTEMIS = ARTEMIS;
|
|
12348
12367
|
exports.ASIN = ASIN;
|
|
12349
12368
|
exports.ASINH = ASINH;
|
|
12350
12369
|
exports.ATAN = ATAN;
|
|
@@ -12573,6 +12592,7 @@ function _typeof(o) {
|
|
|
12573
12592
|
exports.MAXA = MAXA;
|
|
12574
12593
|
exports.MAXIFS = MAXIFS;
|
|
12575
12594
|
exports.MEDIAN = MEDIAN;
|
|
12595
|
+
exports.MEERKAT = MEERKAT;
|
|
12576
12596
|
exports.MID = MID;
|
|
12577
12597
|
exports.MIN = MIN;
|
|
12578
12598
|
exports.MINA = MINA;
|
|
@@ -12628,9 +12648,11 @@ function _typeof(o) {
|
|
|
12628
12648
|
exports.PNL = PNL;
|
|
12629
12649
|
exports.POISSON = POISSON;
|
|
12630
12650
|
exports.POISSONDIST = POISSONDIST;
|
|
12651
|
+
exports.POLYMARKET = POLYMARKET;
|
|
12631
12652
|
exports.POWER = POWER;
|
|
12632
12653
|
exports.PPMT = PPMT;
|
|
12633
12654
|
exports.PRICEDISC = PRICEDISC;
|
|
12655
|
+
exports.PRIVACYPOOL = PRIVACYPOOL;
|
|
12634
12656
|
exports.PROB = PROB;
|
|
12635
12657
|
exports.PRODUCT = PRODUCT;
|
|
12636
12658
|
exports.PROPER = PROPER;
|
|
@@ -12650,6 +12672,7 @@ function _typeof(o) {
|
|
|
12650
12672
|
exports.REPT = REPT;
|
|
12651
12673
|
exports.RIGHT = RIGHT;
|
|
12652
12674
|
exports.ROMAN = ROMAN;
|
|
12675
|
+
exports.ROTKI = ROTKI;
|
|
12653
12676
|
exports.ROUND = ROUND;
|
|
12654
12677
|
exports.ROUNDDOWN = ROUNDDOWN;
|
|
12655
12678
|
exports.ROUNDUP = ROUNDUP;
|
|
@@ -12694,6 +12717,7 @@ function _typeof(o) {
|
|
|
12694
12717
|
exports.SWITCH = SWITCH;
|
|
12695
12718
|
exports.SYD = SYD;
|
|
12696
12719
|
exports.T = T;
|
|
12720
|
+
exports.TALLY = TALLY;
|
|
12697
12721
|
exports.TAN = TAN;
|
|
12698
12722
|
exports.TANH = TANH;
|
|
12699
12723
|
exports.TBILLEQ = TBILLEQ;
|