@file-services/overlay
Advanced tools
Comparing version 7.2.4 to 7.2.5
@@ -17,3 +17,3 @@ "use strict"; | ||
!relativeToBase.startsWith(lowerFsRelativeUp) && | ||
!lowerFs.isAbsolute(lowerFsRelativeUp)) { | ||
!lowerFs.isAbsolute(relativeToBase)) { | ||
return { resolvedLowerPath, resolvedUpperPath: relativeToBase.replace(/\\/g, '/') }; | ||
@@ -20,0 +20,0 @@ } |
{ | ||
"name": "@file-services/overlay", | ||
"description": "Overlay files and directories from one file system on top of another.", | ||
"version": "7.2.4", | ||
"version": "7.2.5", | ||
"main": "dist/index.js", | ||
@@ -12,4 +12,4 @@ "scripts": { | ||
"dependencies": { | ||
"@file-services/types": "^7.2.4", | ||
"@file-services/utils": "^7.2.4" | ||
"@file-services/types": "^7.2.5", | ||
"@file-services/utils": "^7.2.5" | ||
}, | ||
@@ -16,0 +16,0 @@ "files": [ |
@@ -34,3 +34,3 @@ import type { | ||
!relativeToBase.startsWith(lowerFsRelativeUp) && | ||
!lowerFs.isAbsolute(lowerFsRelativeUp) | ||
!lowerFs.isAbsolute(relativeToBase) | ||
) { | ||
@@ -37,0 +37,0 @@ return { resolvedLowerPath, resolvedUpperPath: relativeToBase.replace(/\\/g, '/') }; |
Sorry, the diff of this file is not supported yet
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
49864
Updated@file-services/types@^7.2.5
Updated@file-services/utils@^7.2.5