@lightdash/sdk 0.2964.0 → 0.2965.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
|
@@ -298850,7 +298850,7 @@ const getDefaultHeaders = () => {
|
|
|
298850
298850
|
const headers = {
|
|
298851
298851
|
"Content-Type": "application/json",
|
|
298852
298852
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
298853
|
-
[LightdashVersionHeader]: "0.
|
|
298853
|
+
[LightdashVersionHeader]: "0.2965.1"
|
|
298854
298854
|
};
|
|
298855
298855
|
if (sdkVersion) {
|
|
298856
298856
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -876516,7 +876516,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
876516
876516
|
{
|
|
876517
876517
|
setToInMemoryStorage(
|
|
876518
876518
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
876519
|
-
"0.
|
|
876519
|
+
"0.2965.1"
|
|
876520
876520
|
);
|
|
876521
876521
|
}
|
|
876522
876522
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -298828,7 +298828,7 @@ const getDefaultHeaders = () => {
|
|
|
298828
298828
|
const headers = {
|
|
298829
298829
|
"Content-Type": "application/json",
|
|
298830
298830
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
298831
|
-
[LightdashVersionHeader]: "0.
|
|
298831
|
+
[LightdashVersionHeader]: "0.2965.1"
|
|
298832
298832
|
};
|
|
298833
298833
|
if (sdkVersion) {
|
|
298834
298834
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -876494,7 +876494,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
876494
876494
|
{
|
|
876495
876495
|
setToInMemoryStorage(
|
|
876496
876496
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
876497
|
-
"0.
|
|
876497
|
+
"0.2965.1"
|
|
876498
876498
|
);
|
|
876499
876499
|
}
|
|
876500
876500
|
};
|