@changesets/get-dependents-graph
Advanced tools
+2
-2
@@ -122,4 +122,4 @@ import path from "node:path"; | ||
| const simplifiedDependentsGraph = /* @__PURE__ */ new Map(); | ||
| graph.forEach((pkgInfo, pkgName) => { | ||
| simplifiedDependentsGraph.set(pkgName, pkgInfo.dependents); | ||
| graph.forEach((info, pkgName) => { | ||
| simplifiedDependentsGraph.set(pkgName, info.dependents); | ||
| }); | ||
@@ -126,0 +126,0 @@ return simplifiedDependentsGraph; |
+2
-2
| { | ||
| "name": "@changesets/get-dependents-graph", | ||
| "version": "3.0.0-next.7", | ||
| "version": "3.0.0-next.8", | ||
| "description": "Get the graph of dependents in a monorepo", | ||
@@ -21,3 +21,3 @@ "license": "MIT", | ||
| "semver": "^7.8.1", | ||
| "@changesets/types": "^7.0.0-next.7" | ||
| "@changesets/types": "^7.0.0-next.8" | ||
| }, | ||
@@ -24,0 +24,0 @@ "devDependencies": { |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
0
-100%7278
-0.08%