@lightdash/sdk 0.2803.0 → 0.2803.2

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.es.js CHANGED
@@ -147626,7 +147626,7 @@ var import_fetch_npm_browserify, LIGHTDASH_SDK_INSTANCE_URL_LOCAL_STORAGE_KEY$1,
147626
147626
  let ta = getFromInMemoryStorage(LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY$2), na = {
147627
147627
  "Content-Type": "application/json",
147628
147628
  [LightdashRequestMethodHeader]: ta ? RequestMethod.SDK : RequestMethod.WEB_APP,
147629
- [LightdashVersionHeader]: "0.2803.0"
147629
+ [LightdashVersionHeader]: "0.2803.2"
147630
147630
  };
147631
147631
  return ta && (na[LightdashSdkVersionHeader] = ta), na;
147632
147632
  }, isSafeToAddEmbedHeader = (ta) => ta ? !Object.keys(ta).some((ta) => ta.toLowerCase() === JWT_HEADER_NAME.toLowerCase()) : !0, finalizeHeaders = (ta, na, ra) => {
@@ -501644,7 +501644,7 @@ var LIGHTDASH_SDK_INSTANCE_URL_LOCAL_STORAGE_KEY = "__lightdash_sdk_instance_url
501644
501644
  signature: oa
501645
501645
  };
501646
501646
  }, persistInstanceUrl = (ta) => {
501647
- ta.endsWith("/") || (ta = `${ta}/`), sessionStorage.setItem(LIGHTDASH_SDK_INSTANCE_URL_LOCAL_STORAGE_KEY, ta), setToInMemoryStorage(LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY, "0.2803.0");
501647
+ ta.endsWith("/") || (ta = `${ta}/`), sessionStorage.setItem(LIGHTDASH_SDK_INSTANCE_URL_LOCAL_STORAGE_KEY, ta), setToInMemoryStorage(LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY, "0.2803.2");
501648
501648
  }, SdkProviders = ({ children: ta, styles: na }) => {
501649
501649
  let ra = {
501650
501650
  fontFamily: na?.fontFamily,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/sdk",
3
- "version": "0.2803.0",
3
+ "version": "0.2803.2",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",