@lightdash/sdk 0.3021.0 → 0.3022.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
@@ -300592,7 +300592,7 @@ const getDefaultHeaders = () => {
300592
300592
  const headers = {
300593
300593
  "Content-Type": "application/json",
300594
300594
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
300595
- [LightdashVersionHeader]: "0.3021.0"
300595
+ [LightdashVersionHeader]: "0.3022.0"
300596
300596
  };
300597
300597
  if (sdkVersion) {
300598
300598
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -881658,7 +881658,7 @@ const persistInstanceUrl = (instanceUrl) => {
881658
881658
  {
881659
881659
  setToInMemoryStorage(
881660
881660
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
881661
- "0.3021.0"
881661
+ "0.3022.0"
881662
881662
  );
881663
881663
  }
881664
881664
  };
package/dist/sdk.es.js CHANGED
@@ -300570,7 +300570,7 @@ const getDefaultHeaders = () => {
300570
300570
  const headers = {
300571
300571
  "Content-Type": "application/json",
300572
300572
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
300573
- [LightdashVersionHeader]: "0.3021.0"
300573
+ [LightdashVersionHeader]: "0.3022.0"
300574
300574
  };
300575
300575
  if (sdkVersion) {
300576
300576
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -881636,7 +881636,7 @@ const persistInstanceUrl = (instanceUrl) => {
881636
881636
  {
881637
881637
  setToInMemoryStorage(
881638
881638
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
881639
- "0.3021.0"
881639
+ "0.3022.0"
881640
881640
  );
881641
881641
  }
881642
881642
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.3021.0",
3
+ "version": "0.3022.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",