@angular-devkit/core 12.2.0-next.2 → 12.2.1

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/node/BUILD.bazel CHANGED
@@ -20,6 +20,7 @@ ts_library(
20
20
  "**/*_benchmark.ts",
21
21
  ],
22
22
  ),
23
+ data = ["package.json"],
23
24
  module_name = "@angular-devkit/core/node",
24
25
  module_root = "index.d.ts",
25
26
  # The attribute below is needed in g3 to turn off strict typechecking
@@ -0,0 +1,5 @@
1
+ {
2
+ "name": "@angular-devkit/core/node",
3
+ "main": "index.js",
4
+ "typings": "index.d.ts"
5
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular-devkit/core",
3
- "version": "12.2.0-next.2",
3
+ "version": "12.2.1",
4
4
  "description": "Angular DevKit - Core Utility Library",
5
5
  "main": "src/index.js",
6
6
  "typings": "src/index.d.ts",
@@ -13,7 +13,7 @@
13
13
  "core"
14
14
  ],
15
15
  "dependencies": {
16
- "ajv": "8.6.1",
16
+ "ajv": "8.6.2",
17
17
  "ajv-formats": "2.1.0",
18
18
  "fast-json-stable-stringify": "2.1.0",
19
19
  "magic-string": "0.25.7",
@@ -1,11 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright Google LLC All Rights Reserved.
4
- *
5
- * Use of this source code is governed by an MIT-style license that can be
6
- * found in the LICENSE file at https://angular.io/license
7
- */
8
- export * from './experimental/jobs/job-registry';
9
- export * from './fs';
10
- export * from './cli-logger';
11
- export * from './host';
@@ -1,27 +0,0 @@
1
- "use strict";
2
- /**
3
- * @license
4
- * Copyright Google LLC All Rights Reserved.
5
- *
6
- * Use of this source code is governed by an MIT-style license that can be
7
- * found in the LICENSE file at https://angular.io/license
8
- */
9
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
12
- }) : (function(o, m, k, k2) {
13
- if (k2 === undefined) k2 = k;
14
- o[k2] = m[k];
15
- }));
16
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
17
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
18
- };
19
- Object.defineProperty(exports, "__esModule", { value: true });
20
- // Start experimental namespace
21
- // Start jobs namespace
22
- __exportStar(require("./experimental/jobs/job-registry"), exports);
23
- // End jobs namespace
24
- // End experimental namespace
25
- __exportStar(require("./fs"), exports);
26
- __exportStar(require("./cli-logger"), exports);
27
- __exportStar(require("./host"), exports);
@@ -1,33 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright Google LLC All Rights Reserved.
4
- *
5
- * Use of this source code is governed by an MIT-style license that can be
6
- * found in the LICENSE file at https://angular.io/license
7
- */
8
- export * from './exception/exception';
9
- export * from './json/interface';
10
- export * from './json/parser';
11
- export * from './json/schema/interface';
12
- export * from './json/schema/pointer';
13
- export * from './json/schema/registry';
14
- export * from './json/schema/visitor';
15
- export * from './json/schema/utility';
16
- export * from './json/schema/transforms';
17
- export * from './logger/indent';
18
- export * from './logger/level';
19
- export * from './logger/logger';
20
- export * from './logger/null-logger';
21
- export * from './logger/transform-logger';
22
- export * from './utils/literals';
23
- export * from './utils/strings';
24
- export * from './utils/array';
25
- export * from './utils/object';
26
- export * from './utils/template';
27
- export * from './utils/partially-ordered-set';
28
- export * from './utils/priority-queue';
29
- export * from './utils/lang';
30
- export * from './virtual-fs/path';
31
- export * from './virtual-fs/host/index';
32
- export * from './workspace/index';
33
- export * from './analytics/index';
@@ -1,57 +0,0 @@
1
- "use strict";
2
- /**
3
- * @license
4
- * Copyright Google LLC All Rights Reserved.
5
- *
6
- * Use of this source code is governed by an MIT-style license that can be
7
- * found in the LICENSE file at https://angular.io/license
8
- */
9
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
12
- }) : (function(o, m, k, k2) {
13
- if (k2 === undefined) k2 = k;
14
- o[k2] = m[k];
15
- }));
16
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
17
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
18
- };
19
- Object.defineProperty(exports, "__esModule", { value: true });
20
- __exportStar(require("./exception/exception"), exports);
21
- // Start json namespace
22
- __exportStar(require("./json/interface"), exports);
23
- __exportStar(require("./json/parser"), exports);
24
- __exportStar(require("./json/schema/interface"), exports);
25
- __exportStar(require("./json/schema/pointer"), exports);
26
- __exportStar(require("./json/schema/registry"), exports);
27
- __exportStar(require("./json/schema/visitor"), exports);
28
- __exportStar(require("./json/schema/utility"), exports);
29
- __exportStar(require("./json/schema/transforms"), exports);
30
- // End json namespace
31
- // Start logging namespace
32
- __exportStar(require("./logger/indent"), exports);
33
- __exportStar(require("./logger/level"), exports);
34
- __exportStar(require("./logger/logger"), exports);
35
- __exportStar(require("./logger/null-logger"), exports);
36
- __exportStar(require("./logger/transform-logger"), exports);
37
- // End logging namespace
38
- // Start utils namespace
39
- __exportStar(require("./utils/literals"), exports);
40
- __exportStar(require("./utils/strings"), exports);
41
- __exportStar(require("./utils/array"), exports);
42
- __exportStar(require("./utils/object"), exports);
43
- __exportStar(require("./utils/template"), exports);
44
- __exportStar(require("./utils/partially-ordered-set"), exports);
45
- __exportStar(require("./utils/priority-queue"), exports);
46
- __exportStar(require("./utils/lang"), exports);
47
- // End utils namespace
48
- // Start virtualFs namespace
49
- __exportStar(require("./virtual-fs/path"), exports);
50
- __exportStar(require("./virtual-fs/host/index"), exports);
51
- // End virtualFs namespace
52
- // Start workspace namespace
53
- __exportStar(require("./workspace/index"), exports);
54
- // End workspace namespace
55
- // Start analytics namespace
56
- __exportStar(require("./analytics/index"), exports);
57
- // End analytics namespace