@lightdash/sdk 0.2897.0 → 0.2898.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
|
@@ -298346,7 +298346,7 @@ const getDefaultHeaders = () => {
|
|
|
298346
298346
|
const headers = {
|
|
298347
298347
|
"Content-Type": "application/json",
|
|
298348
298348
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
298349
|
-
[LightdashVersionHeader]: "0.
|
|
298349
|
+
[LightdashVersionHeader]: "0.2898.0"
|
|
298350
298350
|
};
|
|
298351
298351
|
if (sdkVersion) {
|
|
298352
298352
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -874688,7 +874688,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
874688
874688
|
{
|
|
874689
874689
|
setToInMemoryStorage(
|
|
874690
874690
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
874691
|
-
"0.
|
|
874691
|
+
"0.2898.0"
|
|
874692
874692
|
);
|
|
874693
874693
|
}
|
|
874694
874694
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -298324,7 +298324,7 @@ const getDefaultHeaders = () => {
|
|
|
298324
298324
|
const headers = {
|
|
298325
298325
|
"Content-Type": "application/json",
|
|
298326
298326
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
298327
|
-
[LightdashVersionHeader]: "0.
|
|
298327
|
+
[LightdashVersionHeader]: "0.2898.0"
|
|
298328
298328
|
};
|
|
298329
298329
|
if (sdkVersion) {
|
|
298330
298330
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -874666,7 +874666,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
874666
874666
|
{
|
|
874667
874667
|
setToInMemoryStorage(
|
|
874668
874668
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
874669
|
-
"0.
|
|
874669
|
+
"0.2898.0"
|
|
874670
874670
|
);
|
|
874671
874671
|
}
|
|
874672
874672
|
};
|