Skip to content

Commit ba6dcc1

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/google-cloud-speech/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"dependencies": {
4949
"@google-cloud/common": "^4.0.0",
5050
"@types/pumpify": "^1.4.1",
51-
"google-gax": "^3.1.2",
51+
"google-gax": "^3.3.0",
5252
"pumpify": "^2.0.0",
5353
"stream-events": "^1.0.4",
5454
"uuid": "^8.3.2"

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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)