Skip to content

Commit

Permalink
fix: do not modify options object, use defaultScopes
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Google APIs authored and copybara-github committed Nov 6, 2020
1 parent 1e0efcf commit b759c56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,8 @@ go_gapic_repositories()
### TypeScript generator
http_archive(
name = "gapic_generator_typescript",
strip_prefix = "gapic-generator-typescript-1.1.0",
urls = ["https://github.com/googleapis/gapic-generator-typescript/archive/v1.1.0.tar.gz"],
strip_prefix = "gapic-generator-typescript-1.2.1",
urls = ["https://github.com/googleapis/gapic-generator-typescript/archive/v1.2.1.tar.gz"],
)

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

0 comments on commit b759c56

Please sign in to comment.