@lightdash/sdk 0.3328.2 → 0.3328.3
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
|
@@ -244821,7 +244821,7 @@ const getDefaultHeaders = () => {
|
|
|
244821
244821
|
const headers = {
|
|
244822
244822
|
"Content-Type": "application/json",
|
|
244823
244823
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
244824
|
-
[LightdashVersionHeader]: "0.3328.
|
|
244824
|
+
[LightdashVersionHeader]: "0.3328.3"
|
|
244825
244825
|
};
|
|
244826
244826
|
if (sdkVersion) {
|
|
244827
244827
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -736847,7 +736847,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
736847
736847
|
{
|
|
736848
736848
|
setToInMemoryStorage(
|
|
736849
736849
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
736850
|
-
"0.3328.
|
|
736850
|
+
"0.3328.3"
|
|
736851
736851
|
);
|
|
736852
736852
|
}
|
|
736853
736853
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -244799,7 +244799,7 @@ const getDefaultHeaders = () => {
|
|
|
244799
244799
|
const headers = {
|
|
244800
244800
|
"Content-Type": "application/json",
|
|
244801
244801
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
244802
|
-
[LightdashVersionHeader]: "0.3328.
|
|
244802
|
+
[LightdashVersionHeader]: "0.3328.3"
|
|
244803
244803
|
};
|
|
244804
244804
|
if (sdkVersion) {
|
|
244805
244805
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -736825,7 +736825,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
736825
736825
|
{
|
|
736826
736826
|
setToInMemoryStorage(
|
|
736827
736827
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
736828
|
-
"0.3328.
|
|
736828
|
+
"0.3328.3"
|
|
736829
736829
|
);
|
|
736830
736830
|
}
|
|
736831
736831
|
};
|