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

Commit 2e2bea1

Browse files
fix: do not import the whole google-gax from proto JS (#1553) (#617)
* 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 <[email protected]>
1 parent 3c63719 commit 2e2bea1

File tree

7 files changed

+7383
-2955
lines changed

7 files changed

+7383
-2955
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:ddb19a6df6c1fa081bc99fb29658f306dd64668bc26f75d1353b28296f3a78e6
17-
# created: 2022-06-07T21:18:30.024751809Z
16+
digest: sha256:b15a6f06cc06dcffa11e1bebdf1a74b6775a134aac24a0f86f51ddf728eb373e
17+
# created: 2022-08-26T22:34:55.905845397Z

.kokoro/publish.sh

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

.kokoro/release/docs.sh

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"precompile": "gts clean"
4444
},
4545
"dependencies": {
46-
"google-gax": "^3.0.1",
46+
"google-gax": "^3.3.0",
4747
"protobufjs": "^6.8.6"
4848
},
4949
"devDependencies": {

protos/protos.d.ts

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

protos/protos.js

+6,142-2,912
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protos/protos.json

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

0 commit comments

Comments
 (0)