@lightdash/sdk 0.2861.1 → 0.2863.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
@@ -297739,7 +297739,7 @@ const getDefaultHeaders = () => {
297739
297739
  const headers = {
297740
297740
  "Content-Type": "application/json",
297741
297741
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
297742
- [LightdashVersionHeader]: "0.2861.1"
297742
+ [LightdashVersionHeader]: "0.2863.0"
297743
297743
  };
297744
297744
  if (sdkVersion) {
297745
297745
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -865019,7 +865019,7 @@ const persistInstanceUrl = (instanceUrl) => {
865019
865019
  {
865020
865020
  setToInMemoryStorage(
865021
865021
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
865022
- "0.2861.1"
865022
+ "0.2863.0"
865023
865023
  );
865024
865024
  }
865025
865025
  };
package/dist/sdk.es.js CHANGED
@@ -297717,7 +297717,7 @@ const getDefaultHeaders = () => {
297717
297717
  const headers = {
297718
297718
  "Content-Type": "application/json",
297719
297719
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
297720
- [LightdashVersionHeader]: "0.2861.1"
297720
+ [LightdashVersionHeader]: "0.2863.0"
297721
297721
  };
297722
297722
  if (sdkVersion) {
297723
297723
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -864997,7 +864997,7 @@ const persistInstanceUrl = (instanceUrl) => {
864997
864997
  {
864998
864998
  setToInMemoryStorage(
864999
864999
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
865000
- "0.2861.1"
865000
+ "0.2863.0"
865001
865001
  );
865002
865002
  }
865003
865003
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.2861.1",
3
+ "version": "0.2863.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",