From 2c8f524b81587faa47264abda440dab2c8d18aba Mon Sep 17 00:00:00 2001 From: Google APIs Date: Tue, 7 Jul 2020 18:24:47 -0700 Subject: [PATCH] build: update gapic-generator-typescript to v1.0.4. This build fixes Bazel dependency issues related to protobuf.js dependency. PiperOrigin-RevId: 320102248 --- WORKSPACE | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index c8e2564d8b..e0df170779 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.3.tar.gz"], - strip_prefix = "gapic-generator-typescript-1.0.3", + urls = ["https://github.com/googleapis/gapic-generator-typescript/archive/v1.0.4.tar.gz"], + strip_prefix = "gapic-generator-typescript-1.0.4", ) load("@gapic_generator_typescript//:repositories.bzl", "gapic_generator_typescript_repositories") @@ -301,15 +301,6 @@ install_bazel_dependencies() load("@npm_bazel_typescript//:index.bzl", "ts_setup_workspace") ts_setup_workspace() -# Note: TypeScript libraries use third-party protobuf dependency, -# protobuf.js, and official Bazel rules have a special rule to -# install this dependency and its transitive dependencies. -yarn_install( - name = "build_bazel_rules_typescript_protobufs_compiletime_deps", - package_json = "@npm_bazel_labs//protobufjs:package.json", - yarn_lock = "@npm_bazel_labs//protobufjs:yarn.lock", -) - ############################################################################## # PHP ##############################################################################