@lightdash/sdk 0.2884.0 → 0.2884.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
@@ -297905,7 +297905,7 @@ const getDefaultHeaders = () => {
297905
297905
  const headers = {
297906
297906
  "Content-Type": "application/json",
297907
297907
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
297908
- [LightdashVersionHeader]: "0.2884.0"
297908
+ [LightdashVersionHeader]: "0.2884.1"
297909
297909
  };
297910
297910
  if (sdkVersion) {
297911
297911
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -873573,7 +873573,7 @@ const persistInstanceUrl = (instanceUrl) => {
873573
873573
  {
873574
873574
  setToInMemoryStorage(
873575
873575
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
873576
- "0.2884.0"
873576
+ "0.2884.1"
873577
873577
  );
873578
873578
  }
873579
873579
  };
package/dist/sdk.es.js CHANGED
@@ -297883,7 +297883,7 @@ const getDefaultHeaders = () => {
297883
297883
  const headers = {
297884
297884
  "Content-Type": "application/json",
297885
297885
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
297886
- [LightdashVersionHeader]: "0.2884.0"
297886
+ [LightdashVersionHeader]: "0.2884.1"
297887
297887
  };
297888
297888
  if (sdkVersion) {
297889
297889
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -873551,7 +873551,7 @@ const persistInstanceUrl = (instanceUrl) => {
873551
873551
  {
873552
873552
  setToInMemoryStorage(
873553
873553
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
873554
- "0.2884.0"
873554
+ "0.2884.1"
873555
873555
  );
873556
873556
  }
873557
873557
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.2884.0",
3
+ "version": "0.2884.1",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",