@neat.is/core 0.4.29 → 0.4.30-dev.20260717

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.
@@ -771,7 +771,7 @@ function getTransitiveDependencies(graph, nodeId, depth = TRANSITIVE_DEPENDENCIE
771
771
  const enqueued = /* @__PURE__ */ new Set([nodeId]);
772
772
  while (queue.length > 0) {
773
773
  const frame = queue.shift();
774
- if (frame.distance > 0 && frame.edge) {
774
+ if (frame.distance > 0 && frame.edge && frame.edge.type !== EdgeType.CONTAINS) {
775
775
  seen.set(frame.nodeId, {
776
776
  nodeId: frame.nodeId,
777
777
  distance: frame.distance,
@@ -9233,4 +9233,4 @@ export {
9233
9233
  recordConnectorPoll,
9234
9234
  buildApi
9235
9235
  };
9236
- //# sourceMappingURL=chunk-6HPRD53A.js.map
9236
+ //# sourceMappingURL=chunk-4M2YMGUM.js.map