@lightdash/sdk 0.2908.0 → 0.2910.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
@@ -298634,7 +298634,7 @@ const getDefaultHeaders = () => {
298634
298634
  const headers = {
298635
298635
  "Content-Type": "application/json",
298636
298636
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
298637
- [LightdashVersionHeader]: "0.2908.0"
298637
+ [LightdashVersionHeader]: "0.2910.0"
298638
298638
  };
298639
298639
  if (sdkVersion) {
298640
298640
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -875489,7 +875489,7 @@ const persistInstanceUrl = (instanceUrl) => {
875489
875489
  {
875490
875490
  setToInMemoryStorage(
875491
875491
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
875492
- "0.2908.0"
875492
+ "0.2910.0"
875493
875493
  );
875494
875494
  }
875495
875495
  };
package/dist/sdk.es.js CHANGED
@@ -298612,7 +298612,7 @@ const getDefaultHeaders = () => {
298612
298612
  const headers = {
298613
298613
  "Content-Type": "application/json",
298614
298614
  [LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
298615
- [LightdashVersionHeader]: "0.2908.0"
298615
+ [LightdashVersionHeader]: "0.2910.0"
298616
298616
  };
298617
298617
  if (sdkVersion) {
298618
298618
  headers[LightdashSdkVersionHeader] = sdkVersion;
@@ -875467,7 +875467,7 @@ const persistInstanceUrl = (instanceUrl) => {
875467
875467
  {
875468
875468
  setToInMemoryStorage(
875469
875469
  LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
875470
- "0.2908.0"
875470
+ "0.2910.0"
875471
875471
  );
875472
875472
  }
875473
875473
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.2908.0",
3
+ "version": "0.2910.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",