@lightdash/sdk 0.3190.2 → 0.3190.3

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
@@ -329775,7 +329775,7 @@ const getDefaultHeaders = () => {
329775
329775
  const headers = {
329776
329776
  "Content-Type": "application/json",
329777
329777
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
329778
- [LightdashVersionHeader]: "0.3190.2"
329778
+ [LightdashVersionHeader]: "0.3190.3"
329779
329779
  };
329780
329780
  if (sdkVersion) {
329781
329781
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -907040,7 +907040,7 @@ const persistInstanceUrl = (instanceUrl) => {
907040
907040
  {
907041
907041
  setToInMemoryStorage(
907042
907042
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
907043
- "0.3190.2"
907043
+ "0.3190.3"
907044
907044
  );
907045
907045
  }
907046
907046
  };
package/dist/sdk.es.js CHANGED
@@ -329753,7 +329753,7 @@ const getDefaultHeaders = () => {
329753
329753
  const headers = {
329754
329754
  "Content-Type": "application/json",
329755
329755
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
329756
- [LightdashVersionHeader]: "0.3190.2"
329756
+ [LightdashVersionHeader]: "0.3190.3"
329757
329757
  };
329758
329758
  if (sdkVersion) {
329759
329759
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -907018,7 +907018,7 @@ const persistInstanceUrl = (instanceUrl) => {
907018
907018
  {
907019
907019
  setToInMemoryStorage(
907020
907020
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
907021
- "0.3190.2"
907021
+ "0.3190.3"
907022
907022
  );
907023
907023
  }
907024
907024
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.3190.2",
3
+ "version": "0.3190.3",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",