@lightdash/sdk 0.3326.0 → 0.3326.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
@@ -244874,7 +244874,7 @@ const getDefaultHeaders = () => {
244874
244874
  const headers = {
244875
244875
  "Content-Type": "application/json",
244876
244876
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
244877
- [LightdashVersionHeader]: "0.3326.0"
244877
+ [LightdashVersionHeader]: "0.3326.1"
244878
244878
  };
244879
244879
  if (sdkVersion) {
244880
244880
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -736930,7 +736930,7 @@ const persistInstanceUrl = (instanceUrl) => {
736930
736930
  {
736931
736931
  setToInMemoryStorage(
736932
736932
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
736933
- "0.3326.0"
736933
+ "0.3326.1"
736934
736934
  );
736935
736935
  }
736936
736936
  };
package/dist/sdk.es.js CHANGED
@@ -244852,7 +244852,7 @@ const getDefaultHeaders = () => {
244852
244852
  const headers = {
244853
244853
  "Content-Type": "application/json",
244854
244854
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
244855
- [LightdashVersionHeader]: "0.3326.0"
244855
+ [LightdashVersionHeader]: "0.3326.1"
244856
244856
  };
244857
244857
  if (sdkVersion) {
244858
244858
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -736908,7 +736908,7 @@ const persistInstanceUrl = (instanceUrl) => {
736908
736908
  {
736909
736909
  setToInMemoryStorage(
736910
736910
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
736911
- "0.3326.0"
736911
+ "0.3326.1"
736912
736912
  );
736913
736913
  }
736914
736914
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.3326.0",
3
+ "version": "0.3326.1",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",