@google-cloud/language
Advanced tools
Comparing version 4.2.3 to 4.2.4
@@ -0,9 +1,9 @@ | ||
import * as v1 from './v1'; | ||
import * as v1beta2 from './v1beta2'; | ||
import * as v1 from './v1'; | ||
declare const LanguageServiceClient: typeof v1.LanguageServiceClient; | ||
declare type LanguageServiceClient = v1.LanguageServiceClient; | ||
export { v1beta2, v1, LanguageServiceClient }; | ||
export { v1, v1beta2, LanguageServiceClient }; | ||
declare const _default: { | ||
v1: typeof v1; | ||
v1beta2: typeof v1beta2; | ||
v1: typeof v1; | ||
LanguageServiceClient: typeof v1.LanguageServiceClient; | ||
@@ -10,0 +10,0 @@ }; |
@@ -20,12 +20,12 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.protos = exports.LanguageServiceClient = exports.v1 = exports.v1beta2 = void 0; | ||
exports.protos = exports.LanguageServiceClient = exports.v1beta2 = exports.v1 = void 0; | ||
const v1 = require("./v1"); | ||
exports.v1 = v1; | ||
const v1beta2 = require("./v1beta2"); | ||
exports.v1beta2 = v1beta2; | ||
const v1 = require("./v1"); | ||
exports.v1 = v1; | ||
const LanguageServiceClient = v1.LanguageServiceClient; | ||
exports.LanguageServiceClient = LanguageServiceClient; | ||
exports.default = { v1beta2, v1, LanguageServiceClient }; | ||
exports.default = { v1, v1beta2, LanguageServiceClient }; | ||
const protos = require("../protos/protos"); | ||
exports.protos = protos; | ||
//# sourceMappingURL=index.js.map |
@@ -115,2 +115,5 @@ "use strict"; | ||
} | ||
else if (opts.fallback === 'rest') { | ||
clientHeader.push(`rest/${this._gaxGrpc.grpcVersion}`); | ||
} | ||
if (opts.libName && opts.libVersion) { | ||
@@ -117,0 +120,0 @@ clientHeader.push(`${opts.libName}/${opts.libVersion}`); |
@@ -115,2 +115,5 @@ "use strict"; | ||
} | ||
else if (opts.fallback === 'rest') { | ||
clientHeader.push(`rest/${this._gaxGrpc.grpcVersion}`); | ||
} | ||
if (opts.libName && opts.libVersion) { | ||
@@ -117,0 +120,0 @@ clientHeader.push(`${opts.libName}/${opts.libVersion}`); |
@@ -7,2 +7,9 @@ # Changelog | ||
### [4.2.4](https://www.github.com/googleapis/nodejs-language/compare/v4.2.3...v4.2.4) (2021-05-29) | ||
### Bug Fixes | ||
* GoogleAdsError missing using generator version after 1.3.0 ([#579](https://www.github.com/googleapis/nodejs-language/issues/579)) ([3ab88da](https://www.github.com/googleapis/nodejs-language/commit/3ab88daffd13aeab99689ccccfe3ec29f8ec89cd)) | ||
### [4.2.3](https://www.github.com/googleapis/nodejs-language/compare/v4.2.2...v4.2.3) (2021-05-12) | ||
@@ -9,0 +16,0 @@ |
{ | ||
"name": "@google-cloud/language", | ||
"description": "Google Cloud Natural Language API client for Node.js", | ||
"version": "4.2.3", | ||
"version": "4.2.4", | ||
"license": "Apache-2.0", | ||
@@ -55,3 +55,3 @@ "author": "Google Inc", | ||
"@types/mocha": "^8.0.0", | ||
"@types/node": "^12.0.0", | ||
"@types/node": "^14.0.0", | ||
"@types/sinon": "^10.0.0", | ||
@@ -68,3 +68,3 @@ "c8": "^7.0.0", | ||
"pack-n-play": "^1.0.0-2", | ||
"sinon": "^10.0.0", | ||
"sinon": "^11.0.0", | ||
"ts-loader": "^9.0.0", | ||
@@ -71,0 +71,0 @@ "typescript": "^3.8.3", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
2215248
35452