@lightdash/sdk 0.3004.1 → 0.3005.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.3004.1"
300557
+ [LightdashVersionHeader]: "0.3005.0"
300558
300558
  };
300559
300559
  if (sdkVersion) {
300560
300560
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -881487,7 +881487,7 @@ const persistInstanceUrl = (instanceUrl) => {
881487
881487
  {
881488
881488
  setToInMemoryStorage(
881489
881489
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
881490
- "0.3004.1"
881490
+ "0.3005.0"
881491
881491
  );
881492
881492
  }
881493
881493
  };
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.3004.1"
300535
+ [LightdashVersionHeader]: "0.3005.0"
300536
300536
  };
300537
300537
  if (sdkVersion) {
300538
300538
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -881465,7 +881465,7 @@ const persistInstanceUrl = (instanceUrl) => {
881465
881465
  {
881466
881466
  setToInMemoryStorage(
881467
881467
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
881468
- "0.3004.1"
881468
+ "0.3005.0"
881469
881469
  );
881470
881470
  }
881471
881471
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.3004.1",
3
+ "version": "0.3005.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",