@lightdash/sdk 0.2810.0 → 0.2811.1
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
|
@@ -297629,7 +297629,7 @@ const getDefaultHeaders = () => {
|
|
|
297629
297629
|
const headers = {
|
|
297630
297630
|
"Content-Type": "application/json",
|
|
297631
297631
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
297632
|
-
[LightdashVersionHeader]: "0.
|
|
297632
|
+
[LightdashVersionHeader]: "0.2811.1"
|
|
297633
297633
|
};
|
|
297634
297634
|
if (sdkVersion) {
|
|
297635
297635
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -860439,7 +860439,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
860439
860439
|
{
|
|
860440
860440
|
setToInMemoryStorage(
|
|
860441
860441
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
860442
|
-
"0.
|
|
860442
|
+
"0.2811.1"
|
|
860443
860443
|
);
|
|
860444
860444
|
}
|
|
860445
860445
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -297607,7 +297607,7 @@ const getDefaultHeaders = () => {
|
|
|
297607
297607
|
const headers = {
|
|
297608
297608
|
"Content-Type": "application/json",
|
|
297609
297609
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
297610
|
-
[LightdashVersionHeader]: "0.
|
|
297610
|
+
[LightdashVersionHeader]: "0.2811.1"
|
|
297611
297611
|
};
|
|
297612
297612
|
if (sdkVersion) {
|
|
297613
297613
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -860417,7 +860417,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
860417
860417
|
{
|
|
860418
860418
|
setToInMemoryStorage(
|
|
860419
860419
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
860420
|
-
"0.
|
|
860420
|
+
"0.2811.1"
|
|
860421
860421
|
);
|
|
860422
860422
|
}
|
|
860423
860423
|
};
|