@lightdash/sdk 0.3028.0 → 0.3028.1

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
@@ -300709,7 +300709,7 @@ const getDefaultHeaders = () => {
300709
300709
  const headers = {
300710
300710
  "Content-Type": "application/json",
300711
300711
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
300712
- [LightdashVersionHeader]: "0.3028.0"
300712
+ [LightdashVersionHeader]: "0.3028.1"
300713
300713
  };
300714
300714
  if (sdkVersion) {
300715
300715
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -881849,7 +881849,7 @@ const persistInstanceUrl = (instanceUrl) => {
881849
881849
  {
881850
881850
  setToInMemoryStorage(
881851
881851
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
881852
- "0.3028.0"
881852
+ "0.3028.1"
881853
881853
  );
881854
881854
  }
881855
881855
  };
package/dist/sdk.es.js CHANGED
@@ -300687,7 +300687,7 @@ const getDefaultHeaders = () => {
300687
300687
  const headers = {
300688
300688
  "Content-Type": "application/json",
300689
300689
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
300690
- [LightdashVersionHeader]: "0.3028.0"
300690
+ [LightdashVersionHeader]: "0.3028.1"
300691
300691
  };
300692
300692
  if (sdkVersion) {
300693
300693
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -881827,7 +881827,7 @@ const persistInstanceUrl = (instanceUrl) => {
881827
881827
  {
881828
881828
  setToInMemoryStorage(
881829
881829
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
881830
- "0.3028.0"
881830
+ "0.3028.1"
881831
881831
  );
881832
881832
  }
881833
881833
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.3028.0",
3
+ "version": "0.3028.1",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",