Skip to content

Commit

Permalink
fix: better fallback feature detection, jsdoc update
Browse files Browse the repository at this point in the history
Use gapic-generator-typescript v1.2.2.

PiperOrigin-RevId: 342778480
  • Loading branch information
Google APIs authored and copybara-github committed Nov 17, 2020
1 parent 754a312 commit c6b1c72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit c6b1c72

Please sign in to comment.