Skip to content

Commit a246e53

Browse files
fix: do not import the whole google-gax from proto JS (#1553) (#813)
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
1 parent fb30e78 commit a246e53

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/google-cloud-translate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@google-cloud/promisify": "^2.0.0",
5252
"arrify": "^2.0.0",
5353
"extend": "^3.0.2",
54-
"google-gax": "^3.0.1",
54+
"google-gax": "^3.3.0",
5555
"is-html": "^2.0.0"
5656
},
5757
"devDependencies": {

packages/google-cloud-translate/protos/protos.d.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/google-cloud-translate/protos/protos.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)