@angular/cli 9.1.3 → 9.1.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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Configures the gathering of Angular CLI usage metrics. See
3
- * https://v8.angular.io/cli/usage-analytics-gathering.
3
+ * https://angular.io/cli/usage-analytics-gathering.
4
4
  */
5
5
  export interface Schema {
6
6
  /**
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/schema",
3
3
  "$id": "ng-cli://commands/analytics.json",
4
- "description": "Configures the gathering of Angular CLI usage metrics. See https://v8.angular.io/cli/usage-analytics-gathering.",
4
+ "description": "Configures the gathering of Angular CLI usage metrics. See https://angular.io/cli/usage-analytics-gathering.",
5
5
  "$longDescription": "./analytics-long.md",
6
6
 
7
7
  "$aliases": [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/cli",
3
- "version": "9.1.3",
3
+ "version": "9.1.4",
4
4
  "description": "CLI tool for Angular",
5
5
  "main": "lib/cli/index.js",
6
6
  "bin": {
@@ -28,11 +28,11 @@
28
28
  },
29
29
  "homepage": "https://github.com/angular/angular-cli",
30
30
  "dependencies": {
31
- "@angular-devkit/architect": "0.901.3",
32
- "@angular-devkit/core": "9.1.3",
33
- "@angular-devkit/schematics": "9.1.3",
34
- "@schematics/angular": "9.1.3",
35
- "@schematics/update": "0.901.3",
31
+ "@angular-devkit/architect": "0.901.4",
32
+ "@angular-devkit/core": "9.1.4",
33
+ "@angular-devkit/schematics": "9.1.4",
34
+ "@schematics/angular": "9.1.4",
35
+ "@schematics/update": "0.901.4",
36
36
  "@yarnpkg/lockfile": "1.1.0",
37
37
  "ansi-colors": "4.1.1",
38
38
  "debug": "4.1.1",
@@ -52,12 +52,12 @@
52
52
  "ng-update": {
53
53
  "migrations": "@schematics/angular/migrations/migration-collection.json",
54
54
  "packageGroup": {
55
- "@angular/cli": "9.1.3",
56
- "@angular-devkit/build-angular": "0.901.3",
57
- "@angular-devkit/build-ng-packagr": "0.901.3",
58
- "@angular-devkit/build-webpack": "0.901.3",
59
- "@angular-devkit/core": "9.1.3",
60
- "@angular-devkit/schematics": "9.1.3"
55
+ "@angular/cli": "9.1.4",
56
+ "@angular-devkit/build-angular": "0.901.4",
57
+ "@angular-devkit/build-ng-packagr": "0.901.4",
58
+ "@angular-devkit/build-webpack": "0.901.4",
59
+ "@angular-devkit/core": "9.1.4",
60
+ "@angular-devkit/schematics": "9.1.4"
61
61
  }
62
62
  },
63
63
  "engines": {