@lightdash/sdk 0.2865.1 → 0.2865.2

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
@@ -297755,7 +297755,7 @@ const getDefaultHeaders = () => {
297755
297755
  const headers = {
297756
297756
  "Content-Type": "application/json",
297757
297757
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
297758
- [LightdashVersionHeader]: "0.2865.1"
297758
+ [LightdashVersionHeader]: "0.2865.2"
297759
297759
  };
297760
297760
  if (sdkVersion) {
297761
297761
  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.2865.1"
865038
+ "0.2865.2"
865039
865039
  );
865040
865040
  }
865041
865041
  };
package/dist/sdk.es.js CHANGED
@@ -297733,7 +297733,7 @@ const getDefaultHeaders = () => {
297733
297733
  const headers = {
297734
297734
  "Content-Type": "application/json",
297735
297735
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
297736
- [LightdashVersionHeader]: "0.2865.1"
297736
+ [LightdashVersionHeader]: "0.2865.2"
297737
297737
  };
297738
297738
  if (sdkVersion) {
297739
297739
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -865013,7 +865013,7 @@ const persistInstanceUrl = (instanceUrl) => {
865013
865013
  {
865014
865014
  setToInMemoryStorage(
865015
865015
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
865016
- "0.2865.1"
865016
+ "0.2865.2"
865017
865017
  );
865018
865018
  }
865019
865019
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.2865.1",
3
+ "version": "0.2865.2",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",