We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e5b316 commit b78ee0cCopy full SHA for b78ee0c
1 file changed
packages/google-cloud-compute/package.json
@@ -3,13 +3,11 @@
3
"description": "Google Compute Engine Client Library for Node.js",
4
"version": "3.0.0-alpha.3",
5
"license": "Apache-2.0",
6
- "author": "Google Inc.",
+ "author": "Google LLC",
7
"engines": {
8
"node": ">=10"
9
},
10
"repository": "googleapis/nodejs-compute",
11
- "license": "Apache-2.0",
12
- "author": "Google LLC",
13
"main": "build/src/index.js",
14
"files": [
15
"build/src",
@@ -117,7 +115,7 @@
117
115
"precompile": "gts clean"
118
116
119
"dependencies": {
120
- "google-gax": "^2.13.0"
+ "google-gax": "^2.24.1"
121
122
"devDependencies": {
123
"@types/mocha": "^8.2.0",
@@ -139,8 +137,5 @@
139
137
"uuid": "^8.0.0",
140
138
"webpack": "^5.10.1",
141
"webpack-cli": "^4.2.0"
142
- },
143
- "engines": {
144
- "node": ">=10"
145
}
146
0 commit comments