@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.
package/dist/neatd.js CHANGED
@@ -2,11 +2,11 @@
2
2
  import {
3
3
  reconcileDaemonRecordSync,
4
4
  startDaemon
5
- } from "./chunk-AOLXZWRU.js";
5
+ } from "./chunk-2AJHEZIB.js";
6
6
  import {
7
7
  listProjects,
8
8
  registryPath
9
- } from "./chunk-6HPRD53A.js";
9
+ } from "./chunk-4M2YMGUM.js";
10
10
  import {
11
11
  BindAuthorityError,
12
12
  __require
package/dist/server.cjs CHANGED
@@ -1733,7 +1733,7 @@ function getTransitiveDependencies(graph, nodeId, depth = TRANSITIVE_DEPENDENCIE
1733
1733
  const enqueued = /* @__PURE__ */ new Set([nodeId]);
1734
1734
  while (queue.length > 0) {
1735
1735
  const frame = queue.shift();
1736
- if (frame.distance > 0 && frame.edge) {
1736
+ if (frame.distance > 0 && frame.edge && frame.edge.type !== import_types.EdgeType.CONTAINS) {
1737
1737
  seen.set(frame.nodeId, {
1738
1738
  nodeId: frame.nodeId,
1739
1739
  distance: frame.distance,