@cognite/sdk-core
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [4.0.1](https://github.com/cognitedata/cognite-sdk-js/compare/@cognite/sdk-core@4.0.0...@cognite/sdk-core@4.0.1) (2021-10-19) | ||
### Bug Fixes | ||
* **core:** re-export project name from sdk ([#706](https://github.com/cognitedata/cognite-sdk-js/issues/706)) ([34341f0](https://github.com/cognitedata/cognite-sdk-js/commit/34341f09222c0bb35578fa02f76aecf4aefbf01f)) | ||
# [4.0.0](https://github.com/cognitedata/cognite-sdk-js/compare/@cognite/sdk-core@3.4.1...@cognite/sdk-core@4.0.0) (2021-10-12) | ||
@@ -8,0 +19,0 @@ |
@@ -39,3 +39,3 @@ import { LoginAPI } from './api/login/loginApi'; | ||
private readonly getToken; | ||
private readonly project; | ||
readonly project: string; | ||
/** | ||
@@ -42,0 +42,0 @@ * Create a new SDK client |
@@ -9,3 +9,3 @@ { | ||
"types": "dist/src/index.d.js", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"scripts": { | ||
@@ -41,3 +41,3 @@ "clean": "rm -rf dist/ docs/", | ||
}, | ||
"gitHead": "2b5595dcc414017b374213509c3a9c8dbcc4d448" | ||
"gitHead": "e44bed69d68b94615232180a8d18591ff1a5488b" | ||
} |
Sorry, the diff of this file is too big to display
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
219872