@lightdash/sdk 0.3002.2 → 0.3002.3
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
|
@@ -300523,7 +300523,7 @@ const getDefaultHeaders = () => {
|
|
|
300523
300523
|
const headers = {
|
|
300524
300524
|
"Content-Type": "application/json",
|
|
300525
300525
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
300526
|
-
[LightdashVersionHeader]: "0.3002.
|
|
300526
|
+
[LightdashVersionHeader]: "0.3002.3"
|
|
300527
300527
|
};
|
|
300528
300528
|
if (sdkVersion) {
|
|
300529
300529
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -881392,7 +881392,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
881392
881392
|
{
|
|
881393
881393
|
setToInMemoryStorage(
|
|
881394
881394
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
881395
|
-
"0.3002.
|
|
881395
|
+
"0.3002.3"
|
|
881396
881396
|
);
|
|
881397
881397
|
}
|
|
881398
881398
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -300501,7 +300501,7 @@ const getDefaultHeaders = () => {
|
|
|
300501
300501
|
const headers = {
|
|
300502
300502
|
"Content-Type": "application/json",
|
|
300503
300503
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
300504
|
-
[LightdashVersionHeader]: "0.3002.
|
|
300504
|
+
[LightdashVersionHeader]: "0.3002.3"
|
|
300505
300505
|
};
|
|
300506
300506
|
if (sdkVersion) {
|
|
300507
300507
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -881370,7 +881370,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
881370
881370
|
{
|
|
881371
881371
|
setToInMemoryStorage(
|
|
881372
881372
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
881373
|
-
"0.3002.
|
|
881373
|
+
"0.3002.3"
|
|
881374
881374
|
);
|
|
881375
881375
|
}
|
|
881376
881376
|
};
|