@lightdash/sdk 0.3041.1 → 0.3042.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
@@ -301627,7 +301627,7 @@ const getDefaultHeaders = () => {
301627
301627
  const headers = {
301628
301628
  "Content-Type": "application/json",
301629
301629
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
301630
- [LightdashVersionHeader]: "0.3041.1"
301630
+ [LightdashVersionHeader]: "0.3042.0"
301631
301631
  };
301632
301632
  if (sdkVersion) {
301633
301633
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -882769,7 +882769,7 @@ const persistInstanceUrl = (instanceUrl) => {
882769
882769
  {
882770
882770
  setToInMemoryStorage(
882771
882771
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
882772
- "0.3041.1"
882772
+ "0.3042.0"
882773
882773
  );
882774
882774
  }
882775
882775
  };
package/dist/sdk.es.js CHANGED
@@ -301605,7 +301605,7 @@ const getDefaultHeaders = () => {
301605
301605
  const headers = {
301606
301606
  "Content-Type": "application/json",
301607
301607
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
301608
- [LightdashVersionHeader]: "0.3041.1"
301608
+ [LightdashVersionHeader]: "0.3042.0"
301609
301609
  };
301610
301610
  if (sdkVersion) {
301611
301611
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -882747,7 +882747,7 @@ const persistInstanceUrl = (instanceUrl) => {
882747
882747
  {
882748
882748
  setToInMemoryStorage(
882749
882749
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
882750
- "0.3041.1"
882750
+ "0.3042.0"
882751
882751
  );
882752
882752
  }
882753
882753
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.3041.1",
3
+ "version": "0.3042.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",