@lightdash/sdk 0.3161.0 → 0.3161.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
|
@@ -313533,7 +313533,7 @@ const getDefaultHeaders = () => {
|
|
|
313533
313533
|
const headers = {
|
|
313534
313534
|
"Content-Type": "application/json",
|
|
313535
313535
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
313536
|
-
[LightdashVersionHeader]: "0.3161.
|
|
313536
|
+
[LightdashVersionHeader]: "0.3161.1"
|
|
313537
313537
|
};
|
|
313538
313538
|
if (sdkVersion) {
|
|
313539
313539
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -897080,7 +897080,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
897080
897080
|
{
|
|
897081
897081
|
setToInMemoryStorage(
|
|
897082
897082
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
897083
|
-
"0.3161.
|
|
897083
|
+
"0.3161.1"
|
|
897084
897084
|
);
|
|
897085
897085
|
}
|
|
897086
897086
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -313511,7 +313511,7 @@ const getDefaultHeaders = () => {
|
|
|
313511
313511
|
const headers = {
|
|
313512
313512
|
"Content-Type": "application/json",
|
|
313513
313513
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
313514
|
-
[LightdashVersionHeader]: "0.3161.
|
|
313514
|
+
[LightdashVersionHeader]: "0.3161.1"
|
|
313515
313515
|
};
|
|
313516
313516
|
if (sdkVersion) {
|
|
313517
313517
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -897058,7 +897058,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
897058
897058
|
{
|
|
897059
897059
|
setToInMemoryStorage(
|
|
897060
897060
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
897061
|
-
"0.3161.
|
|
897061
|
+
"0.3161.1"
|
|
897062
897062
|
);
|
|
897063
897063
|
}
|
|
897064
897064
|
};
|