@angular-devkit/build-angular 0.1001.2 → 0.1001.3

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,16 +1,16 @@
1
1
  {
2
2
  "name": "@angular-devkit/build-angular",
3
- "version": "0.1001.2",
3
+ "version": "0.1001.3",
4
4
  "description": "Angular Webpack Build Facade",
5
5
  "experimental": true,
6
6
  "main": "src/index.js",
7
7
  "typings": "src/index.d.ts",
8
8
  "builders": "builders.json",
9
9
  "dependencies": {
10
- "@angular-devkit/architect": "0.1001.2",
11
- "@angular-devkit/build-optimizer": "0.1001.2",
12
- "@angular-devkit/build-webpack": "0.1001.2",
13
- "@angular-devkit/core": "10.1.2",
10
+ "@angular-devkit/architect": "0.1001.3",
11
+ "@angular-devkit/build-optimizer": "0.1001.3",
12
+ "@angular-devkit/build-webpack": "0.1001.3",
13
+ "@angular-devkit/core": "10.1.3",
14
14
  "@babel/core": "7.11.1",
15
15
  "@babel/generator": "7.11.0",
16
16
  "@babel/plugin-transform-runtime": "7.11.0",
@@ -18,7 +18,7 @@
18
18
  "@babel/runtime": "7.11.2",
19
19
  "@babel/template": "7.10.4",
20
20
  "@jsdevtools/coverage-istanbul-loader": "3.0.5",
21
- "@ngtools/webpack": "10.1.2",
21
+ "@ngtools/webpack": "10.1.3",
22
22
  "autoprefixer": "9.8.6",
23
23
  "babel-loader": "8.1.0",
24
24
  "browserslist": "^4.9.1",
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export interface Schema {
5
5
  /**
6
- * Whitelist of hosts that are allowed to access the dev server.
6
+ * List of hosts that are allowed to access the dev server.
7
7
  */
8
8
  allowedHosts?: string[];
9
9
  /**
@@ -57,7 +57,7 @@
57
57
  },
58
58
  "allowedHosts": {
59
59
  "type": "array",
60
- "description": "Whitelist of hosts that are allowed to access the dev server.",
60
+ "description": "List of hosts that are allowed to access the dev server.",
61
61
  "default": [],
62
62
  "items": {
63
63
  "type": "string"