@fileverse-dev/formulajs 4.4.11-mod-38-patch-001 → 4.4.11-mod-38-patch-002
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-38-patch-
|
|
1
|
+
/* @fileverse-dev/formulajs v4.4.11-mod-38-patch-002 */
|
|
2
2
|
var _excluded = [ "confirmations", "dataDecoded" ];
|
|
3
3
|
|
|
4
4
|
function _objectWithoutProperties(e, t) {
|
|
@@ -11320,7 +11320,13 @@ function _typeof(o) {
|
|
|
11320
11320
|
function BLOCKSCOUT() {
|
|
11321
11321
|
console.log("HUMBLE");
|
|
11322
11322
|
var data = argsToArray(arguments);
|
|
11323
|
-
return
|
|
11323
|
+
return function(context) {
|
|
11324
|
+
return _BLOCKSCOUT.apply(void 0, _toConsumableArray(data)).then((function() {
|
|
11325
|
+
return console.log({
|
|
11326
|
+
context: context
|
|
11327
|
+
});
|
|
11328
|
+
}));
|
|
11329
|
+
};
|
|
11324
11330
|
}
|
|
11325
11331
|
function _BLOCKSCOUT(_x6, _x7, _x8, _x9, _x0, _x1, _x10) {
|
|
11326
11332
|
return _BLOCKSCOUT2.apply(this, arguments);
|