@lightdash/sdk 0.2828.0 → 0.2828.1

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.2828.0"
297720
+ [LightdashVersionHeader]: "0.2828.1"
297721
297721
  };
297722
297722
  if (sdkVersion) {
297723
297723
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -861740,7 +861740,7 @@ const persistInstanceUrl = (instanceUrl) => {
861740
861740
  {
861741
861741
  setToInMemoryStorage(
861742
861742
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
861743
- "0.2828.0"
861743
+ "0.2828.1"
861744
861744
  );
861745
861745
  }
861746
861746
  };
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.2828.0"
297698
+ [LightdashVersionHeader]: "0.2828.1"
297699
297699
  };
297700
297700
  if (sdkVersion) {
297701
297701
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -861718,7 +861718,7 @@ const persistInstanceUrl = (instanceUrl) => {
861718
861718
  {
861719
861719
  setToInMemoryStorage(
861720
861720
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
861721
- "0.2828.0"
861721
+ "0.2828.1"
861722
861722
  );
861723
861723
  }
861724
861724
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.2828.0",
3
+ "version": "0.2828.1",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",