@lightdash/sdk 0.2839.0 → 0.2840.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
|
@@ -297731,7 +297731,7 @@ const getDefaultHeaders = () => {
|
|
|
297731
297731
|
const headers = {
|
|
297732
297732
|
"Content-Type": "application/json",
|
|
297733
297733
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
297734
|
-
[LightdashVersionHeader]: "0.
|
|
297734
|
+
[LightdashVersionHeader]: "0.2840.0"
|
|
297735
297735
|
};
|
|
297736
297736
|
if (sdkVersion) {
|
|
297737
297737
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -861814,7 +861814,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
861814
861814
|
{
|
|
861815
861815
|
setToInMemoryStorage(
|
|
861816
861816
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
861817
|
-
"0.
|
|
861817
|
+
"0.2840.0"
|
|
861818
861818
|
);
|
|
861819
861819
|
}
|
|
861820
861820
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -297709,7 +297709,7 @@ const getDefaultHeaders = () => {
|
|
|
297709
297709
|
const headers = {
|
|
297710
297710
|
"Content-Type": "application/json",
|
|
297711
297711
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
297712
|
-
[LightdashVersionHeader]: "0.
|
|
297712
|
+
[LightdashVersionHeader]: "0.2840.0"
|
|
297713
297713
|
};
|
|
297714
297714
|
if (sdkVersion) {
|
|
297715
297715
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -861792,7 +861792,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
861792
861792
|
{
|
|
861793
861793
|
setToInMemoryStorage(
|
|
861794
861794
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
861795
|
-
"0.
|
|
861795
|
+
"0.2840.0"
|
|
861796
861796
|
);
|
|
861797
861797
|
}
|
|
861798
861798
|
};
|