@lightdash/sdk 0.2927.0 → 0.2927.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
|
@@ -298728,7 +298728,7 @@ const getDefaultHeaders = () => {
|
|
|
298728
298728
|
const headers = {
|
|
298729
298729
|
"Content-Type": "application/json",
|
|
298730
298730
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
298731
|
-
[LightdashVersionHeader]: "0.2927.
|
|
298731
|
+
[LightdashVersionHeader]: "0.2927.1"
|
|
298732
298732
|
};
|
|
298733
298733
|
if (sdkVersion) {
|
|
298734
298734
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -876086,7 +876086,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
876086
876086
|
{
|
|
876087
876087
|
setToInMemoryStorage(
|
|
876088
876088
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
876089
|
-
"0.2927.
|
|
876089
|
+
"0.2927.1"
|
|
876090
876090
|
);
|
|
876091
876091
|
}
|
|
876092
876092
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -298706,7 +298706,7 @@ const getDefaultHeaders = () => {
|
|
|
298706
298706
|
const headers = {
|
|
298707
298707
|
"Content-Type": "application/json",
|
|
298708
298708
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
298709
|
-
[LightdashVersionHeader]: "0.2927.
|
|
298709
|
+
[LightdashVersionHeader]: "0.2927.1"
|
|
298710
298710
|
};
|
|
298711
298711
|
if (sdkVersion) {
|
|
298712
298712
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -876064,7 +876064,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
876064
876064
|
{
|
|
876065
876065
|
setToInMemoryStorage(
|
|
876066
876066
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
876067
|
-
"0.2927.
|
|
876067
|
+
"0.2927.1"
|
|
876068
876068
|
);
|
|
876069
876069
|
}
|
|
876070
876070
|
};
|