@lightdash/sdk 0.2863.0 → 0.2864.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
|
@@ -297739,7 +297739,7 @@ const getDefaultHeaders = () => {
|
|
|
297739
297739
|
const headers = {
|
|
297740
297740
|
"Content-Type": "application/json",
|
|
297741
297741
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
297742
|
-
[LightdashVersionHeader]: "0.
|
|
297742
|
+
[LightdashVersionHeader]: "0.2864.0"
|
|
297743
297743
|
};
|
|
297744
297744
|
if (sdkVersion) {
|
|
297745
297745
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -865019,7 +865019,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
865019
865019
|
{
|
|
865020
865020
|
setToInMemoryStorage(
|
|
865021
865021
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
865022
|
-
"0.
|
|
865022
|
+
"0.2864.0"
|
|
865023
865023
|
);
|
|
865024
865024
|
}
|
|
865025
865025
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -297717,7 +297717,7 @@ const getDefaultHeaders = () => {
|
|
|
297717
297717
|
const headers = {
|
|
297718
297718
|
"Content-Type": "application/json",
|
|
297719
297719
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
297720
|
-
[LightdashVersionHeader]: "0.
|
|
297720
|
+
[LightdashVersionHeader]: "0.2864.0"
|
|
297721
297721
|
};
|
|
297722
297722
|
if (sdkVersion) {
|
|
297723
297723
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -864997,7 +864997,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
864997
864997
|
{
|
|
864998
864998
|
setToInMemoryStorage(
|
|
864999
864999
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
865000
|
-
"0.
|
|
865000
|
+
"0.2864.0"
|
|
865001
865001
|
);
|
|
865002
865002
|
}
|
|
865003
865003
|
};
|