@lightdash/sdk 0.3006.0 → 0.3007.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
|
@@ -300554,7 +300554,7 @@ const getDefaultHeaders = () => {
|
|
|
300554
300554
|
const headers = {
|
|
300555
300555
|
"Content-Type": "application/json",
|
|
300556
300556
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
300557
|
-
[LightdashVersionHeader]: "0.
|
|
300557
|
+
[LightdashVersionHeader]: "0.3007.1"
|
|
300558
300558
|
};
|
|
300559
300559
|
if (sdkVersion) {
|
|
300560
300560
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -881489,7 +881489,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
881489
881489
|
{
|
|
881490
881490
|
setToInMemoryStorage(
|
|
881491
881491
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
881492
|
-
"0.
|
|
881492
|
+
"0.3007.1"
|
|
881493
881493
|
);
|
|
881494
881494
|
}
|
|
881495
881495
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -300532,7 +300532,7 @@ const getDefaultHeaders = () => {
|
|
|
300532
300532
|
const headers = {
|
|
300533
300533
|
"Content-Type": "application/json",
|
|
300534
300534
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
300535
|
-
[LightdashVersionHeader]: "0.
|
|
300535
|
+
[LightdashVersionHeader]: "0.3007.1"
|
|
300536
300536
|
};
|
|
300537
300537
|
if (sdkVersion) {
|
|
300538
300538
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -881467,7 +881467,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
881467
881467
|
{
|
|
881468
881468
|
setToInMemoryStorage(
|
|
881469
881469
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
881470
|
-
"0.
|
|
881470
|
+
"0.3007.1"
|
|
881471
881471
|
);
|
|
881472
881472
|
}
|
|
881473
881473
|
};
|