@lightdash/sdk 0.2858.1 → 0.2859.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
|
@@ -297764,7 +297764,7 @@ const getDefaultHeaders = () => {
|
|
|
297764
297764
|
const headers = {
|
|
297765
297765
|
"Content-Type": "application/json",
|
|
297766
297766
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
297767
|
-
[LightdashVersionHeader]: "0.
|
|
297767
|
+
[LightdashVersionHeader]: "0.2859.0"
|
|
297768
297768
|
};
|
|
297769
297769
|
if (sdkVersion) {
|
|
297770
297770
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -865052,7 +865052,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
865052
865052
|
{
|
|
865053
865053
|
setToInMemoryStorage(
|
|
865054
865054
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
865055
|
-
"0.
|
|
865055
|
+
"0.2859.0"
|
|
865056
865056
|
);
|
|
865057
865057
|
}
|
|
865058
865058
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -297742,7 +297742,7 @@ const getDefaultHeaders = () => {
|
|
|
297742
297742
|
const headers = {
|
|
297743
297743
|
"Content-Type": "application/json",
|
|
297744
297744
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
297745
|
-
[LightdashVersionHeader]: "0.
|
|
297745
|
+
[LightdashVersionHeader]: "0.2859.0"
|
|
297746
297746
|
};
|
|
297747
297747
|
if (sdkVersion) {
|
|
297748
297748
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -865030,7 +865030,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
865030
865030
|
{
|
|
865031
865031
|
setToInMemoryStorage(
|
|
865032
865032
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
865033
|
-
"0.
|
|
865033
|
+
"0.2859.0"
|
|
865034
865034
|
);
|
|
865035
865035
|
}
|
|
865036
865036
|
};
|