@lightdash/sdk 0.2856.0 → 0.2857.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
@@ -297764,7 +297764,7 @@ const getDefaultHeaders = () => {
297764
297764
  const headers = {
297765
297765
  "Content-Type": "application/json",
297766
297766
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
297767
- [LightdashVersionHeader]: "0.2856.0"
297767
+ [LightdashVersionHeader]: "0.2857.0"
297768
297768
  };
297769
297769
  if (sdkVersion) {
297770
297770
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -865057,7 +865057,7 @@ const persistInstanceUrl = (instanceUrl) => {
865057
865057
  {
865058
865058
  setToInMemoryStorage(
865059
865059
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
865060
- "0.2856.0"
865060
+ "0.2857.0"
865061
865061
  );
865062
865062
  }
865063
865063
  };
package/dist/sdk.es.js CHANGED
@@ -297742,7 +297742,7 @@ const getDefaultHeaders = () => {
297742
297742
  const headers = {
297743
297743
  "Content-Type": "application/json",
297744
297744
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
297745
- [LightdashVersionHeader]: "0.2856.0"
297745
+ [LightdashVersionHeader]: "0.2857.0"
297746
297746
  };
297747
297747
  if (sdkVersion) {
297748
297748
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -865035,7 +865035,7 @@ const persistInstanceUrl = (instanceUrl) => {
865035
865035
  {
865036
865036
  setToInMemoryStorage(
865037
865037
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
865038
- "0.2856.0"
865038
+ "0.2857.0"
865039
865039
  );
865040
865040
  }
865041
865041
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.2856.0",
3
+ "version": "0.2857.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",