@yarnpkg/pnpify
Advanced tools
Comparing version 4.0.0-rc.51 to 4.0.0-rc.52
@@ -40,3 +40,3 @@ "use strict"; | ||
while (curIdx <= lastIdx) { | ||
const curSegment = (0, fslib_2.toFilename)(segments[curIdx]); | ||
const curSegment = segments[curIdx]; | ||
locationCandidate = fslib_2.ppath.join(locationCandidate, curSegment); | ||
@@ -56,3 +56,3 @@ node = nodeModulesTree.get(locationCandidate); | ||
} | ||
request = fslib_2.ppath.join(request, ...segments.slice(lastIdx + 1).map(x => (0, fslib_2.toFilename)(x))); | ||
request = fslib_2.ppath.join(request, ...segments.slice(lastIdx + 1).map(x => x)); | ||
if (lastNode) { | ||
@@ -59,0 +59,0 @@ if (!lastNode.dirList || request !== fslib_1.PortablePath.dot) { |
{ | ||
"name": "@yarnpkg/pnpify", | ||
"version": "4.0.0-rc.51", | ||
"version": "4.0.0-rc.52", | ||
"stableVersion": "3.1.6", | ||
@@ -16,5 +16,5 @@ "license": "BSD-2-Clause", | ||
"dependencies": { | ||
"@yarnpkg/core": "^4.0.0-rc.51", | ||
"@yarnpkg/fslib": "^3.0.0-rc.51", | ||
"@yarnpkg/nm": "^4.0.0-rc.51", | ||
"@yarnpkg/core": "^4.0.0-rc.52", | ||
"@yarnpkg/fslib": "^3.0.0-rc.52", | ||
"@yarnpkg/nm": "^4.0.0-rc.52", | ||
"clipanion": "^4.0.0-rc.2", | ||
@@ -25,3 +25,3 @@ "tslib": "^2.4.0" | ||
"@yarnpkg/monorepo": "^0.0.0", | ||
"@yarnpkg/pnp": "^4.0.0-rc.51" | ||
"@yarnpkg/pnp": "^4.0.0-rc.52" | ||
}, | ||
@@ -28,0 +28,0 @@ "scripts": { |
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
47984
Updated@yarnpkg/core@^4.0.0-rc.52
Updated@yarnpkg/fslib@^3.0.0-rc.52
Updated@yarnpkg/nm@^4.0.0-rc.52