@nx-extend/core
Advanced tools
Comparing version 4.1.0 to 4.2.0
@@ -5,2 +5,11 @@ # Changelog | ||
# [4.2.0](https://github.com/TriPSs/nx-extend/compare/core@4.1.0...core@4.2.0) (2023-07-01) | ||
### Features | ||
* **e2e-runner:** Always use verbose logging if in ci ([cf72c11](https://github.com/TriPSs/nx-extend/commit/cf72c11843391c20627077ac93cee1661080bf29)) | ||
# [4.1.0](https://github.com/TriPSs/nx-extend/compare/core@4.0.0...core@4.1.0) (2023-06-22) | ||
@@ -7,0 +16,0 @@ |
{ | ||
"name": "@nx-extend/core", | ||
"version": "4.1.0", | ||
"version": "4.2.0", | ||
"main": "src/index.js", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -5,1 +5,2 @@ export * from './exec'; | ||
export * from './copy-file'; | ||
export * from './is-ci'; |
@@ -8,2 +8,3 @@ "use strict"; | ||
tslib_1.__exportStar(require("./copy-file"), exports); | ||
tslib_1.__exportStar(require("./is-ci"), exports); | ||
//# sourceMappingURL=index.js.map |
Sorry, the diff of this file is not supported yet
12757
24
132