@nx-dotnet/dotnet
Advanced tools
Comparing version 0.15.0 to 1.0.0
@@ -6,3 +6,3 @@ { | ||
"dependencies": { | ||
"@nx-dotnet/utils": "0.15.0", | ||
"@nx-dotnet/utils": "1.0.0", | ||
"glob": "^7.1.6", | ||
@@ -13,3 +13,3 @@ "rimraf": "^3.0.2", | ||
"license": "MIT", | ||
"version": "0.15.0", | ||
"version": "1.0.0", | ||
"keywords": [ | ||
@@ -16,0 +16,0 @@ ".NET", |
export * from './lib'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
export * from './dotnet.client'; | ||
export * from './dotnet.factory'; |
@@ -0,0 +0,0 @@ "use strict"; |
export * from './core'; | ||
export * from './models'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare type dotnetAddPackageFlags = 'version' | 'framework' | 'packageDirectory' | 'prerelease' | 'noRestore' | 'source'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { dotnetAddPackageFlags } from './dotnet-add-package-flags'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=dotnet-add-package-options.js.map |
export * from './dotnet-add-package-flags'; | ||
export * from './dotnet-add-package-options'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare type dotnetBuildFlags = 'configuration' | 'framework' | 'force' | 'noDependencies' | 'noIncremental' | 'noRestore' | 'nologo' | 'output' | 'source' | 'verbosity' | 'versionSuffix' | 'runtime'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { dotnetBuildFlags } from './dotnet-build-flags'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=dotnet-build-options.js.map |
export * from './dotnet-build-flags'; | ||
export * from './dotnet-build-options'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare type dotnetFormatFlags = 'noRestore' | 'fixWhitespace' | 'fixStyle' | 'fixAnalyzers' | 'diagnostics' | 'include' | 'exclude' | 'check' | 'report' | 'binarylog' | 'verbosity'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { dotnetFormatFlags } from './dotnet-format-flags'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=dotnet-format-options.js.map |
export * from './dotnet-format-flags'; | ||
export * from './dotnet-format-options'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare type dotnetNewFlags = 'dryRun' | 'force' | 'language' | 'name' | 'install' | 'nugetSource' | 'output' | 'uninstall' | 'updateApply' | 'updateCheck'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { dotnetNewFlags } from './dotnet-new-flags'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=dotnet-new-options.js.map |
export declare type dotnetTemplate = 'console' | 'classlib' | 'wpf' | 'wpflib' | 'wpfcustomcontrollib' | 'wpfusercontrollib' | 'winforms' | 'winformslib' | 'worker' | 'grpc' | 'mstest' | 'xunit' | 'nunit' | 'page' | 'viewimports' | 'proto' | 'blazorserver' | 'blazorwasm' | 'web' | 'mvc' | 'webapp' | 'angular' | 'react' | 'reactredux' | 'razorclasslib' | 'webapi' | 'globaljson' | string; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=dotnet-template.js.map |
export * from './dotnet-new-flags'; | ||
export * from './dotnet-new-options'; | ||
export * from './dotnet-template'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare type dotnetPublishFlags = 'configuration' | 'framework' | 'force' | 'manifest' | 'noBuild' | 'noDependencies' | 'nologo' | 'noRestore' | 'output' | 'selfContained' | 'runtime' | 'verbosity' | 'versionSuffix'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { dotnetPublishFlags } from './dotnet-publish-flags'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=dotnet-publish-options.js.map |
export * from './dotnet-publish-flags'; | ||
export * from './dotnet-publish-options'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare type dotnetRunFlags = 'configuration' | 'framework' | 'force' | 'noDependencies' | 'noIncremental' | 'noRestore' | 'nologo' | 'output' | 'source' | 'verbosity' | 'versionSuffix' | 'runtime'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { dotnetRunFlags } from './dotnet-run-flags'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=dotnet-run-options.js.map |
export * from './dotnet-run-flags'; | ||
export * from './dotnet-run-options'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare type dotnetTestFlags = 'blameCrashCollectAlways' | 'blameCrashDumpType' | 'blameCrash' | 'blameHangDump' | 'blameHangTimeout' | 'blameHang' | 'blame' | 'collect' | 'configuration' | 'diag' | 'filter' | 'framework' | 'listTests' | 'logger' | 'noBuild' | 'noRestore' | 'nologo' | 'resultsDirectory' | 'settings' | 'testAdapterPath' | 'verbosity'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { dotnetTestFlags } from './dotnet-test-flags'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=dotnet-test-options.js.map |
export * from './dotnet-test-flags'; | ||
export * from './dotnet-test-options'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export * from './dotnet-new'; |
@@ -0,0 +0,0 @@ "use strict"; |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
30000
+ Added@nx-dotnet/utils@1.0.0(transitive)
- Removed@nx-dotnet/utils@0.15.0(transitive)
Updated@nx-dotnet/utils@1.0.0