@angular-devkit/core 14.2.1 → 14.2.2

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
@@ -24,8 +24,6 @@ ts_library(
24
24
  data = ["package.json"],
25
25
  module_name = "@angular-devkit/core/node",
26
26
  module_root = "index.d.ts",
27
- # The attribute below is needed in g3 to turn off strict typechecking
28
- # strict_checks = False,
29
27
  deps = [
30
28
  "//packages/angular_devkit/core",
31
29
  "@npm//@types/node",
@@ -34,6 +32,8 @@ ts_library(
34
32
  ],
35
33
  )
36
34
 
35
+ # @external_begin
36
+
37
37
  ts_library(
38
38
  name = "node_test_lib",
39
39
  testonly = True,
@@ -60,9 +60,6 @@ ts_library(
60
60
  toolchain = toolchain,
61
61
  deps = [
62
62
  "@npm//chokidar",
63
- # @node_module: ajv
64
- # @node_module: fast_json_stable_stringify
65
- # @node_module: magic_string
66
63
  ],
67
64
  )
68
65
  for toolchain_name, toolchain in zip(
@@ -70,3 +67,4 @@ ts_library(
70
67
  TOOLCHAINS_VERSIONS,
71
68
  )
72
69
  ]
70
+ # @external_end
@@ -19,8 +19,6 @@ ts_library(
19
19
  ),
20
20
  module_name = "@angular-devkit/core/node/testing",
21
21
  module_root = "index.d.ts",
22
- # The attribute below is needed in g3 to turn off strict typechecking
23
- # strict_checks = False,
24
22
  deps = [
25
23
  "//packages/angular_devkit/core",
26
24
  "//packages/angular_devkit/core/node",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular-devkit/core",
3
- "version": "14.2.1",
3
+ "version": "14.2.2",
4
4
  "description": "Angular DevKit - Core Utility Library",
5
5
  "main": "src/index.js",
6
6
  "typings": "src/index.d.ts",