Skip to content

Commit 94006b3

Browse files
Google APIscopybara-github
authored andcommitted
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
1 parent 1b40f9a commit 94006b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,8 @@ go_gapic_repositories()
279279
### TypeScript generator
280280
http_archive(
281281
name = "gapic_generator_typescript",
282-
urls = ["https://github.com/googleapis/gapic-generator-typescript/archive/v1.0.6.tar.gz"],
283-
strip_prefix = "gapic-generator-typescript-1.0.6",
282+
urls = ["https://github.com/googleapis/gapic-generator-typescript/archive/v1.0.7.tar.gz"],
283+
strip_prefix = "gapic-generator-typescript-1.0.7",
284284
)
285285

286286
load("@gapic_generator_typescript//:repositories.bzl", "gapic_generator_typescript_repositories")

0 commit comments

Comments
 (0)