@lightdash/sdk 0.2881.1 → 0.2881.2
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
|
@@ -297904,7 +297904,7 @@ const getDefaultHeaders = () => {
|
|
|
297904
297904
|
const headers = {
|
|
297905
297905
|
"Content-Type": "application/json",
|
|
297906
297906
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
297907
|
-
[LightdashVersionHeader]: "0.2881.
|
|
297907
|
+
[LightdashVersionHeader]: "0.2881.2"
|
|
297908
297908
|
};
|
|
297909
297909
|
if (sdkVersion) {
|
|
297910
297910
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -873528,7 +873528,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
873528
873528
|
{
|
|
873529
873529
|
setToInMemoryStorage(
|
|
873530
873530
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
873531
|
-
"0.2881.
|
|
873531
|
+
"0.2881.2"
|
|
873532
873532
|
);
|
|
873533
873533
|
}
|
|
873534
873534
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -297882,7 +297882,7 @@ const getDefaultHeaders = () => {
|
|
|
297882
297882
|
const headers = {
|
|
297883
297883
|
"Content-Type": "application/json",
|
|
297884
297884
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
297885
|
-
[LightdashVersionHeader]: "0.2881.
|
|
297885
|
+
[LightdashVersionHeader]: "0.2881.2"
|
|
297886
297886
|
};
|
|
297887
297887
|
if (sdkVersion) {
|
|
297888
297888
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -873506,7 +873506,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
873506
873506
|
{
|
|
873507
873507
|
setToInMemoryStorage(
|
|
873508
873508
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
873509
|
-
"0.2881.
|
|
873509
|
+
"0.2881.2"
|
|
873510
873510
|
);
|
|
873511
873511
|
}
|
|
873512
873512
|
};
|