@file-services/overlay
Advanced tools
Comparing version 5.1.0 to 5.2.0
{ | ||
"name": "@file-services/overlay", | ||
"description": "Overlay files and directories from one file system on top of another.", | ||
"version": "5.1.0", | ||
"version": "5.2.0", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"test": "yarn test:node && yarn test:browser", | ||
"test:node": "mocha \"./dist/test/*.{spec,nodespec}.js\" --enable-source-maps --parallel", | ||
"test:node": "mocha \"./dist/test/*.{spec,nodespec}.js\"", | ||
"test:browser": "mocha-pup \"./dist/test/**/*.spec.js\"" | ||
}, | ||
"dependencies": { | ||
"@file-services/types": "^5.0.0", | ||
"@file-services/utils": "^5.0.0" | ||
"@file-services/types": "^5.2.0", | ||
"@file-services/utils": "^5.2.0" | ||
}, | ||
@@ -15,0 +15,0 @@ "files": [ |
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
42577
Updated@file-services/types@^5.2.0
Updated@file-services/utils@^5.2.0