@xylabs/ts-scripts-yarn3 6.3.1 → 6.3.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.
@@ -1775,9 +1775,10 @@ var packageCycle = /* @__PURE__ */ __name(async ({ verbose = false }) => {
1775
1775
  ]
1776
1776
  },
1777
1777
  validate: true,
1778
- doNotFollow: {
1779
- path: "node_modules"
1780
- },
1778
+ doNotFollow: [
1779
+ "node_modules",
1780
+ "packages"
1781
+ ],
1781
1782
  tsPreCompilationDeps: false,
1782
1783
  combinedDependencies: true,
1783
1784
  outputType: verbose ? "text" : "err"