@lightdash/sdk 0.2836.0 → 0.2836.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
@@ -297720,7 +297720,7 @@ const getDefaultHeaders = () => {
297720
297720
  const headers = {
297721
297721
  "Content-Type": "application/json",
297722
297722
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
297723
- [LightdashVersionHeader]: "0.2836.0"
297723
+ [LightdashVersionHeader]: "0.2836.1"
297724
297724
  };
297725
297725
  if (sdkVersion) {
297726
297726
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -861793,7 +861793,7 @@ const persistInstanceUrl = (instanceUrl) => {
861793
861793
  {
861794
861794
  setToInMemoryStorage(
861795
861795
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
861796
- "0.2836.0"
861796
+ "0.2836.1"
861797
861797
  );
861798
861798
  }
861799
861799
  };
package/dist/sdk.es.js CHANGED
@@ -297698,7 +297698,7 @@ const getDefaultHeaders = () => {
297698
297698
  const headers = {
297699
297699
  "Content-Type": "application/json",
297700
297700
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
297701
- [LightdashVersionHeader]: "0.2836.0"
297701
+ [LightdashVersionHeader]: "0.2836.1"
297702
297702
  };
297703
297703
  if (sdkVersion) {
297704
297704
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -861771,7 +861771,7 @@ const persistInstanceUrl = (instanceUrl) => {
861771
861771
  {
861772
861772
  setToInMemoryStorage(
861773
861773
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
861774
- "0.2836.0"
861774
+ "0.2836.1"
861775
861775
  );
861776
861776
  }
861777
861777
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.2836.0",
3
+ "version": "0.2836.1",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",