@rkmodules/rules 0.0.108 → 0.0.109

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
@@ -2138,7 +2138,7 @@ var Engine = /** @class */ (function () {
2138
2138
  context: context,
2139
2139
  startTime: startTime_1,
2140
2140
  });
2141
- return [4 /*yield*/, fn.impl(inputs_1, params_1, this)];
2141
+ return [4 /*yield*/, fn.impl(inputs_1, params_1, this, name_1)];
2142
2142
  case 3:
2143
2143
  // call the implentation of sub functions
2144
2144
  result_1 = _e.sent();
@@ -2304,7 +2304,7 @@ var Engine = /** @class */ (function () {
2304
2304
  return [2 /*return*/, this.run(builtFn, inputs)];
2305
2305
  }
2306
2306
  mappedInputs = interpolate(inputs, {});
2307
- return [4 /*yield*/, ((_a = node.impl) === null || _a === void 0 ? void 0 : _a.call(node, mappedInputs, {}, this))];
2307
+ return [4 /*yield*/, ((_a = node.impl) === null || _a === void 0 ? void 0 : _a.call(node, mappedInputs, {}, this, "_root"))];
2308
2308
  case 1:
2309
2309
  result = _b.sent();
2310
2310
  // console.log("Engine run complete", result);