@lightdash/sdk 0.3180.0 → 0.3180.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
|
@@ -314078,7 +314078,7 @@ const getDefaultHeaders = () => {
|
|
|
314078
314078
|
const headers = {
|
|
314079
314079
|
"Content-Type": "application/json",
|
|
314080
314080
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
314081
|
-
[LightdashVersionHeader]: "0.3180.
|
|
314081
|
+
[LightdashVersionHeader]: "0.3180.1"
|
|
314082
314082
|
};
|
|
314083
314083
|
if (sdkVersion) {
|
|
314084
314084
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -897761,7 +897761,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
897761
897761
|
{
|
|
897762
897762
|
setToInMemoryStorage(
|
|
897763
897763
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
897764
|
-
"0.3180.
|
|
897764
|
+
"0.3180.1"
|
|
897765
897765
|
);
|
|
897766
897766
|
}
|
|
897767
897767
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -314056,7 +314056,7 @@ const getDefaultHeaders = () => {
|
|
|
314056
314056
|
const headers = {
|
|
314057
314057
|
"Content-Type": "application/json",
|
|
314058
314058
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
314059
|
-
[LightdashVersionHeader]: "0.3180.
|
|
314059
|
+
[LightdashVersionHeader]: "0.3180.1"
|
|
314060
314060
|
};
|
|
314061
314061
|
if (sdkVersion) {
|
|
314062
314062
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -897739,7 +897739,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
897739
897739
|
{
|
|
897740
897740
|
setToInMemoryStorage(
|
|
897741
897741
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
897742
|
-
"0.3180.
|
|
897742
|
+
"0.3180.1"
|
|
897743
897743
|
);
|
|
897744
897744
|
}
|
|
897745
897745
|
};
|