@lightdash/sdk 2.60.1 → 2.62.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
|
@@ -242170,7 +242170,7 @@ const getDefaultHeaders = () => {
|
|
|
242170
242170
|
const headers = {
|
|
242171
242171
|
"Content-Type": "application/json",
|
|
242172
242172
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
242173
|
-
[LightdashVersionHeader]: "2.
|
|
242173
|
+
[LightdashVersionHeader]: "2.62.0"
|
|
242174
242174
|
};
|
|
242175
242175
|
if (sdkVersion) {
|
|
242176
242176
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -886653,7 +886653,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
886653
886653
|
{
|
|
886654
886654
|
setToInMemoryStorage(
|
|
886655
886655
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
886656
|
-
"2.
|
|
886656
|
+
"2.62.0"
|
|
886657
886657
|
);
|
|
886658
886658
|
}
|
|
886659
886659
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -242148,7 +242148,7 @@ const getDefaultHeaders = () => {
|
|
|
242148
242148
|
const headers = {
|
|
242149
242149
|
"Content-Type": "application/json",
|
|
242150
242150
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
242151
|
-
[LightdashVersionHeader]: "2.
|
|
242151
|
+
[LightdashVersionHeader]: "2.62.0"
|
|
242152
242152
|
};
|
|
242153
242153
|
if (sdkVersion) {
|
|
242154
242154
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -886631,7 +886631,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
886631
886631
|
{
|
|
886632
886632
|
setToInMemoryStorage(
|
|
886633
886633
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
886634
|
-
"2.
|
|
886634
|
+
"2.62.0"
|
|
886635
886635
|
);
|
|
886636
886636
|
}
|
|
886637
886637
|
};
|