@google-cloud/grafeas
Advanced tools
Comparing version 3.3.0 to 3.3.1
@@ -205,5 +205,4 @@ "use strict"; | ||
}); | ||
const apiCall = this._gaxModule.createApiCall(callPromise, this._defaults[methodName], this.descriptors.page[methodName] || | ||
this.descriptors.stream[methodName] || | ||
this.descriptors.longrunning[methodName]); | ||
const descriptor = this.descriptors.page[methodName] || undefined; | ||
const apiCall = this._gaxModule.createApiCall(callPromise, this._defaults[methodName], descriptor); | ||
this.innerApiCalls[methodName] = apiCall; | ||
@@ -210,0 +209,0 @@ } |
@@ -7,2 +7,10 @@ # Changelog | ||
### [3.3.1](https://www.github.com/googleapis/nodejs-grafeas/compare/v3.3.0...v3.3.1) (2020-08-21) | ||
### Bug Fixes | ||
* update descriptor logic ([#188](https://www.github.com/googleapis/nodejs-grafeas/issues/188)) ([df14677](https://www.github.com/googleapis/nodejs-grafeas/commit/df146775dc37b2de99c7bb44516c8163669da795)) | ||
* use gax protobuf reference ([#187](https://www.github.com/googleapis/nodejs-grafeas/issues/187)) ([c5f2d35](https://www.github.com/googleapis/nodejs-grafeas/commit/c5f2d353e61be0607fc35924cd7348ea076c102c)) | ||
## [3.3.0](https://www.github.com/googleapis/nodejs-grafeas/compare/v3.2.0...v3.3.0) (2020-06-28) | ||
@@ -9,0 +17,0 @@ |
{ | ||
"repository": "googleapis/nodejs-grafeas", | ||
"name": "@google-cloud/grafeas", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"author": "Google LLC", | ||
@@ -29,3 +29,3 @@ "description": "Grafeas API client for Node.js", | ||
"devDependencies": { | ||
"@types/mocha": "^7.0.0", | ||
"@types/mocha": "^8.0.0", | ||
"@types/node": "^12.0.0", | ||
@@ -43,6 +43,8 @@ "@types/sinon": "^9.0.0", | ||
"sinon": "^9.0.1", | ||
"ts-loader": "^7.0.0", | ||
"ts-loader": "^8.0.0", | ||
"typescript": "^3.8.3", | ||
"webpack": "^4.41.2", | ||
"webpack-cli": "^3.3.10" | ||
"webpack-cli": "^3.3.10", | ||
"@microsoft/api-documenter": "^7.8.10", | ||
"@microsoft/api-extractor": "^7.8.10" | ||
}, | ||
@@ -53,2 +55,3 @@ "scripts": { | ||
"system-test": "mocha build/system-test", | ||
"presystem-test": "npm run compile", | ||
"docs": "jsdoc -c .jsdoc.js", | ||
@@ -64,3 +67,5 @@ "lint": "gts check", | ||
"prelint": "cd samples; npm link ../; npm install", | ||
"precompile": "gts clean" | ||
"precompile": "gts clean", | ||
"api-extractor": "api-extractor run --local", | ||
"api-documenter": "api-documenter yaml --input-folder=temp" | ||
}, | ||
@@ -67,0 +72,0 @@ "license": "Apache-2.0", |
@@ -18,2 +18,5 @@ [//]: # "This README.md file is auto-generated, all changes to this file will be lost." | ||
A comprehensive list of changes in each version may be found in | ||
[the CHANGELOG](https://github.com/googleapis/nodejs-grafeas/blob/master/CHANGELOG.md). | ||
* [Grafeas Node.js Client API Reference][client-docs] | ||
@@ -20,0 +23,0 @@ * [Grafeas Documentation][product-docs] |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
2442537
42913
164
19