@file-services/overlay
Advanced tools
Comparing version 5.3.1 to 5.4.0
@@ -1,2 +0,2 @@ | ||
export * from './overlay-fs'; | ||
export * from './overlay-fs.js'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -13,3 +13,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./overlay-fs"), exports); | ||
__exportStar(require("./overlay-fs.js"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -365,3 +365,3 @@ "use strict"; | ||
}; | ||
return utils_1.createFileSystem({ | ||
return (0, utils_1.createFileSystem)({ | ||
...lowerFs, | ||
@@ -368,0 +368,0 @@ ...baseSyncActions, |
{ | ||
"name": "@file-services/overlay", | ||
"description": "Overlay files and directories from one file system on top of another.", | ||
"version": "5.3.1", | ||
"version": "5.4.0", | ||
"main": "dist/index.js", | ||
@@ -12,4 +12,4 @@ "scripts": { | ||
"dependencies": { | ||
"@file-services/types": "^5.3.1", | ||
"@file-services/utils": "^5.3.1" | ||
"@file-services/types": "^5.4.0", | ||
"@file-services/utils": "^5.4.0" | ||
}, | ||
@@ -16,0 +16,0 @@ "files": [ |
@@ -1,1 +0,1 @@ | ||
export * from './overlay-fs'; | ||
export * from './overlay-fs.js'; |
@@ -120,3 +120,3 @@ import type { | ||
}, | ||
readdirSync: ((path: string, ...args: [{ withFileTypes: false }]) => { | ||
readdirSync: ((path: string, ...args: [{ withFileTypes: true }]) => { | ||
const { resolvedLowerPath, resolvedUpperPath } = resolvePaths(path); | ||
@@ -123,0 +123,0 @@ if (resolvedUpperPath !== undefined) { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
42569
Updated@file-services/types@^5.4.0
Updated@file-services/utils@^5.4.0