@angular/cli 14.2.4 → 14.2.5
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular/cli",
|
|
3
|
-
"version": "14.2.
|
|
3
|
+
"version": "14.2.5",
|
|
4
4
|
"description": "CLI tool for Angular",
|
|
5
5
|
"main": "lib/cli/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -25,10 +25,10 @@
|
|
|
25
25
|
},
|
|
26
26
|
"homepage": "https://github.com/angular/angular-cli",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@angular-devkit/architect": "0.1402.
|
|
29
|
-
"@angular-devkit/core": "14.2.
|
|
30
|
-
"@angular-devkit/schematics": "14.2.
|
|
31
|
-
"@schematics/angular": "14.2.
|
|
28
|
+
"@angular-devkit/architect": "0.1402.5",
|
|
29
|
+
"@angular-devkit/core": "14.2.5",
|
|
30
|
+
"@angular-devkit/schematics": "14.2.5",
|
|
31
|
+
"@schematics/angular": "14.2.5",
|
|
32
32
|
"@yarnpkg/lockfile": "1.1.0",
|
|
33
33
|
"ansi-colors": "4.1.3",
|
|
34
34
|
"debug": "4.3.4",
|
|
@@ -49,12 +49,12 @@
|
|
|
49
49
|
"ng-update": {
|
|
50
50
|
"migrations": "@schematics/angular/migrations/migration-collection.json",
|
|
51
51
|
"packageGroup": {
|
|
52
|
-
"@angular/cli": "14.2.
|
|
53
|
-
"@angular-devkit/architect": "0.1402.
|
|
54
|
-
"@angular-devkit/build-angular": "14.2.
|
|
55
|
-
"@angular-devkit/build-webpack": "0.1402.
|
|
56
|
-
"@angular-devkit/core": "14.2.
|
|
57
|
-
"@angular-devkit/schematics": "14.2.
|
|
52
|
+
"@angular/cli": "14.2.5",
|
|
53
|
+
"@angular-devkit/architect": "0.1402.5",
|
|
54
|
+
"@angular-devkit/build-angular": "14.2.5",
|
|
55
|
+
"@angular-devkit/build-webpack": "0.1402.5",
|
|
56
|
+
"@angular-devkit/core": "14.2.5",
|
|
57
|
+
"@angular-devkit/schematics": "14.2.5"
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
60
|
"engines": {
|
|
@@ -51,11 +51,8 @@ flexibility in their environments when desired.
|
|
|
51
51
|
## Platform support
|
|
52
52
|
|
|
53
53
|
Angular CLI supports autocompletion for the Bash and Zsh shells on MacOS and Linux operating
|
|
54
|
-
systems.
|
|
55
|
-
|
|
56
|
-
Windows does not support autocompletion in native shells, such as Cmd and Powershell. However,
|
|
57
|
-
the Angular CLI supports Git Bash and
|
|
58
|
-
[Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/) using Bash or Zsh.
|
|
54
|
+
systems. On Windows, Git Bash and [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/)
|
|
55
|
+
using Bash or Zsh are supported.
|
|
59
56
|
|
|
60
57
|
## Global install
|
|
61
58
|
|