@lightdash/sdk 2.25.0 → 2.26.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.25.0"
241726
+ [LightdashVersionHeader]: "2.26.0"
241727
241727
  };
241728
241728
  if (sdkVersion) {
241729
241729
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -885181,7 +885181,7 @@ const persistInstanceUrl = (instanceUrl) => {
885181
885181
  {
885182
885182
  setToInMemoryStorage(
885183
885183
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
885184
- "2.25.0"
885184
+ "2.26.0"
885185
885185
  );
885186
885186
  }
885187
885187
  };
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.25.0"
241704
+ [LightdashVersionHeader]: "2.26.0"
241705
241705
  };
241706
241706
  if (sdkVersion) {
241707
241707
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -885159,7 +885159,7 @@ const persistInstanceUrl = (instanceUrl) => {
885159
885159
  {
885160
885160
  setToInMemoryStorage(
885161
885161
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
885162
- "2.25.0"
885162
+ "2.26.0"
885163
885163
  );
885164
885164
  }
885165
885165
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "2.25.0",
3
+ "version": "2.26.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",