@lightdash/sdk 0.2903.0 → 0.2903.1

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.0"
298393
+ [LightdashVersionHeader]: "0.2903.1"
298394
298394
  };
298395
298395
  if (sdkVersion) {
298396
298396
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -874845,7 +874845,7 @@ const persistInstanceUrl = (instanceUrl) => {
874845
874845
  {
874846
874846
  setToInMemoryStorage(
874847
874847
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
874848
- "0.2903.0"
874848
+ "0.2903.1"
874849
874849
  );
874850
874850
  }
874851
874851
  };
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.0"
298371
+ [LightdashVersionHeader]: "0.2903.1"
298372
298372
  };
298373
298373
  if (sdkVersion) {
298374
298374
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -874823,7 +874823,7 @@ const persistInstanceUrl = (instanceUrl) => {
874823
874823
  {
874824
874824
  setToInMemoryStorage(
874825
874825
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
874826
- "0.2903.0"
874826
+ "0.2903.1"
874827
874827
  );
874828
874828
  }
874829
874829
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.2903.0",
3
+ "version": "0.2903.1",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",