@lightdash/sdk 0.2981.0 → 0.2981.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
@@ -300303,7 +300303,7 @@ const getDefaultHeaders = () => {
300303
300303
  const headers = {
300304
300304
  "Content-Type": "application/json",
300305
300305
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
300306
- [LightdashVersionHeader]: "0.2981.0"
300306
+ [LightdashVersionHeader]: "0.2981.2"
300307
300307
  };
300308
300308
  if (sdkVersion) {
300309
300309
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -880468,7 +880468,7 @@ const persistInstanceUrl = (instanceUrl) => {
880468
880468
  {
880469
880469
  setToInMemoryStorage(
880470
880470
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
880471
- "0.2981.0"
880471
+ "0.2981.2"
880472
880472
  );
880473
880473
  }
880474
880474
  };
package/dist/sdk.es.js CHANGED
@@ -300281,7 +300281,7 @@ const getDefaultHeaders = () => {
300281
300281
  const headers = {
300282
300282
  "Content-Type": "application/json",
300283
300283
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
300284
- [LightdashVersionHeader]: "0.2981.0"
300284
+ [LightdashVersionHeader]: "0.2981.2"
300285
300285
  };
300286
300286
  if (sdkVersion) {
300287
300287
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -880446,7 +880446,7 @@ const persistInstanceUrl = (instanceUrl) => {
880446
880446
  {
880447
880447
  setToInMemoryStorage(
880448
880448
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
880449
- "0.2981.0"
880449
+ "0.2981.2"
880450
880450
  );
880451
880451
  }
880452
880452
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.2981.0",
3
+ "version": "0.2981.2",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",