@lightdash/sdk 2.51.0 → 2.52.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
|
@@ -241960,7 +241960,7 @@ const getDefaultHeaders = () => {
|
|
|
241960
241960
|
const headers = {
|
|
241961
241961
|
"Content-Type": "application/json",
|
|
241962
241962
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
241963
|
-
[LightdashVersionHeader]: "2.
|
|
241963
|
+
[LightdashVersionHeader]: "2.52.0"
|
|
241964
241964
|
};
|
|
241965
241965
|
if (sdkVersion) {
|
|
241966
241966
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -885986,7 +885986,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
885986
885986
|
{
|
|
885987
885987
|
setToInMemoryStorage(
|
|
885988
885988
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
885989
|
-
"2.
|
|
885989
|
+
"2.52.0"
|
|
885990
885990
|
);
|
|
885991
885991
|
}
|
|
885992
885992
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -241938,7 +241938,7 @@ const getDefaultHeaders = () => {
|
|
|
241938
241938
|
const headers = {
|
|
241939
241939
|
"Content-Type": "application/json",
|
|
241940
241940
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
241941
|
-
[LightdashVersionHeader]: "2.
|
|
241941
|
+
[LightdashVersionHeader]: "2.52.0"
|
|
241942
241942
|
};
|
|
241943
241943
|
if (sdkVersion) {
|
|
241944
241944
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -885964,7 +885964,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
885964
885964
|
{
|
|
885965
885965
|
setToInMemoryStorage(
|
|
885966
885966
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
885967
|
-
"2.
|
|
885967
|
+
"2.52.0"
|
|
885968
885968
|
);
|
|
885969
885969
|
}
|
|
885970
885970
|
};
|