@lightdash/sdk 0.3344.0 → 0.3345.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
@@ -244313,7 +244313,7 @@ const getDefaultHeaders = () => {
244313
244313
  const headers = {
244314
244314
  "Content-Type": "application/json",
244315
244315
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
244316
- [LightdashVersionHeader]: "0.3344.0"
244316
+ [LightdashVersionHeader]: "0.3345.0"
244317
244317
  };
244318
244318
  if (sdkVersion) {
244319
244319
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -736398,7 +736398,7 @@ const persistInstanceUrl = (instanceUrl) => {
736398
736398
  {
736399
736399
  setToInMemoryStorage(
736400
736400
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
736401
- "0.3344.0"
736401
+ "0.3345.0"
736402
736402
  );
736403
736403
  }
736404
736404
  };
package/dist/sdk.es.js CHANGED
@@ -244291,7 +244291,7 @@ const getDefaultHeaders = () => {
244291
244291
  const headers = {
244292
244292
  "Content-Type": "application/json",
244293
244293
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
244294
- [LightdashVersionHeader]: "0.3344.0"
244294
+ [LightdashVersionHeader]: "0.3345.0"
244295
244295
  };
244296
244296
  if (sdkVersion) {
244297
244297
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -736376,7 +736376,7 @@ const persistInstanceUrl = (instanceUrl) => {
736376
736376
  {
736377
736377
  setToInMemoryStorage(
736378
736378
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
736379
- "0.3344.0"
736379
+ "0.3345.0"
736380
736380
  );
736381
736381
  }
736382
736382
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.3344.0",
3
+ "version": "0.3345.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",