@rkmodules/rules 0.0.91 → 0.0.92
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/dist/index.cjs.js +3 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +3 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/lib/Engine/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -2039,9 +2039,10 @@ var Engine = /** @class */ (function () {
|
|
|
2039
2039
|
});
|
|
2040
2040
|
});
|
|
2041
2041
|
};
|
|
2042
|
-
Engine.prototype.runDetailed = function (
|
|
2043
|
-
return __awaiter(this,
|
|
2042
|
+
Engine.prototype.runDetailed = function (node_1) {
|
|
2043
|
+
return __awaiter(this, arguments, void 0, function (node, inputs) {
|
|
2044
2044
|
var _this = this;
|
|
2045
|
+
if (inputs === void 0) { inputs = {}; }
|
|
2045
2046
|
return __generator(this, function (_a) {
|
|
2046
2047
|
return [2 /*return*/, new Promise(function (resolve) {
|
|
2047
2048
|
var unsub = _this.subscribe("result", function (event) {
|