@lightdash/sdk 0.2983.0 → 0.2984.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
@@ -300304,7 +300304,7 @@ const getDefaultHeaders = () => {
300304
300304
  const headers = {
300305
300305
  "Content-Type": "application/json",
300306
300306
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
300307
- [LightdashVersionHeader]: "0.2983.0"
300307
+ [LightdashVersionHeader]: "0.2984.0"
300308
300308
  };
300309
300309
  if (sdkVersion) {
300310
300310
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -880582,7 +880582,7 @@ const persistInstanceUrl = (instanceUrl) => {
880582
880582
  {
880583
880583
  setToInMemoryStorage(
880584
880584
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
880585
- "0.2983.0"
880585
+ "0.2984.0"
880586
880586
  );
880587
880587
  }
880588
880588
  };
package/dist/sdk.es.js CHANGED
@@ -300282,7 +300282,7 @@ const getDefaultHeaders = () => {
300282
300282
  const headers = {
300283
300283
  "Content-Type": "application/json",
300284
300284
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
300285
- [LightdashVersionHeader]: "0.2983.0"
300285
+ [LightdashVersionHeader]: "0.2984.0"
300286
300286
  };
300287
300287
  if (sdkVersion) {
300288
300288
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -880560,7 +880560,7 @@ const persistInstanceUrl = (instanceUrl) => {
880560
880560
  {
880561
880561
  setToInMemoryStorage(
880562
880562
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
880563
- "0.2983.0"
880563
+ "0.2984.0"
880564
880564
  );
880565
880565
  }
880566
880566
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.2983.0",
3
+ "version": "0.2984.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",