Comparing version 3.0.1 to 3.0.2
@@ -6,2 +6,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.isolated = void 0; | ||
const fs_extra_1 = __importDefault(require("fs-extra")); | ||
@@ -8,0 +9,0 @@ const path_1 = __importDefault(require("path")); |
@@ -0,1 +1,8 @@ | ||
## [3.0.2](https://github.com/thenativeweb/isolated/compare/3.0.1...3.0.2) (2020-06-04) | ||
### Bug Fixes | ||
* bump fs-extra from 9.0.0 to 9.0.1 ([#142](https://github.com/thenativeweb/isolated/issues/142)) ([71ab745](https://github.com/thenativeweb/isolated/commit/71ab7453de0f59a30149518228b6d2baf3cacebf)) | ||
## [3.0.1](https://github.com/thenativeweb/isolated/compare/3.0.0...3.0.1) (2020-03-19) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "isolated", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "isolated provides one-time folders for unit tests.", | ||
@@ -26,3 +26,3 @@ "contributors": [ | ||
"dependencies": { | ||
"fs-extra": "9.0.0", | ||
"fs-extra": "9.0.1", | ||
"recursive-readdir": "2.2.2", | ||
@@ -32,8 +32,8 @@ "temp": "0.9.1" | ||
"devDependencies": { | ||
"@types/fs-extra": "8.1.0", | ||
"@types/fs-extra": "9.0.1", | ||
"@types/recursive-readdir": "2.2.0", | ||
"@types/temp": "0.8.34", | ||
"assertthat": "5.1.1", | ||
"roboter": "11.1.14", | ||
"semantic-release-configuration": "1.0.18" | ||
"roboter": "11.1.26", | ||
"semantic-release-configuration": "1.0.20" | ||
}, | ||
@@ -40,0 +40,0 @@ "repository": { |
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
8578
88
+ Addedfs-extra@9.0.1(transitive)
- Removedfs-extra@9.0.0(transitive)
Updatedfs-extra@9.0.1