@lightdash/sdk 2.9.3 → 2.9.4
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
|
@@ -241554,7 +241554,7 @@ const getDefaultHeaders = () => {
|
|
|
241554
241554
|
const headers = {
|
|
241555
241555
|
"Content-Type": "application/json",
|
|
241556
241556
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
241557
|
-
[LightdashVersionHeader]: "2.9.
|
|
241557
|
+
[LightdashVersionHeader]: "2.9.4"
|
|
241558
241558
|
};
|
|
241559
241559
|
if (sdkVersion) {
|
|
241560
241560
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -884794,7 +884794,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
884794
884794
|
{
|
|
884795
884795
|
setToInMemoryStorage(
|
|
884796
884796
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
884797
|
-
"2.9.
|
|
884797
|
+
"2.9.4"
|
|
884798
884798
|
);
|
|
884799
884799
|
}
|
|
884800
884800
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -241532,7 +241532,7 @@ const getDefaultHeaders = () => {
|
|
|
241532
241532
|
const headers = {
|
|
241533
241533
|
"Content-Type": "application/json",
|
|
241534
241534
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
241535
|
-
[LightdashVersionHeader]: "2.9.
|
|
241535
|
+
[LightdashVersionHeader]: "2.9.4"
|
|
241536
241536
|
};
|
|
241537
241537
|
if (sdkVersion) {
|
|
241538
241538
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -884772,7 +884772,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
884772
884772
|
{
|
|
884773
884773
|
setToInMemoryStorage(
|
|
884774
884774
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
884775
|
-
"2.9.
|
|
884775
|
+
"2.9.4"
|
|
884776
884776
|
);
|
|
884777
884777
|
}
|
|
884778
884778
|
};
|