dd-tool-package
Advanced tools
Comparing version 1.2.1 to 1.3.0
@@ -95,5 +95,6 @@ "use strict"; | ||
// NOTE: Safe default of always sending ETH | ||
yield theGlobalLoop(ganache, steps, { alwaysFundCaller: true }); | ||
const endState = yield theGlobalLoop(ganache, steps, { alwaysFundCaller: true }); | ||
return endState; | ||
}); | ||
} | ||
exports.parseFileAndRunGlobalLoop = parseFileAndRunGlobalLoop; |
@@ -50,3 +50,4 @@ "use strict"; | ||
// Receives ganache and the sequence of functions | ||
yield (0, globalLoop_1.parseFileAndRunGlobalLoop)(server, folder, fileName); | ||
const state = yield (0, globalLoop_1.parseFileAndRunGlobalLoop)(server, folder, fileName); | ||
return state; | ||
}); | ||
@@ -62,5 +63,6 @@ } | ||
// Receives ganache and the sequence of functions | ||
yield (0, globalLoop_1.default)(server, sequence, settings ? settings : { alwaysFundCaller: true }); | ||
const state = yield (0, globalLoop_1.default)(server, sequence, settings ? settings : { alwaysFundCaller: true }); | ||
return state; | ||
}); | ||
} | ||
exports.runWithoutFile = runWithoutFile; |
@@ -9,3 +9,3 @@ { | ||
}, | ||
"version": "1.2.1", | ||
"version": "1.3.0", | ||
"main": "lib/index.js", | ||
@@ -12,0 +12,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20424
405