@lightdash/sdk 2.23.0 → 2.24.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
|
@@ -241720,7 +241720,7 @@ const getDefaultHeaders = () => {
|
|
|
241720
241720
|
const headers = {
|
|
241721
241721
|
"Content-Type": "application/json",
|
|
241722
241722
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
241723
|
-
[LightdashVersionHeader]: "2.
|
|
241723
|
+
[LightdashVersionHeader]: "2.24.0"
|
|
241724
241724
|
};
|
|
241725
241725
|
if (sdkVersion) {
|
|
241726
241726
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -885178,7 +885178,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
885178
885178
|
{
|
|
885179
885179
|
setToInMemoryStorage(
|
|
885180
885180
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
885181
|
-
"2.
|
|
885181
|
+
"2.24.0"
|
|
885182
885182
|
);
|
|
885183
885183
|
}
|
|
885184
885184
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -241698,7 +241698,7 @@ const getDefaultHeaders = () => {
|
|
|
241698
241698
|
const headers = {
|
|
241699
241699
|
"Content-Type": "application/json",
|
|
241700
241700
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
241701
|
-
[LightdashVersionHeader]: "2.
|
|
241701
|
+
[LightdashVersionHeader]: "2.24.0"
|
|
241702
241702
|
};
|
|
241703
241703
|
if (sdkVersion) {
|
|
241704
241704
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -885156,7 +885156,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
885156
885156
|
{
|
|
885157
885157
|
setToInMemoryStorage(
|
|
885158
885158
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
885159
|
-
"2.
|
|
885159
|
+
"2.24.0"
|
|
885160
885160
|
);
|
|
885161
885161
|
}
|
|
885162
885162
|
};
|