@lightdash/sdk 0.2903.9 → 0.2903.10

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.9"
298393
+ [LightdashVersionHeader]: "0.2903.10"
298394
298394
  };
298395
298395
  if (sdkVersion) {
298396
298396
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -874860,7 +874860,7 @@ const persistInstanceUrl = (instanceUrl) => {
874860
874860
  {
874861
874861
  setToInMemoryStorage(
874862
874862
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
874863
- "0.2903.9"
874863
+ "0.2903.10"
874864
874864
  );
874865
874865
  }
874866
874866
  };
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.9"
298371
+ [LightdashVersionHeader]: "0.2903.10"
298372
298372
  };
298373
298373
  if (sdkVersion) {
298374
298374
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -874838,7 +874838,7 @@ const persistInstanceUrl = (instanceUrl) => {
874838
874838
  {
874839
874839
  setToInMemoryStorage(
874840
874840
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
874841
- "0.2903.9"
874841
+ "0.2903.10"
874842
874842
  );
874843
874843
  }
874844
874844
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.2903.9",
3
+ "version": "0.2903.10",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",