@google-cloud/managed-identities
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -147,2 +147,5 @@ "use strict"; | ||
} | ||
else if (opts.fallback === 'rest') { | ||
clientHeader.push(`rest/${this._gaxGrpc.grpcVersion}`); | ||
} | ||
if (opts.libName && opts.libVersion) { | ||
@@ -149,0 +152,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}`); |
# Changelog | ||
### [1.0.2](https://www.github.com/googleapis/nodejs-managed-identities/compare/v1.0.1...v1.0.2) (2021-05-25) | ||
### Bug Fixes | ||
* GoogleAdsError missing using generator version after 1.3.0 ([#52](https://www.github.com/googleapis/nodejs-managed-identities/issues/52)) ([747a6f2](https://www.github.com/googleapis/nodejs-managed-identities/commit/747a6f2ee3a7a6d341ad5f3825a22f31886474ac)) | ||
### [1.0.1](https://www.github.com/googleapis/nodejs-managed-identities/compare/v1.0.0...v1.0.1) (2021-05-12) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@google-cloud/managed-identities", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Managedidentities client for Node.js", | ||
@@ -57,3 +57,3 @@ "repository": "googleapis/nodejs-managed-identities", | ||
"pack-n-play": "^1.0.0-2", | ||
"sinon": "^10.0.0", | ||
"sinon": "^11.0.0", | ||
"ts-loader": "^9.0.0", | ||
@@ -60,0 +60,0 @@ "typescript": "^4.1.2", |
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
2129872
34592