@lightdash/sdk 0.2881.1 → 0.2881.2

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
@@ -297904,7 +297904,7 @@ const getDefaultHeaders = () => {
297904
297904
  const headers = {
297905
297905
  "Content-Type": "application/json",
297906
297906
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
297907
- [LightdashVersionHeader]: "0.2881.1"
297907
+ [LightdashVersionHeader]: "0.2881.2"
297908
297908
  };
297909
297909
  if (sdkVersion) {
297910
297910
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -873528,7 +873528,7 @@ const persistInstanceUrl = (instanceUrl) => {
873528
873528
  {
873529
873529
  setToInMemoryStorage(
873530
873530
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
873531
- "0.2881.1"
873531
+ "0.2881.2"
873532
873532
  );
873533
873533
  }
873534
873534
  };
package/dist/sdk.es.js CHANGED
@@ -297882,7 +297882,7 @@ const getDefaultHeaders = () => {
297882
297882
  const headers = {
297883
297883
  "Content-Type": "application/json",
297884
297884
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
297885
- [LightdashVersionHeader]: "0.2881.1"
297885
+ [LightdashVersionHeader]: "0.2881.2"
297886
297886
  };
297887
297887
  if (sdkVersion) {
297888
297888
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -873506,7 +873506,7 @@ const persistInstanceUrl = (instanceUrl) => {
873506
873506
  {
873507
873507
  setToInMemoryStorage(
873508
873508
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
873509
- "0.2881.1"
873509
+ "0.2881.2"
873510
873510
  );
873511
873511
  }
873512
873512
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.2881.1",
3
+ "version": "0.2881.2",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",