Skip to content

Commit

Permalink
feat!: drop node8 support, support for async iterators (#299)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: The library now supports Node.js v10+. The last version to support Node.js v8 is tagged legacy-8 on NPM.
  • Loading branch information
alexander-fenster authored Mar 31, 2020
1 parent 172ac6a commit 6c4c5e2
Show file tree
Hide file tree
Showing 20 changed files with 4,557 additions and 2,103 deletions.
2 changes: 1 addition & 1 deletion packages/google-cloud-asset/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "./node_modules/gts"
"extends": "./node_modules/gts"
}
2 changes: 1 addition & 1 deletion packages/google-cloud-asset/.prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
// limitations under the License.

module.exports = {
...require('gts/.prettierrc.json')
...require('gts/.prettierrc.json')
}
10 changes: 6 additions & 4 deletions packages/google-cloud-asset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
"node": ">=10.0.0"
"node": ">=10"
},
"repository": "googleapis/nodejs-asset",
"main": "build/src/index.js",
Expand Down Expand Up @@ -43,24 +43,26 @@
"prelint": "cd samples; npm link ../; npm i"
},
"dependencies": {
"google-gax": "^1.15.1",
"google-gax": "^2.0.1",
"protobufjs": "^6.8.9"
},
"devDependencies": {
"@types/mocha": "^7.0.2",
"@types/node": "^13.9.3",
"@types/sinon": "^7.5.2",
"c8": "^7.1.0",
"codecov": "^3.6.5",
"gts": "^2.0.0-alpha.5",
"gts": "2.0.0-alpha.9",
"jsdoc": "^3.6.3",
"jsdoc-fresh": "^1.0.2",
"jsdoc-region-tag": "^1.0.4",
"linkinator": "^2.0.4",
"mocha": "^7.1.1",
"null-loader": "^3.0.0",
"pack-n-play": "^1.0.0-2",
"sinon": "^9.0.1",
"ts-loader": "^6.2.2",
"typescript": "~3.8.3",
"typescript": "^3.8.3",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
}
Expand Down
Loading

0 comments on commit 6c4c5e2

Please sign in to comment.