@google-cloud/language
Advanced tools
Comparing version 3.2.5 to 3.2.6
@@ -7,2 +7,9 @@ # Changelog | ||
### [3.2.6](https://www.github.com/googleapis/nodejs-language/compare/v3.2.5...v3.2.6) (2019-08-03) | ||
### Bug Fixes | ||
* allow calls with no request, add JSON proto ([#282](https://www.github.com/googleapis/nodejs-language/issues/282)) ([c358df9](https://www.github.com/googleapis/nodejs-language/commit/c358df9)) | ||
### [3.2.5](https://www.github.com/googleapis/nodejs-language/compare/v3.2.4...v3.2.5) (2019-07-26) | ||
@@ -9,0 +16,0 @@ |
{ | ||
"name": "@google-cloud/language", | ||
"description": "Google Cloud Natural Language API client for Node.js", | ||
"version": "3.2.5", | ||
"version": "3.2.6", | ||
"license": "Apache-2.0", | ||
@@ -53,3 +53,3 @@ "author": "Google Inc", | ||
"eslint-plugin-prettier": "^3.0.0", | ||
"jsdoc-baseline": "^0.1.0", | ||
"jsdoc-fresh": "^1.0.1", | ||
"intelli-espower-loader": "^1.0.1", | ||
@@ -56,0 +56,0 @@ "jsdoc": "^3.5.5", |
@@ -55,3 +55,3 @@ // Copyright 2019 Google LLC | ||
* of native Promises. | ||
* @param {string} [options.servicePath] - The domain name of the | ||
* @param {string} [options.apiEndpoint] - The domain name of the | ||
* API remote host. | ||
@@ -243,2 +243,3 @@ */ | ||
} | ||
request = request || {}; | ||
options = options || {}; | ||
@@ -298,2 +299,3 @@ | ||
} | ||
request = request || {}; | ||
options = options || {}; | ||
@@ -352,2 +354,3 @@ | ||
} | ||
request = request || {}; | ||
options = options || {}; | ||
@@ -411,2 +414,3 @@ | ||
} | ||
request = request || {}; | ||
options = options || {}; | ||
@@ -460,2 +464,3 @@ | ||
} | ||
request = request || {}; | ||
options = options || {}; | ||
@@ -523,2 +528,3 @@ | ||
} | ||
request = request || {}; | ||
options = options || {}; | ||
@@ -525,0 +531,0 @@ |
@@ -55,3 +55,3 @@ // Copyright 2019 Google LLC | ||
* of native Promises. | ||
* @param {string} [options.servicePath] - The domain name of the | ||
* @param {string} [options.apiEndpoint] - The domain name of the | ||
* API remote host. | ||
@@ -241,2 +241,3 @@ */ | ||
} | ||
request = request || {}; | ||
options = options || {}; | ||
@@ -296,2 +297,3 @@ | ||
} | ||
request = request || {}; | ||
options = options || {}; | ||
@@ -352,2 +354,3 @@ | ||
} | ||
request = request || {}; | ||
options = options || {}; | ||
@@ -411,2 +414,3 @@ | ||
} | ||
request = request || {}; | ||
options = options || {}; | ||
@@ -460,2 +464,3 @@ | ||
} | ||
request = request || {}; | ||
options = options || {}; | ||
@@ -523,2 +528,3 @@ | ||
} | ||
request = request || {}; | ||
options = options || {}; | ||
@@ -525,0 +531,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
286492
17
6276