@lightdash/sdk 0.3131.0 → 0.3132.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
@@ -313215,7 +313215,7 @@ const getDefaultHeaders = () => {
313215
313215
  const headers = {
313216
313216
  "Content-Type": "application/json",
313217
313217
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
313218
- [LightdashVersionHeader]: "0.3131.0"
313218
+ [LightdashVersionHeader]: "0.3132.0"
313219
313219
  };
313220
313220
  if (sdkVersion) {
313221
313221
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -894888,7 +894888,7 @@ const persistInstanceUrl = (instanceUrl) => {
894888
894888
  {
894889
894889
  setToInMemoryStorage(
894890
894890
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
894891
- "0.3131.0"
894891
+ "0.3132.0"
894892
894892
  );
894893
894893
  }
894894
894894
  };
package/dist/sdk.es.js CHANGED
@@ -313193,7 +313193,7 @@ const getDefaultHeaders = () => {
313193
313193
  const headers = {
313194
313194
  "Content-Type": "application/json",
313195
313195
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
313196
- [LightdashVersionHeader]: "0.3131.0"
313196
+ [LightdashVersionHeader]: "0.3132.0"
313197
313197
  };
313198
313198
  if (sdkVersion) {
313199
313199
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -894866,7 +894866,7 @@ const persistInstanceUrl = (instanceUrl) => {
894866
894866
  {
894867
894867
  setToInMemoryStorage(
894868
894868
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
894869
- "0.3131.0"
894869
+ "0.3132.0"
894870
894870
  );
894871
894871
  }
894872
894872
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.3131.0",
3
+ "version": "0.3132.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",