build: update gapic-generator-typescript to v1.0.5.
This version reduces the amount of log messages printed during library generation. PiperOrigin-RevId: 320669438
This commit is contained in:
parent
8500bd5206
commit
b70bedf808
|
|
@ -279,8 +279,8 @@ go_gapic_repositories()
|
|||
### TypeScript generator
|
||||
http_archive(
|
||||
name = "gapic_generator_typescript",
|
||||
urls = ["https://github.com/googleapis/gapic-generator-typescript/archive/v1.0.4.tar.gz"],
|
||||
strip_prefix = "gapic-generator-typescript-1.0.4",
|
||||
urls = ["https://github.com/googleapis/gapic-generator-typescript/archive/v1.0.5.tar.gz"],
|
||||
strip_prefix = "gapic-generator-typescript-1.0.5",
|
||||
)
|
||||
|
||||
load("@gapic_generator_typescript//:repositories.bzl", "gapic_generator_typescript_repositories")
|
||||
|
|
|
|||
Loading…
Reference in New Issue