@lightdash/sdk 0.3361.0 → 0.3362.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
|
@@ -246007,7 +246007,7 @@ const getDefaultHeaders = () => {
|
|
|
246007
246007
|
const headers = {
|
|
246008
246008
|
"Content-Type": "application/json",
|
|
246009
246009
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
246010
|
-
[LightdashVersionHeader]: "0.
|
|
246010
|
+
[LightdashVersionHeader]: "0.3362.0"
|
|
246011
246011
|
};
|
|
246012
246012
|
if (sdkVersion) {
|
|
246013
246013
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -789447,7 +789447,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
789447
789447
|
{
|
|
789448
789448
|
setToInMemoryStorage(
|
|
789449
789449
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
789450
|
-
"0.
|
|
789450
|
+
"0.3362.0"
|
|
789451
789451
|
);
|
|
789452
789452
|
}
|
|
789453
789453
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -245985,7 +245985,7 @@ const getDefaultHeaders = () => {
|
|
|
245985
245985
|
const headers = {
|
|
245986
245986
|
"Content-Type": "application/json",
|
|
245987
245987
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
245988
|
-
[LightdashVersionHeader]: "0.
|
|
245988
|
+
[LightdashVersionHeader]: "0.3362.0"
|
|
245989
245989
|
};
|
|
245990
245990
|
if (sdkVersion) {
|
|
245991
245991
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -789425,7 +789425,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
789425
789425
|
{
|
|
789426
789426
|
setToInMemoryStorage(
|
|
789427
789427
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
789428
|
-
"0.
|
|
789428
|
+
"0.3362.0"
|
|
789429
789429
|
);
|
|
789430
789430
|
}
|
|
789431
789431
|
};
|