@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 CHANGED
@@ -2041,9 +2041,10 @@ var Engine = /** @class */ (function () {
2041
2041
  });
2042
2042
  });
2043
2043
  };
2044
- Engine.prototype.runDetailed = function (node, inputs) {
2045
- return __awaiter(this, void 0, void 0, function () {
2044
+ Engine.prototype.runDetailed = function (node_1) {
2045
+ return __awaiter(this, arguments, void 0, function (node, inputs) {
2046
2046
  var _this = this;
2047
+ if (inputs === void 0) { inputs = {}; }
2047
2048
  return __generator(this, function (_a) {
2048
2049
  return [2 /*return*/, new Promise(function (resolve) {
2049
2050
  var unsub = _this.subscribe("result", function (event) {