@google-cloud/common
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -100,3 +100,3 @@ /// <reference types="node" /> | ||
protected methods: Methods; | ||
protected interceptors: Interceptor[]; | ||
interceptors: Interceptor[]; | ||
constructor(config: ServiceObjectConfig); | ||
@@ -103,0 +103,0 @@ /** |
@@ -39,3 +39,3 @@ import { GoogleAuth, GoogleAuthOptions } from 'google-auth-library'; | ||
private globalInterceptors; | ||
private interceptors; | ||
interceptors: Interceptor[]; | ||
private packageJson; | ||
@@ -42,0 +42,0 @@ projectId: string; |
@@ -7,2 +7,9 @@ # Changelog | ||
### [3.1.1](https://www.github.com/googleapis/nodejs-common/compare/v3.1.0...v3.1.1) (2020-05-29) | ||
### Bug Fixes | ||
* allow users to set interceptors ([#579](https://www.github.com/googleapis/nodejs-common/issues/579)) ([75f0d8a](https://www.github.com/googleapis/nodejs-common/commit/75f0d8ad92702a893b614d60f36aea09fe20bb30)) | ||
## [3.1.0](https://www.github.com/googleapis/nodejs-common/compare/v3.0.0...v3.1.0) (2020-05-08) | ||
@@ -9,0 +16,0 @@ |
{ | ||
"name": "@google-cloud/common", | ||
"description": "Common components for Cloud APIs Node.js Client Libraries", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"license": "Apache-2.0", | ||
@@ -6,0 +6,0 @@ "author": "Google Inc.", |
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
114729