Comparing version 2.14.1 to 2.14.2
@@ -0,1 +1,8 @@ | ||
## [2.14.2](https://github.com/streamich/memfs/compare/v2.14.1...v2.14.2) (2018-12-11) | ||
### Bug Fixes | ||
* fds to start from 0x7fffffff instead of 0xffffffff ([#277](https://github.com/streamich/memfs/issues/277)) ([31e44ba](https://github.com/streamich/memfs/commit/31e44ba)) | ||
## [2.14.1](https://github.com/streamich/memfs/compare/v2.14.0...v2.14.1) (2018-11-29) | ||
@@ -2,0 +9,0 @@ |
@@ -13,3 +13,3 @@ "use strict"; | ||
return extendStatics(d, b); | ||
} | ||
}; | ||
return function (d, b) { | ||
@@ -16,0 +16,0 @@ extendStatics(d, b); |
@@ -8,3 +8,3 @@ "use strict"; | ||
return extendStatics(d, b); | ||
} | ||
}; | ||
return function (d, b) { | ||
@@ -11,0 +11,0 @@ extendStatics(d, b); |
@@ -8,3 +8,3 @@ "use strict"; | ||
return extendStatics(d, b); | ||
} | ||
}; | ||
return function (d, b) { | ||
@@ -11,0 +11,0 @@ extendStatics(d, b); |
{ | ||
"name": "memfs", | ||
"version": "2.14.1", | ||
"version": "2.14.2", | ||
"description": "In-memory file-system with Node's fs API.", | ||
@@ -34,6 +34,6 @@ "main": "lib/index.js", | ||
"@types/jest": "23.3.10", | ||
"@types/node": "10.12.10", | ||
"@types/node": "10.12.12", | ||
"jest": "21.2.1", | ||
"rimraf": "2.6.2", | ||
"semantic-release": "15.12.3", | ||
"semantic-release": "15.12.4", | ||
"@semantic-release/changelog": "3.0.1", | ||
@@ -44,8 +44,8 @@ "@semantic-release/npm": "5.1.1", | ||
"ts-node": "7.0.1", | ||
"typescript": "3.1.6", | ||
"prettier": "1.15.1", | ||
"typescript": "3.2.2", | ||
"prettier": "1.15.3", | ||
"pretty-quick": "1.8.0", | ||
"husky": "1.2.0", | ||
"tslint": "5.11.0", | ||
"tslint-config-common": "1.5.0" | ||
"tslint-config-common": "1.6.0" | ||
}, | ||
@@ -52,0 +52,0 @@ "config": { |
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
165234