@lightdash/sdk 0.3049.1 → 0.3049.3
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
|
@@ -312180,7 +312180,7 @@ const getDefaultHeaders = () => {
|
|
|
312180
312180
|
const headers = {
|
|
312181
312181
|
"Content-Type": "application/json",
|
|
312182
312182
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
312183
|
-
[LightdashVersionHeader]: "0.3049.
|
|
312183
|
+
[LightdashVersionHeader]: "0.3049.3"
|
|
312184
312184
|
};
|
|
312185
312185
|
if (sdkVersion) {
|
|
312186
312186
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -893457,7 +893457,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
893457
893457
|
{
|
|
893458
893458
|
setToInMemoryStorage(
|
|
893459
893459
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
893460
|
-
"0.3049.
|
|
893460
|
+
"0.3049.3"
|
|
893461
893461
|
);
|
|
893462
893462
|
}
|
|
893463
893463
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -312158,7 +312158,7 @@ const getDefaultHeaders = () => {
|
|
|
312158
312158
|
const headers = {
|
|
312159
312159
|
"Content-Type": "application/json",
|
|
312160
312160
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
312161
|
-
[LightdashVersionHeader]: "0.3049.
|
|
312161
|
+
[LightdashVersionHeader]: "0.3049.3"
|
|
312162
312162
|
};
|
|
312163
312163
|
if (sdkVersion) {
|
|
312164
312164
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -893435,7 +893435,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
893435
893435
|
{
|
|
893436
893436
|
setToInMemoryStorage(
|
|
893437
893437
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
893438
|
-
"0.3049.
|
|
893438
|
+
"0.3049.3"
|
|
893439
893439
|
);
|
|
893440
893440
|
}
|
|
893441
893441
|
};
|