@lightdash/sdk 0.3196.0 → 0.3197.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
|
@@ -329785,7 +329785,7 @@ const getDefaultHeaders = () => {
|
|
|
329785
329785
|
const headers = {
|
|
329786
329786
|
"Content-Type": "application/json",
|
|
329787
329787
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
329788
|
-
[LightdashVersionHeader]: "0.
|
|
329788
|
+
[LightdashVersionHeader]: "0.3197.0"
|
|
329789
329789
|
};
|
|
329790
329790
|
if (sdkVersion) {
|
|
329791
329791
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -907077,7 +907077,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
907077
907077
|
{
|
|
907078
907078
|
setToInMemoryStorage(
|
|
907079
907079
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
907080
|
-
"0.
|
|
907080
|
+
"0.3197.0"
|
|
907081
907081
|
);
|
|
907082
907082
|
}
|
|
907083
907083
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -329763,7 +329763,7 @@ const getDefaultHeaders = () => {
|
|
|
329763
329763
|
const headers = {
|
|
329764
329764
|
"Content-Type": "application/json",
|
|
329765
329765
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
329766
|
-
[LightdashVersionHeader]: "0.
|
|
329766
|
+
[LightdashVersionHeader]: "0.3197.0"
|
|
329767
329767
|
};
|
|
329768
329768
|
if (sdkVersion) {
|
|
329769
329769
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -907055,7 +907055,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
907055
907055
|
{
|
|
907056
907056
|
setToInMemoryStorage(
|
|
907057
907057
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
907058
|
-
"0.
|
|
907058
|
+
"0.3197.0"
|
|
907059
907059
|
);
|
|
907060
907060
|
}
|
|
907061
907061
|
};
|