@yarnpkg/nm
Advanced tools
Comparing version 4.0.1 to 4.0.2
@@ -126,3 +126,3 @@ "use strict"; | ||
const parentLocatorKey = parentLocator ? stringifyLocator(parentLocator) : ``; | ||
if (stringifyLocator(locator) !== parentLocatorKey && pkg.linkType === LinkType.SOFT && !isExternalSoftLink(pkg, locator, pnp, topPkgPortableLocation)) { | ||
if (stringifyLocator(locator) !== parentLocatorKey && pkg.linkType === LinkType.SOFT && !locator.reference.startsWith(`link:`) && !isExternalSoftLink(pkg, locator, pnp, topPkgPortableLocation)) { | ||
const location = getRealPackageLocation(pkg, locator, pnp); | ||
@@ -129,0 +129,0 @@ const prevLocator = workspaceLikeLocators.get(location); |
{ | ||
"name": "@yarnpkg/nm", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"license": "BSD-2-Clause", | ||
@@ -12,5 +12,5 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@yarnpkg/core": "^4.0.2", | ||
"@yarnpkg/fslib": "^3.0.1", | ||
"@yarnpkg/pnp": "^4.0.1" | ||
"@yarnpkg/core": "^4.0.3", | ||
"@yarnpkg/fslib": "^3.0.2", | ||
"@yarnpkg/pnp": "^4.0.2" | ||
}, | ||
@@ -17,0 +17,0 @@ "scripts": { |
80420
Updated@yarnpkg/core@^4.0.3
Updated@yarnpkg/fslib@^3.0.2
Updated@yarnpkg/pnp@^4.0.2