@lightdash/sdk 0.3024.2 → 0.3024.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
@@ -300703,7 +300703,7 @@ const getDefaultHeaders = () => {
300703
300703
  const headers = {
300704
300704
  "Content-Type": "application/json",
300705
300705
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
300706
- [LightdashVersionHeader]: "0.3024.2"
300706
+ [LightdashVersionHeader]: "0.3024.3"
300707
300707
  };
300708
300708
  if (sdkVersion) {
300709
300709
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -881784,7 +881784,7 @@ const persistInstanceUrl = (instanceUrl) => {
881784
881784
  {
881785
881785
  setToInMemoryStorage(
881786
881786
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
881787
- "0.3024.2"
881787
+ "0.3024.3"
881788
881788
  );
881789
881789
  }
881790
881790
  };
package/dist/sdk.es.js CHANGED
@@ -300681,7 +300681,7 @@ const getDefaultHeaders = () => {
300681
300681
  const headers = {
300682
300682
  "Content-Type": "application/json",
300683
300683
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
300684
- [LightdashVersionHeader]: "0.3024.2"
300684
+ [LightdashVersionHeader]: "0.3024.3"
300685
300685
  };
300686
300686
  if (sdkVersion) {
300687
300687
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -881762,7 +881762,7 @@ const persistInstanceUrl = (instanceUrl) => {
881762
881762
  {
881763
881763
  setToInMemoryStorage(
881764
881764
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
881765
- "0.3024.2"
881765
+ "0.3024.3"
881766
881766
  );
881767
881767
  }
881768
881768
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.3024.2",
3
+ "version": "0.3024.3",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",