@lightdash/sdk 0.3009.2 → 0.3009.4
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.3009.
|
|
300557
|
+
[LightdashVersionHeader]: "0.3009.4"
|
|
300558
300558
|
};
|
|
300559
300559
|
if (sdkVersion) {
|
|
300560
300560
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -881497,7 +881497,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
881497
881497
|
{
|
|
881498
881498
|
setToInMemoryStorage(
|
|
881499
881499
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
881500
|
-
"0.3009.
|
|
881500
|
+
"0.3009.4"
|
|
881501
881501
|
);
|
|
881502
881502
|
}
|
|
881503
881503
|
};
|
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.3009.
|
|
300535
|
+
[LightdashVersionHeader]: "0.3009.4"
|
|
300536
300536
|
};
|
|
300537
300537
|
if (sdkVersion) {
|
|
300538
300538
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -881475,7 +881475,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
881475
881475
|
{
|
|
881476
881476
|
setToInMemoryStorage(
|
|
881477
881477
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
881478
|
-
"0.3009.
|
|
881478
|
+
"0.3009.4"
|
|
881479
881479
|
);
|
|
881480
881480
|
}
|
|
881481
881481
|
};
|