@lightdash/sdk 0.3129.1 → 0.3130.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
|
@@ -313210,7 +313210,7 @@ const getDefaultHeaders = () => {
|
|
|
313210
313210
|
const headers = {
|
|
313211
313211
|
"Content-Type": "application/json",
|
|
313212
313212
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
313213
|
-
[LightdashVersionHeader]: "0.
|
|
313213
|
+
[LightdashVersionHeader]: "0.3130.0"
|
|
313214
313214
|
};
|
|
313215
313215
|
if (sdkVersion) {
|
|
313216
313216
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -894861,7 +894861,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
894861
894861
|
{
|
|
894862
894862
|
setToInMemoryStorage(
|
|
894863
894863
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
894864
|
-
"0.
|
|
894864
|
+
"0.3130.0"
|
|
894865
894865
|
);
|
|
894866
894866
|
}
|
|
894867
894867
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -313188,7 +313188,7 @@ const getDefaultHeaders = () => {
|
|
|
313188
313188
|
const headers = {
|
|
313189
313189
|
"Content-Type": "application/json",
|
|
313190
313190
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
313191
|
-
[LightdashVersionHeader]: "0.
|
|
313191
|
+
[LightdashVersionHeader]: "0.3130.0"
|
|
313192
313192
|
};
|
|
313193
313193
|
if (sdkVersion) {
|
|
313194
313194
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -894839,7 +894839,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
894839
894839
|
{
|
|
894840
894840
|
setToInMemoryStorage(
|
|
894841
894841
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
894842
|
-
"0.
|
|
894842
|
+
"0.3130.0"
|
|
894843
894843
|
);
|
|
894844
894844
|
}
|
|
894845
894845
|
};
|