@angular/cli 9.1.4 → 9.1.8

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.
@@ -3,6 +3,11 @@
3
3
  * workspace.
4
4
  */
5
5
  export interface Schema {
6
+ /**
7
+ * A named build target, as specified in the "configurations" section of angular.json.
8
+ * Each named target is accompanied by a configuration of option defaults for that target.
9
+ */
10
+ configuration?: string;
6
11
  /**
7
12
  * Shows a help message for this command in the console.
8
13
  */
@@ -18,17 +18,16 @@
18
18
  "$source": "argv",
19
19
  "index": 0
20
20
  }
21
+ },
22
+ "configuration": {
23
+ "description": "A named build target, as specified in the \"configurations\" section of angular.json.\nEach named target is accompanied by a configuration of option defaults for that target.",
24
+ "type": "string",
25
+ "aliases": [
26
+ "c"
27
+ ]
21
28
  }
22
29
  },
23
- "configuration": {
24
- "description": "A named build target, as specified in the \"configurations\" section of angular.json.\nEach named target is accompanied by a configuration of option defaults for that target.",
25
- "type": "string",
26
- "aliases": [
27
- "c"
28
- ]
29
- },
30
- "required": [
31
- ]
30
+ "required": []
32
31
  },
33
32
  {
34
33
  "$ref": "./definitions.json#/definitions/base"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/cli",
3
- "version": "9.1.4",
3
+ "version": "9.1.8",
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.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",
31
+ "@angular-devkit/architect": "0.901.8",
32
+ "@angular-devkit/core": "9.1.8",
33
+ "@angular-devkit/schematics": "9.1.8",
34
+ "@schematics/angular": "9.1.8",
35
+ "@schematics/update": "0.901.8",
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.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"
55
+ "@angular/cli": "9.1.8",
56
+ "@angular-devkit/build-angular": "0.901.8",
57
+ "@angular-devkit/build-ng-packagr": "0.901.8",
58
+ "@angular-devkit/build-webpack": "0.901.8",
59
+ "@angular-devkit/core": "9.1.8",
60
+ "@angular-devkit/schematics": "9.1.8"
61
61
  }
62
62
  },
63
63
  "engines": {