@lightdash/sdk 0.3327.0 → 0.3328.1

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
@@ -244821,7 +244821,7 @@ const getDefaultHeaders = () => {
244821
244821
  const headers = {
244822
244822
  "Content-Type": "application/json",
244823
244823
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
244824
- [LightdashVersionHeader]: "0.3327.0"
244824
+ [LightdashVersionHeader]: "0.3328.1"
244825
244825
  };
244826
244826
  if (sdkVersion) {
244827
244827
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -736877,7 +736877,7 @@ const persistInstanceUrl = (instanceUrl) => {
736877
736877
  {
736878
736878
  setToInMemoryStorage(
736879
736879
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
736880
- "0.3327.0"
736880
+ "0.3328.1"
736881
736881
  );
736882
736882
  }
736883
736883
  };
package/dist/sdk.es.js CHANGED
@@ -244799,7 +244799,7 @@ const getDefaultHeaders = () => {
244799
244799
  const headers = {
244800
244800
  "Content-Type": "application/json",
244801
244801
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
244802
- [LightdashVersionHeader]: "0.3327.0"
244802
+ [LightdashVersionHeader]: "0.3328.1"
244803
244803
  };
244804
244804
  if (sdkVersion) {
244805
244805
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -736855,7 +736855,7 @@ const persistInstanceUrl = (instanceUrl) => {
736855
736855
  {
736856
736856
  setToInMemoryStorage(
736857
736857
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
736858
- "0.3327.0"
736858
+ "0.3328.1"
736859
736859
  );
736860
736860
  }
736861
736861
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.3327.0",
3
+ "version": "0.3328.1",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",