@lightdash/sdk 0.3015.0 → 0.3015.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
|
@@ -300570,7 +300570,7 @@ const getDefaultHeaders = () => {
|
|
|
300570
300570
|
const headers = {
|
|
300571
300571
|
"Content-Type": "application/json",
|
|
300572
300572
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
300573
|
-
[LightdashVersionHeader]: "0.3015.
|
|
300573
|
+
[LightdashVersionHeader]: "0.3015.1"
|
|
300574
300574
|
};
|
|
300575
300575
|
if (sdkVersion) {
|
|
300576
300576
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -881524,7 +881524,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
881524
881524
|
{
|
|
881525
881525
|
setToInMemoryStorage(
|
|
881526
881526
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
881527
|
-
"0.3015.
|
|
881527
|
+
"0.3015.1"
|
|
881528
881528
|
);
|
|
881529
881529
|
}
|
|
881530
881530
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -300548,7 +300548,7 @@ const getDefaultHeaders = () => {
|
|
|
300548
300548
|
const headers = {
|
|
300549
300549
|
"Content-Type": "application/json",
|
|
300550
300550
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
300551
|
-
[LightdashVersionHeader]: "0.3015.
|
|
300551
|
+
[LightdashVersionHeader]: "0.3015.1"
|
|
300552
300552
|
};
|
|
300553
300553
|
if (sdkVersion) {
|
|
300554
300554
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -881502,7 +881502,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
881502
881502
|
{
|
|
881503
881503
|
setToInMemoryStorage(
|
|
881504
881504
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
881505
|
-
"0.3015.
|
|
881505
|
+
"0.3015.1"
|
|
881506
881506
|
);
|
|
881507
881507
|
}
|
|
881508
881508
|
};
|