@lightdash/sdk 0.3203.0 → 0.3203.2

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
@@ -329843,7 +329843,7 @@ const getDefaultHeaders = () => {
329843
329843
  const headers = {
329844
329844
  "Content-Type": "application/json",
329845
329845
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
329846
- [LightdashVersionHeader]: "0.3203.0"
329846
+ [LightdashVersionHeader]: "0.3203.2"
329847
329847
  };
329848
329848
  if (sdkVersion) {
329849
329849
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -907478,7 +907478,7 @@ const persistInstanceUrl = (instanceUrl) => {
907478
907478
  {
907479
907479
  setToInMemoryStorage(
907480
907480
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
907481
- "0.3203.0"
907481
+ "0.3203.2"
907482
907482
  );
907483
907483
  }
907484
907484
  };
package/dist/sdk.es.js CHANGED
@@ -329821,7 +329821,7 @@ const getDefaultHeaders = () => {
329821
329821
  const headers = {
329822
329822
  "Content-Type": "application/json",
329823
329823
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
329824
- [LightdashVersionHeader]: "0.3203.0"
329824
+ [LightdashVersionHeader]: "0.3203.2"
329825
329825
  };
329826
329826
  if (sdkVersion) {
329827
329827
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -907456,7 +907456,7 @@ const persistInstanceUrl = (instanceUrl) => {
907456
907456
  {
907457
907457
  setToInMemoryStorage(
907458
907458
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
907459
- "0.3203.0"
907459
+ "0.3203.2"
907460
907460
  );
907461
907461
  }
907462
907462
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.3203.0",
3
+ "version": "0.3203.2",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",