@lightdash/sdk 0.3036.0 → 0.3037.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
@@ -300918,7 +300918,7 @@ const getDefaultHeaders = () => {
300918
300918
  const headers = {
300919
300919
  "Content-Type": "application/json",
300920
300920
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
300921
- [LightdashVersionHeader]: "0.3036.0"
300921
+ [LightdashVersionHeader]: "0.3037.0"
300922
300922
  };
300923
300923
  if (sdkVersion) {
300924
300924
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -882058,7 +882058,7 @@ const persistInstanceUrl = (instanceUrl) => {
882058
882058
  {
882059
882059
  setToInMemoryStorage(
882060
882060
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
882061
- "0.3036.0"
882061
+ "0.3037.0"
882062
882062
  );
882063
882063
  }
882064
882064
  };
package/dist/sdk.es.js CHANGED
@@ -300896,7 +300896,7 @@ const getDefaultHeaders = () => {
300896
300896
  const headers = {
300897
300897
  "Content-Type": "application/json",
300898
300898
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
300899
- [LightdashVersionHeader]: "0.3036.0"
300899
+ [LightdashVersionHeader]: "0.3037.0"
300900
300900
  };
300901
300901
  if (sdkVersion) {
300902
300902
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -882036,7 +882036,7 @@ const persistInstanceUrl = (instanceUrl) => {
882036
882036
  {
882037
882037
  setToInMemoryStorage(
882038
882038
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
882039
- "0.3036.0"
882039
+ "0.3037.0"
882040
882040
  );
882041
882041
  }
882042
882042
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.3036.0",
3
+ "version": "0.3037.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",