File tree Expand file tree Collapse file tree
packages/google-cloud-asset Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55[ 1 ] : https://www.npmjs.com/package/@google-cloud/asset?activeTab=versions
66
7+ ## v0.3.0
8+
9+ 03-19-2019 11:42 PDT
10+
11+ This release ships the v1 version of the backend API.
12+
13+ Create the v1 client:
14+
15+ ``` javascript
16+ const asset = require (' @google-cloud/asset' );
17+ const client = new asset.v1.AssetServiceClient ();
18+ ```
19+
20+ ### New Features
21+ - feat: add the v1 version of the API ([ #120 ] ( https://github.com/googleapis/nodejs-asset/pull/120 ) )
22+
23+ ### Internal / Testing Changes
24+ - build: use per-repo publish token ([ #119 ] ( https://github.com/googleapis/nodejs-asset/pull/119 ) )
25+
726## v0.2.1
827
92803-13-2019 21:45 PDT
Original file line number Diff line number Diff line change 11{
22 "name" : " @google-cloud/asset" ,
33 "description" : " Cloud Asset API client for Node.js" ,
4- "version" : " 0.2.1 " ,
4+ "version" : " 0.3.0 " ,
55 "license" : " Apache-2.0" ,
66 "author" : " Google LLC" ,
77 "engines" : {
Original file line number Diff line number Diff line change 1515 "test" : " mocha system-test --timeout 20000"
1616 },
1717 "dependencies" : {
18- "@google-cloud/asset" : " ^0.2.1 " ,
18+ "@google-cloud/asset" : " ^0.3.0 " ,
1919 "@google-cloud/storage" : " ^2.3.0" ,
2020 "uuid" : " ^3.3.2" ,
2121 "yargs" : " ^13.0.0"
You can’t perform that action at this time.
0 commit comments