@file-services/overlay
Advanced tools
Comparing version 2.0.1 to 2.1.0
@@ -337,5 +337,5 @@ "use strict"; | ||
}; | ||
return utils_1.createFileSystem(Object.assign({}, lowerFs, baseSyncActions, baseCallbackActions, { promises: Object.assign({}, lowerPromises, basePromiseActions) })); | ||
return utils_1.createFileSystem(Object.assign(Object.assign(Object.assign(Object.assign({}, lowerFs), baseSyncActions), baseCallbackActions), { promises: Object.assign(Object.assign({}, lowerPromises), basePromiseActions) })); | ||
} | ||
exports.createOverlayFs = createOverlayFs; | ||
//# sourceMappingURL=overlay-fs.js.map |
@@ -335,4 +335,4 @@ import { createFileSystem } from '@file-services/utils'; | ||
}; | ||
return createFileSystem(Object.assign({}, lowerFs, baseSyncActions, baseCallbackActions, { promises: Object.assign({}, lowerPromises, basePromiseActions) })); | ||
return createFileSystem(Object.assign(Object.assign(Object.assign(Object.assign({}, lowerFs), baseSyncActions), baseCallbackActions), { promises: Object.assign(Object.assign({}, lowerPromises), basePromiseActions) })); | ||
} | ||
//# sourceMappingURL=overlay-fs.js.map |
{ | ||
"name": "@file-services/overlay", | ||
"description": "Overlay files and directories from one file system on top of another.", | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"main": "cjs/index.js", | ||
@@ -17,4 +17,4 @@ "module": "esm/index.js", | ||
"dependencies": { | ||
"@file-services/types": "^2.0.1", | ||
"@file-services/utils": "^2.0.1" | ||
"@file-services/types": "^2.1.0", | ||
"@file-services/utils": "^2.1.0" | ||
}, | ||
@@ -24,4 +24,3 @@ "files": [ | ||
"esm", | ||
"src", | ||
"!src/tsconfig.json" | ||
"src" | ||
], | ||
@@ -35,3 +34,3 @@ "license": "MIT", | ||
"sideEffects": false, | ||
"gitHead": "fc4bf2d1f67151dfd6357fcda60bc0c43f6a10d6" | ||
"gitHead": "d0f4daec4165377749c39bb159c24b6e0808fae4" | ||
} |
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
65630
Updated@file-services/types@^2.1.0
Updated@file-services/utils@^2.1.0