Skip to content

Commit

Permalink
build: use gapic-generator-typescript v1.1.0.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Google APIs authored and Copybara-Service committed Aug 28, 2020
1 parent 96eb8c0 commit b267d69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Expand Up @@ -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")
Expand Down

0 comments on commit b267d69

Please sign in to comment.