@lightdash/sdk 0.2825.0 → 0.2826.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
@@ -297705,7 +297705,7 @@ const getDefaultHeaders = () => {
297705
297705
  const headers = {
297706
297706
  "Content-Type": "application/json",
297707
297707
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
297708
- [LightdashVersionHeader]: "0.2825.0"
297708
+ [LightdashVersionHeader]: "0.2826.0"
297709
297709
  };
297710
297710
  if (sdkVersion) {
297711
297711
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -861728,7 +861728,7 @@ const persistInstanceUrl = (instanceUrl) => {
861728
861728
  {
861729
861729
  setToInMemoryStorage(
861730
861730
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
861731
- "0.2825.0"
861731
+ "0.2826.0"
861732
861732
  );
861733
861733
  }
861734
861734
  };
package/dist/sdk.es.js CHANGED
@@ -297683,7 +297683,7 @@ const getDefaultHeaders = () => {
297683
297683
  const headers = {
297684
297684
  "Content-Type": "application/json",
297685
297685
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
297686
- [LightdashVersionHeader]: "0.2825.0"
297686
+ [LightdashVersionHeader]: "0.2826.0"
297687
297687
  };
297688
297688
  if (sdkVersion) {
297689
297689
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -861706,7 +861706,7 @@ const persistInstanceUrl = (instanceUrl) => {
861706
861706
  {
861707
861707
  setToInMemoryStorage(
861708
861708
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
861709
- "0.2825.0"
861709
+ "0.2826.0"
861710
861710
  );
861711
861711
  }
861712
861712
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.2825.0",
3
+ "version": "0.2826.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",