Skip to content

Commit f350c9e

Browse files
fix: do not import the whole google-gax from proto JS (#1553) (#687)
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 eb3f9fb commit f350c9e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/google-cloud-language/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"precompile": "gts clean"
4747
},
4848
"dependencies": {
49-
"google-gax": "^3.0.1"
49+
"google-gax": "^3.3.0"
5050
},
5151
"devDependencies": {
5252
"@types/mocha": "^9.0.0",

packages/google-cloud-language/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-language/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)