@lightdash/sdk 0.2880.0 → 0.2880.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
|
@@ -297899,7 +297899,7 @@ const getDefaultHeaders = () => {
|
|
|
297899
297899
|
const headers = {
|
|
297900
297900
|
"Content-Type": "application/json",
|
|
297901
297901
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
297902
|
-
[LightdashVersionHeader]: "0.2880.
|
|
297902
|
+
[LightdashVersionHeader]: "0.2880.1"
|
|
297903
297903
|
};
|
|
297904
297904
|
if (sdkVersion) {
|
|
297905
297905
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -873522,7 +873522,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
873522
873522
|
{
|
|
873523
873523
|
setToInMemoryStorage(
|
|
873524
873524
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
873525
|
-
"0.2880.
|
|
873525
|
+
"0.2880.1"
|
|
873526
873526
|
);
|
|
873527
873527
|
}
|
|
873528
873528
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -297877,7 +297877,7 @@ const getDefaultHeaders = () => {
|
|
|
297877
297877
|
const headers = {
|
|
297878
297878
|
"Content-Type": "application/json",
|
|
297879
297879
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
297880
|
-
[LightdashVersionHeader]: "0.2880.
|
|
297880
|
+
[LightdashVersionHeader]: "0.2880.1"
|
|
297881
297881
|
};
|
|
297882
297882
|
if (sdkVersion) {
|
|
297883
297883
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -873500,7 +873500,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
873500
873500
|
{
|
|
873501
873501
|
setToInMemoryStorage(
|
|
873502
873502
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
873503
|
-
"0.2880.
|
|
873503
|
+
"0.2880.1"
|
|
873504
873504
|
);
|
|
873505
873505
|
}
|
|
873506
873506
|
};
|