@angular-devkit/core 10.1.2 → 10.1.6
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
package/src/analytics/index.d.ts
CHANGED
|
@@ -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
|
|
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,
|
package/src/analytics/index.js
CHANGED
|
@@ -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
|
|
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) {
|