Comparing version 3.0.6 to 3.1.0
@@ -0,1 +1,9 @@ | ||
# [3.1.0](https://github.com/streamich/memfs/compare/v3.0.6...v3.1.0) (2020-02-17) | ||
### Features | ||
* replace `fast-extend` with native `Object.assign` ([934f1f3](https://github.com/streamich/memfs/commit/934f1f31948e5b4afc9ea101f9c5ad20017df217)) | ||
* specify `engines` field with `node` constraint of `>= 8.3.0` ([7d3b132](https://github.com/streamich/memfs/commit/7d3b132c35639c10a5750e8e17b839b619f2ab41)) | ||
## [3.0.6](https://github.com/streamich/memfs/compare/v3.0.5...v3.0.6) (2020-02-16) | ||
@@ -2,0 +10,0 @@ |
{ | ||
"name": "memfs", | ||
"version": "3.0.6", | ||
"version": "3.1.0", | ||
"description": "In-memory file-system with Node's fs API.", | ||
@@ -26,3 +26,2 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"fast-extend": "1.0.2", | ||
"fs-monkey": "0.3.3" | ||
@@ -66,2 +65,5 @@ }, | ||
}, | ||
"engines": { | ||
"node": ">= 4.0.0" | ||
}, | ||
"release": { | ||
@@ -68,0 +70,0 @@ "verifyConditions": [ |
Sorry, the diff of this file is too big to display
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
183535
1
4233
- Removedfast-extend@1.0.2
- Removedfast-extend@1.0.2(transitive)