@lightdash/sdk 2.49.1 → 2.50.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 +2 -2
- package/dist/sdk.es.js +2 -2
- package/package.json +1 -1
package/dist/sdk.cjs.js
CHANGED
|
@@ -241947,7 +241947,7 @@ const getDefaultHeaders = () => {
|
|
|
241947
241947
|
const headers = {
|
|
241948
241948
|
"Content-Type": "application/json",
|
|
241949
241949
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
241950
|
-
[LightdashVersionHeader]: "2.
|
|
241950
|
+
[LightdashVersionHeader]: "2.50.0"
|
|
241951
241951
|
};
|
|
241952
241952
|
if (sdkVersion) {
|
|
241953
241953
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -885973,7 +885973,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
885973
885973
|
{
|
|
885974
885974
|
setToInMemoryStorage(
|
|
885975
885975
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
885976
|
-
"2.
|
|
885976
|
+
"2.50.0"
|
|
885977
885977
|
);
|
|
885978
885978
|
}
|
|
885979
885979
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -241925,7 +241925,7 @@ const getDefaultHeaders = () => {
|
|
|
241925
241925
|
const headers = {
|
|
241926
241926
|
"Content-Type": "application/json",
|
|
241927
241927
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
241928
|
-
[LightdashVersionHeader]: "2.
|
|
241928
|
+
[LightdashVersionHeader]: "2.50.0"
|
|
241929
241929
|
};
|
|
241930
241930
|
if (sdkVersion) {
|
|
241931
241931
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -885951,7 +885951,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
885951
885951
|
{
|
|
885952
885952
|
setToInMemoryStorage(
|
|
885953
885953
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
885954
|
-
"2.
|
|
885954
|
+
"2.50.0"
|
|
885955
885955
|
);
|
|
885956
885956
|
}
|
|
885957
885957
|
};
|