@lightdash/sdk 0.2852.0 → 0.2852.1

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.2852.0"
297755
+ [LightdashVersionHeader]: "0.2852.1"
297756
297756
  };
297757
297757
  if (sdkVersion) {
297758
297758
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -865052,7 +865052,7 @@ const persistInstanceUrl = (instanceUrl) => {
865052
865052
  {
865053
865053
  setToInMemoryStorage(
865054
865054
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
865055
- "0.2852.0"
865055
+ "0.2852.1"
865056
865056
  );
865057
865057
  }
865058
865058
  };
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.2852.0"
297733
+ [LightdashVersionHeader]: "0.2852.1"
297734
297734
  };
297735
297735
  if (sdkVersion) {
297736
297736
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -865030,7 +865030,7 @@ const persistInstanceUrl = (instanceUrl) => {
865030
865030
  {
865031
865031
  setToInMemoryStorage(
865032
865032
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
865033
- "0.2852.0"
865033
+ "0.2852.1"
865034
865034
  );
865035
865035
  }
865036
865036
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.2852.0",
3
+ "version": "0.2852.1",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",