@lightdash/sdk 0.3356.1 → 0.3357.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
@@ -245049,7 +245049,7 @@ const getDefaultHeaders = () => {
245049
245049
  const headers = {
245050
245050
  "Content-Type": "application/json",
245051
245051
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
245052
- [LightdashVersionHeader]: "0.3356.1"
245052
+ [LightdashVersionHeader]: "0.3357.0"
245053
245053
  };
245054
245054
  if (sdkVersion) {
245055
245055
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -737743,7 +737743,7 @@ const persistInstanceUrl = (instanceUrl) => {
737743
737743
  {
737744
737744
  setToInMemoryStorage(
737745
737745
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
737746
- "0.3356.1"
737746
+ "0.3357.0"
737747
737747
  );
737748
737748
  }
737749
737749
  };
package/dist/sdk.es.js CHANGED
@@ -245027,7 +245027,7 @@ const getDefaultHeaders = () => {
245027
245027
  const headers = {
245028
245028
  "Content-Type": "application/json",
245029
245029
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
245030
- [LightdashVersionHeader]: "0.3356.1"
245030
+ [LightdashVersionHeader]: "0.3357.0"
245031
245031
  };
245032
245032
  if (sdkVersion) {
245033
245033
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -737721,7 +737721,7 @@ const persistInstanceUrl = (instanceUrl) => {
737721
737721
  {
737722
737722
  setToInMemoryStorage(
737723
737723
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
737724
- "0.3356.1"
737724
+ "0.3357.0"
737725
737725
  );
737726
737726
  }
737727
737727
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.3356.1",
3
+ "version": "0.3357.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",