Skip to content

Commit

Permalink
fix: Updating WORKSPACE files to use the newest version of the Typesc…
Browse files Browse the repository at this point in the history
…ript generator.

Also removing the explicit generator tag for the IAMPolicy mixin for the kms and pubsub APIS as the generator will now read it from the .yaml file.

PiperOrigin-RevId: 385101839
  • Loading branch information
Google APIs authored and Copybara-Service committed Jul 16, 2021
1 parent 077f0c6 commit 80f4042
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Expand Up @@ -262,9 +262,9 @@ com_googleapis_gapic_generator_go_repositories()
# TypeScript
##############################################################################

_gapic_generator_typescript_version = "1.5.0"
_gapic_generator_typescript_version = "2.0.1"

_gapic_generator_typescript_sha256 = "17e9387f3d6da8e5382b4e138ccc401137d2938b394040984ef2ca11ff9f8aea"
_gapic_generator_typescript_sha256 = "9267665bf98d667b08f82cc66c03af7e9f47d9c46169426aebaf4eb248f86d0d"

### TypeScript generator
http_archive(
Expand Down
1 change: 0 additions & 1 deletion google/cloud/kms/v1/BUILD.bazel
Expand Up @@ -229,7 +229,6 @@ nodejs_gapic_library(
src = ":kms_proto_with_info",
extra_protoc_parameters = ["metadata"],
grpc_service_config = "cloudkms_grpc_service_config.json",
iam_service = "true",
package = "google.cloud.kms.v1",
service_yaml = "cloudkms_v1.yaml",
deps = [],
Expand Down
1 change: 0 additions & 1 deletion google/pubsub/v1/BUILD.bazel
Expand Up @@ -227,7 +227,6 @@ nodejs_gapic_library(
bundle_config = "pubsub_gapic.yaml",
extra_protoc_parameters = ["template=typescript_gapic"],
grpc_service_config = "pubsub_grpc_service_config.json",
iam_service = "true",
main_service = "pubsub",
service_yaml = ":pubsub_v1.yaml",
deps = [],
Expand Down

0 comments on commit 80f4042

Please sign in to comment.