@rkmodules/rules 0.0.74 → 0.0.75

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.esm.js CHANGED
@@ -1781,7 +1781,10 @@ var Engine = /** @class */ (function () {
1781
1781
  return node;
1782
1782
  }
1783
1783
  var _a = node.body, body = _a === void 0 ? {} : _a, props = __rest(node, ["body"]);
1784
- var primitive = __assign(__assign({}, props), { outputs: {}, mount: function (trigger) {
1784
+ var primitive = __assign(__assign({}, props), { outputs: Object.fromEntries(Object.entries(node.outputs || {}).map(function (_a) {
1785
+ var _b = __read(_a, 2), key = _b[0]; _b[1];
1786
+ return [key, { type: "any" }];
1787
+ })), mount: function (trigger) {
1785
1788
  // mount all the nodes
1786
1789
  var unsubs = [];
1787
1790
  Object.values(body).forEach(function (n) {