Skip to content

Commit b759c56

Browse files
Google APIscopybara-github
authored andcommitted
fix: do not modify options object, use defaultScopes
docs: regenerated jsdoc comments with examples build: use gapic-generator-typescript v1.2.1 Note: these change require google-gax "^2.9.2". @alexander-fenster will make sure the google-gax version is bumped across libraries. PiperOrigin-RevId: 341102751
1 parent 1e0efcf commit b759c56

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
@@ -296,8 +296,8 @@ go_gapic_repositories()
296296
### TypeScript generator
297297
http_archive(
298298
name = "gapic_generator_typescript",
299-
strip_prefix = "gapic-generator-typescript-1.1.0",
300-
urls = ["https://github.com/googleapis/gapic-generator-typescript/archive/v1.1.0.tar.gz"],
299+
strip_prefix = "gapic-generator-typescript-1.2.1",
300+
urls = ["https://github.com/googleapis/gapic-generator-typescript/archive/v1.2.1.tar.gz"],
301301
)
302302

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

0 commit comments

Comments
 (0)