@cognite/sdk-core
Advanced tools
Comparing version 4.1.2 to 4.1.3
@@ -6,2 +6,13 @@ # Change Log | ||
## [4.1.3](https://github.com/cognitedata/cognite-sdk-js/compare/@cognite/sdk-core@4.1.2...@cognite/sdk-core@4.1.3) (2022-05-16) | ||
### Bug Fixes | ||
* fixing missing token when call sdk methods using Promises ([#789](https://github.com/cognitedata/cognite-sdk-js/issues/789)) ([6a6d62a](https://github.com/cognitedata/cognite-sdk-js/commit/6a6d62a6744f94bef46e8fe1b397d07e8f9de873)) | ||
## [4.1.2](https://github.com/cognitedata/cognite-sdk-js/compare/@cognite/sdk-core@4.1.1...@cognite/sdk-core@4.1.2) (2022-05-13) | ||
@@ -8,0 +19,0 @@ |
@@ -39,3 +39,2 @@ import { LoginAPI } from './api/login/loginApi'; | ||
*/ | ||
private previousToken; | ||
private readonly getToken; | ||
@@ -59,2 +58,3 @@ readonly project: string; | ||
authenticate: () => Promise<string | undefined>; | ||
private retrieveTokenValueFromHeader; | ||
/** | ||
@@ -61,0 +61,0 @@ * Returns the base-url used for all requests. |
@@ -9,3 +9,3 @@ { | ||
"types": "dist/src/index.d.js", | ||
"version": "4.1.2", | ||
"version": "4.1.3", | ||
"scripts": { | ||
@@ -42,3 +42,3 @@ "clean": "rm -rf dist/ docs/", | ||
}, | ||
"gitHead": "e8ddad71e22b8116a4f93cded3d670bff9df3050" | ||
"gitHead": "f62f8475d4f874e0727ba7a6705d255d90e24ad4" | ||
} |
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
238080
3407