@lightdash/sdk 0.2952.0 → 0.2953.0

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
@@ -298771,7 +298771,7 @@ const getDefaultHeaders = () => {
298771
298771
  const headers = {
298772
298772
  "Content-Type": "application/json",
298773
298773
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
298774
- [LightdashVersionHeader]: "0.2952.0"
298774
+ [LightdashVersionHeader]: "0.2953.0"
298775
298775
  };
298776
298776
  if (sdkVersion) {
298777
298777
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -876192,7 +876192,7 @@ const persistInstanceUrl = (instanceUrl) => {
876192
876192
  {
876193
876193
  setToInMemoryStorage(
876194
876194
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
876195
- "0.2952.0"
876195
+ "0.2953.0"
876196
876196
  );
876197
876197
  }
876198
876198
  };
package/dist/sdk.es.js CHANGED
@@ -298749,7 +298749,7 @@ const getDefaultHeaders = () => {
298749
298749
  const headers = {
298750
298750
  "Content-Type": "application/json",
298751
298751
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
298752
- [LightdashVersionHeader]: "0.2952.0"
298752
+ [LightdashVersionHeader]: "0.2953.0"
298753
298753
  };
298754
298754
  if (sdkVersion) {
298755
298755
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -876170,7 +876170,7 @@ const persistInstanceUrl = (instanceUrl) => {
876170
876170
  {
876171
876171
  setToInMemoryStorage(
876172
876172
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
876173
- "0.2952.0"
876173
+ "0.2953.0"
876174
876174
  );
876175
876175
  }
876176
876176
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.2952.0",
3
+ "version": "0.2953.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",