@lightdash/sdk 2.46.0 → 2.46.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
@@ -241938,7 +241938,7 @@ const getDefaultHeaders = () => {
241938
241938
  const headers = {
241939
241939
  "Content-Type": "application/json",
241940
241940
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
241941
- [LightdashVersionHeader]: "2.46.0"
241941
+ [LightdashVersionHeader]: "2.46.1"
241942
241942
  };
241943
241943
  if (sdkVersion) {
241944
241944
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -885901,7 +885901,7 @@ const persistInstanceUrl = (instanceUrl) => {
885901
885901
  {
885902
885902
  setToInMemoryStorage(
885903
885903
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
885904
- "2.46.0"
885904
+ "2.46.1"
885905
885905
  );
885906
885906
  }
885907
885907
  };
package/dist/sdk.es.js CHANGED
@@ -241916,7 +241916,7 @@ const getDefaultHeaders = () => {
241916
241916
  const headers = {
241917
241917
  "Content-Type": "application/json",
241918
241918
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
241919
- [LightdashVersionHeader]: "2.46.0"
241919
+ [LightdashVersionHeader]: "2.46.1"
241920
241920
  };
241921
241921
  if (sdkVersion) {
241922
241922
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -885879,7 +885879,7 @@ const persistInstanceUrl = (instanceUrl) => {
885879
885879
  {
885880
885880
  setToInMemoryStorage(
885881
885881
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
885882
- "2.46.0"
885882
+ "2.46.1"
885883
885883
  );
885884
885884
  }
885885
885885
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "2.46.0",
3
+ "version": "2.46.1",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",