@lightdash/sdk 0.3189.0 → 0.3190.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
|
@@ -323881,7 +323881,7 @@ const getDefaultHeaders = () => {
|
|
|
323881
323881
|
const headers = {
|
|
323882
323882
|
"Content-Type": "application/json",
|
|
323883
323883
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
323884
|
-
[LightdashVersionHeader]: "0.
|
|
323884
|
+
[LightdashVersionHeader]: "0.3190.0"
|
|
323885
323885
|
};
|
|
323886
323886
|
if (sdkVersion) {
|
|
323887
323887
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -901146,7 +901146,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
901146
901146
|
{
|
|
901147
901147
|
setToInMemoryStorage(
|
|
901148
901148
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
901149
|
-
"0.
|
|
901149
|
+
"0.3190.0"
|
|
901150
901150
|
);
|
|
901151
901151
|
}
|
|
901152
901152
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -323859,7 +323859,7 @@ const getDefaultHeaders = () => {
|
|
|
323859
323859
|
const headers = {
|
|
323860
323860
|
"Content-Type": "application/json",
|
|
323861
323861
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
323862
|
-
[LightdashVersionHeader]: "0.
|
|
323862
|
+
[LightdashVersionHeader]: "0.3190.0"
|
|
323863
323863
|
};
|
|
323864
323864
|
if (sdkVersion) {
|
|
323865
323865
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -901124,7 +901124,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
901124
901124
|
{
|
|
901125
901125
|
setToInMemoryStorage(
|
|
901126
901126
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
901127
|
-
"0.
|
|
901127
|
+
"0.3190.0"
|
|
901128
901128
|
);
|
|
901129
901129
|
}
|
|
901130
901130
|
};
|