@file-services/overlay
Advanced tools
Comparing version 2.1.0 to 2.2.0
@@ -36,3 +36,3 @@ "use strict"; | ||
} | ||
catch (_a) { | ||
catch { | ||
/**/ | ||
@@ -49,3 +49,3 @@ } | ||
} | ||
catch (_a) { | ||
catch { | ||
/**/ | ||
@@ -62,3 +62,3 @@ } | ||
} | ||
catch (_a) { | ||
catch { | ||
/**/ | ||
@@ -75,3 +75,3 @@ } | ||
} | ||
catch (_a) { | ||
catch { | ||
/**/ | ||
@@ -88,3 +88,3 @@ } | ||
} | ||
catch (_a) { | ||
catch { | ||
/**/ | ||
@@ -103,7 +103,7 @@ } | ||
} | ||
catch (_a) { | ||
catch { | ||
return resInUpper; | ||
} | ||
} | ||
catch (_b) { | ||
catch { | ||
/**/ | ||
@@ -131,3 +131,3 @@ } | ||
} | ||
catch (_a) { | ||
catch { | ||
/**/ | ||
@@ -144,3 +144,3 @@ } | ||
} | ||
catch (_a) { | ||
catch { | ||
/**/ | ||
@@ -157,3 +157,3 @@ } | ||
} | ||
catch (_a) { | ||
catch { | ||
/**/ | ||
@@ -170,3 +170,3 @@ } | ||
} | ||
catch (_a) { | ||
catch { | ||
/**/ | ||
@@ -183,3 +183,3 @@ } | ||
} | ||
catch (_a) { | ||
catch { | ||
/**/ | ||
@@ -198,3 +198,3 @@ } | ||
} | ||
catch (_a) { | ||
catch { | ||
/**/ | ||
@@ -204,3 +204,3 @@ } | ||
} | ||
catch (_b) { | ||
catch { | ||
/**/ | ||
@@ -350,5 +350,10 @@ } | ||
}; | ||
return utils_1.createFileSystem(Object.assign(Object.assign(Object.assign(Object.assign({}, lowerFs), baseSyncActions), baseCallbackActions), { promises: Object.assign(Object.assign({}, lowerPromises), basePromiseActions) })); | ||
return utils_1.createFileSystem({ | ||
...lowerFs, | ||
...baseSyncActions, | ||
...baseCallbackActions, | ||
promises: { ...lowerPromises, ...basePromiseActions } | ||
}); | ||
} | ||
exports.createOverlayFs = createOverlayFs; | ||
//# sourceMappingURL=overlay-fs.js.map |
@@ -34,3 +34,3 @@ import { createFileSystem } from '@file-services/utils'; | ||
} | ||
catch (_a) { | ||
catch { | ||
/**/ | ||
@@ -47,3 +47,3 @@ } | ||
} | ||
catch (_a) { | ||
catch { | ||
/**/ | ||
@@ -60,3 +60,3 @@ } | ||
} | ||
catch (_a) { | ||
catch { | ||
/**/ | ||
@@ -73,3 +73,3 @@ } | ||
} | ||
catch (_a) { | ||
catch { | ||
/**/ | ||
@@ -86,3 +86,3 @@ } | ||
} | ||
catch (_a) { | ||
catch { | ||
/**/ | ||
@@ -101,7 +101,7 @@ } | ||
} | ||
catch (_a) { | ||
catch { | ||
return resInUpper; | ||
} | ||
} | ||
catch (_b) { | ||
catch { | ||
/**/ | ||
@@ -129,3 +129,3 @@ } | ||
} | ||
catch (_a) { | ||
catch { | ||
/**/ | ||
@@ -142,3 +142,3 @@ } | ||
} | ||
catch (_a) { | ||
catch { | ||
/**/ | ||
@@ -155,3 +155,3 @@ } | ||
} | ||
catch (_a) { | ||
catch { | ||
/**/ | ||
@@ -168,3 +168,3 @@ } | ||
} | ||
catch (_a) { | ||
catch { | ||
/**/ | ||
@@ -181,3 +181,3 @@ } | ||
} | ||
catch (_a) { | ||
catch { | ||
/**/ | ||
@@ -196,3 +196,3 @@ } | ||
} | ||
catch (_a) { | ||
catch { | ||
/**/ | ||
@@ -202,3 +202,3 @@ } | ||
} | ||
catch (_b) { | ||
catch { | ||
/**/ | ||
@@ -348,4 +348,9 @@ } | ||
}; | ||
return createFileSystem(Object.assign(Object.assign(Object.assign(Object.assign({}, lowerFs), baseSyncActions), baseCallbackActions), { promises: Object.assign(Object.assign({}, lowerPromises), basePromiseActions) })); | ||
return createFileSystem({ | ||
...lowerFs, | ||
...baseSyncActions, | ||
...baseCallbackActions, | ||
promises: { ...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.1.0", | ||
"version": "2.2.0", | ||
"main": "cjs/index.js", | ||
@@ -17,4 +17,4 @@ "module": "esm/index.js", | ||
"dependencies": { | ||
"@file-services/types": "^2.1.0", | ||
"@file-services/utils": "^2.1.0" | ||
"@file-services/types": "^2.2.0", | ||
"@file-services/utils": "^2.2.0" | ||
}, | ||
@@ -32,4 +32,3 @@ "files": [ | ||
}, | ||
"sideEffects": false, | ||
"gitHead": "d0f4daec4165377749c39bb159c24b6e0808fae4" | ||
"sideEffects": false | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
1041
65435
1
Updated@file-services/types@^2.2.0
Updated@file-services/utils@^2.2.0