@lightdash/sdk 0.2864.1 → 0.2864.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
|
@@ -297742,7 +297742,7 @@ const getDefaultHeaders = () => {
|
|
|
297742
297742
|
const headers = {
|
|
297743
297743
|
"Content-Type": "application/json",
|
|
297744
297744
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
297745
|
-
[LightdashVersionHeader]: "0.2864.
|
|
297745
|
+
[LightdashVersionHeader]: "0.2864.2"
|
|
297746
297746
|
};
|
|
297747
297747
|
if (sdkVersion) {
|
|
297748
297748
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -865022,7 +865022,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
865022
865022
|
{
|
|
865023
865023
|
setToInMemoryStorage(
|
|
865024
865024
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
865025
|
-
"0.2864.
|
|
865025
|
+
"0.2864.2"
|
|
865026
865026
|
);
|
|
865027
865027
|
}
|
|
865028
865028
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -297720,7 +297720,7 @@ const getDefaultHeaders = () => {
|
|
|
297720
297720
|
const headers = {
|
|
297721
297721
|
"Content-Type": "application/json",
|
|
297722
297722
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
297723
|
-
[LightdashVersionHeader]: "0.2864.
|
|
297723
|
+
[LightdashVersionHeader]: "0.2864.2"
|
|
297724
297724
|
};
|
|
297725
297725
|
if (sdkVersion) {
|
|
297726
297726
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -865000,7 +865000,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
865000
865000
|
{
|
|
865001
865001
|
setToInMemoryStorage(
|
|
865002
865002
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
865003
|
-
"0.2864.
|
|
865003
|
+
"0.2864.2"
|
|
865004
865004
|
);
|
|
865005
865005
|
}
|
|
865006
865006
|
};
|