@fileverse-dev/formulajs 4.4.11-mod-13 → 4.4.11-mod-14
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 +2 -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-14 */
|
|
2
2
|
function _slicedToArray(r, e) {
|
|
3
3
|
return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest();
|
|
4
4
|
}
|
|
@@ -10706,11 +10706,11 @@ function _typeof(o) {
|
|
|
10706
10706
|
Etherscan: "ETHERSCAN_API_KEY",
|
|
10707
10707
|
Coingecko: "COINGECKO_API_KEY"
|
|
10708
10708
|
};
|
|
10709
|
-
function
|
|
10710
|
-
return
|
|
10709
|
+
function ETHERSCAN(_x, _x2, _x3) {
|
|
10710
|
+
return _ETHERSCAN.apply(this, arguments);
|
|
10711
10711
|
}
|
|
10712
|
-
function
|
|
10713
|
-
|
|
10712
|
+
function _ETHERSCAN() {
|
|
10713
|
+
_ETHERSCAN = _asyncToGenerator(_regeneratorRuntime().mark((function _callee(address, page, offset) {
|
|
10714
10714
|
var API_KEY, url, response, json;
|
|
10715
10715
|
return _regeneratorRuntime().wrap((function _callee$(_context) {
|
|
10716
10716
|
while (1) switch (_context.prev = _context.next) {
|
|
@@ -10755,7 +10755,7 @@ function _typeof(o) {
|
|
|
10755
10755
|
}
|
|
10756
10756
|
}), _callee, null, [ [ 2, 16 ] ]);
|
|
10757
10757
|
})));
|
|
10758
|
-
return
|
|
10758
|
+
return _ETHERSCAN.apply(this, arguments);
|
|
10759
10759
|
}
|
|
10760
10760
|
function GETPRICE(_x4, _x5) {
|
|
10761
10761
|
return _GETPRICE.apply(this, arguments);
|
|
@@ -10975,6 +10975,7 @@ function _typeof(o) {
|
|
|
10975
10975
|
exports.ERFCPRECISE = ERFCPRECISE;
|
|
10976
10976
|
exports.ERFPRECISE = ERFPRECISE;
|
|
10977
10977
|
exports.ERROR = ERROR;
|
|
10978
|
+
exports.ETHERSCAN = ETHERSCAN;
|
|
10978
10979
|
exports.EVEN = EVEN;
|
|
10979
10980
|
exports.EXACT = EXACT;
|
|
10980
10981
|
exports.EXP = EXP;
|
|
@@ -11011,7 +11012,6 @@ function _typeof(o) {
|
|
|
11011
11012
|
exports.GEOMEAN = GEOMEAN;
|
|
11012
11013
|
exports.GESTEP = GESTEP;
|
|
11013
11014
|
exports.GETPRICE = GETPRICE;
|
|
11014
|
-
exports.GETTXLIST = GETTXLIST;
|
|
11015
11015
|
exports.GROWTH = GROWTH;
|
|
11016
11016
|
exports.HARMEAN = HARMEAN;
|
|
11017
11017
|
exports.HEX2BIN = HEX2BIN;
|