@lightdash/sdk 0.2925.3 → 0.2927.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
@@ -298728,7 +298728,7 @@ const getDefaultHeaders = () => {
298728
298728
  const headers = {
298729
298729
  "Content-Type": "application/json",
298730
298730
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
298731
- [LightdashVersionHeader]: "0.2925.3"
298731
+ [LightdashVersionHeader]: "0.2927.0"
298732
298732
  };
298733
298733
  if (sdkVersion) {
298734
298734
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -876086,7 +876086,7 @@ const persistInstanceUrl = (instanceUrl) => {
876086
876086
  {
876087
876087
  setToInMemoryStorage(
876088
876088
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
876089
- "0.2925.3"
876089
+ "0.2927.0"
876090
876090
  );
876091
876091
  }
876092
876092
  };
package/dist/sdk.es.js CHANGED
@@ -298706,7 +298706,7 @@ const getDefaultHeaders = () => {
298706
298706
  const headers = {
298707
298707
  "Content-Type": "application/json",
298708
298708
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
298709
- [LightdashVersionHeader]: "0.2925.3"
298709
+ [LightdashVersionHeader]: "0.2927.0"
298710
298710
  };
298711
298711
  if (sdkVersion) {
298712
298712
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -876064,7 +876064,7 @@ const persistInstanceUrl = (instanceUrl) => {
876064
876064
  {
876065
876065
  setToInMemoryStorage(
876066
876066
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
876067
- "0.2925.3"
876067
+ "0.2927.0"
876068
876068
  );
876069
876069
  }
876070
876070
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.2925.3",
3
+ "version": "0.2927.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",