@lightdash/sdk 2.2.1 → 2.2.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
@@ -241535,7 +241535,7 @@ const getDefaultHeaders = () => {
241535
241535
  const headers = {
241536
241536
  "Content-Type": "application/json",
241537
241537
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
241538
- [LightdashVersionHeader]: "2.2.1"
241538
+ [LightdashVersionHeader]: "2.2.2"
241539
241539
  };
241540
241540
  if (sdkVersion) {
241541
241541
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -884392,7 +884392,7 @@ const persistInstanceUrl = (instanceUrl) => {
884392
884392
  {
884393
884393
  setToInMemoryStorage(
884394
884394
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
884395
- "2.2.1"
884395
+ "2.2.2"
884396
884396
  );
884397
884397
  }
884398
884398
  };
package/dist/sdk.es.js CHANGED
@@ -241513,7 +241513,7 @@ const getDefaultHeaders = () => {
241513
241513
  const headers = {
241514
241514
  "Content-Type": "application/json",
241515
241515
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
241516
- [LightdashVersionHeader]: "2.2.1"
241516
+ [LightdashVersionHeader]: "2.2.2"
241517
241517
  };
241518
241518
  if (sdkVersion) {
241519
241519
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -884370,7 +884370,7 @@ const persistInstanceUrl = (instanceUrl) => {
884370
884370
  {
884371
884371
  setToInMemoryStorage(
884372
884372
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
884373
- "2.2.1"
884373
+ "2.2.2"
884374
884374
  );
884375
884375
  }
884376
884376
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "2.2.1",
3
+ "version": "2.2.2",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",