@lightdash/sdk 0.3101.0 → 0.3101.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
@@ -312837,7 +312837,7 @@ const getDefaultHeaders = () => {
312837
312837
  const headers = {
312838
312838
  "Content-Type": "application/json",
312839
312839
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
312840
- [LightdashVersionHeader]: "0.3101.0"
312840
+ [LightdashVersionHeader]: "0.3101.1"
312841
312841
  };
312842
312842
  if (sdkVersion) {
312843
312843
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -893942,7 +893942,7 @@ const persistInstanceUrl = (instanceUrl) => {
893942
893942
  {
893943
893943
  setToInMemoryStorage(
893944
893944
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
893945
- "0.3101.0"
893945
+ "0.3101.1"
893946
893946
  );
893947
893947
  }
893948
893948
  };
package/dist/sdk.es.js CHANGED
@@ -312815,7 +312815,7 @@ const getDefaultHeaders = () => {
312815
312815
  const headers = {
312816
312816
  "Content-Type": "application/json",
312817
312817
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
312818
- [LightdashVersionHeader]: "0.3101.0"
312818
+ [LightdashVersionHeader]: "0.3101.1"
312819
312819
  };
312820
312820
  if (sdkVersion) {
312821
312821
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -893920,7 +893920,7 @@ const persistInstanceUrl = (instanceUrl) => {
893920
893920
  {
893921
893921
  setToInMemoryStorage(
893922
893922
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
893923
- "0.3101.0"
893923
+ "0.3101.1"
893924
893924
  );
893925
893925
  }
893926
893926
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.3101.0",
3
+ "version": "0.3101.1",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",