@lightdash/sdk 0.3187.1 → 0.3187.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
|
@@ -323848,7 +323848,7 @@ const getDefaultHeaders = () => {
|
|
|
323848
323848
|
const headers = {
|
|
323849
323849
|
"Content-Type": "application/json",
|
|
323850
323850
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
323851
|
-
[LightdashVersionHeader]: "0.3187.
|
|
323851
|
+
[LightdashVersionHeader]: "0.3187.2"
|
|
323852
323852
|
};
|
|
323853
323853
|
if (sdkVersion) {
|
|
323854
323854
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -901053,7 +901053,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
901053
901053
|
{
|
|
901054
901054
|
setToInMemoryStorage(
|
|
901055
901055
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
901056
|
-
"0.3187.
|
|
901056
|
+
"0.3187.2"
|
|
901057
901057
|
);
|
|
901058
901058
|
}
|
|
901059
901059
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -323826,7 +323826,7 @@ const getDefaultHeaders = () => {
|
|
|
323826
323826
|
const headers = {
|
|
323827
323827
|
"Content-Type": "application/json",
|
|
323828
323828
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
323829
|
-
[LightdashVersionHeader]: "0.3187.
|
|
323829
|
+
[LightdashVersionHeader]: "0.3187.2"
|
|
323830
323830
|
};
|
|
323831
323831
|
if (sdkVersion) {
|
|
323832
323832
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -901031,7 +901031,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
901031
901031
|
{
|
|
901032
901032
|
setToInMemoryStorage(
|
|
901033
901033
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
901034
|
-
"0.3187.
|
|
901034
|
+
"0.3187.2"
|
|
901035
901035
|
);
|
|
901036
901036
|
}
|
|
901037
901037
|
};
|