@lightdash/sdk 2.17.0 → 2.17.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
@@ -241715,7 +241715,7 @@ const getDefaultHeaders = () => {
241715
241715
  const headers = {
241716
241716
  "Content-Type": "application/json",
241717
241717
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
241718
- [LightdashVersionHeader]: "2.17.0"
241718
+ [LightdashVersionHeader]: "2.17.1"
241719
241719
  };
241720
241720
  if (sdkVersion) {
241721
241721
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -885107,7 +885107,7 @@ const persistInstanceUrl = (instanceUrl) => {
885107
885107
  {
885108
885108
  setToInMemoryStorage(
885109
885109
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
885110
- "2.17.0"
885110
+ "2.17.1"
885111
885111
  );
885112
885112
  }
885113
885113
  };
package/dist/sdk.es.js CHANGED
@@ -241693,7 +241693,7 @@ const getDefaultHeaders = () => {
241693
241693
  const headers = {
241694
241694
  "Content-Type": "application/json",
241695
241695
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
241696
- [LightdashVersionHeader]: "2.17.0"
241696
+ [LightdashVersionHeader]: "2.17.1"
241697
241697
  };
241698
241698
  if (sdkVersion) {
241699
241699
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -885085,7 +885085,7 @@ const persistInstanceUrl = (instanceUrl) => {
885085
885085
  {
885086
885086
  setToInMemoryStorage(
885087
885087
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
885088
- "2.17.0"
885088
+ "2.17.1"
885089
885089
  );
885090
885090
  }
885091
885091
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "2.17.0",
3
+ "version": "2.17.1",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",