@lightdash/sdk 0.3152.0 → 0.3152.1
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
|
@@ -313467,7 +313467,7 @@ const getDefaultHeaders = () => {
|
|
|
313467
313467
|
const headers = {
|
|
313468
313468
|
"Content-Type": "application/json",
|
|
313469
313469
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
313470
|
-
[LightdashVersionHeader]: "0.3152.
|
|
313470
|
+
[LightdashVersionHeader]: "0.3152.1"
|
|
313471
313471
|
};
|
|
313472
313472
|
if (sdkVersion) {
|
|
313473
313473
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -895854,7 +895854,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
895854
895854
|
{
|
|
895855
895855
|
setToInMemoryStorage(
|
|
895856
895856
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
895857
|
-
"0.3152.
|
|
895857
|
+
"0.3152.1"
|
|
895858
895858
|
);
|
|
895859
895859
|
}
|
|
895860
895860
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -313445,7 +313445,7 @@ const getDefaultHeaders = () => {
|
|
|
313445
313445
|
const headers = {
|
|
313446
313446
|
"Content-Type": "application/json",
|
|
313447
313447
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
313448
|
-
[LightdashVersionHeader]: "0.3152.
|
|
313448
|
+
[LightdashVersionHeader]: "0.3152.1"
|
|
313449
313449
|
};
|
|
313450
313450
|
if (sdkVersion) {
|
|
313451
313451
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -895832,7 +895832,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
895832
895832
|
{
|
|
895833
895833
|
setToInMemoryStorage(
|
|
895834
895834
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
895835
|
-
"0.3152.
|
|
895835
|
+
"0.3152.1"
|
|
895836
895836
|
);
|
|
895837
895837
|
}
|
|
895838
895838
|
};
|