@lightdash/sdk 0.2985.0 → 0.2986.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.2986.0"
|
|
300309
300309
|
};
|
|
300310
300310
|
if (sdkVersion) {
|
|
300311
300311
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -880586,7 +880586,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
880586
880586
|
{
|
|
880587
880587
|
setToInMemoryStorage(
|
|
880588
880588
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
880589
|
-
"0.
|
|
880589
|
+
"0.2986.0"
|
|
880590
880590
|
);
|
|
880591
880591
|
}
|
|
880592
880592
|
};
|
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.2986.0"
|
|
300287
300287
|
};
|
|
300288
300288
|
if (sdkVersion) {
|
|
300289
300289
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -880564,7 +880564,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
880564
880564
|
{
|
|
880565
880565
|
setToInMemoryStorage(
|
|
880566
880566
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
880567
|
-
"0.
|
|
880567
|
+
"0.2986.0"
|
|
880568
880568
|
);
|
|
880569
880569
|
}
|
|
880570
880570
|
};
|