build: use gapic-generator-typescript v1.0.7.
This new generator will bring some changes to the generated code across all libraries, but the behavior will only change for nodejs-logging and nodejs-pubsub (those two libraries that use request batching). For other libraries, the changes should be minor (the createApiCall call is simplified) and it should be safe to merge them. Please talk to @alexander-fenster if you have any questions. PiperOrigin-RevId: 325949033
This commit is contained in:
parent
1b40f9ae44
commit
94006b3cb8
|
|
@ -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.6.tar.gz"],
|
||||
strip_prefix = "gapic-generator-typescript-1.0.6",
|
||||
urls = ["https://github.com/googleapis/gapic-generator-typescript/archive/v1.0.7.tar.gz"],
|
||||
strip_prefix = "gapic-generator-typescript-1.0.7",
|
||||
)
|
||||
|
||||
load("@gapic_generator_typescript//:repositories.bzl", "gapic_generator_typescript_repositories")
|
||||
|
|
|
|||
Loading…
Reference in New Issue