build: update gapic-generator-typescript to v1.0.5.

This version reduces the amount of log messages printed during library generation.

PiperOrigin-RevId: 320669438
This commit is contained in:
Google APIs 2020-07-10 13:52:19 -07:00 committed by Copybara-Service
parent 8500bd5206
commit b70bedf808
1 changed files with 2 additions and 2 deletions

View File

@ -279,8 +279,8 @@ go_gapic_repositories()
### TypeScript generator
http_archive(
name = "gapic_generator_typescript",
urls = ["https://github.com/googleapis/gapic-generator-typescript/archive/v1.0.4.tar.gz"],
strip_prefix = "gapic-generator-typescript-1.0.4",
urls = ["https://github.com/googleapis/gapic-generator-typescript/archive/v1.0.5.tar.gz"],
strip_prefix = "gapic-generator-typescript-1.0.5",
)
load("@gapic_generator_typescript//:repositories.bzl", "gapic_generator_typescript_repositories")