Comparing version 4.1.2 to 4.1.3
@@ -32,6 +32,6 @@ /** | ||
export declare class GoogleToken { | ||
get accessToken(): string | undefined; | ||
get idToken(): string | undefined; | ||
get tokenType(): string | undefined; | ||
get refreshToken(): string | undefined; | ||
readonly accessToken: string | undefined; | ||
readonly idToken: string | undefined; | ||
readonly tokenType: string | undefined; | ||
readonly refreshToken: string | undefined; | ||
expiresAt?: number; | ||
@@ -38,0 +38,0 @@ key?: string; |
@@ -7,2 +7,9 @@ # Changelog | ||
### [4.1.3](https://www.github.com/googleapis/node-gtoken/compare/v4.1.2...v4.1.3) (2019-11-15) | ||
### Bug Fixes | ||
* **deps:** use typescript ~3.6.0 ([#246](https://www.github.com/googleapis/node-gtoken/issues/246)) ([5f725b7](https://www.github.com/googleapis/node-gtoken/commit/5f725b71f080e83058b1a23340acadc0c8704123)) | ||
### [4.1.2](https://www.github.com/googleapis/node-gtoken/compare/v4.1.1...v4.1.2) (2019-11-13) | ||
@@ -9,0 +16,0 @@ |
{ | ||
"name": "gtoken", | ||
"version": "4.1.2", | ||
"version": "4.1.3", | ||
"description": "Node.js Google Authentication Service Account Tokens", | ||
@@ -60,3 +60,3 @@ "main": "./build/src/index.js", | ||
"source-map-support": "^0.5.6", | ||
"typescript": "~3.7.0", | ||
"typescript": "~3.6.0", | ||
"linkinator": "^1.5.0" | ||
@@ -63,0 +63,0 @@ }, |
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
29678