@lightdash/sdk 0.3159.0 → 0.3160.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
@@ -313489,7 +313489,7 @@ const getDefaultHeaders = () => {
313489
313489
  const headers = {
313490
313490
  "Content-Type": "application/json",
313491
313491
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
313492
- [LightdashVersionHeader]: "0.3159.0"
313492
+ [LightdashVersionHeader]: "0.3160.0"
313493
313493
  };
313494
313494
  if (sdkVersion) {
313495
313495
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -897036,7 +897036,7 @@ const persistInstanceUrl = (instanceUrl) => {
897036
897036
  {
897037
897037
  setToInMemoryStorage(
897038
897038
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
897039
- "0.3159.0"
897039
+ "0.3160.0"
897040
897040
  );
897041
897041
  }
897042
897042
  };
package/dist/sdk.es.js CHANGED
@@ -313467,7 +313467,7 @@ const getDefaultHeaders = () => {
313467
313467
  const headers = {
313468
313468
  "Content-Type": "application/json",
313469
313469
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
313470
- [LightdashVersionHeader]: "0.3159.0"
313470
+ [LightdashVersionHeader]: "0.3160.0"
313471
313471
  };
313472
313472
  if (sdkVersion) {
313473
313473
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -897014,7 +897014,7 @@ const persistInstanceUrl = (instanceUrl) => {
897014
897014
  {
897015
897015
  setToInMemoryStorage(
897016
897016
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
897017
- "0.3159.0"
897017
+ "0.3160.0"
897018
897018
  );
897019
897019
  }
897020
897020
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.3159.0",
3
+ "version": "0.3160.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",