@lightdash/sdk 0.2886.0 → 0.2888.0

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
@@ -298316,7 +298316,7 @@ const getDefaultHeaders = () => {
298316
298316
  const headers = {
298317
298317
  "Content-Type": "application/json",
298318
298318
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
298319
- [LightdashVersionHeader]: "0.2886.0"
298319
+ [LightdashVersionHeader]: "0.2888.0"
298320
298320
  };
298321
298321
  if (sdkVersion) {
298322
298322
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -873984,7 +873984,7 @@ const persistInstanceUrl = (instanceUrl) => {
873984
873984
  {
873985
873985
  setToInMemoryStorage(
873986
873986
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
873987
- "0.2886.0"
873987
+ "0.2888.0"
873988
873988
  );
873989
873989
  }
873990
873990
  };
package/dist/sdk.es.js CHANGED
@@ -298294,7 +298294,7 @@ const getDefaultHeaders = () => {
298294
298294
  const headers = {
298295
298295
  "Content-Type": "application/json",
298296
298296
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
298297
- [LightdashVersionHeader]: "0.2886.0"
298297
+ [LightdashVersionHeader]: "0.2888.0"
298298
298298
  };
298299
298299
  if (sdkVersion) {
298300
298300
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -873962,7 +873962,7 @@ const persistInstanceUrl = (instanceUrl) => {
873962
873962
  {
873963
873963
  setToInMemoryStorage(
873964
873964
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
873965
- "0.2886.0"
873965
+ "0.2888.0"
873966
873966
  );
873967
873967
  }
873968
873968
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.2886.0",
3
+ "version": "0.2888.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",