@lightdash/sdk 0.2882.1 → 0.2883.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.2882.1"
297908
+ [LightdashVersionHeader]: "0.2883.1"
297909
297909
  };
297910
297910
  if (sdkVersion) {
297911
297911
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -873572,7 +873572,7 @@ const persistInstanceUrl = (instanceUrl) => {
873572
873572
  {
873573
873573
  setToInMemoryStorage(
873574
873574
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
873575
- "0.2882.1"
873575
+ "0.2883.1"
873576
873576
  );
873577
873577
  }
873578
873578
  };
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.2882.1"
297886
+ [LightdashVersionHeader]: "0.2883.1"
297887
297887
  };
297888
297888
  if (sdkVersion) {
297889
297889
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -873550,7 +873550,7 @@ const persistInstanceUrl = (instanceUrl) => {
873550
873550
  {
873551
873551
  setToInMemoryStorage(
873552
873552
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
873553
- "0.2882.1"
873553
+ "0.2883.1"
873554
873554
  );
873555
873555
  }
873556
873556
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.2882.1",
3
+ "version": "0.2883.1",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",