@lightdash/sdk 2.10.1 → 2.11.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
@@ -241554,7 +241554,7 @@ const getDefaultHeaders = () => {
241554
241554
  const headers = {
241555
241555
  "Content-Type": "application/json",
241556
241556
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
241557
- [LightdashVersionHeader]: "2.10.1"
241557
+ [LightdashVersionHeader]: "2.11.0"
241558
241558
  };
241559
241559
  if (sdkVersion) {
241560
241560
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -884845,7 +884845,7 @@ const persistInstanceUrl = (instanceUrl) => {
884845
884845
  {
884846
884846
  setToInMemoryStorage(
884847
884847
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
884848
- "2.10.1"
884848
+ "2.11.0"
884849
884849
  );
884850
884850
  }
884851
884851
  };
package/dist/sdk.es.js CHANGED
@@ -241532,7 +241532,7 @@ const getDefaultHeaders = () => {
241532
241532
  const headers = {
241533
241533
  "Content-Type": "application/json",
241534
241534
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
241535
- [LightdashVersionHeader]: "2.10.1"
241535
+ [LightdashVersionHeader]: "2.11.0"
241536
241536
  };
241537
241537
  if (sdkVersion) {
241538
241538
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -884823,7 +884823,7 @@ const persistInstanceUrl = (instanceUrl) => {
884823
884823
  {
884824
884824
  setToInMemoryStorage(
884825
884825
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
884826
- "2.10.1"
884826
+ "2.11.0"
884827
884827
  );
884828
884828
  }
884829
884829
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "2.10.1",
3
+ "version": "2.11.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",