@fileverse-dev/formulajs 4.4.11-mod-69 → 4.4.11-mod-70
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
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* @fileverse-dev/formulajs v4.4.11-mod-
|
|
1
|
+
/* @fileverse-dev/formulajs v4.4.11-mod-70 */
|
|
2
2
|
var _excluded = [ "confirmations", "dataDecoded" ];
|
|
3
3
|
|
|
4
4
|
function _objectWithoutProperties(e, t) {
|
|
@@ -11362,7 +11362,7 @@ function _typeof(o) {
|
|
|
11362
11362
|
throw new RateLimitError(apiInfo.apiKeyName);
|
|
11363
11363
|
|
|
11364
11364
|
case 43:
|
|
11365
|
-
return _context10.abrupt("return", json.result);
|
|
11365
|
+
return _context10.abrupt("return", type === "gas" ? [ json.result ] : json.result);
|
|
11366
11366
|
|
|
11367
11367
|
case 44:
|
|
11368
11368
|
case "end":
|