@lightdash/sdk 2.40.0 → 2.41.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
@@ -241729,7 +241729,7 @@ const getDefaultHeaders = () => {
241729
241729
  const headers = {
241730
241730
  "Content-Type": "application/json",
241731
241731
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
241732
- [LightdashVersionHeader]: "2.40.0"
241732
+ [LightdashVersionHeader]: "2.41.0"
241733
241733
  };
241734
241734
  if (sdkVersion) {
241735
241735
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -885229,7 +885229,7 @@ const persistInstanceUrl = (instanceUrl) => {
885229
885229
  {
885230
885230
  setToInMemoryStorage(
885231
885231
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
885232
- "2.40.0"
885232
+ "2.41.0"
885233
885233
  );
885234
885234
  }
885235
885235
  };
package/dist/sdk.es.js CHANGED
@@ -241707,7 +241707,7 @@ const getDefaultHeaders = () => {
241707
241707
  const headers = {
241708
241708
  "Content-Type": "application/json",
241709
241709
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
241710
- [LightdashVersionHeader]: "2.40.0"
241710
+ [LightdashVersionHeader]: "2.41.0"
241711
241711
  };
241712
241712
  if (sdkVersion) {
241713
241713
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -885207,7 +885207,7 @@ const persistInstanceUrl = (instanceUrl) => {
885207
885207
  {
885208
885208
  setToInMemoryStorage(
885209
885209
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
885210
- "2.40.0"
885210
+ "2.41.0"
885211
885211
  );
885212
885212
  }
885213
885213
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "2.40.0",
3
+ "version": "2.41.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",