File tree 2 files changed +5
-5
lines changed
packages/angular/ssr/schematics
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ esbuild_register_toolchains(
277
277
278
278
git_repository (
279
279
name = "rules_angular" ,
280
- commit = "bc8e690770319b8780761f797773bfd47f47dfdc " ,
280
+ commit = "be32410fcf198d500ace78469de12d5f4db458fd " ,
281
281
remote = "https://github.com/devversion/rules_angular.git" ,
282
282
)
283
283
Original file line number Diff line number Diff line change 3
3
# Use of this source code is governed by an MIT-style license that can be
4
4
# found in the LICENSE file at https://angular.dev/license
5
5
6
- load ("@aspect_rules_js//js :defs.bzl" , "js_library " )
6
+ load ("@aspect_rules_js//npm :defs.bzl" , "npm_package " )
7
7
load ("//tools:defaults.bzl" , "jasmine_test" , "ts_project" )
8
8
load ("//tools:ts_json_schema.bzl" , "ts_json_schema" )
9
9
@@ -91,9 +91,9 @@ jasmine_test(
91
91
],
92
92
)
93
93
94
- # This target is used as nested_package in the main @angular/ssr package as a dep.
95
- js_library (
96
- name = "pkg " ,
94
+ # This package is intended to be combined into the main @angular/ssr package as a dep.
95
+ npm_package (
96
+ name = "npm_package " ,
97
97
srcs = [
98
98
"package.json" ,
99
99
":schematics" ,
You can’t perform that action at this time.
0 commit comments