@lightdash/sdk 2.35.1 → 2.35.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
|
@@ -241726,7 +241726,7 @@ const getDefaultHeaders = () => {
|
|
|
241726
241726
|
const headers = {
|
|
241727
241727
|
"Content-Type": "application/json",
|
|
241728
241728
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
241729
|
-
[LightdashVersionHeader]: "2.35.
|
|
241729
|
+
[LightdashVersionHeader]: "2.35.2"
|
|
241730
241730
|
};
|
|
241731
241731
|
if (sdkVersion) {
|
|
241732
241732
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -885226,7 +885226,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
885226
885226
|
{
|
|
885227
885227
|
setToInMemoryStorage(
|
|
885228
885228
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
885229
|
-
"2.35.
|
|
885229
|
+
"2.35.2"
|
|
885230
885230
|
);
|
|
885231
885231
|
}
|
|
885232
885232
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -241704,7 +241704,7 @@ const getDefaultHeaders = () => {
|
|
|
241704
241704
|
const headers = {
|
|
241705
241705
|
"Content-Type": "application/json",
|
|
241706
241706
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
241707
|
-
[LightdashVersionHeader]: "2.35.
|
|
241707
|
+
[LightdashVersionHeader]: "2.35.2"
|
|
241708
241708
|
};
|
|
241709
241709
|
if (sdkVersion) {
|
|
241710
241710
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -885204,7 +885204,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
885204
885204
|
{
|
|
885205
885205
|
setToInMemoryStorage(
|
|
885206
885206
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
885207
|
-
"2.35.
|
|
885207
|
+
"2.35.2"
|
|
885208
885208
|
);
|
|
885209
885209
|
}
|
|
885210
885210
|
};
|