@lightdash/sdk 0.2936.3 → 0.2937.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
@@ -298754,7 +298754,7 @@ const getDefaultHeaders = () => {
298754
298754
  const headers = {
298755
298755
  "Content-Type": "application/json",
298756
298756
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
298757
- [LightdashVersionHeader]: "0.2936.3"
298757
+ [LightdashVersionHeader]: "0.2937.0"
298758
298758
  };
298759
298759
  if (sdkVersion) {
298760
298760
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -876178,7 +876178,7 @@ const persistInstanceUrl = (instanceUrl) => {
876178
876178
  {
876179
876179
  setToInMemoryStorage(
876180
876180
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
876181
- "0.2936.3"
876181
+ "0.2937.0"
876182
876182
  );
876183
876183
  }
876184
876184
  };
package/dist/sdk.es.js CHANGED
@@ -298732,7 +298732,7 @@ const getDefaultHeaders = () => {
298732
298732
  const headers = {
298733
298733
  "Content-Type": "application/json",
298734
298734
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
298735
- [LightdashVersionHeader]: "0.2936.3"
298735
+ [LightdashVersionHeader]: "0.2937.0"
298736
298736
  };
298737
298737
  if (sdkVersion) {
298738
298738
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -876156,7 +876156,7 @@ const persistInstanceUrl = (instanceUrl) => {
876156
876156
  {
876157
876157
  setToInMemoryStorage(
876158
876158
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
876159
- "0.2936.3"
876159
+ "0.2937.0"
876160
876160
  );
876161
876161
  }
876162
876162
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.2936.3",
3
+ "version": "0.2937.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",