build: use gapic-generator-typescript v1.1.0.

In this release, the naming conflict resolver is introduced.
No changes are expected to the existing libraries, but please talk to @alexander-fenster if you see anything broken.

PiperOrigin-RevId: 328987468
This commit is contained in:
Google APIs 2020-08-28 12:24:54 -07:00 committed by Copybara-Service
parent 96eb8c021f
commit b267d696cd
1 changed files with 2 additions and 2 deletions

View File

@ -280,8 +280,8 @@ go_gapic_repositories()
### TypeScript generator
http_archive(
name = "gapic_generator_typescript",
urls = ["https://github.com/googleapis/gapic-generator-typescript/archive/v1.0.8.tar.gz"],
strip_prefix = "gapic-generator-typescript-1.0.8",
urls = ["https://github.com/googleapis/gapic-generator-typescript/archive/v1.1.0.tar.gz"],
strip_prefix = "gapic-generator-typescript-1.1.0",
)
load("@gapic_generator_typescript//:repositories.bzl", "gapic_generator_typescript_repositories")