@lightdash/sdk 0.2829.0 → 0.2830.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
@@ -297717,7 +297717,7 @@ const getDefaultHeaders = () => {
297717
297717
  const headers = {
297718
297718
  "Content-Type": "application/json",
297719
297719
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
297720
- [LightdashVersionHeader]: "0.2829.0"
297720
+ [LightdashVersionHeader]: "0.2830.0"
297721
297721
  };
297722
297722
  if (sdkVersion) {
297723
297723
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -861742,7 +861742,7 @@ const persistInstanceUrl = (instanceUrl) => {
861742
861742
  {
861743
861743
  setToInMemoryStorage(
861744
861744
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
861745
- "0.2829.0"
861745
+ "0.2830.0"
861746
861746
  );
861747
861747
  }
861748
861748
  };
package/dist/sdk.es.js CHANGED
@@ -297695,7 +297695,7 @@ const getDefaultHeaders = () => {
297695
297695
  const headers = {
297696
297696
  "Content-Type": "application/json",
297697
297697
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
297698
- [LightdashVersionHeader]: "0.2829.0"
297698
+ [LightdashVersionHeader]: "0.2830.0"
297699
297699
  };
297700
297700
  if (sdkVersion) {
297701
297701
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -861720,7 +861720,7 @@ const persistInstanceUrl = (instanceUrl) => {
861720
861720
  {
861721
861721
  setToInMemoryStorage(
861722
861722
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
861723
- "0.2829.0"
861723
+ "0.2830.0"
861724
861724
  );
861725
861725
  }
861726
861726
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.2829.0",
3
+ "version": "0.2830.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",