@lightdash/sdk 2.5.0 → 2.5.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.cjs.js +2 -2
- package/dist/sdk.es.js +2 -2
- package/package.json +1 -1
package/dist/sdk.cjs.js
CHANGED
|
@@ -241536,7 +241536,7 @@ const getDefaultHeaders = () => {
|
|
|
241536
241536
|
const headers = {
|
|
241537
241537
|
"Content-Type": "application/json",
|
|
241538
241538
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
241539
|
-
[LightdashVersionHeader]: "2.5.
|
|
241539
|
+
[LightdashVersionHeader]: "2.5.2"
|
|
241540
241540
|
};
|
|
241541
241541
|
if (sdkVersion) {
|
|
241542
241542
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -884420,7 +884420,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
884420
884420
|
{
|
|
884421
884421
|
setToInMemoryStorage(
|
|
884422
884422
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
884423
|
-
"2.5.
|
|
884423
|
+
"2.5.2"
|
|
884424
884424
|
);
|
|
884425
884425
|
}
|
|
884426
884426
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -241514,7 +241514,7 @@ const getDefaultHeaders = () => {
|
|
|
241514
241514
|
const headers = {
|
|
241515
241515
|
"Content-Type": "application/json",
|
|
241516
241516
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
241517
|
-
[LightdashVersionHeader]: "2.5.
|
|
241517
|
+
[LightdashVersionHeader]: "2.5.2"
|
|
241518
241518
|
};
|
|
241519
241519
|
if (sdkVersion) {
|
|
241520
241520
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -884398,7 +884398,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
884398
884398
|
{
|
|
884399
884399
|
setToInMemoryStorage(
|
|
884400
884400
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
884401
|
-
"2.5.
|
|
884401
|
+
"2.5.2"
|
|
884402
884402
|
);
|
|
884403
884403
|
}
|
|
884404
884404
|
};
|