@lightdash/sdk 0.3012.2 → 0.3013.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
@@ -300565,7 +300565,7 @@ const getDefaultHeaders = () => {
300565
300565
  const headers = {
300566
300566
  "Content-Type": "application/json",
300567
300567
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
300568
- [LightdashVersionHeader]: "0.3012.2"
300568
+ [LightdashVersionHeader]: "0.3013.0"
300569
300569
  };
300570
300570
  if (sdkVersion) {
300571
300571
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -881518,7 +881518,7 @@ const persistInstanceUrl = (instanceUrl) => {
881518
881518
  {
881519
881519
  setToInMemoryStorage(
881520
881520
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
881521
- "0.3012.2"
881521
+ "0.3013.0"
881522
881522
  );
881523
881523
  }
881524
881524
  };
package/dist/sdk.es.js CHANGED
@@ -300543,7 +300543,7 @@ const getDefaultHeaders = () => {
300543
300543
  const headers = {
300544
300544
  "Content-Type": "application/json",
300545
300545
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
300546
- [LightdashVersionHeader]: "0.3012.2"
300546
+ [LightdashVersionHeader]: "0.3013.0"
300547
300547
  };
300548
300548
  if (sdkVersion) {
300549
300549
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -881496,7 +881496,7 @@ const persistInstanceUrl = (instanceUrl) => {
881496
881496
  {
881497
881497
  setToInMemoryStorage(
881498
881498
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
881499
- "0.3012.2"
881499
+ "0.3013.0"
881500
881500
  );
881501
881501
  }
881502
881502
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.3012.2",
3
+ "version": "0.3013.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",