@lerna/package-graph
Advanced tools
Comparing version 3.0.0-beta.0 to 3.0.0-beta.1
@@ -73,3 +73,7 @@ "use strict"; | ||
const depNode = this.get(depName); | ||
const resolved = npa.resolve(depName, graphDependencies[depName], currentNode.location); | ||
// Yarn decided to ignore https://github.com/npm/npm/pull/15900 and implemented "link:" | ||
// As they apparently have no intention of being compatible, we have to do it for them. | ||
// @see https://github.com/yarnpkg/yarn/issues/4212 | ||
const spec = graphDependencies[depName].replace(/^link:/, "file:"); | ||
const resolved = npa.resolve(depName, spec, currentNode.location); | ||
@@ -76,0 +80,0 @@ if (!depNode) { |
{ | ||
"name": "@lerna/package-graph", | ||
"version": "3.0.0-beta.0", | ||
"version": "3.0.0-beta.1", | ||
"description": "TODO", | ||
@@ -36,3 +36,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "349b9c765bcbf38988d1fcd48313422417a04c8f" | ||
"gitHead": "5a527968bb9f7b7c3af0d5d86391d6d2650ddc7a" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7923
4
179