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:
parent
96eb8c021f
commit
b267d696cd
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue