@lightdash/sdk 0.2942.0 → 0.2944.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
|
@@ -298768,7 +298768,7 @@ const getDefaultHeaders = () => {
|
|
|
298768
298768
|
const headers = {
|
|
298769
298769
|
"Content-Type": "application/json",
|
|
298770
298770
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
298771
|
-
[LightdashVersionHeader]: "0.
|
|
298771
|
+
[LightdashVersionHeader]: "0.2944.0"
|
|
298772
298772
|
};
|
|
298773
298773
|
if (sdkVersion) {
|
|
298774
298774
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -876131,7 +876131,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
876131
876131
|
{
|
|
876132
876132
|
setToInMemoryStorage(
|
|
876133
876133
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
876134
|
-
"0.
|
|
876134
|
+
"0.2944.0"
|
|
876135
876135
|
);
|
|
876136
876136
|
}
|
|
876137
876137
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -298746,7 +298746,7 @@ const getDefaultHeaders = () => {
|
|
|
298746
298746
|
const headers = {
|
|
298747
298747
|
"Content-Type": "application/json",
|
|
298748
298748
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
298749
|
-
[LightdashVersionHeader]: "0.
|
|
298749
|
+
[LightdashVersionHeader]: "0.2944.0"
|
|
298750
298750
|
};
|
|
298751
298751
|
if (sdkVersion) {
|
|
298752
298752
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -876109,7 +876109,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
876109
876109
|
{
|
|
876110
876110
|
setToInMemoryStorage(
|
|
876111
876111
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
876112
|
-
"0.
|
|
876112
|
+
"0.2944.0"
|
|
876113
876113
|
);
|
|
876114
876114
|
}
|
|
876115
876115
|
};
|