@lightdash/sdk 0.2958.0 → 0.2959.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/sdk.cjs.js CHANGED
@@ -298821,7 +298821,7 @@ const getDefaultHeaders = () => {
298821
298821
  const headers = {
298822
298822
  "Content-Type": "application/json",
298823
298823
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
298824
- [LightdashVersionHeader]: "0.2958.0"
298824
+ [LightdashVersionHeader]: "0.2959.0"
298825
298825
  };
298826
298826
  if (sdkVersion) {
298827
298827
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -876428,7 +876428,7 @@ const persistInstanceUrl = (instanceUrl) => {
876428
876428
  {
876429
876429
  setToInMemoryStorage(
876430
876430
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
876431
- "0.2958.0"
876431
+ "0.2959.0"
876432
876432
  );
876433
876433
  }
876434
876434
  };
package/dist/sdk.es.js CHANGED
@@ -298799,7 +298799,7 @@ const getDefaultHeaders = () => {
298799
298799
  const headers = {
298800
298800
  "Content-Type": "application/json",
298801
298801
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
298802
- [LightdashVersionHeader]: "0.2958.0"
298802
+ [LightdashVersionHeader]: "0.2959.0"
298803
298803
  };
298804
298804
  if (sdkVersion) {
298805
298805
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -876406,7 +876406,7 @@ const persistInstanceUrl = (instanceUrl) => {
876406
876406
  {
876407
876407
  setToInMemoryStorage(
876408
876408
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
876409
- "0.2958.0"
876409
+ "0.2959.0"
876410
876410
  );
876411
876411
  }
876412
876412
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.2958.0",
3
+ "version": "0.2959.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",