@lightdash/sdk 0.2919.2 → 0.2920.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
|
@@ -298661,7 +298661,7 @@ const getDefaultHeaders = () => {
|
|
|
298661
298661
|
const headers = {
|
|
298662
298662
|
"Content-Type": "application/json",
|
|
298663
298663
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
298664
|
-
[LightdashVersionHeader]: "0.
|
|
298664
|
+
[LightdashVersionHeader]: "0.2920.0"
|
|
298665
298665
|
};
|
|
298666
298666
|
if (sdkVersion) {
|
|
298667
298667
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -875601,7 +875601,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
875601
875601
|
{
|
|
875602
875602
|
setToInMemoryStorage(
|
|
875603
875603
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
875604
|
-
"0.
|
|
875604
|
+
"0.2920.0"
|
|
875605
875605
|
);
|
|
875606
875606
|
}
|
|
875607
875607
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -298639,7 +298639,7 @@ const getDefaultHeaders = () => {
|
|
|
298639
298639
|
const headers = {
|
|
298640
298640
|
"Content-Type": "application/json",
|
|
298641
298641
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
298642
|
-
[LightdashVersionHeader]: "0.
|
|
298642
|
+
[LightdashVersionHeader]: "0.2920.0"
|
|
298643
298643
|
};
|
|
298644
298644
|
if (sdkVersion) {
|
|
298645
298645
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -875579,7 +875579,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
875579
875579
|
{
|
|
875580
875580
|
setToInMemoryStorage(
|
|
875581
875581
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
875582
|
-
"0.
|
|
875582
|
+
"0.2920.0"
|
|
875583
875583
|
);
|
|
875584
875584
|
}
|
|
875585
875585
|
};
|