@lightdash/sdk 0.3025.3 → 0.3026.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
|
@@ -300706,7 +300706,7 @@ const getDefaultHeaders = () => {
|
|
|
300706
300706
|
const headers = {
|
|
300707
300707
|
"Content-Type": "application/json",
|
|
300708
300708
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
300709
|
-
[LightdashVersionHeader]: "0.
|
|
300709
|
+
[LightdashVersionHeader]: "0.3026.0"
|
|
300710
300710
|
};
|
|
300711
300711
|
if (sdkVersion) {
|
|
300712
300712
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -881844,7 +881844,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
881844
881844
|
{
|
|
881845
881845
|
setToInMemoryStorage(
|
|
881846
881846
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
881847
|
-
"0.
|
|
881847
|
+
"0.3026.0"
|
|
881848
881848
|
);
|
|
881849
881849
|
}
|
|
881850
881850
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -300684,7 +300684,7 @@ const getDefaultHeaders = () => {
|
|
|
300684
300684
|
const headers = {
|
|
300685
300685
|
"Content-Type": "application/json",
|
|
300686
300686
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
300687
|
-
[LightdashVersionHeader]: "0.
|
|
300687
|
+
[LightdashVersionHeader]: "0.3026.0"
|
|
300688
300688
|
};
|
|
300689
300689
|
if (sdkVersion) {
|
|
300690
300690
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -881822,7 +881822,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
881822
881822
|
{
|
|
881823
881823
|
setToInMemoryStorage(
|
|
881824
881824
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
881825
|
-
"0.
|
|
881825
|
+
"0.3026.0"
|
|
881826
881826
|
);
|
|
881827
881827
|
}
|
|
881828
881828
|
};
|