@nx-dotnet/dotnet
Advanced tools
Comparing version 1.11.0 to 1.12.0
@@ -0,1 +1,11 @@ | ||
# [1.12.0](https://github.com/nx-dotnet/nx-dotnet/compare/v1.11.0...v1.12.0) (2022-06-08) | ||
### Bug Fixes | ||
- **core:** compatibility with Nx 14.2+ ([1bb134b](https://github.com/nx-dotnet/nx-dotnet/commit/1bb134b6367b0d6da1950204b2eb2879764bd1e3)) | ||
### Features | ||
- **core:** allow tool installation to be skipped for update-swagger ([d1044f6](https://github.com/nx-dotnet/nx-dotnet/commit/d1044f6eb5080beec8d1b31eed2c8610d85c825d)) | ||
# [1.11.0](https://github.com/nx-dotnet/nx-dotnet/compare/v1.10.1...v1.11.0) (2022-05-31) | ||
@@ -2,0 +12,0 @@ |
@@ -20,6 +20,6 @@ { | ||
"homepage": "https://nx-dotnet.com/", | ||
"version": "1.11.0", | ||
"version": "1.12.0", | ||
"typings": "./src/index.d.ts", | ||
"peerDependencies": { | ||
"@nx-dotnet/utils": "1.11.0", | ||
"@nx-dotnet/utils": "1.12.0", | ||
"fast-glob": "3.2.7", | ||
@@ -26,0 +26,0 @@ "rimraf": "^3.0.2", |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const tslib_1 = require("tslib"); | ||
(0, tslib_1.__exportStar)(require("./lib"), exports); | ||
tslib_1.__exportStar(require("./lib"), exports); | ||
//# sourceMappingURL=index.js.map |
/// <reference types="node" /> | ||
import { ChildProcess } from 'child_process'; | ||
import { dotnetAddPackageOptions, dotnetBuildOptions, dotnetFormatOptions, dotnetNewOptions, dotnetPublishOptions, dotnetRunOptions, KnownDotnetTemplates, dotnetTestOptions, DotnetTemplate } from '../models'; | ||
import { dotnetAddPackageOptions, dotnetBuildOptions, dotnetFormatOptions, dotnetNewOptions, dotnetPublishOptions, dotnetRunOptions, DotnetTemplate, dotnetTestOptions, KnownDotnetTemplates } from '../models'; | ||
import { LoadedCLI } from './dotnet.factory'; | ||
@@ -5,0 +5,0 @@ export declare class DotNetClient { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.DotNetClient = void 0; | ||
const utils_1 = require("@nx-dotnet/utils"); | ||
const child_process_1 = require("child_process"); | ||
const semver = require("semver"); | ||
const utils_1 = require("@nx-dotnet/utils"); | ||
const models_1 = require("../models"); | ||
@@ -8,0 +8,0 @@ const parse_dotnet_new_list_output_1 = require("../utils/parse-dotnet-new-list-output"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const tslib_1 = require("tslib"); | ||
(0, tslib_1.__exportStar)(require("./dotnet.client"), exports); | ||
(0, tslib_1.__exportStar)(require("./dotnet.factory"), exports); | ||
tslib_1.__exportStar(require("./dotnet.client"), exports); | ||
tslib_1.__exportStar(require("./dotnet.factory"), exports); | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const tslib_1 = require("tslib"); | ||
(0, tslib_1.__exportStar)(require("./core"), exports); | ||
(0, tslib_1.__exportStar)(require("./models"), exports); | ||
tslib_1.__exportStar(require("./core"), exports); | ||
tslib_1.__exportStar(require("./models"), exports); | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const tslib_1 = require("tslib"); | ||
(0, tslib_1.__exportStar)(require("./dotnet-add-package-flags"), exports); | ||
(0, tslib_1.__exportStar)(require("./dotnet-add-package-options"), exports); | ||
tslib_1.__exportStar(require("./dotnet-add-package-flags"), exports); | ||
tslib_1.__exportStar(require("./dotnet-add-package-options"), exports); | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const tslib_1 = require("tslib"); | ||
(0, tslib_1.__exportStar)(require("./dotnet-build-flags"), exports); | ||
(0, tslib_1.__exportStar)(require("./dotnet-build-options"), exports); | ||
tslib_1.__exportStar(require("./dotnet-build-flags"), exports); | ||
tslib_1.__exportStar(require("./dotnet-build-options"), exports); | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const tslib_1 = require("tslib"); | ||
(0, tslib_1.__exportStar)(require("./dotnet-format-flags"), exports); | ||
(0, tslib_1.__exportStar)(require("./dotnet-format-options"), exports); | ||
tslib_1.__exportStar(require("./dotnet-format-flags"), exports); | ||
tslib_1.__exportStar(require("./dotnet-format-options"), exports); | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const tslib_1 = require("tslib"); | ||
(0, tslib_1.__exportStar)(require("./dotnet-new-flags"), exports); | ||
(0, tslib_1.__exportStar)(require("./dotnet-new-options"), exports); | ||
(0, tslib_1.__exportStar)(require("./dotnet-template"), exports); | ||
tslib_1.__exportStar(require("./dotnet-new-flags"), exports); | ||
tslib_1.__exportStar(require("./dotnet-new-options"), exports); | ||
tslib_1.__exportStar(require("./dotnet-template"), exports); | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const tslib_1 = require("tslib"); | ||
(0, tslib_1.__exportStar)(require("./dotnet-publish-flags"), exports); | ||
(0, tslib_1.__exportStar)(require("./dotnet-publish-options"), exports); | ||
tslib_1.__exportStar(require("./dotnet-publish-flags"), exports); | ||
tslib_1.__exportStar(require("./dotnet-publish-options"), exports); | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const tslib_1 = require("tslib"); | ||
(0, tslib_1.__exportStar)(require("./dotnet-run-flags"), exports); | ||
(0, tslib_1.__exportStar)(require("./dotnet-run-options"), exports); | ||
tslib_1.__exportStar(require("./dotnet-run-flags"), exports); | ||
tslib_1.__exportStar(require("./dotnet-run-options"), exports); | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const tslib_1 = require("tslib"); | ||
(0, tslib_1.__exportStar)(require("./dotnet-test-flags"), exports); | ||
(0, tslib_1.__exportStar)(require("./dotnet-test-options"), exports); | ||
tslib_1.__exportStar(require("./dotnet-test-flags"), exports); | ||
tslib_1.__exportStar(require("./dotnet-test-options"), exports); | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const tslib_1 = require("tslib"); | ||
(0, tslib_1.__exportStar)(require("./dotnet-new"), exports); | ||
(0, tslib_1.__exportStar)(require("./dotnet-build"), exports); | ||
(0, tslib_1.__exportStar)(require("./dotnet-run"), exports); | ||
(0, tslib_1.__exportStar)(require("./dotnet-test"), exports); | ||
(0, tslib_1.__exportStar)(require("./dotnet-add-package"), exports); | ||
(0, tslib_1.__exportStar)(require("./dotnet-publish"), exports); | ||
(0, tslib_1.__exportStar)(require("./dotnet-format"), exports); | ||
tslib_1.__exportStar(require("./dotnet-new"), exports); | ||
tslib_1.__exportStar(require("./dotnet-build"), exports); | ||
tslib_1.__exportStar(require("./dotnet-run"), exports); | ||
tslib_1.__exportStar(require("./dotnet-test"), exports); | ||
tslib_1.__exportStar(require("./dotnet-add-package"), exports); | ||
tslib_1.__exportStar(require("./dotnet-publish"), exports); | ||
tslib_1.__exportStar(require("./dotnet-format"), exports); | ||
//# sourceMappingURL=index.js.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
77270