@lightdash/sdk 0.2999.0 → 0.2999.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
|
@@ -300509,7 +300509,7 @@ const getDefaultHeaders = () => {
|
|
|
300509
300509
|
const headers = {
|
|
300510
300510
|
"Content-Type": "application/json",
|
|
300511
300511
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
300512
|
-
[LightdashVersionHeader]: "0.2999.
|
|
300512
|
+
[LightdashVersionHeader]: "0.2999.1"
|
|
300513
300513
|
};
|
|
300514
300514
|
if (sdkVersion) {
|
|
300515
300515
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -881350,7 +881350,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
881350
881350
|
{
|
|
881351
881351
|
setToInMemoryStorage(
|
|
881352
881352
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
881353
|
-
"0.2999.
|
|
881353
|
+
"0.2999.1"
|
|
881354
881354
|
);
|
|
881355
881355
|
}
|
|
881356
881356
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -300487,7 +300487,7 @@ const getDefaultHeaders = () => {
|
|
|
300487
300487
|
const headers = {
|
|
300488
300488
|
"Content-Type": "application/json",
|
|
300489
300489
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
300490
|
-
[LightdashVersionHeader]: "0.2999.
|
|
300490
|
+
[LightdashVersionHeader]: "0.2999.1"
|
|
300491
300491
|
};
|
|
300492
300492
|
if (sdkVersion) {
|
|
300493
300493
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -881328,7 +881328,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
881328
881328
|
{
|
|
881329
881329
|
setToInMemoryStorage(
|
|
881330
881330
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
881331
|
-
"0.2999.
|
|
881331
|
+
"0.2999.1"
|
|
881332
881332
|
);
|
|
881333
881333
|
}
|
|
881334
881334
|
};
|