@lightdash/sdk 0.2884.2 → 0.2884.3
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.2884.
|
|
297908
|
+
[LightdashVersionHeader]: "0.2884.3"
|
|
297909
297909
|
};
|
|
297910
297910
|
if (sdkVersion) {
|
|
297911
297911
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -873573,7 +873573,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
873573
873573
|
{
|
|
873574
873574
|
setToInMemoryStorage(
|
|
873575
873575
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
873576
|
-
"0.2884.
|
|
873576
|
+
"0.2884.3"
|
|
873577
873577
|
);
|
|
873578
873578
|
}
|
|
873579
873579
|
};
|
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.2884.
|
|
297886
|
+
[LightdashVersionHeader]: "0.2884.3"
|
|
297887
297887
|
};
|
|
297888
297888
|
if (sdkVersion) {
|
|
297889
297889
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -873551,7 +873551,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
873551
873551
|
{
|
|
873552
873552
|
setToInMemoryStorage(
|
|
873553
873553
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
873554
|
-
"0.2884.
|
|
873554
|
+
"0.2884.3"
|
|
873555
873555
|
);
|
|
873556
873556
|
}
|
|
873557
873557
|
};
|