google-auth-library
Advanced tools
Comparing version 9.6.1 to 9.6.2
@@ -193,3 +193,9 @@ "use strict"; | ||
let universeDomain = (0, util_1.originalOrCamelOptions)(this.clientOptions).get('universe_domain'); | ||
universeDomain !== null && universeDomain !== void 0 ? universeDomain : (universeDomain = (await this.getClient()).universeDomain); | ||
try { | ||
universeDomain !== null && universeDomain !== void 0 ? universeDomain : (universeDomain = (await this.getClient()).universeDomain); | ||
} | ||
catch (_a) { | ||
// client or ADC is not available | ||
universeDomain !== null && universeDomain !== void 0 ? universeDomain : (universeDomain = authclient_1.DEFAULT_UNIVERSE); | ||
} | ||
return universeDomain; | ||
@@ -196,0 +202,0 @@ } |
{ | ||
"name": "google-auth-library", | ||
"version": "9.6.1", | ||
"version": "9.6.2", | ||
"author": "Google Inc.", | ||
@@ -50,3 +50,3 @@ "description": "Google APIs Authentication Client Library for Node.js", | ||
"karma-sourcemap-loader": "^0.4.0", | ||
"karma-webpack": "^5.0.0", | ||
"karma-webpack": "5.0.0", | ||
"keypair": "^1.0.4", | ||
@@ -53,0 +53,0 @@ "linkinator": "^4.0.0", |
Sorry, the diff of this file is too big to display
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
549041
9131