@lightdash/sdk 2.29.0 → 2.30.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
|
@@ -241723,7 +241723,7 @@ const getDefaultHeaders = () => {
|
|
|
241723
241723
|
const headers = {
|
|
241724
241724
|
"Content-Type": "application/json",
|
|
241725
241725
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
241726
|
-
[LightdashVersionHeader]: "2.
|
|
241726
|
+
[LightdashVersionHeader]: "2.30.0"
|
|
241727
241727
|
};
|
|
241728
241728
|
if (sdkVersion) {
|
|
241729
241729
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -885197,7 +885197,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
885197
885197
|
{
|
|
885198
885198
|
setToInMemoryStorage(
|
|
885199
885199
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
885200
|
-
"2.
|
|
885200
|
+
"2.30.0"
|
|
885201
885201
|
);
|
|
885202
885202
|
}
|
|
885203
885203
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -241701,7 +241701,7 @@ const getDefaultHeaders = () => {
|
|
|
241701
241701
|
const headers = {
|
|
241702
241702
|
"Content-Type": "application/json",
|
|
241703
241703
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
241704
|
-
[LightdashVersionHeader]: "2.
|
|
241704
|
+
[LightdashVersionHeader]: "2.30.0"
|
|
241705
241705
|
};
|
|
241706
241706
|
if (sdkVersion) {
|
|
241707
241707
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -885175,7 +885175,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
885175
885175
|
{
|
|
885176
885176
|
setToInMemoryStorage(
|
|
885177
885177
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
885178
|
-
"2.
|
|
885178
|
+
"2.30.0"
|
|
885179
885179
|
);
|
|
885180
885180
|
}
|
|
885181
885181
|
};
|