@lightdash/sdk 0.2843.0 → 0.2844.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
@@ -297819,7 +297819,7 @@ const getDefaultHeaders = () => {
297819
297819
  const headers = {
297820
297820
  "Content-Type": "application/json",
297821
297821
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
297822
- [LightdashVersionHeader]: "0.2843.0"
297822
+ [LightdashVersionHeader]: "0.2844.0"
297823
297823
  };
297824
297824
  if (sdkVersion) {
297825
297825
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -861961,7 +861961,7 @@ const persistInstanceUrl = (instanceUrl) => {
861961
861961
  {
861962
861962
  setToInMemoryStorage(
861963
861963
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
861964
- "0.2843.0"
861964
+ "0.2844.0"
861965
861965
  );
861966
861966
  }
861967
861967
  };
package/dist/sdk.es.js CHANGED
@@ -297797,7 +297797,7 @@ const getDefaultHeaders = () => {
297797
297797
  const headers = {
297798
297798
  "Content-Type": "application/json",
297799
297799
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
297800
- [LightdashVersionHeader]: "0.2843.0"
297800
+ [LightdashVersionHeader]: "0.2844.0"
297801
297801
  };
297802
297802
  if (sdkVersion) {
297803
297803
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -861939,7 +861939,7 @@ const persistInstanceUrl = (instanceUrl) => {
861939
861939
  {
861940
861940
  setToInMemoryStorage(
861941
861941
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
861942
- "0.2843.0"
861942
+ "0.2844.0"
861943
861943
  );
861944
861944
  }
861945
861945
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.2843.0",
3
+ "version": "0.2844.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",