Comparing version 3.2.1 to 3.2.2
@@ -0,1 +1,9 @@ | ||
## [3.2.2](https://github.com/streamich/memfs/compare/v3.2.1...v3.2.2) (2021-04-05) | ||
### Bug Fixes | ||
* **deps:** update dependency fs-monkey to v1.0.2 ([07f05db](https://github.com/streamich/memfs/commit/07f05db8b0aed43360abaf172d4297f3873d44fe)) | ||
* **deps:** update dependency fs-monkey to v1.0.3 ([84346ed](https://github.com/streamich/memfs/commit/84346ed7d0556b2b79f57b9b10889e54afcaebd1)) | ||
## [3.2.1](https://github.com/streamich/memfs/compare/v3.2.0...v3.2.1) (2021-03-31) | ||
@@ -2,0 +10,0 @@ |
{ | ||
"name": "memfs", | ||
"version": "3.2.1", | ||
"version": "3.2.2", | ||
"description": "In-memory file-system with Node's fs API.", | ||
@@ -26,3 +26,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"fs-monkey": "1.0.1" | ||
"fs-monkey": "1.0.3" | ||
}, | ||
@@ -29,0 +29,0 @@ "devDependencies": { |
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
188203
+ Addedfs-monkey@1.0.3(transitive)
- Removedfs-monkey@1.0.1(transitive)
Updatedfs-monkey@1.0.3