@google-cloud/essential-contacts
Advanced tools
Comparing version 1.0.6 to 1.1.0
@@ -101,2 +101,6 @@ "use strict"; | ||
this.auth = this._gaxGrpc.auth; | ||
// Set useJWTAccessWithScope on the auth object. | ||
this.auth.useJWTAccessWithScope = true; | ||
// Set defaultServicePath on the auth object. | ||
this.auth.defaultServicePath = staticMembers.servicePath; | ||
// Set the default scopes in auth client if needed. | ||
@@ -103,0 +107,0 @@ if (servicePath === staticMembers.servicePath) { |
# Changelog | ||
## [1.1.0](https://www.github.com/googleapis/nodejs-essential-contacts/compare/v1.0.6...v1.1.0) (2021-08-23) | ||
### Features | ||
* turns on self-signed JWT feature flag ([#41](https://www.github.com/googleapis/nodejs-essential-contacts/issues/41)) ([1e65471](https://www.github.com/googleapis/nodejs-essential-contacts/commit/1e65471768b57b96bf7e669818be6f53d8e5e6fb)) | ||
### [1.0.6](https://www.github.com/googleapis/nodejs-essential-contacts/compare/v1.0.5...v1.0.6) (2021-08-19) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@google-cloud/essential-contacts", | ||
"version": "1.0.6", | ||
"version": "1.1.0", | ||
"description": "Essential contacts client for Node.js", | ||
@@ -5,0 +5,0 @@ "repository": "googleapis/nodejs-essential-contacts", |
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
1206928
20218