@lightdash/sdk 0.3143.0 → 0.3143.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
@@ -313333,7 +313333,7 @@ const getDefaultHeaders = () => {
313333
313333
  const headers = {
313334
313334
  "Content-Type": "application/json",
313335
313335
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
313336
- [LightdashVersionHeader]: "0.3143.0"
313336
+ [LightdashVersionHeader]: "0.3143.1"
313337
313337
  };
313338
313338
  if (sdkVersion) {
313339
313339
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -895038,7 +895038,7 @@ const persistInstanceUrl = (instanceUrl) => {
895038
895038
  {
895039
895039
  setToInMemoryStorage(
895040
895040
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
895041
- "0.3143.0"
895041
+ "0.3143.1"
895042
895042
  );
895043
895043
  }
895044
895044
  };
package/dist/sdk.es.js CHANGED
@@ -313311,7 +313311,7 @@ const getDefaultHeaders = () => {
313311
313311
  const headers = {
313312
313312
  "Content-Type": "application/json",
313313
313313
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
313314
- [LightdashVersionHeader]: "0.3143.0"
313314
+ [LightdashVersionHeader]: "0.3143.1"
313315
313315
  };
313316
313316
  if (sdkVersion) {
313317
313317
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -895016,7 +895016,7 @@ const persistInstanceUrl = (instanceUrl) => {
895016
895016
  {
895017
895017
  setToInMemoryStorage(
895018
895018
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
895019
- "0.3143.0"
895019
+ "0.3143.1"
895020
895020
  );
895021
895021
  }
895022
895022
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.3143.0",
3
+ "version": "0.3143.1",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",