@lightdash/sdk 0.3009.1 → 0.3009.3

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.3009.1"
300557
+ [LightdashVersionHeader]: "0.3009.3"
300558
300558
  };
300559
300559
  if (sdkVersion) {
300560
300560
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -881497,7 +881497,7 @@ const persistInstanceUrl = (instanceUrl) => {
881497
881497
  {
881498
881498
  setToInMemoryStorage(
881499
881499
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
881500
- "0.3009.1"
881500
+ "0.3009.3"
881501
881501
  );
881502
881502
  }
881503
881503
  };
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.3009.1"
300535
+ [LightdashVersionHeader]: "0.3009.3"
300536
300536
  };
300537
300537
  if (sdkVersion) {
300538
300538
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -881475,7 +881475,7 @@ const persistInstanceUrl = (instanceUrl) => {
881475
881475
  {
881476
881476
  setToInMemoryStorage(
881477
881477
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
881478
- "0.3009.1"
881478
+ "0.3009.3"
881479
881479
  );
881480
881480
  }
881481
881481
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.3009.1",
3
+ "version": "0.3009.3",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",