@lightdash/sdk 0.2869.0 → 0.2870.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
@@ -297827,7 +297827,7 @@ const getDefaultHeaders = () => {
297827
297827
  const headers = {
297828
297828
  "Content-Type": "application/json",
297829
297829
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
297830
- [LightdashVersionHeader]: "0.2869.0"
297830
+ [LightdashVersionHeader]: "0.2870.0"
297831
297831
  };
297832
297832
  if (sdkVersion) {
297833
297833
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -865275,7 +865275,7 @@ const persistInstanceUrl = (instanceUrl) => {
865275
865275
  {
865276
865276
  setToInMemoryStorage(
865277
865277
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
865278
- "0.2869.0"
865278
+ "0.2870.0"
865279
865279
  );
865280
865280
  }
865281
865281
  };
package/dist/sdk.es.js CHANGED
@@ -297805,7 +297805,7 @@ const getDefaultHeaders = () => {
297805
297805
  const headers = {
297806
297806
  "Content-Type": "application/json",
297807
297807
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
297808
- [LightdashVersionHeader]: "0.2869.0"
297808
+ [LightdashVersionHeader]: "0.2870.0"
297809
297809
  };
297810
297810
  if (sdkVersion) {
297811
297811
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -865253,7 +865253,7 @@ const persistInstanceUrl = (instanceUrl) => {
865253
865253
  {
865254
865254
  setToInMemoryStorage(
865255
865255
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
865256
- "0.2869.0"
865256
+ "0.2870.0"
865257
865257
  );
865258
865258
  }
865259
865259
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.2869.0",
3
+ "version": "0.2870.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",