@lightdash/sdk 0.3030.0 → 0.3031.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
@@ -300752,7 +300752,7 @@ const getDefaultHeaders = () => {
300752
300752
  const headers = {
300753
300753
  "Content-Type": "application/json",
300754
300754
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
300755
- [LightdashVersionHeader]: "0.3030.0"
300755
+ [LightdashVersionHeader]: "0.3031.0"
300756
300756
  };
300757
300757
  if (sdkVersion) {
300758
300758
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -881892,7 +881892,7 @@ const persistInstanceUrl = (instanceUrl) => {
881892
881892
  {
881893
881893
  setToInMemoryStorage(
881894
881894
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
881895
- "0.3030.0"
881895
+ "0.3031.0"
881896
881896
  );
881897
881897
  }
881898
881898
  };
package/dist/sdk.es.js CHANGED
@@ -300730,7 +300730,7 @@ const getDefaultHeaders = () => {
300730
300730
  const headers = {
300731
300731
  "Content-Type": "application/json",
300732
300732
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
300733
- [LightdashVersionHeader]: "0.3030.0"
300733
+ [LightdashVersionHeader]: "0.3031.0"
300734
300734
  };
300735
300735
  if (sdkVersion) {
300736
300736
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -881870,7 +881870,7 @@ const persistInstanceUrl = (instanceUrl) => {
881870
881870
  {
881871
881871
  setToInMemoryStorage(
881872
881872
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
881873
- "0.3030.0"
881873
+ "0.3031.0"
881874
881874
  );
881875
881875
  }
881876
881876
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.3030.0",
3
+ "version": "0.3031.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",