@lightdash/sdk 2.5.2 → 2.6.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
@@ -241536,7 +241536,7 @@ const getDefaultHeaders = () => {
241536
241536
  const headers = {
241537
241537
  "Content-Type": "application/json",
241538
241538
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
241539
- [LightdashVersionHeader]: "2.5.2"
241539
+ [LightdashVersionHeader]: "2.6.0"
241540
241540
  };
241541
241541
  if (sdkVersion) {
241542
241542
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -884420,7 +884420,7 @@ const persistInstanceUrl = (instanceUrl) => {
884420
884420
  {
884421
884421
  setToInMemoryStorage(
884422
884422
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
884423
- "2.5.2"
884423
+ "2.6.0"
884424
884424
  );
884425
884425
  }
884426
884426
  };
package/dist/sdk.es.js CHANGED
@@ -241514,7 +241514,7 @@ const getDefaultHeaders = () => {
241514
241514
  const headers = {
241515
241515
  "Content-Type": "application/json",
241516
241516
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
241517
- [LightdashVersionHeader]: "2.5.2"
241517
+ [LightdashVersionHeader]: "2.6.0"
241518
241518
  };
241519
241519
  if (sdkVersion) {
241520
241520
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -884398,7 +884398,7 @@ const persistInstanceUrl = (instanceUrl) => {
884398
884398
  {
884399
884399
  setToInMemoryStorage(
884400
884400
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
884401
- "2.5.2"
884401
+ "2.6.0"
884402
884402
  );
884403
884403
  }
884404
884404
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "2.5.2",
3
+ "version": "2.6.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",