@lightdash/sdk 0.2984.3 → 0.2984.4
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
|
@@ -300304,7 +300304,7 @@ const getDefaultHeaders = () => {
|
|
|
300304
300304
|
const headers = {
|
|
300305
300305
|
"Content-Type": "application/json",
|
|
300306
300306
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
300307
|
-
[LightdashVersionHeader]: "0.2984.
|
|
300307
|
+
[LightdashVersionHeader]: "0.2984.4"
|
|
300308
300308
|
};
|
|
300309
300309
|
if (sdkVersion) {
|
|
300310
300310
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -880585,7 +880585,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
880585
880585
|
{
|
|
880586
880586
|
setToInMemoryStorage(
|
|
880587
880587
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
880588
|
-
"0.2984.
|
|
880588
|
+
"0.2984.4"
|
|
880589
880589
|
);
|
|
880590
880590
|
}
|
|
880591
880591
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -300282,7 +300282,7 @@ const getDefaultHeaders = () => {
|
|
|
300282
300282
|
const headers = {
|
|
300283
300283
|
"Content-Type": "application/json",
|
|
300284
300284
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
300285
|
-
[LightdashVersionHeader]: "0.2984.
|
|
300285
|
+
[LightdashVersionHeader]: "0.2984.4"
|
|
300286
300286
|
};
|
|
300287
300287
|
if (sdkVersion) {
|
|
300288
300288
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -880563,7 +880563,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
880563
880563
|
{
|
|
880564
880564
|
setToInMemoryStorage(
|
|
880565
880565
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
880566
|
-
"0.2984.
|
|
880566
|
+
"0.2984.4"
|
|
880567
880567
|
);
|
|
880568
880568
|
}
|
|
880569
880569
|
};
|