@lightdash/sdk 2.19.0 → 2.20.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
@@ -241719,7 +241719,7 @@ const getDefaultHeaders = () => {
241719
241719
  const headers = {
241720
241720
  "Content-Type": "application/json",
241721
241721
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
241722
- [LightdashVersionHeader]: "2.19.0"
241722
+ [LightdashVersionHeader]: "2.20.0"
241723
241723
  };
241724
241724
  if (sdkVersion) {
241725
241725
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -885160,7 +885160,7 @@ const persistInstanceUrl = (instanceUrl) => {
885160
885160
  {
885161
885161
  setToInMemoryStorage(
885162
885162
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
885163
- "2.19.0"
885163
+ "2.20.0"
885164
885164
  );
885165
885165
  }
885166
885166
  };
package/dist/sdk.es.js CHANGED
@@ -241697,7 +241697,7 @@ const getDefaultHeaders = () => {
241697
241697
  const headers = {
241698
241698
  "Content-Type": "application/json",
241699
241699
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
241700
- [LightdashVersionHeader]: "2.19.0"
241700
+ [LightdashVersionHeader]: "2.20.0"
241701
241701
  };
241702
241702
  if (sdkVersion) {
241703
241703
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -885138,7 +885138,7 @@ const persistInstanceUrl = (instanceUrl) => {
885138
885138
  {
885139
885139
  setToInMemoryStorage(
885140
885140
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
885141
- "2.19.0"
885141
+ "2.20.0"
885142
885142
  );
885143
885143
  }
885144
885144
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "2.19.0",
3
+ "version": "2.20.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",