@lightdash/sdk 0.3005.2 → 0.3006.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
@@ -300554,7 +300554,7 @@ const getDefaultHeaders = () => {
300554
300554
  const headers = {
300555
300555
  "Content-Type": "application/json",
300556
300556
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
300557
- [LightdashVersionHeader]: "0.3005.2"
300557
+ [LightdashVersionHeader]: "0.3006.0"
300558
300558
  };
300559
300559
  if (sdkVersion) {
300560
300560
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -881489,7 +881489,7 @@ const persistInstanceUrl = (instanceUrl) => {
881489
881489
  {
881490
881490
  setToInMemoryStorage(
881491
881491
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
881492
- "0.3005.2"
881492
+ "0.3006.0"
881493
881493
  );
881494
881494
  }
881495
881495
  };
package/dist/sdk.es.js CHANGED
@@ -300532,7 +300532,7 @@ const getDefaultHeaders = () => {
300532
300532
  const headers = {
300533
300533
  "Content-Type": "application/json",
300534
300534
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
300535
- [LightdashVersionHeader]: "0.3005.2"
300535
+ [LightdashVersionHeader]: "0.3006.0"
300536
300536
  };
300537
300537
  if (sdkVersion) {
300538
300538
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -881467,7 +881467,7 @@ const persistInstanceUrl = (instanceUrl) => {
881467
881467
  {
881468
881468
  setToInMemoryStorage(
881469
881469
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
881470
- "0.3005.2"
881470
+ "0.3006.0"
881471
881471
  );
881472
881472
  }
881473
881473
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.3005.2",
3
+ "version": "0.3006.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",