@lightdash/sdk 0.2834.1 → 0.2835.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
@@ -297721,7 +297721,7 @@ const getDefaultHeaders = () => {
297721
297721
  const headers = {
297722
297722
  "Content-Type": "application/json",
297723
297723
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
297724
- [LightdashVersionHeader]: "0.2834.1"
297724
+ [LightdashVersionHeader]: "0.2835.0"
297725
297725
  };
297726
297726
  if (sdkVersion) {
297727
297727
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -861794,7 +861794,7 @@ const persistInstanceUrl = (instanceUrl) => {
861794
861794
  {
861795
861795
  setToInMemoryStorage(
861796
861796
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
861797
- "0.2834.1"
861797
+ "0.2835.0"
861798
861798
  );
861799
861799
  }
861800
861800
  };
package/dist/sdk.es.js CHANGED
@@ -297699,7 +297699,7 @@ const getDefaultHeaders = () => {
297699
297699
  const headers = {
297700
297700
  "Content-Type": "application/json",
297701
297701
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
297702
- [LightdashVersionHeader]: "0.2834.1"
297702
+ [LightdashVersionHeader]: "0.2835.0"
297703
297703
  };
297704
297704
  if (sdkVersion) {
297705
297705
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -861772,7 +861772,7 @@ const persistInstanceUrl = (instanceUrl) => {
861772
861772
  {
861773
861773
  setToInMemoryStorage(
861774
861774
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
861775
- "0.2834.1"
861775
+ "0.2835.0"
861776
861776
  );
861777
861777
  }
861778
861778
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.2834.1",
3
+ "version": "0.2835.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",