@lightdash/sdk 2.45.0 → 2.45.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
@@ -241932,7 +241932,7 @@ const getDefaultHeaders = () => {
241932
241932
  const headers = {
241933
241933
  "Content-Type": "application/json",
241934
241934
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
241935
- [LightdashVersionHeader]: "2.45.0"
241935
+ [LightdashVersionHeader]: "2.45.1"
241936
241936
  };
241937
241937
  if (sdkVersion) {
241938
241938
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -885895,7 +885895,7 @@ const persistInstanceUrl = (instanceUrl) => {
885895
885895
  {
885896
885896
  setToInMemoryStorage(
885897
885897
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
885898
- "2.45.0"
885898
+ "2.45.1"
885899
885899
  );
885900
885900
  }
885901
885901
  };
package/dist/sdk.es.js CHANGED
@@ -241910,7 +241910,7 @@ const getDefaultHeaders = () => {
241910
241910
  const headers = {
241911
241911
  "Content-Type": "application/json",
241912
241912
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
241913
- [LightdashVersionHeader]: "2.45.0"
241913
+ [LightdashVersionHeader]: "2.45.1"
241914
241914
  };
241915
241915
  if (sdkVersion) {
241916
241916
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -885873,7 +885873,7 @@ const persistInstanceUrl = (instanceUrl) => {
885873
885873
  {
885874
885874
  setToInMemoryStorage(
885875
885875
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
885876
- "2.45.0"
885876
+ "2.45.1"
885877
885877
  );
885878
885878
  }
885879
885879
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "2.45.0",
3
+ "version": "2.45.1",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",