Skip to content

Commit

Permalink
fix: do not import the whole google-gax from proto JS (#1553) (#27)
Browse files Browse the repository at this point in the history
* fix: do not import the whole google-gax from proto JS (#1553)

fix: use google-gax v3.3.0
Source-Link: googleapis/synthtool@c73d112
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:b15a6f06cc06dcffa11e1bebdf1a74b6775a134aac24a0f86f51ddf728eb373e

* fix(deps): update google-gax

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Alexander Fenster <fenster@google.com>
Co-authored-by: Benjamin E. Coe <bencoe@google.com>
  • Loading branch information
4 people authored Sep 9, 2022
1 parent f1688ea commit f4687e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/google-cloud-video-stitcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"prelint": "cd samples; npm link ../; npm i"
},
"dependencies": {
"google-gax": "^3.0.0"
"google-gax": "^3.3.0"
},
"devDependencies": {
"@types/mocha": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-video-stitcher/protos/protos.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/google-cloud-video-stitcher/protos/protos.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f4687e0

Please sign in to comment.