@lightdash/sdk 0.2875.0 → 0.2876.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
@@ -297889,7 +297889,7 @@ const getDefaultHeaders = () => {
297889
297889
  const headers = {
297890
297890
  "Content-Type": "application/json",
297891
297891
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
297892
- [LightdashVersionHeader]: "0.2875.0"
297892
+ [LightdashVersionHeader]: "0.2876.0"
297893
297893
  };
297894
297894
  if (sdkVersion) {
297895
297895
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -873506,7 +873506,7 @@ const persistInstanceUrl = (instanceUrl) => {
873506
873506
  {
873507
873507
  setToInMemoryStorage(
873508
873508
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
873509
- "0.2875.0"
873509
+ "0.2876.0"
873510
873510
  );
873511
873511
  }
873512
873512
  };
package/dist/sdk.es.js CHANGED
@@ -297867,7 +297867,7 @@ const getDefaultHeaders = () => {
297867
297867
  const headers = {
297868
297868
  "Content-Type": "application/json",
297869
297869
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
297870
- [LightdashVersionHeader]: "0.2875.0"
297870
+ [LightdashVersionHeader]: "0.2876.0"
297871
297871
  };
297872
297872
  if (sdkVersion) {
297873
297873
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -873484,7 +873484,7 @@ const persistInstanceUrl = (instanceUrl) => {
873484
873484
  {
873485
873485
  setToInMemoryStorage(
873486
873486
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
873487
- "0.2875.0"
873487
+ "0.2876.0"
873488
873488
  );
873489
873489
  }
873490
873490
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.2875.0",
3
+ "version": "0.2876.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",