@lightdash/sdk 0.3156.1 → 0.3157.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
|
@@ -313472,7 +313472,7 @@ const getDefaultHeaders = () => {
|
|
|
313472
313472
|
const headers = {
|
|
313473
313473
|
"Content-Type": "application/json",
|
|
313474
313474
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
313475
|
-
[LightdashVersionHeader]: "0.
|
|
313475
|
+
[LightdashVersionHeader]: "0.3157.0"
|
|
313476
313476
|
};
|
|
313477
313477
|
if (sdkVersion) {
|
|
313478
313478
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -895859,7 +895859,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
895859
895859
|
{
|
|
895860
895860
|
setToInMemoryStorage(
|
|
895861
895861
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
895862
|
-
"0.
|
|
895862
|
+
"0.3157.0"
|
|
895863
895863
|
);
|
|
895864
895864
|
}
|
|
895865
895865
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -313450,7 +313450,7 @@ const getDefaultHeaders = () => {
|
|
|
313450
313450
|
const headers = {
|
|
313451
313451
|
"Content-Type": "application/json",
|
|
313452
313452
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
313453
|
-
[LightdashVersionHeader]: "0.
|
|
313453
|
+
[LightdashVersionHeader]: "0.3157.0"
|
|
313454
313454
|
};
|
|
313455
313455
|
if (sdkVersion) {
|
|
313456
313456
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -895837,7 +895837,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
895837
895837
|
{
|
|
895838
895838
|
setToInMemoryStorage(
|
|
895839
895839
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
895840
|
-
"0.
|
|
895840
|
+
"0.3157.0"
|
|
895841
895841
|
);
|
|
895842
895842
|
}
|
|
895843
895843
|
};
|