@lightdash/sdk 0.3359.0 → 0.3360.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
|
@@ -245971,7 +245971,7 @@ const getDefaultHeaders = () => {
|
|
|
245971
245971
|
const headers = {
|
|
245972
245972
|
"Content-Type": "application/json",
|
|
245973
245973
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
245974
|
-
[LightdashVersionHeader]: "0.
|
|
245974
|
+
[LightdashVersionHeader]: "0.3360.0"
|
|
245975
245975
|
};
|
|
245976
245976
|
if (sdkVersion) {
|
|
245977
245977
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -789411,7 +789411,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
789411
789411
|
{
|
|
789412
789412
|
setToInMemoryStorage(
|
|
789413
789413
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
789414
|
-
"0.
|
|
789414
|
+
"0.3360.0"
|
|
789415
789415
|
);
|
|
789416
789416
|
}
|
|
789417
789417
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -245949,7 +245949,7 @@ const getDefaultHeaders = () => {
|
|
|
245949
245949
|
const headers = {
|
|
245950
245950
|
"Content-Type": "application/json",
|
|
245951
245951
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
245952
|
-
[LightdashVersionHeader]: "0.
|
|
245952
|
+
[LightdashVersionHeader]: "0.3360.0"
|
|
245953
245953
|
};
|
|
245954
245954
|
if (sdkVersion) {
|
|
245955
245955
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -789389,7 +789389,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
789389
789389
|
{
|
|
789390
789390
|
setToInMemoryStorage(
|
|
789391
789391
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
789392
|
-
"0.
|
|
789392
|
+
"0.3360.0"
|
|
789393
789393
|
);
|
|
789394
789394
|
}
|
|
789395
789395
|
};
|