@lightdash/sdk 0.2903.5 → 0.2903.6

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
@@ -298390,7 +298390,7 @@ const getDefaultHeaders = () => {
298390
298390
  const headers = {
298391
298391
  "Content-Type": "application/json",
298392
298392
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
298393
- [LightdashVersionHeader]: "0.2903.5"
298393
+ [LightdashVersionHeader]: "0.2903.6"
298394
298394
  };
298395
298395
  if (sdkVersion) {
298396
298396
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -874850,7 +874850,7 @@ const persistInstanceUrl = (instanceUrl) => {
874850
874850
  {
874851
874851
  setToInMemoryStorage(
874852
874852
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
874853
- "0.2903.5"
874853
+ "0.2903.6"
874854
874854
  );
874855
874855
  }
874856
874856
  };
package/dist/sdk.es.js CHANGED
@@ -298368,7 +298368,7 @@ const getDefaultHeaders = () => {
298368
298368
  const headers = {
298369
298369
  "Content-Type": "application/json",
298370
298370
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
298371
- [LightdashVersionHeader]: "0.2903.5"
298371
+ [LightdashVersionHeader]: "0.2903.6"
298372
298372
  };
298373
298373
  if (sdkVersion) {
298374
298374
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -874828,7 +874828,7 @@ const persistInstanceUrl = (instanceUrl) => {
874828
874828
  {
874829
874829
  setToInMemoryStorage(
874830
874830
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
874831
- "0.2903.5"
874831
+ "0.2903.6"
874832
874832
  );
874833
874833
  }
874834
874834
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.2903.5",
3
+ "version": "0.2903.6",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",