@angular/cli 8.1.1 → 8.1.2

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.
@@ -0,0 +1,7 @@
1
+ The value of *settingOrProject* is one of the following.
2
+ * "on" : Enables analytics gathering and reporting for the user.
3
+ * "off" : Disables analytics gathering and reporting for the user.
4
+ * "ci" : Enables analytics and configures reporting for use with Continuous Integration,
5
+ which uses a common CI user.
6
+ * "prompt" : Prompts the user to set the status interactively.
7
+ * "project" : Sets the default status for the project to the *projectSetting* value, which can be any of the other values. The *projectSetting* argument is ignored for all other values of *settingOrProject*.
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json-schema.org/schema",
3
3
  "$id": "ng-cli://commands/analytics.json",
4
4
  "description": "Configures the gathering of Angular CLI usage metrics. See https://v8.angular.io/cli/usage-analytics-gathering.",
5
- "$longDescription": "",
5
+ "$longDescription": "./analytics-long.md",
6
6
 
7
7
  "$aliases": [],
8
8
  "$scope": "all",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/cli",
3
- "version": "8.1.1",
3
+ "version": "8.1.2",
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.801.1",
32
- "@angular-devkit/core": "8.1.1",
33
- "@angular-devkit/schematics": "8.1.1",
34
- "@schematics/angular": "8.1.1",
35
- "@schematics/update": "0.801.1",
31
+ "@angular-devkit/architect": "0.801.2",
32
+ "@angular-devkit/core": "8.1.2",
33
+ "@angular-devkit/schematics": "8.1.2",
34
+ "@schematics/angular": "8.1.2",
35
+ "@schematics/update": "0.801.2",
36
36
  "@yarnpkg/lockfile": "1.1.0",
37
37
  "ansi-colors": "4.1.0",
38
38
  "debug": "^4.1.1",
@@ -50,10 +50,10 @@
50
50
  "ng-update": {
51
51
  "migrations": "@schematics/angular/migrations/migration-collection.json",
52
52
  "packageGroup": {
53
- "@angular/cli": "8.1.1",
54
- "@angular-devkit/build-angular": "0.801.1",
55
- "@angular-devkit/build-ng-packagr": "0.801.1",
56
- "@angular-devkit/build-webpack": "0.801.1"
53
+ "@angular/cli": "8.1.2",
54
+ "@angular-devkit/build-angular": "0.801.2",
55
+ "@angular-devkit/build-ng-packagr": "0.801.2",
56
+ "@angular-devkit/build-webpack": "0.801.2"
57
57
  }
58
58
  },
59
59
  "engines": {