@lightdash/sdk 0.2864.5 → 0.2865.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
|
@@ -297755,7 +297755,7 @@ const getDefaultHeaders = () => {
|
|
|
297755
297755
|
const headers = {
|
|
297756
297756
|
"Content-Type": "application/json",
|
|
297757
297757
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
297758
|
-
[LightdashVersionHeader]: "0.
|
|
297758
|
+
[LightdashVersionHeader]: "0.2865.0"
|
|
297759
297759
|
};
|
|
297760
297760
|
if (sdkVersion) {
|
|
297761
297761
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -865035,7 +865035,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
865035
865035
|
{
|
|
865036
865036
|
setToInMemoryStorage(
|
|
865037
865037
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
865038
|
-
"0.
|
|
865038
|
+
"0.2865.0"
|
|
865039
865039
|
);
|
|
865040
865040
|
}
|
|
865041
865041
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -297733,7 +297733,7 @@ const getDefaultHeaders = () => {
|
|
|
297733
297733
|
const headers = {
|
|
297734
297734
|
"Content-Type": "application/json",
|
|
297735
297735
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
297736
|
-
[LightdashVersionHeader]: "0.
|
|
297736
|
+
[LightdashVersionHeader]: "0.2865.0"
|
|
297737
297737
|
};
|
|
297738
297738
|
if (sdkVersion) {
|
|
297739
297739
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -865013,7 +865013,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
865013
865013
|
{
|
|
865014
865014
|
setToInMemoryStorage(
|
|
865015
865015
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
865016
|
-
"0.
|
|
865016
|
+
"0.2865.0"
|
|
865017
865017
|
);
|
|
865018
865018
|
}
|
|
865019
865019
|
};
|