@lightdash/sdk 0.3017.1 → 0.3018.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
@@ -300571,7 +300571,7 @@ const getDefaultHeaders = () => {
300571
300571
  const headers = {
300572
300572
  "Content-Type": "application/json",
300573
300573
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
300574
- [LightdashVersionHeader]: "0.3017.1"
300574
+ [LightdashVersionHeader]: "0.3018.0"
300575
300575
  };
300576
300576
  if (sdkVersion) {
300577
300577
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -881625,7 +881625,7 @@ const persistInstanceUrl = (instanceUrl) => {
881625
881625
  {
881626
881626
  setToInMemoryStorage(
881627
881627
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
881628
- "0.3017.1"
881628
+ "0.3018.0"
881629
881629
  );
881630
881630
  }
881631
881631
  };
package/dist/sdk.es.js CHANGED
@@ -300549,7 +300549,7 @@ const getDefaultHeaders = () => {
300549
300549
  const headers = {
300550
300550
  "Content-Type": "application/json",
300551
300551
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
300552
- [LightdashVersionHeader]: "0.3017.1"
300552
+ [LightdashVersionHeader]: "0.3018.0"
300553
300553
  };
300554
300554
  if (sdkVersion) {
300555
300555
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -881603,7 +881603,7 @@ const persistInstanceUrl = (instanceUrl) => {
881603
881603
  {
881604
881604
  setToInMemoryStorage(
881605
881605
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
881606
- "0.3017.1"
881606
+ "0.3018.0"
881607
881607
  );
881608
881608
  }
881609
881609
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.3017.1",
3
+ "version": "0.3018.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",