@lightdash/sdk 0.2950.4 → 0.2950.5

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
@@ -298775,7 +298775,7 @@ const getDefaultHeaders = () => {
298775
298775
  const headers = {
298776
298776
  "Content-Type": "application/json",
298777
298777
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
298778
- [LightdashVersionHeader]: "0.2950.4"
298778
+ [LightdashVersionHeader]: "0.2950.5"
298779
298779
  };
298780
298780
  if (sdkVersion) {
298781
298781
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -876179,7 +876179,7 @@ const persistInstanceUrl = (instanceUrl) => {
876179
876179
  {
876180
876180
  setToInMemoryStorage(
876181
876181
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
876182
- "0.2950.4"
876182
+ "0.2950.5"
876183
876183
  );
876184
876184
  }
876185
876185
  };
package/dist/sdk.es.js CHANGED
@@ -298753,7 +298753,7 @@ const getDefaultHeaders = () => {
298753
298753
  const headers = {
298754
298754
  "Content-Type": "application/json",
298755
298755
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
298756
- [LightdashVersionHeader]: "0.2950.4"
298756
+ [LightdashVersionHeader]: "0.2950.5"
298757
298757
  };
298758
298758
  if (sdkVersion) {
298759
298759
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -876157,7 +876157,7 @@ const persistInstanceUrl = (instanceUrl) => {
876157
876157
  {
876158
876158
  setToInMemoryStorage(
876159
876159
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
876160
- "0.2950.4"
876160
+ "0.2950.5"
876161
876161
  );
876162
876162
  }
876163
876163
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.2950.4",
3
+ "version": "0.2950.5",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",