Comparing version 3.0.1 to 3.0.2
@@ -0,1 +1,8 @@ | ||
## [3.0.2](https://github.com/streamich/memfs/compare/v3.0.1...v3.0.2) (2019-12-25) | ||
### Bug Fixes | ||
* **watch:** trigger change event for creation/deletion of children in a folder ([b1b7884](https://github.com/streamich/memfs/commit/b1b7884d4b9af734773c178ab4377e55a5bb2cc6)) | ||
## [3.0.1](https://github.com/streamich/memfs/compare/v3.0.0...v3.0.1) (2019-11-26) | ||
@@ -2,0 +9,0 @@ |
@@ -138,3 +138,3 @@ /// <reference types="node" /> | ||
private promisesApi; | ||
readonly promises: import("./promises").IPromisesAPI; | ||
get promises(): import("./promises").IPromisesAPI; | ||
constructor(props?: {}); | ||
@@ -141,0 +141,0 @@ createLink(): Link; |
{ | ||
"name": "memfs", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "In-memory file-system with Node's fs API.", | ||
@@ -33,3 +33,3 @@ "main": "lib/index.js", | ||
"@types/jest": "23.3.14", | ||
"@types/node": "10.17.6", | ||
"@types/node": "10.17.12", | ||
"cpy-cli": "2.0.0", | ||
@@ -41,8 +41,8 @@ "husky": "1.3.1", | ||
"rimraf": "2.7.1", | ||
"ts-jest": "24.1.0", | ||
"ts-node": "8.5.2", | ||
"ts-jest": "24.2.0", | ||
"ts-node": "8.5.4", | ||
"tslint": "5.20.1", | ||
"tslint-config-common": "1.6.0", | ||
"typescript": "3.6.4", | ||
"semantic-release": "15.13.31", | ||
"typescript": "3.7.4", | ||
"semantic-release": "15.14.0", | ||
"@semantic-release/changelog": "3.0.6", | ||
@@ -49,0 +49,0 @@ "@semantic-release/git": "7.0.18", |
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
180942
4209