@fileverse-dev/formulajs 4.4.11-mod-18 → 4.4.11-mod-19
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 +7 -7
- package/lib/browser/formula.min.js +2 -2
- package/lib/browser/formula.min.js.map +1 -1
- package/lib/cjs/index.cjs +2 -2
- package/lib/esm/crypto-constants.mjs +1 -1
- package/lib/esm/index.mjs +2 -2
- package/package.json +1 -1
- package/types/cjs/index.d.cts +1 -1
- package/types/esm/index.d.mts +1 -1
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-19 */
|
|
2
2
|
function _regeneratorRuntime() {
|
|
3
3
|
"use strict";
|
|
4
4
|
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() {
|
|
@@ -10930,11 +10930,11 @@ function _typeof(o) {
|
|
|
10930
10930
|
})));
|
|
10931
10931
|
return _GETPRICE.apply(this, arguments);
|
|
10932
10932
|
}
|
|
10933
|
-
function
|
|
10934
|
-
return
|
|
10933
|
+
function EOA(_x9, _x0, _x1, _x10, _x11) {
|
|
10934
|
+
return _EOA.apply(this, arguments);
|
|
10935
10935
|
}
|
|
10936
|
-
function
|
|
10937
|
-
|
|
10936
|
+
function _EOA() {
|
|
10937
|
+
_EOA = _asyncToGenerator(_regeneratorRuntime().mark((function _callee4(address, categories, chain, startTime, endTime) {
|
|
10938
10938
|
var API_KEYS, apiKey, chainId, action, timeQuery, startBlock, endBlock, url, _json$result, _json$result$includes, response, json;
|
|
10939
10939
|
return _regeneratorRuntime().wrap((function _callee4$(_context4) {
|
|
10940
10940
|
while (1) switch (_context4.prev = _context4.next) {
|
|
@@ -11029,7 +11029,7 @@ function _typeof(o) {
|
|
|
11029
11029
|
}
|
|
11030
11030
|
}), _callee4, null, [ [ 24, 38 ] ]);
|
|
11031
11031
|
})));
|
|
11032
|
-
return
|
|
11032
|
+
return _EOA.apply(this, arguments);
|
|
11033
11033
|
}
|
|
11034
11034
|
function FLVURL(_x12, _x13) {
|
|
11035
11035
|
return _FLVURL.apply(this, arguments);
|
|
@@ -11172,6 +11172,7 @@ function _typeof(o) {
|
|
|
11172
11172
|
exports.DVARP = DVARP;
|
|
11173
11173
|
exports.EDATE = EDATE;
|
|
11174
11174
|
exports.EFFECT = EFFECT;
|
|
11175
|
+
exports.EOA = EOA;
|
|
11175
11176
|
exports.EOMONTH = EOMONTH;
|
|
11176
11177
|
exports.ERF = ERF;
|
|
11177
11178
|
exports.ERFC = ERFC;
|
|
@@ -11329,7 +11330,6 @@ function _typeof(o) {
|
|
|
11329
11330
|
exports.OCT2HEX = OCT2HEX;
|
|
11330
11331
|
exports.ODD = ODD;
|
|
11331
11332
|
exports.OR = OR;
|
|
11332
|
-
exports.OX = OX;
|
|
11333
11333
|
exports.PDURATION = PDURATION;
|
|
11334
11334
|
exports.PEARSON = PEARSON;
|
|
11335
11335
|
exports.PERCENTILE = PERCENTILE;
|