Skip to content

Commit f9c2640

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

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 2 deletions
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:7fefeb9e517db2dd8c8202d9239ff6788d6852bc92dd3aac57a46059679ac9de
17-
# created: 2022-08-24T19:44:03.464675104Z
16+
digest: sha256:b15a6f06cc06dcffa11e1bebdf1a74b6775a134aac24a0f86f51ddf728eb373e
17+
# created: 2022-08-26T22:34:55.905845397Z

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"events-intercept": "^2.0.0",
6565
"extend": "^3.0.2",
6666
"google-auth-library": "^8.0.2",
67-
"google-gax": "^3.0.1",
67+
"google-gax": "^3.3.0",
6868
"grpc-gcp": "^1.0.0",
6969
"is": "^3.2.1",
7070
"lodash.snakecase": "^4.1.1",

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.

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)