@lightdash/sdk 0.3185.0 → 0.3186.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
|
@@ -323847,7 +323847,7 @@ const getDefaultHeaders = () => {
|
|
|
323847
323847
|
const headers = {
|
|
323848
323848
|
"Content-Type": "application/json",
|
|
323849
323849
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
323850
|
-
[LightdashVersionHeader]: "0.
|
|
323850
|
+
[LightdashVersionHeader]: "0.3186.0"
|
|
323851
323851
|
};
|
|
323852
323852
|
if (sdkVersion) {
|
|
323853
323853
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -900863,7 +900863,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
900863
900863
|
{
|
|
900864
900864
|
setToInMemoryStorage(
|
|
900865
900865
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
900866
|
-
"0.
|
|
900866
|
+
"0.3186.0"
|
|
900867
900867
|
);
|
|
900868
900868
|
}
|
|
900869
900869
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -323825,7 +323825,7 @@ const getDefaultHeaders = () => {
|
|
|
323825
323825
|
const headers = {
|
|
323826
323826
|
"Content-Type": "application/json",
|
|
323827
323827
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
323828
|
-
[LightdashVersionHeader]: "0.
|
|
323828
|
+
[LightdashVersionHeader]: "0.3186.0"
|
|
323829
323829
|
};
|
|
323830
323830
|
if (sdkVersion) {
|
|
323831
323831
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -900841,7 +900841,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
900841
900841
|
{
|
|
900842
900842
|
setToInMemoryStorage(
|
|
900843
900843
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
900844
|
-
"0.
|
|
900844
|
+
"0.3186.0"
|
|
900845
900845
|
);
|
|
900846
900846
|
}
|
|
900847
900847
|
};
|