@lightdash/sdk 0.3104.5 → 0.3105.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
@@ -312848,7 +312848,7 @@ const getDefaultHeaders = () => {
312848
312848
  const headers = {
312849
312849
  "Content-Type": "application/json",
312850
312850
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
312851
- [LightdashVersionHeader]: "0.3104.5"
312851
+ [LightdashVersionHeader]: "0.3105.0"
312852
312852
  };
312853
312853
  if (sdkVersion) {
312854
312854
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -893969,7 +893969,7 @@ const persistInstanceUrl = (instanceUrl) => {
893969
893969
  {
893970
893970
  setToInMemoryStorage(
893971
893971
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
893972
- "0.3104.5"
893972
+ "0.3105.0"
893973
893973
  );
893974
893974
  }
893975
893975
  };
package/dist/sdk.es.js CHANGED
@@ -312826,7 +312826,7 @@ const getDefaultHeaders = () => {
312826
312826
  const headers = {
312827
312827
  "Content-Type": "application/json",
312828
312828
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
312829
- [LightdashVersionHeader]: "0.3104.5"
312829
+ [LightdashVersionHeader]: "0.3105.0"
312830
312830
  };
312831
312831
  if (sdkVersion) {
312832
312832
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -893947,7 +893947,7 @@ const persistInstanceUrl = (instanceUrl) => {
893947
893947
  {
893948
893948
  setToInMemoryStorage(
893949
893949
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
893950
- "0.3104.5"
893950
+ "0.3105.0"
893951
893951
  );
893952
893952
  }
893953
893953
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.3104.5",
3
+ "version": "0.3105.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",