Skip to content

Commit b78ee0c

Browse files
author
Benjamin E. Coe
authored
fix(deps): google-gax v2.24.1 (#612)
1 parent 8e5b316 commit b78ee0c

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

packages/google-cloud-compute/package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@
33
"description": "Google Compute Engine Client Library for Node.js",
44
"version": "3.0.0-alpha.3",
55
"license": "Apache-2.0",
6-
"author": "Google Inc.",
6+
"author": "Google LLC",
77
"engines": {
88
"node": ">=10"
99
},
1010
"repository": "googleapis/nodejs-compute",
11-
"license": "Apache-2.0",
12-
"author": "Google LLC",
1311
"main": "build/src/index.js",
1412
"files": [
1513
"build/src",
@@ -117,7 +115,7 @@
117115
"precompile": "gts clean"
118116
},
119117
"dependencies": {
120-
"google-gax": "^2.13.0"
118+
"google-gax": "^2.24.1"
121119
},
122120
"devDependencies": {
123121
"@types/mocha": "^8.2.0",
@@ -139,8 +137,5 @@
139137
"uuid": "^8.0.0",
140138
"webpack": "^5.10.1",
141139
"webpack-cli": "^4.2.0"
142-
},
143-
"engines": {
144-
"node": ">=10"
145140
}
146141
}

0 commit comments

Comments
 (0)