@lightdash/sdk 0.3032.0 → 0.3034.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
|
@@ -300893,7 +300893,7 @@ const getDefaultHeaders = () => {
|
|
|
300893
300893
|
const headers = {
|
|
300894
300894
|
"Content-Type": "application/json",
|
|
300895
300895
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
300896
|
-
[LightdashVersionHeader]: "0.
|
|
300896
|
+
[LightdashVersionHeader]: "0.3034.0"
|
|
300897
300897
|
};
|
|
300898
300898
|
if (sdkVersion) {
|
|
300899
300899
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -882033,7 +882033,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
882033
882033
|
{
|
|
882034
882034
|
setToInMemoryStorage(
|
|
882035
882035
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
882036
|
-
"0.
|
|
882036
|
+
"0.3034.0"
|
|
882037
882037
|
);
|
|
882038
882038
|
}
|
|
882039
882039
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -300871,7 +300871,7 @@ const getDefaultHeaders = () => {
|
|
|
300871
300871
|
const headers = {
|
|
300872
300872
|
"Content-Type": "application/json",
|
|
300873
300873
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
300874
|
-
[LightdashVersionHeader]: "0.
|
|
300874
|
+
[LightdashVersionHeader]: "0.3034.0"
|
|
300875
300875
|
};
|
|
300876
300876
|
if (sdkVersion) {
|
|
300877
300877
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -882011,7 +882011,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
882011
882011
|
{
|
|
882012
882012
|
setToInMemoryStorage(
|
|
882013
882013
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
882014
|
-
"0.
|
|
882014
|
+
"0.3034.0"
|
|
882015
882015
|
);
|
|
882016
882016
|
}
|
|
882017
882017
|
};
|