@lightdash/sdk 0.2984.2 → 0.2984.3

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.2984.2"
300307
+ [LightdashVersionHeader]: "0.2984.3"
300308
300308
  };
300309
300309
  if (sdkVersion) {
300310
300310
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -880585,7 +880585,7 @@ const persistInstanceUrl = (instanceUrl) => {
880585
880585
  {
880586
880586
  setToInMemoryStorage(
880587
880587
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
880588
- "0.2984.2"
880588
+ "0.2984.3"
880589
880589
  );
880590
880590
  }
880591
880591
  };
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.2984.2"
300285
+ [LightdashVersionHeader]: "0.2984.3"
300286
300286
  };
300287
300287
  if (sdkVersion) {
300288
300288
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -880563,7 +880563,7 @@ const persistInstanceUrl = (instanceUrl) => {
880563
880563
  {
880564
880564
  setToInMemoryStorage(
880565
880565
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
880566
- "0.2984.2"
880566
+ "0.2984.3"
880567
880567
  );
880568
880568
  }
880569
880569
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.2984.2",
3
+ "version": "0.2984.3",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",