@lightdash/sdk 2.46.0 → 2.46.1
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
|
@@ -241938,7 +241938,7 @@ const getDefaultHeaders = () => {
|
|
|
241938
241938
|
const headers = {
|
|
241939
241939
|
"Content-Type": "application/json",
|
|
241940
241940
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
241941
|
-
[LightdashVersionHeader]: "2.46.
|
|
241941
|
+
[LightdashVersionHeader]: "2.46.1"
|
|
241942
241942
|
};
|
|
241943
241943
|
if (sdkVersion) {
|
|
241944
241944
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -885901,7 +885901,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
885901
885901
|
{
|
|
885902
885902
|
setToInMemoryStorage(
|
|
885903
885903
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
885904
|
-
"2.46.
|
|
885904
|
+
"2.46.1"
|
|
885905
885905
|
);
|
|
885906
885906
|
}
|
|
885907
885907
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -241916,7 +241916,7 @@ const getDefaultHeaders = () => {
|
|
|
241916
241916
|
const headers = {
|
|
241917
241917
|
"Content-Type": "application/json",
|
|
241918
241918
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
241919
|
-
[LightdashVersionHeader]: "2.46.
|
|
241919
|
+
[LightdashVersionHeader]: "2.46.1"
|
|
241920
241920
|
};
|
|
241921
241921
|
if (sdkVersion) {
|
|
241922
241922
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -885879,7 +885879,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
885879
885879
|
{
|
|
885880
885880
|
setToInMemoryStorage(
|
|
885881
885881
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
885882
|
-
"2.46.
|
|
885882
|
+
"2.46.1"
|
|
885883
885883
|
);
|
|
885884
885884
|
}
|
|
885885
885885
|
};
|