@lightdash/sdk 0.3044.0 → 0.3045.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
|
@@ -301627,7 +301627,7 @@ const getDefaultHeaders = () => {
|
|
|
301627
301627
|
const headers = {
|
|
301628
301628
|
"Content-Type": "application/json",
|
|
301629
301629
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
301630
|
-
[LightdashVersionHeader]: "0.
|
|
301630
|
+
[LightdashVersionHeader]: "0.3045.0"
|
|
301631
301631
|
};
|
|
301632
301632
|
if (sdkVersion) {
|
|
301633
301633
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -882904,7 +882904,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
882904
882904
|
{
|
|
882905
882905
|
setToInMemoryStorage(
|
|
882906
882906
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
882907
|
-
"0.
|
|
882907
|
+
"0.3045.0"
|
|
882908
882908
|
);
|
|
882909
882909
|
}
|
|
882910
882910
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -301605,7 +301605,7 @@ const getDefaultHeaders = () => {
|
|
|
301605
301605
|
const headers = {
|
|
301606
301606
|
"Content-Type": "application/json",
|
|
301607
301607
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
301608
|
-
[LightdashVersionHeader]: "0.
|
|
301608
|
+
[LightdashVersionHeader]: "0.3045.0"
|
|
301609
301609
|
};
|
|
301610
301610
|
if (sdkVersion) {
|
|
301611
301611
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -882882,7 +882882,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
882882
882882
|
{
|
|
882883
882883
|
setToInMemoryStorage(
|
|
882884
882884
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
882885
|
-
"0.
|
|
882885
|
+
"0.3045.0"
|
|
882886
882886
|
);
|
|
882887
882887
|
}
|
|
882888
882888
|
};
|