@lightdash/sdk 0.2924.2 → 0.2925.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.2924.2"
298731
+ [LightdashVersionHeader]: "0.2925.0"
298732
298732
  };
298733
298733
  if (sdkVersion) {
298734
298734
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -876080,7 +876080,7 @@ const persistInstanceUrl = (instanceUrl) => {
876080
876080
  {
876081
876081
  setToInMemoryStorage(
876082
876082
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
876083
- "0.2924.2"
876083
+ "0.2925.0"
876084
876084
  );
876085
876085
  }
876086
876086
  };
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.2924.2"
298709
+ [LightdashVersionHeader]: "0.2925.0"
298710
298710
  };
298711
298711
  if (sdkVersion) {
298712
298712
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -876058,7 +876058,7 @@ const persistInstanceUrl = (instanceUrl) => {
876058
876058
  {
876059
876059
  setToInMemoryStorage(
876060
876060
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
876061
- "0.2924.2"
876061
+ "0.2925.0"
876062
876062
  );
876063
876063
  }
876064
876064
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.2924.2",
3
+ "version": "0.2925.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",