@lightdash/sdk 0.3098.1 → 0.3099.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
@@ -312844,7 +312844,7 @@ const getDefaultHeaders = () => {
312844
312844
  const headers = {
312845
312845
  "Content-Type": "application/json",
312846
312846
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
312847
- [LightdashVersionHeader]: "0.3098.1"
312847
+ [LightdashVersionHeader]: "0.3099.0"
312848
312848
  };
312849
312849
  if (sdkVersion) {
312850
312850
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -893901,7 +893901,7 @@ const persistInstanceUrl = (instanceUrl) => {
893901
893901
  {
893902
893902
  setToInMemoryStorage(
893903
893903
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
893904
- "0.3098.1"
893904
+ "0.3099.0"
893905
893905
  );
893906
893906
  }
893907
893907
  };
package/dist/sdk.es.js CHANGED
@@ -312822,7 +312822,7 @@ const getDefaultHeaders = () => {
312822
312822
  const headers = {
312823
312823
  "Content-Type": "application/json",
312824
312824
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
312825
- [LightdashVersionHeader]: "0.3098.1"
312825
+ [LightdashVersionHeader]: "0.3099.0"
312826
312826
  };
312827
312827
  if (sdkVersion) {
312828
312828
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -893879,7 +893879,7 @@ const persistInstanceUrl = (instanceUrl) => {
893879
893879
  {
893880
893880
  setToInMemoryStorage(
893881
893881
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
893882
- "0.3098.1"
893882
+ "0.3099.0"
893883
893883
  );
893884
893884
  }
893885
893885
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.3098.1",
3
+ "version": "0.3099.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",