fix: better fallback feature detection, jsdoc update

Use gapic-generator-typescript v1.2.2.

PiperOrigin-RevId: 342778480
This commit is contained in:
Google APIs 2020-11-16 20:22:00 -08:00 committed by Copybara-Service
parent 754a312a0d
commit c6b1c72942
1 changed files with 2 additions and 2 deletions

View File

@ -296,8 +296,8 @@ go_gapic_repositories()
### TypeScript generator
http_archive(
name = "gapic_generator_typescript",
strip_prefix = "gapic-generator-typescript-1.2.1",
urls = ["https://github.com/googleapis/gapic-generator-typescript/archive/v1.2.1.tar.gz"],
strip_prefix = "gapic-generator-typescript-1.2.2",
urls = ["https://github.com/googleapis/gapic-generator-typescript/archive/v1.2.2.tar.gz"],
)
load("@gapic_generator_typescript//:repositories.bzl", "gapic_generator_typescript_repositories")