@lightdash/sdk 0.2821.0 → 0.2822.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
@@ -297699,7 +297699,7 @@ const getDefaultHeaders = () => {
297699
297699
  const headers = {
297700
297700
  "Content-Type": "application/json",
297701
297701
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
297702
- [LightdashVersionHeader]: "0.2821.0"
297702
+ [LightdashVersionHeader]: "0.2822.0"
297703
297703
  };
297704
297704
  if (sdkVersion) {
297705
297705
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -861286,7 +861286,7 @@ const persistInstanceUrl = (instanceUrl) => {
861286
861286
  {
861287
861287
  setToInMemoryStorage(
861288
861288
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
861289
- "0.2821.0"
861289
+ "0.2822.0"
861290
861290
  );
861291
861291
  }
861292
861292
  };
package/dist/sdk.es.js CHANGED
@@ -297677,7 +297677,7 @@ const getDefaultHeaders = () => {
297677
297677
  const headers = {
297678
297678
  "Content-Type": "application/json",
297679
297679
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
297680
- [LightdashVersionHeader]: "0.2821.0"
297680
+ [LightdashVersionHeader]: "0.2822.0"
297681
297681
  };
297682
297682
  if (sdkVersion) {
297683
297683
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -861264,7 +861264,7 @@ const persistInstanceUrl = (instanceUrl) => {
861264
861264
  {
861265
861265
  setToInMemoryStorage(
861266
861266
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
861267
- "0.2821.0"
861267
+ "0.2822.0"
861268
861268
  );
861269
861269
  }
861270
861270
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.2821.0",
3
+ "version": "0.2822.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",