@lightdash/sdk 0.3357.0 → 0.3358.1
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 +2 -2
- package/dist/sdk.es.js +2 -2
- package/package.json +1 -1
package/dist/sdk.cjs.js
CHANGED
|
@@ -245049,7 +245049,7 @@ const getDefaultHeaders = () => {
|
|
|
245049
245049
|
const headers = {
|
|
245050
245050
|
"Content-Type": "application/json",
|
|
245051
245051
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
245052
|
-
[LightdashVersionHeader]: "0.
|
|
245052
|
+
[LightdashVersionHeader]: "0.3358.1"
|
|
245053
245053
|
};
|
|
245054
245054
|
if (sdkVersion) {
|
|
245055
245055
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -737743,7 +737743,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
737743
737743
|
{
|
|
737744
737744
|
setToInMemoryStorage(
|
|
737745
737745
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
737746
|
-
"0.
|
|
737746
|
+
"0.3358.1"
|
|
737747
737747
|
);
|
|
737748
737748
|
}
|
|
737749
737749
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -245027,7 +245027,7 @@ const getDefaultHeaders = () => {
|
|
|
245027
245027
|
const headers = {
|
|
245028
245028
|
"Content-Type": "application/json",
|
|
245029
245029
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
245030
|
-
[LightdashVersionHeader]: "0.
|
|
245030
|
+
[LightdashVersionHeader]: "0.3358.1"
|
|
245031
245031
|
};
|
|
245032
245032
|
if (sdkVersion) {
|
|
245033
245033
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -737721,7 +737721,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
737721
737721
|
{
|
|
737722
737722
|
setToInMemoryStorage(
|
|
737723
737723
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
737724
|
-
"0.
|
|
737724
|
+
"0.3358.1"
|
|
737725
737725
|
);
|
|
737726
737726
|
}
|
|
737727
737727
|
};
|