@lightdash/sdk 0.2989.3 → 0.2991.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
|
@@ -300305,7 +300305,7 @@ const getDefaultHeaders = () => {
|
|
|
300305
300305
|
const headers = {
|
|
300306
300306
|
"Content-Type": "application/json",
|
|
300307
300307
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
300308
|
-
[LightdashVersionHeader]: "0.
|
|
300308
|
+
[LightdashVersionHeader]: "0.2991.0"
|
|
300309
300309
|
};
|
|
300310
300310
|
if (sdkVersion) {
|
|
300311
300311
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -880587,7 +880587,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
880587
880587
|
{
|
|
880588
880588
|
setToInMemoryStorage(
|
|
880589
880589
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
880590
|
-
"0.
|
|
880590
|
+
"0.2991.0"
|
|
880591
880591
|
);
|
|
880592
880592
|
}
|
|
880593
880593
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -300283,7 +300283,7 @@ const getDefaultHeaders = () => {
|
|
|
300283
300283
|
const headers = {
|
|
300284
300284
|
"Content-Type": "application/json",
|
|
300285
300285
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
300286
|
-
[LightdashVersionHeader]: "0.
|
|
300286
|
+
[LightdashVersionHeader]: "0.2991.0"
|
|
300287
300287
|
};
|
|
300288
300288
|
if (sdkVersion) {
|
|
300289
300289
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -880565,7 +880565,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
880565
880565
|
{
|
|
880566
880566
|
setToInMemoryStorage(
|
|
880567
880567
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
880568
|
-
"0.
|
|
880568
|
+
"0.2991.0"
|
|
880569
880569
|
);
|
|
880570
880570
|
}
|
|
880571
880571
|
};
|