@lightdash/sdk 0.2882.1 → 0.2883.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
|
@@ -297905,7 +297905,7 @@ const getDefaultHeaders = () => {
|
|
|
297905
297905
|
const headers = {
|
|
297906
297906
|
"Content-Type": "application/json",
|
|
297907
297907
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
297908
|
-
[LightdashVersionHeader]: "0.
|
|
297908
|
+
[LightdashVersionHeader]: "0.2883.0"
|
|
297909
297909
|
};
|
|
297910
297910
|
if (sdkVersion) {
|
|
297911
297911
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -873572,7 +873572,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
873572
873572
|
{
|
|
873573
873573
|
setToInMemoryStorage(
|
|
873574
873574
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
873575
|
-
"0.
|
|
873575
|
+
"0.2883.0"
|
|
873576
873576
|
);
|
|
873577
873577
|
}
|
|
873578
873578
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -297883,7 +297883,7 @@ const getDefaultHeaders = () => {
|
|
|
297883
297883
|
const headers = {
|
|
297884
297884
|
"Content-Type": "application/json",
|
|
297885
297885
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
297886
|
-
[LightdashVersionHeader]: "0.
|
|
297886
|
+
[LightdashVersionHeader]: "0.2883.0"
|
|
297887
297887
|
};
|
|
297888
297888
|
if (sdkVersion) {
|
|
297889
297889
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -873550,7 +873550,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
873550
873550
|
{
|
|
873551
873551
|
setToInMemoryStorage(
|
|
873552
873552
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
873553
|
-
"0.
|
|
873553
|
+
"0.2883.0"
|
|
873554
873554
|
);
|
|
873555
873555
|
}
|
|
873556
873556
|
};
|