@lightdash/sdk 0.3001.1 → 0.3002.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
|
@@ -300516,7 +300516,7 @@ const getDefaultHeaders = () => {
|
|
|
300516
300516
|
const headers = {
|
|
300517
300517
|
"Content-Type": "application/json",
|
|
300518
300518
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
300519
|
-
[LightdashVersionHeader]: "0.
|
|
300519
|
+
[LightdashVersionHeader]: "0.3002.0"
|
|
300520
300520
|
};
|
|
300521
300521
|
if (sdkVersion) {
|
|
300522
300522
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -881374,7 +881374,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
881374
881374
|
{
|
|
881375
881375
|
setToInMemoryStorage(
|
|
881376
881376
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
881377
|
-
"0.
|
|
881377
|
+
"0.3002.0"
|
|
881378
881378
|
);
|
|
881379
881379
|
}
|
|
881380
881380
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -300494,7 +300494,7 @@ const getDefaultHeaders = () => {
|
|
|
300494
300494
|
const headers = {
|
|
300495
300495
|
"Content-Type": "application/json",
|
|
300496
300496
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
300497
|
-
[LightdashVersionHeader]: "0.
|
|
300497
|
+
[LightdashVersionHeader]: "0.3002.0"
|
|
300498
300498
|
};
|
|
300499
300499
|
if (sdkVersion) {
|
|
300500
300500
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -881352,7 +881352,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
881352
881352
|
{
|
|
881353
881353
|
setToInMemoryStorage(
|
|
881354
881354
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
881355
|
-
"0.
|
|
881355
|
+
"0.3002.0"
|
|
881356
881356
|
);
|
|
881357
881357
|
}
|
|
881358
881358
|
};
|