@lightdash/sdk 0.2987.0 → 0.2988.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
@@ -300305,7 +300305,7 @@ const getDefaultHeaders = () => {
300305
300305
  const headers = {
300306
300306
  "Content-Type": "application/json",
300307
300307
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
300308
- [LightdashVersionHeader]: "0.2987.0"
300308
+ [LightdashVersionHeader]: "0.2988.0"
300309
300309
  };
300310
300310
  if (sdkVersion) {
300311
300311
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -880586,7 +880586,7 @@ const persistInstanceUrl = (instanceUrl) => {
880586
880586
  {
880587
880587
  setToInMemoryStorage(
880588
880588
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
880589
- "0.2987.0"
880589
+ "0.2988.0"
880590
880590
  );
880591
880591
  }
880592
880592
  };
package/dist/sdk.es.js CHANGED
@@ -300283,7 +300283,7 @@ const getDefaultHeaders = () => {
300283
300283
  const headers = {
300284
300284
  "Content-Type": "application/json",
300285
300285
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
300286
- [LightdashVersionHeader]: "0.2987.0"
300286
+ [LightdashVersionHeader]: "0.2988.0"
300287
300287
  };
300288
300288
  if (sdkVersion) {
300289
300289
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -880564,7 +880564,7 @@ const persistInstanceUrl = (instanceUrl) => {
880564
880564
  {
880565
880565
  setToInMemoryStorage(
880566
880566
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
880567
- "0.2987.0"
880567
+ "0.2988.0"
880568
880568
  );
880569
880569
  }
880570
880570
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.2987.0",
3
+ "version": "0.2988.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",