@lightdash/sdk 2.29.0 → 2.30.0

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
@@ -241723,7 +241723,7 @@ const getDefaultHeaders = () => {
241723
241723
  const headers = {
241724
241724
  "Content-Type": "application/json",
241725
241725
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
241726
- [LightdashVersionHeader]: "2.29.0"
241726
+ [LightdashVersionHeader]: "2.30.0"
241727
241727
  };
241728
241728
  if (sdkVersion) {
241729
241729
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -885197,7 +885197,7 @@ const persistInstanceUrl = (instanceUrl) => {
885197
885197
  {
885198
885198
  setToInMemoryStorage(
885199
885199
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
885200
- "2.29.0"
885200
+ "2.30.0"
885201
885201
  );
885202
885202
  }
885203
885203
  };
package/dist/sdk.es.js CHANGED
@@ -241701,7 +241701,7 @@ const getDefaultHeaders = () => {
241701
241701
  const headers = {
241702
241702
  "Content-Type": "application/json",
241703
241703
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
241704
- [LightdashVersionHeader]: "2.29.0"
241704
+ [LightdashVersionHeader]: "2.30.0"
241705
241705
  };
241706
241706
  if (sdkVersion) {
241707
241707
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -885175,7 +885175,7 @@ const persistInstanceUrl = (instanceUrl) => {
885175
885175
  {
885176
885176
  setToInMemoryStorage(
885177
885177
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
885178
- "2.29.0"
885178
+ "2.30.0"
885179
885179
  );
885180
885180
  }
885181
885181
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "2.29.0",
3
+ "version": "2.30.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",