@lightdash/sdk 0.3192.1 → 0.3192.2
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
|
@@ -329785,7 +329785,7 @@ const getDefaultHeaders = () => {
|
|
|
329785
329785
|
const headers = {
|
|
329786
329786
|
"Content-Type": "application/json",
|
|
329787
329787
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
329788
|
-
[LightdashVersionHeader]: "0.3192.
|
|
329788
|
+
[LightdashVersionHeader]: "0.3192.2"
|
|
329789
329789
|
};
|
|
329790
329790
|
if (sdkVersion) {
|
|
329791
329791
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -907071,7 +907071,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
907071
907071
|
{
|
|
907072
907072
|
setToInMemoryStorage(
|
|
907073
907073
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
907074
|
-
"0.3192.
|
|
907074
|
+
"0.3192.2"
|
|
907075
907075
|
);
|
|
907076
907076
|
}
|
|
907077
907077
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -329763,7 +329763,7 @@ const getDefaultHeaders = () => {
|
|
|
329763
329763
|
const headers = {
|
|
329764
329764
|
"Content-Type": "application/json",
|
|
329765
329765
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
329766
|
-
[LightdashVersionHeader]: "0.3192.
|
|
329766
|
+
[LightdashVersionHeader]: "0.3192.2"
|
|
329767
329767
|
};
|
|
329768
329768
|
if (sdkVersion) {
|
|
329769
329769
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -907049,7 +907049,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
907049
907049
|
{
|
|
907050
907050
|
setToInMemoryStorage(
|
|
907051
907051
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
907052
|
-
"0.3192.
|
|
907052
|
+
"0.3192.2"
|
|
907053
907053
|
);
|
|
907054
907054
|
}
|
|
907055
907055
|
};
|