@lightdash/sdk 0.3191.1 → 0.3192.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
|
@@ -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.
|
|
329788
|
+
[LightdashVersionHeader]: "0.3192.0"
|
|
329789
329789
|
};
|
|
329790
329790
|
if (sdkVersion) {
|
|
329791
329791
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -907050,7 +907050,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
907050
907050
|
{
|
|
907051
907051
|
setToInMemoryStorage(
|
|
907052
907052
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
907053
|
-
"0.
|
|
907053
|
+
"0.3192.0"
|
|
907054
907054
|
);
|
|
907055
907055
|
}
|
|
907056
907056
|
};
|
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.
|
|
329766
|
+
[LightdashVersionHeader]: "0.3192.0"
|
|
329767
329767
|
};
|
|
329768
329768
|
if (sdkVersion) {
|
|
329769
329769
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -907028,7 +907028,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
907028
907028
|
{
|
|
907029
907029
|
setToInMemoryStorage(
|
|
907030
907030
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
907031
|
-
"0.
|
|
907031
|
+
"0.3192.0"
|
|
907032
907032
|
);
|
|
907033
907033
|
}
|
|
907034
907034
|
};
|