@lightdash/sdk 0.2846.0 → 0.2847.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
@@ -297819,7 +297819,7 @@ const getDefaultHeaders = () => {
297819
297819
  const headers = {
297820
297820
  "Content-Type": "application/json",
297821
297821
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
297822
- [LightdashVersionHeader]: "0.2846.0"
297822
+ [LightdashVersionHeader]: "0.2847.0"
297823
297823
  };
297824
297824
  if (sdkVersion) {
297825
297825
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -862225,7 +862225,7 @@ const persistInstanceUrl = (instanceUrl) => {
862225
862225
  {
862226
862226
  setToInMemoryStorage(
862227
862227
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
862228
- "0.2846.0"
862228
+ "0.2847.0"
862229
862229
  );
862230
862230
  }
862231
862231
  };
package/dist/sdk.es.js CHANGED
@@ -297797,7 +297797,7 @@ const getDefaultHeaders = () => {
297797
297797
  const headers = {
297798
297798
  "Content-Type": "application/json",
297799
297799
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
297800
- [LightdashVersionHeader]: "0.2846.0"
297800
+ [LightdashVersionHeader]: "0.2847.0"
297801
297801
  };
297802
297802
  if (sdkVersion) {
297803
297803
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -862203,7 +862203,7 @@ const persistInstanceUrl = (instanceUrl) => {
862203
862203
  {
862204
862204
  setToInMemoryStorage(
862205
862205
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
862206
- "0.2846.0"
862206
+ "0.2847.0"
862207
862207
  );
862208
862208
  }
862209
862209
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.2846.0",
3
+ "version": "0.2847.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",