@platforma-sdk/model 1.29.0 → 1.29.2

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.mjs CHANGED
@@ -953,7 +953,7 @@ class be {
953
953
  if (p) {
954
954
  if (!r)
955
955
  throw new Error("Anchored selectors require an AnchoredIdDeriver to be provided in options.");
956
- c = $e(r.anchors, f);
956
+ c = $e(r.anchors, f, n);
957
957
  } else
958
958
  c = f;
959
959
  const h = /* @__PURE__ */ new Set(), A = [];
@@ -1432,7 +1432,7 @@ class X {
1432
1432
  return this.ctx.getCurrentUnstableMarker();
1433
1433
  }
1434
1434
  }
1435
- const M = "1.29.0";
1435
+ const M = "1.29.2";
1436
1436
  function wt(t) {
1437
1437
  return t.__renderLambda === !0;
1438
1438
  }