@lightdash/sdk 0.3041.1 → 0.3042.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
|
@@ -301627,7 +301627,7 @@ const getDefaultHeaders = () => {
|
|
|
301627
301627
|
const headers = {
|
|
301628
301628
|
"Content-Type": "application/json",
|
|
301629
301629
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
301630
|
-
[LightdashVersionHeader]: "0.
|
|
301630
|
+
[LightdashVersionHeader]: "0.3042.0"
|
|
301631
301631
|
};
|
|
301632
301632
|
if (sdkVersion) {
|
|
301633
301633
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -882769,7 +882769,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
882769
882769
|
{
|
|
882770
882770
|
setToInMemoryStorage(
|
|
882771
882771
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
882772
|
-
"0.
|
|
882772
|
+
"0.3042.0"
|
|
882773
882773
|
);
|
|
882774
882774
|
}
|
|
882775
882775
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -301605,7 +301605,7 @@ const getDefaultHeaders = () => {
|
|
|
301605
301605
|
const headers = {
|
|
301606
301606
|
"Content-Type": "application/json",
|
|
301607
301607
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
301608
|
-
[LightdashVersionHeader]: "0.
|
|
301608
|
+
[LightdashVersionHeader]: "0.3042.0"
|
|
301609
301609
|
};
|
|
301610
301610
|
if (sdkVersion) {
|
|
301611
301611
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -882747,7 +882747,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
882747
882747
|
{
|
|
882748
882748
|
setToInMemoryStorage(
|
|
882749
882749
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
882750
|
-
"0.
|
|
882750
|
+
"0.3042.0"
|
|
882751
882751
|
);
|
|
882752
882752
|
}
|
|
882753
882753
|
};
|