@lightdash/sdk 2.33.1 → 2.33.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
@@ -241725,7 +241725,7 @@ const getDefaultHeaders = () => {
241725
241725
  const headers = {
241726
241726
  "Content-Type": "application/json",
241727
241727
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
241728
- [LightdashVersionHeader]: "2.33.1"
241728
+ [LightdashVersionHeader]: "2.33.2"
241729
241729
  };
241730
241730
  if (sdkVersion) {
241731
241731
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -885199,7 +885199,7 @@ const persistInstanceUrl = (instanceUrl) => {
885199
885199
  {
885200
885200
  setToInMemoryStorage(
885201
885201
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
885202
- "2.33.1"
885202
+ "2.33.2"
885203
885203
  );
885204
885204
  }
885205
885205
  };
package/dist/sdk.es.js CHANGED
@@ -241703,7 +241703,7 @@ const getDefaultHeaders = () => {
241703
241703
  const headers = {
241704
241704
  "Content-Type": "application/json",
241705
241705
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
241706
- [LightdashVersionHeader]: "2.33.1"
241706
+ [LightdashVersionHeader]: "2.33.2"
241707
241707
  };
241708
241708
  if (sdkVersion) {
241709
241709
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -885177,7 +885177,7 @@ const persistInstanceUrl = (instanceUrl) => {
885177
885177
  {
885178
885178
  setToInMemoryStorage(
885179
885179
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
885180
- "2.33.1"
885180
+ "2.33.2"
885181
885181
  );
885182
885182
  }
885183
885183
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "2.33.1",
3
+ "version": "2.33.2",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",