@angular-devkit/core 14.2.1 → 14.2.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/node/BUILD.bazel CHANGED
@@ -7,7 +7,7 @@ load("@npm//@bazel/jasmine:index.bzl", "jasmine_node_test")
7
7
  load("//tools:defaults.bzl", "ts_library")
8
8
  load("//tools:toolchain_info.bzl", "TOOLCHAINS_NAMES", "TOOLCHAINS_VERSIONS")
9
9
 
10
- licenses(["notice"]) # MIT License
10
+ licenses(["notice"])
11
11
 
12
12
  package(default_visibility = ["//visibility:public"])
13
13
 
@@ -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,
@@ -57,12 +57,10 @@ ts_library(
57
57
  jasmine_node_test(
58
58
  name = "node_test_" + toolchain_name,
59
59
  srcs = [":node_test_lib"],
60
+ tags = [toolchain_name],
60
61
  toolchain = toolchain,
61
62
  deps = [
62
63
  "@npm//chokidar",
63
- # @node_module: ajv
64
- # @node_module: fast_json_stable_stringify
65
- # @node_module: magic_string
66
64
  ],
67
65
  )
68
66
  for toolchain_name, toolchain in zip(
@@ -70,3 +68,4 @@ ts_library(
70
68
  TOOLCHAINS_VERSIONS,
71
69
  )
72
70
  ]
71
+ # @external_end
@@ -4,7 +4,7 @@ load("//tools:defaults.bzl", "ts_library")
4
4
  #
5
5
  # Use of this source code is governed by an MIT-style license that can be
6
6
  # found in the LICENSE file at https://angular.io/license
7
- licenses(["notice"]) # MIT License
7
+ licenses(["notice"])
8
8
 
9
9
  package(default_visibility = ["//visibility:public"])
10
10
 
@@ -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.3",
4
4
  "description": "Angular DevKit - Core Utility Library",
5
5
  "main": "src/index.js",
6
6
  "typings": "src/index.d.ts",