@lightdash/sdk 0.2912.0 → 0.2913.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
|
@@ -298644,7 +298644,7 @@ const getDefaultHeaders = () => {
|
|
|
298644
298644
|
const headers = {
|
|
298645
298645
|
"Content-Type": "application/json",
|
|
298646
298646
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
298647
|
-
[LightdashVersionHeader]: "0.
|
|
298647
|
+
[LightdashVersionHeader]: "0.2913.0"
|
|
298648
298648
|
};
|
|
298649
298649
|
if (sdkVersion) {
|
|
298650
298650
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -875541,7 +875541,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
875541
875541
|
{
|
|
875542
875542
|
setToInMemoryStorage(
|
|
875543
875543
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
875544
|
-
"0.
|
|
875544
|
+
"0.2913.0"
|
|
875545
875545
|
);
|
|
875546
875546
|
}
|
|
875547
875547
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -298622,7 +298622,7 @@ const getDefaultHeaders = () => {
|
|
|
298622
298622
|
const headers = {
|
|
298623
298623
|
"Content-Type": "application/json",
|
|
298624
298624
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
298625
|
-
[LightdashVersionHeader]: "0.
|
|
298625
|
+
[LightdashVersionHeader]: "0.2913.0"
|
|
298626
298626
|
};
|
|
298627
298627
|
if (sdkVersion) {
|
|
298628
298628
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -875519,7 +875519,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
875519
875519
|
{
|
|
875520
875520
|
setToInMemoryStorage(
|
|
875521
875521
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
875522
|
-
"0.
|
|
875522
|
+
"0.2913.0"
|
|
875523
875523
|
);
|
|
875524
875524
|
}
|
|
875525
875525
|
};
|