From b70bedf8081c80a9a0606564c00eccd358d77502 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Fri, 10 Jul 2020 13:52:19 -0700 Subject: [PATCH] build: update gapic-generator-typescript to v1.0.5. This version reduces the amount of log messages printed during library generation. PiperOrigin-RevId: 320669438 --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 23b2c2a5..fd374158 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -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")