@lightdash/sdk 0.2841.0 → 0.2842.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
@@ -297793,7 +297793,7 @@ const getDefaultHeaders = () => {
297793
297793
  const headers = {
297794
297794
  "Content-Type": "application/json",
297795
297795
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
297796
- [LightdashVersionHeader]: "0.2841.0"
297796
+ [LightdashVersionHeader]: "0.2842.0"
297797
297797
  };
297798
297798
  if (sdkVersion) {
297799
297799
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -861926,7 +861926,7 @@ const persistInstanceUrl = (instanceUrl) => {
861926
861926
  {
861927
861927
  setToInMemoryStorage(
861928
861928
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
861929
- "0.2841.0"
861929
+ "0.2842.0"
861930
861930
  );
861931
861931
  }
861932
861932
  };
package/dist/sdk.es.js CHANGED
@@ -297771,7 +297771,7 @@ const getDefaultHeaders = () => {
297771
297771
  const headers = {
297772
297772
  "Content-Type": "application/json",
297773
297773
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
297774
- [LightdashVersionHeader]: "0.2841.0"
297774
+ [LightdashVersionHeader]: "0.2842.0"
297775
297775
  };
297776
297776
  if (sdkVersion) {
297777
297777
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -861904,7 +861904,7 @@ const persistInstanceUrl = (instanceUrl) => {
861904
861904
  {
861905
861905
  setToInMemoryStorage(
861906
861906
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
861907
- "0.2841.0"
861907
+ "0.2842.0"
861908
861908
  );
861909
861909
  }
861910
861910
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.2841.0",
3
+ "version": "0.2842.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",