@fileverse-dev/formulajs 4.4.11-mod-86-patch-2 → 4.4.11-mod-86-patch-3

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.
@@ -1,4 +1,4 @@
1
- /* @fileverse-dev/formulajs v4.4.11-mod-86-patch-2 */
1
+ /* @fileverse-dev/formulajs v4.4.11-mod-86-patch-3 */
2
2
  var _excluded = [ "confirmations", "dataDecoded" ];
3
3
 
4
4
  function _toArray(r) {
@@ -18266,12 +18266,14 @@ function _typeof(o) {
18266
18266
  _argsToArray29 = argsToArray(_args30), _argsToArray30 = _toArray(_argsToArray29),
18267
18267
  contractName = _argsToArray30[0], functionName = _argsToArray30[1], args = _argsToArray30.slice(2);
18268
18268
  validateParams(smartContractSchema, [ contractName, functionName ].concat(_toConsumableArray(args)));
18269
- return _context30.abrupt("return", {
18270
- contractName: contractName,
18271
- functionName: functionName,
18272
- args: args,
18273
- responseType: "smart-contract"
18274
- });
18269
+ return _context30.abrupt("return", new Promise((function(resolve) {
18270
+ resolve({
18271
+ contractName: contractName,
18272
+ functionName: functionName,
18273
+ args: args,
18274
+ responseType: "smart-contract"
18275
+ });
18276
+ })));
18275
18277
 
18276
18278
  case 6:
18277
18279
  _context30.prev = 6;