Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
fix: do not import the whole google-gax from proto JS (#1553) (#617)
Browse files Browse the repository at this point in the history
* fix: do not import the whole google-gax from proto JS (#1553)

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

* fix(deps): update google-gax

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Alexander Fenster <fenster@google.com>
  • Loading branch information
3 people committed Aug 30, 2022
1 parent 3c63719 commit 2e2bea1
Show file tree
Hide file tree
Showing 7 changed files with 7,383 additions and 2,955 deletions.
4 changes: 2 additions & 2 deletions .github/.OwlBot.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest
digest: sha256:ddb19a6df6c1fa081bc99fb29658f306dd64668bc26f75d1353b28296f3a78e6
# created: 2022-06-07T21:18:30.024751809Z
digest: sha256:b15a6f06cc06dcffa11e1bebdf1a74b6775a134aac24a0f86f51ddf728eb373e
# created: 2022-08-26T22:34:55.905845397Z
1 change: 0 additions & 1 deletion .kokoro/publish.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .kokoro/release/docs.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"precompile": "gts clean"
},
"dependencies": {
"google-gax": "^3.0.1",
"google-gax": "^3.3.0",
"protobufjs": "^6.8.6"
},
"devDependencies": {
Expand Down
1,252 changes: 1,214 additions & 38 deletions protos/protos.d.ts

Large diffs are not rendered by default.

9,054 changes: 6,142 additions & 2,912 deletions protos/protos.js

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions protos/protos.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2e2bea1

Please sign in to comment.