@fileverse-dev/formulajs 4.4.11-mod-38-patch-003 → 4.4.11-mod-38-patch-004
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-004 */
|
|
2
2
|
var _excluded = [ "confirmations", "dataDecoded" ];
|
|
3
3
|
|
|
4
4
|
function _objectWithoutProperties(e, t) {
|
|
@@ -11320,10 +11320,10 @@ function _typeof(o) {
|
|
|
11320
11320
|
function BLOCKSCOUT() {
|
|
11321
11321
|
console.log("HUMBLE");
|
|
11322
11322
|
var args = argsToArray(arguments);
|
|
11323
|
-
return {
|
|
11323
|
+
return JSON.stringify({
|
|
11324
11324
|
args: args,
|
|
11325
11325
|
name: "_BLOCKSCOUT"
|
|
11326
|
-
};
|
|
11326
|
+
});
|
|
11327
11327
|
}
|
|
11328
11328
|
function _BLOCKSCOUT(_x6, _x7, _x8, _x9, _x0, _x1, _x10) {
|
|
11329
11329
|
return _BLOCKSCOUT2.apply(this, arguments);
|