@lightdash/sdk 0.2848.2 → 0.2848.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
|
@@ -297817,7 +297817,7 @@ const getDefaultHeaders = () => {
|
|
|
297817
297817
|
const headers = {
|
|
297818
297818
|
"Content-Type": "application/json",
|
|
297819
297819
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
297820
|
-
[LightdashVersionHeader]: "0.2848.
|
|
297820
|
+
[LightdashVersionHeader]: "0.2848.3"
|
|
297821
297821
|
};
|
|
297822
297822
|
if (sdkVersion) {
|
|
297823
297823
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -862228,7 +862228,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
862228
862228
|
{
|
|
862229
862229
|
setToInMemoryStorage(
|
|
862230
862230
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
862231
|
-
"0.2848.
|
|
862231
|
+
"0.2848.3"
|
|
862232
862232
|
);
|
|
862233
862233
|
}
|
|
862234
862234
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -297795,7 +297795,7 @@ const getDefaultHeaders = () => {
|
|
|
297795
297795
|
const headers = {
|
|
297796
297796
|
"Content-Type": "application/json",
|
|
297797
297797
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
297798
|
-
[LightdashVersionHeader]: "0.2848.
|
|
297798
|
+
[LightdashVersionHeader]: "0.2848.3"
|
|
297799
297799
|
};
|
|
297800
297800
|
if (sdkVersion) {
|
|
297801
297801
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -862206,7 +862206,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
862206
862206
|
{
|
|
862207
862207
|
setToInMemoryStorage(
|
|
862208
862208
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
862209
|
-
"0.2848.
|
|
862209
|
+
"0.2848.3"
|
|
862210
862210
|
);
|
|
862211
862211
|
}
|
|
862212
862212
|
};
|