@lightdash/sdk 0.3012.0 → 0.3012.1
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
|
@@ -300565,7 +300565,7 @@ const getDefaultHeaders = () => {
|
|
|
300565
300565
|
const headers = {
|
|
300566
300566
|
"Content-Type": "application/json",
|
|
300567
300567
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
300568
|
-
[LightdashVersionHeader]: "0.3012.
|
|
300568
|
+
[LightdashVersionHeader]: "0.3012.1"
|
|
300569
300569
|
};
|
|
300570
300570
|
if (sdkVersion) {
|
|
300571
300571
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -881518,7 +881518,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
881518
881518
|
{
|
|
881519
881519
|
setToInMemoryStorage(
|
|
881520
881520
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
881521
|
-
"0.3012.
|
|
881521
|
+
"0.3012.1"
|
|
881522
881522
|
);
|
|
881523
881523
|
}
|
|
881524
881524
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -300543,7 +300543,7 @@ const getDefaultHeaders = () => {
|
|
|
300543
300543
|
const headers = {
|
|
300544
300544
|
"Content-Type": "application/json",
|
|
300545
300545
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
300546
|
-
[LightdashVersionHeader]: "0.3012.
|
|
300546
|
+
[LightdashVersionHeader]: "0.3012.1"
|
|
300547
300547
|
};
|
|
300548
300548
|
if (sdkVersion) {
|
|
300549
300549
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -881496,7 +881496,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
881496
881496
|
{
|
|
881497
881497
|
setToInMemoryStorage(
|
|
881498
881498
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
881499
|
-
"0.3012.
|
|
881499
|
+
"0.3012.1"
|
|
881500
881500
|
);
|
|
881501
881501
|
}
|
|
881502
881502
|
};
|