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