@lightdash/sdk 0.2848.0 → 0.2848.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
@@ -297817,7 +297817,7 @@ const getDefaultHeaders = () => {
297817
297817
  const headers = {
297818
297818
  "Content-Type": "application/json",
297819
297819
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
297820
- [LightdashVersionHeader]: "0.2848.0"
297820
+ [LightdashVersionHeader]: "0.2848.1"
297821
297821
  };
297822
297822
  if (sdkVersion) {
297823
297823
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -862223,7 +862223,7 @@ const persistInstanceUrl = (instanceUrl) => {
862223
862223
  {
862224
862224
  setToInMemoryStorage(
862225
862225
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
862226
- "0.2848.0"
862226
+ "0.2848.1"
862227
862227
  );
862228
862228
  }
862229
862229
  };
package/dist/sdk.es.js CHANGED
@@ -297795,7 +297795,7 @@ const getDefaultHeaders = () => {
297795
297795
  const headers = {
297796
297796
  "Content-Type": "application/json",
297797
297797
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
297798
- [LightdashVersionHeader]: "0.2848.0"
297798
+ [LightdashVersionHeader]: "0.2848.1"
297799
297799
  };
297800
297800
  if (sdkVersion) {
297801
297801
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -862201,7 +862201,7 @@ const persistInstanceUrl = (instanceUrl) => {
862201
862201
  {
862202
862202
  setToInMemoryStorage(
862203
862203
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
862204
- "0.2848.0"
862204
+ "0.2848.1"
862205
862205
  );
862206
862206
  }
862207
862207
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.2848.0",
3
+ "version": "0.2848.1",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",