@angular-devkit/core 10.1.2 → 10.1.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,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular-devkit/core",
3
- "version": "10.1.2",
3
+ "version": "10.1.3",
4
4
  "description": "Angular DevKit - Core Utility Library",
5
5
  "main": "src/index.js",
6
6
  "typings": "src/index.d.ts",
@@ -16,7 +16,8 @@ export * from './noop';
16
16
  *
17
17
  * These cannot be in their respective schema.json file because we either change the type
18
18
  * (e.g. --buildEventLog is string, but we want to know the usage of it, not its value), or
19
- * some validation needs to be done (we cannot record ng add --collection if it's not whitelisted).
19
+ * some validation needs to be done (we cannot record ng add --collection if it's not marked as
20
+ * allowed).
20
21
  */
21
22
  export declare enum NgCliAnalyticsDimensions {
22
23
  CpuCount = 1,
@@ -29,7 +29,8 @@ __exportStar(require("./noop"), exports);
29
29
  *
30
30
  * These cannot be in their respective schema.json file because we either change the type
31
31
  * (e.g. --buildEventLog is string, but we want to know the usage of it, not its value), or
32
- * some validation needs to be done (we cannot record ng add --collection if it's not whitelisted).
32
+ * some validation needs to be done (we cannot record ng add --collection if it's not marked as
33
+ * allowed).
33
34
  */
34
35
  var NgCliAnalyticsDimensions;
35
36
  (function (NgCliAnalyticsDimensions) {