@lightdash/sdk 0.2893.1 → 0.2893.2
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
|
@@ -298340,7 +298340,7 @@ const getDefaultHeaders = () => {
|
|
|
298340
298340
|
const headers = {
|
|
298341
298341
|
"Content-Type": "application/json",
|
|
298342
298342
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
298343
|
-
[LightdashVersionHeader]: "0.2893.
|
|
298343
|
+
[LightdashVersionHeader]: "0.2893.2"
|
|
298344
298344
|
};
|
|
298345
298345
|
if (sdkVersion) {
|
|
298346
298346
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -874534,7 +874534,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
874534
874534
|
{
|
|
874535
874535
|
setToInMemoryStorage(
|
|
874536
874536
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
874537
|
-
"0.2893.
|
|
874537
|
+
"0.2893.2"
|
|
874538
874538
|
);
|
|
874539
874539
|
}
|
|
874540
874540
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -298318,7 +298318,7 @@ const getDefaultHeaders = () => {
|
|
|
298318
298318
|
const headers = {
|
|
298319
298319
|
"Content-Type": "application/json",
|
|
298320
298320
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
298321
|
-
[LightdashVersionHeader]: "0.2893.
|
|
298321
|
+
[LightdashVersionHeader]: "0.2893.2"
|
|
298322
298322
|
};
|
|
298323
298323
|
if (sdkVersion) {
|
|
298324
298324
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -874512,7 +874512,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
874512
874512
|
{
|
|
874513
874513
|
setToInMemoryStorage(
|
|
874514
874514
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
874515
|
-
"0.2893.
|
|
874515
|
+
"0.2893.2"
|
|
874516
874516
|
);
|
|
874517
874517
|
}
|
|
874518
874518
|
};
|