@cognite/sdk-core
Advanced tools
Comparing version 4.6.3 to 4.6.4
@@ -6,2 +6,13 @@ # Change Log | ||
## [4.6.4](https://github.com/cognitedata/cognite-sdk-js/compare/@cognite/sdk-core@4.6.3...@cognite/sdk-core@4.6.4) (2022-09-07) | ||
### Bug Fixes | ||
* don't retry 401 requests ([#868](https://github.com/cognitedata/cognite-sdk-js/issues/868)) ([4d17461](https://github.com/cognitedata/cognite-sdk-js/commit/4d174616ccf8ddfafed8a45b64d99e5ceaa06ce7)) | ||
## [4.6.3](https://github.com/cognitedata/cognite-sdk-js/compare/@cognite/sdk-core@4.6.2...@cognite/sdk-core@4.6.3) (2022-09-06) | ||
@@ -8,0 +19,0 @@ |
@@ -51,2 +51,3 @@ import { LoginAPI } from './api/login/loginApi'; | ||
*/ | ||
private previousToken; | ||
private readonly getToken; | ||
@@ -76,7 +77,2 @@ private readonly apiKeyMode; | ||
/** | ||
* It retrieves the previous token from header | ||
* @returns string | ||
*/ | ||
private retrieveTokenValueFromHeader; | ||
/** | ||
* Returns the base-url used for all requests. | ||
@@ -83,0 +79,0 @@ */ |
@@ -32,3 +32,3 @@ import { BasicHttpClient } from './httpClient/basicHttpClient'; | ||
private tokenCredentials; | ||
constructor(httpClient: BasicHttpClient, credentials: any, authProvider: any); | ||
constructor(httpClient: BasicHttpClient, credentials: ClientCredentials | undefined, authProvider: any); | ||
process(): void; | ||
@@ -35,0 +35,0 @@ authenticate: () => Promise<string | undefined>; |
@@ -9,3 +9,3 @@ { | ||
"types": "dist/src/index.d.js", | ||
"version": "4.6.3", | ||
"version": "4.6.4", | ||
"scripts": { | ||
@@ -42,3 +42,3 @@ "clean": "rm -rf dist/ docs/", | ||
}, | ||
"gitHead": "ae19c0ddd3a52c818fd5b17f8ed2245b79f6a171" | ||
"gitHead": "2e80d7498fe5fea4c3fd0c7f82f49cff1c06c412" | ||
} |
Sorry, the diff of this file is too big to display
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
261672
3698