@file-services/overlay
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "@file-services/overlay", | ||
"description": "Overlay files and directories from one file system on top of another.", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"main": "cjs/index.js", | ||
@@ -12,3 +12,3 @@ "module": "esm/index.js", | ||
"test": "run-p test:node test:browser", | ||
"test:node": "mocha -r @ts-tools/node/r \"test/**/*.spec.ts?(x)\" --watch-extensions ts,tsx --colors", | ||
"test:node": "mocha \"test/**/*.spec.ts?(x)\"", | ||
"test:browser": "mocha-pup \"test/**/*.spec.ts?(x)\"", | ||
@@ -18,4 +18,4 @@ "prepack": "yarn build" | ||
"dependencies": { | ||
"@file-services/types": "^2.0.0", | ||
"@file-services/utils": "^2.0.0" | ||
"@file-services/types": "^2.0.1", | ||
"@file-services/utils": "^2.0.1" | ||
}, | ||
@@ -35,3 +35,3 @@ "files": [ | ||
"sideEffects": false, | ||
"gitHead": "1a5d5c8e7ab35d213ba47fe0585ec5887df08d7c" | ||
"gitHead": "fc4bf2d1f67151dfd6357fcda60bc0c43f6a10d6" | ||
} |
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
65536
Updated@file-services/types@^2.0.1
Updated@file-services/utils@^2.0.1