Skip to content

Commit

Permalink
build: update package name for datasources and promotions nodejs_gapi…
Browse files Browse the repository at this point in the history
…c_library targets

PiperOrigin-RevId: 640983239
  • Loading branch information
Google APIs authored and copybara-github committed Jun 6, 2024
1 parent 82d1681 commit b9b8f63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion google/shopping/merchant/datasources/v1beta/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ load(

nodejs_gapic_library(
name = "datasources_nodejs_gapic",
package_name = "@google-cloud/datasources",
package_name = "@google-shopping/datasources",
src = ":datasources_proto_with_info",
extra_protoc_parameters = ["metadata"],
grpc_service_config = "datasources_grpc_service_config.json",
Expand Down
2 changes: 1 addition & 1 deletion google/shopping/merchant/promotions/v1beta/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ load(

nodejs_gapic_library(
name = "promotions_nodejs_gapic",
package_name = "@google-cloud/promotions",
package_name = "@google-shopping/promotions",
src = ":promotions_proto_with_info",
extra_protoc_parameters = ["metadata"],
grpc_service_config = "promotions_grpc_service_config.json",
Expand Down

0 comments on commit b9b8f63

Please sign in to comment.