From 94006b3cb8d2fb44703cf535da15608eed6bf7db Mon Sep 17 00:00:00 2001 From: Google APIs Date: Mon, 10 Aug 2020 21:11:13 -0700 Subject: [PATCH] build: use gapic-generator-typescript v1.0.7. This new generator will bring some changes to the generated code across all libraries, but the behavior will only change for nodejs-logging and nodejs-pubsub (those two libraries that use request batching). For other libraries, the changes should be minor (the createApiCall call is simplified) and it should be safe to merge them. Please talk to @alexander-fenster if you have any questions. PiperOrigin-RevId: 325949033 --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 08242fdf..75f5fa76 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.6.tar.gz"], - strip_prefix = "gapic-generator-typescript-1.0.6", + urls = ["https://github.com/googleapis/gapic-generator-typescript/archive/v1.0.7.tar.gz"], + strip_prefix = "gapic-generator-typescript-1.0.7", ) load("@gapic_generator_typescript//:repositories.bzl", "gapic_generator_typescript_repositories")