@lightdash/sdk 0.2919.2 → 0.2919.3

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
@@ -298661,7 +298661,7 @@ const getDefaultHeaders = () => {
298661
298661
  const headers = {
298662
298662
  "Content-Type": "application/json",
298663
298663
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
298664
- [LightdashVersionHeader]: "0.2919.2"
298664
+ [LightdashVersionHeader]: "0.2919.3"
298665
298665
  };
298666
298666
  if (sdkVersion) {
298667
298667
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -875601,7 +875601,7 @@ const persistInstanceUrl = (instanceUrl) => {
875601
875601
  {
875602
875602
  setToInMemoryStorage(
875603
875603
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
875604
- "0.2919.2"
875604
+ "0.2919.3"
875605
875605
  );
875606
875606
  }
875607
875607
  };
package/dist/sdk.es.js CHANGED
@@ -298639,7 +298639,7 @@ const getDefaultHeaders = () => {
298639
298639
  const headers = {
298640
298640
  "Content-Type": "application/json",
298641
298641
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
298642
- [LightdashVersionHeader]: "0.2919.2"
298642
+ [LightdashVersionHeader]: "0.2919.3"
298643
298643
  };
298644
298644
  if (sdkVersion) {
298645
298645
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -875579,7 +875579,7 @@ const persistInstanceUrl = (instanceUrl) => {
875579
875579
  {
875580
875580
  setToInMemoryStorage(
875581
875581
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
875582
- "0.2919.2"
875582
+ "0.2919.3"
875583
875583
  );
875584
875584
  }
875585
875585
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.2919.2",
3
+ "version": "0.2919.3",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",