@lightdash/sdk 2.13.1 → 2.13.2

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
@@ -241680,7 +241680,7 @@ const getDefaultHeaders = () => {
241680
241680
  const headers = {
241681
241681
  "Content-Type": "application/json",
241682
241682
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
241683
- [LightdashVersionHeader]: "2.13.1"
241683
+ [LightdashVersionHeader]: "2.13.2"
241684
241684
  };
241685
241685
  if (sdkVersion) {
241686
241686
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -885072,7 +885072,7 @@ const persistInstanceUrl = (instanceUrl) => {
885072
885072
  {
885073
885073
  setToInMemoryStorage(
885074
885074
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
885075
- "2.13.1"
885075
+ "2.13.2"
885076
885076
  );
885077
885077
  }
885078
885078
  };
package/dist/sdk.es.js CHANGED
@@ -241658,7 +241658,7 @@ const getDefaultHeaders = () => {
241658
241658
  const headers = {
241659
241659
  "Content-Type": "application/json",
241660
241660
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
241661
- [LightdashVersionHeader]: "2.13.1"
241661
+ [LightdashVersionHeader]: "2.13.2"
241662
241662
  };
241663
241663
  if (sdkVersion) {
241664
241664
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -885050,7 +885050,7 @@ const persistInstanceUrl = (instanceUrl) => {
885050
885050
  {
885051
885051
  setToInMemoryStorage(
885052
885052
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
885053
- "2.13.1"
885053
+ "2.13.2"
885054
885054
  );
885055
885055
  }
885056
885056
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "2.13.1",
3
+ "version": "2.13.2",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",