@lightdash/sdk 0.3177.0 → 0.3178.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
@@ -314030,7 +314030,7 @@ const getDefaultHeaders = () => {
314030
314030
  const headers = {
314031
314031
  "Content-Type": "application/json",
314032
314032
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
314033
- [LightdashVersionHeader]: "0.3177.0"
314033
+ [LightdashVersionHeader]: "0.3178.0"
314034
314034
  };
314035
314035
  if (sdkVersion) {
314036
314036
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -897713,7 +897713,7 @@ const persistInstanceUrl = (instanceUrl) => {
897713
897713
  {
897714
897714
  setToInMemoryStorage(
897715
897715
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
897716
- "0.3177.0"
897716
+ "0.3178.0"
897717
897717
  );
897718
897718
  }
897719
897719
  };
package/dist/sdk.es.js CHANGED
@@ -314008,7 +314008,7 @@ const getDefaultHeaders = () => {
314008
314008
  const headers = {
314009
314009
  "Content-Type": "application/json",
314010
314010
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
314011
- [LightdashVersionHeader]: "0.3177.0"
314011
+ [LightdashVersionHeader]: "0.3178.0"
314012
314012
  };
314013
314013
  if (sdkVersion) {
314014
314014
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -897691,7 +897691,7 @@ const persistInstanceUrl = (instanceUrl) => {
897691
897691
  {
897692
897692
  setToInMemoryStorage(
897693
897693
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
897694
- "0.3177.0"
897694
+ "0.3178.0"
897695
897695
  );
897696
897696
  }
897697
897697
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.3177.0",
3
+ "version": "0.3178.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",