@angular-devkit/schematics-cli 14.1.0-next.1 → 14.1.0-next.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bin/schematics.js
CHANGED
|
@@ -121,7 +121,6 @@ function _createPromptProvider() {
|
|
|
121
121
|
async function main({ args, stdout = process.stdout, stderr = process.stderr, }) {
|
|
122
122
|
const { cliOptions, schematicOptions, _ } = parseArgs(args);
|
|
123
123
|
// Create a separate instance to prevent unintended global changes to the color configuration
|
|
124
|
-
// Create function is not defined in the typings. See: https://github.com/doowb/ansi-colors/pull/44
|
|
125
124
|
const colors = ansiColors.create();
|
|
126
125
|
/** Create the DevKit Logger used through the CLI. */
|
|
127
126
|
const logger = (0, node_1.createConsoleLogger)(!!cliOptions.verbose, stdout, stderr, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular-devkit/schematics-cli",
|
|
3
|
-
"version": "14.1.0-next.
|
|
3
|
+
"version": "14.1.0-next.4",
|
|
4
4
|
"description": "Angular Schematics - CLI",
|
|
5
5
|
"homepage": "https://github.com/angular/angular-cli",
|
|
6
6
|
"bin": {
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
],
|
|
22
22
|
"schematics": "./collection.json",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@angular-devkit/core": "14.1.0-next.
|
|
25
|
-
"@angular-devkit/schematics": "14.1.0-next.
|
|
24
|
+
"@angular-devkit/core": "14.1.0-next.4",
|
|
25
|
+
"@angular-devkit/schematics": "14.1.0-next.4",
|
|
26
26
|
"ansi-colors": "4.1.3",
|
|
27
27
|
"inquirer": "8.2.4",
|
|
28
28
|
"symbol-observable": "4.0.0",
|