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