@fileverse-dev/formulajs 4.4.11-mod-54 → 4.4.11-mod-55
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 +5 -1
- package/lib/browser/formula.min.js +2 -2
- package/lib/browser/formula.min.js.map +1 -1
- package/lib/cjs/index.cjs +5 -0
- package/lib/esm/crypto-constants.mjs +20 -12
- package/lib/esm/index.mjs +5 -1
- package/package.json +1 -1
- package/types/cjs/index.d.cts +1 -0
- package/types/esm/index.d.mts +1 -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-55 */
|
|
2
2
|
var _excluded = [ "confirmations", "dataDecoded" ];
|
|
3
3
|
|
|
4
4
|
function _objectWithoutProperties(e, t) {
|
|
@@ -12835,6 +12835,9 @@ function _typeof(o) {
|
|
|
12835
12835
|
function TALLY() {
|
|
12836
12836
|
return "Coming Soon";
|
|
12837
12837
|
}
|
|
12838
|
+
function MYANIMELIST() {
|
|
12839
|
+
return "Coming Soon";
|
|
12840
|
+
}
|
|
12838
12841
|
var utils = {
|
|
12839
12842
|
errors: errors,
|
|
12840
12843
|
symbols: symbols,
|
|
@@ -13098,6 +13101,7 @@ function _typeof(o) {
|
|
|
13098
13101
|
exports.MROUND = MROUND;
|
|
13099
13102
|
exports.MULTINOMIAL = MULTINOMIAL;
|
|
13100
13103
|
exports.MUNIT = MUNIT;
|
|
13104
|
+
exports.MYANIMELIST = MYANIMELIST;
|
|
13101
13105
|
exports.N = N;
|
|
13102
13106
|
exports.NA = NA;
|
|
13103
13107
|
exports.NEGBINOM = NEGBINOM;
|