@lightdash/sdk 2.49.0 → 2.49.1

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
@@ -241947,7 +241947,7 @@ const getDefaultHeaders = () => {
241947
241947
  const headers = {
241948
241948
  "Content-Type": "application/json",
241949
241949
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
241950
- [LightdashVersionHeader]: "2.49.0"
241950
+ [LightdashVersionHeader]: "2.49.1"
241951
241951
  };
241952
241952
  if (sdkVersion) {
241953
241953
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -885973,7 +885973,7 @@ const persistInstanceUrl = (instanceUrl) => {
885973
885973
  {
885974
885974
  setToInMemoryStorage(
885975
885975
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
885976
- "2.49.0"
885976
+ "2.49.1"
885977
885977
  );
885978
885978
  }
885979
885979
  };
package/dist/sdk.es.js CHANGED
@@ -241925,7 +241925,7 @@ const getDefaultHeaders = () => {
241925
241925
  const headers = {
241926
241926
  "Content-Type": "application/json",
241927
241927
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
241928
- [LightdashVersionHeader]: "2.49.0"
241928
+ [LightdashVersionHeader]: "2.49.1"
241929
241929
  };
241930
241930
  if (sdkVersion) {
241931
241931
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -885951,7 +885951,7 @@ const persistInstanceUrl = (instanceUrl) => {
885951
885951
  {
885952
885952
  setToInMemoryStorage(
885953
885953
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
885954
- "2.49.0"
885954
+ "2.49.1"
885955
885955
  );
885956
885956
  }
885957
885957
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "2.49.0",
3
+ "version": "2.49.1",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",