@lightdash/sdk 0.3354.1 → 0.3355.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
|
@@ -245045,7 +245045,7 @@ const getDefaultHeaders = () => {
|
|
|
245045
245045
|
const headers = {
|
|
245046
245046
|
"Content-Type": "application/json",
|
|
245047
245047
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
245048
|
-
[LightdashVersionHeader]: "0.
|
|
245048
|
+
[LightdashVersionHeader]: "0.3355.0"
|
|
245049
245049
|
};
|
|
245050
245050
|
if (sdkVersion) {
|
|
245051
245051
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -737739,7 +737739,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
737739
737739
|
{
|
|
737740
737740
|
setToInMemoryStorage(
|
|
737741
737741
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
737742
|
-
"0.
|
|
737742
|
+
"0.3355.0"
|
|
737743
737743
|
);
|
|
737744
737744
|
}
|
|
737745
737745
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -245023,7 +245023,7 @@ const getDefaultHeaders = () => {
|
|
|
245023
245023
|
const headers = {
|
|
245024
245024
|
"Content-Type": "application/json",
|
|
245025
245025
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
245026
|
-
[LightdashVersionHeader]: "0.
|
|
245026
|
+
[LightdashVersionHeader]: "0.3355.0"
|
|
245027
245027
|
};
|
|
245028
245028
|
if (sdkVersion) {
|
|
245029
245029
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -737717,7 +737717,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
737717
737717
|
{
|
|
737718
737718
|
setToInMemoryStorage(
|
|
737719
737719
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
737720
|
-
"0.
|
|
737720
|
+
"0.3355.0"
|
|
737721
737721
|
);
|
|
737722
737722
|
}
|
|
737723
737723
|
};
|