@nx-extend/core
Advanced tools
Comparing version 1.1.1 to 1.2.0
# [1.2.0](https://github.com/TriPSs/nx-extend/compare/core@1.1.1...core@1.2.0) (2021-11-05) | ||
### Features | ||
* **core:** Added `normalizeOptions` function ([161cfe2](https://github.com/TriPSs/nx-extend/commit/161cfe2c845f22b328ba0bfd03be1ed82f33f9e3)) | ||
## [1.1.1](https://github.com/TriPSs/nx-extend/compare/core@1.1.0...core@1.1.1) (2021-11-05) | ||
@@ -3,0 +12,0 @@ |
{ | ||
"name": "@nx-extend/core", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"main": "src/index.js", | ||
@@ -5,0 +5,0 @@ "typings": "./src/index.d.ts", |
export * from './exec'; | ||
export * from './build-command'; | ||
export * from './normalize-options'; |
@@ -6,2 +6,3 @@ "use strict"; | ||
tslib_1.__exportStar(require("./build-command"), exports); | ||
tslib_1.__exportStar(require("./normalize-options"), exports); | ||
//# sourceMappingURL=index.js.map |
Sorry, the diff of this file is not supported yet
7769
18
94