Skip to content

Commit 262d3d7

Browse files
fix: do not import the whole google-gax from proto JS (#1553) (#1148)
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 3a1e282 commit 262d3d7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/.OwlBot.lock.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest
16-
digest: sha256:bb493bf01d28519e82ab61c490c20122c85a7119c03a978ad0c34b4239fbad15
17-
# created: 2022-08-23T18:40:55.597313991Z
16+
digest: sha256:b15a6f06cc06dcffa11e1bebdf1a74b6775a134aac24a0f86f51ddf728eb373e
17+
# created: 2022-08-26T22:34:55.905845397Z

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"dot-prop": "^6.0.0",
5555
"escape-string-regexp": "^4.0.0",
5656
"extend": "^3.0.2",
57-
"google-gax": "^3.0.1",
57+
"google-gax": "^3.3.0",
5858
"grpc-gcp": "0.4.2",
5959
"is": "^3.0.1",
6060
"is-utf8": "^0.2.1",

protos/protos.d.ts

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

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)