@lightdash/sdk 0.2849.1 → 0.2849.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
@@ -297752,7 +297752,7 @@ const getDefaultHeaders = () => {
297752
297752
  const headers = {
297753
297753
  "Content-Type": "application/json",
297754
297754
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
297755
- [LightdashVersionHeader]: "0.2849.1"
297755
+ [LightdashVersionHeader]: "0.2849.2"
297756
297756
  };
297757
297757
  if (sdkVersion) {
297758
297758
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -862072,7 +862072,7 @@ const persistInstanceUrl = (instanceUrl) => {
862072
862072
  {
862073
862073
  setToInMemoryStorage(
862074
862074
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
862075
- "0.2849.1"
862075
+ "0.2849.2"
862076
862076
  );
862077
862077
  }
862078
862078
  };
package/dist/sdk.es.js CHANGED
@@ -297730,7 +297730,7 @@ const getDefaultHeaders = () => {
297730
297730
  const headers = {
297731
297731
  "Content-Type": "application/json",
297732
297732
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
297733
- [LightdashVersionHeader]: "0.2849.1"
297733
+ [LightdashVersionHeader]: "0.2849.2"
297734
297734
  };
297735
297735
  if (sdkVersion) {
297736
297736
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -862050,7 +862050,7 @@ const persistInstanceUrl = (instanceUrl) => {
862050
862050
  {
862051
862051
  setToInMemoryStorage(
862052
862052
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
862053
- "0.2849.1"
862053
+ "0.2849.2"
862054
862054
  );
862055
862055
  }
862056
862056
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.2849.1",
3
+ "version": "0.2849.2",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",