@lightdash/sdk 0.2895.0 → 0.2896.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
|
@@ -298340,7 +298340,7 @@ const getDefaultHeaders = () => {
|
|
|
298340
298340
|
const headers = {
|
|
298341
298341
|
"Content-Type": "application/json",
|
|
298342
298342
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
298343
|
-
[LightdashVersionHeader]: "0.
|
|
298343
|
+
[LightdashVersionHeader]: "0.2896.0"
|
|
298344
298344
|
};
|
|
298345
298345
|
if (sdkVersion) {
|
|
298346
298346
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -874682,7 +874682,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
874682
874682
|
{
|
|
874683
874683
|
setToInMemoryStorage(
|
|
874684
874684
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
874685
|
-
"0.
|
|
874685
|
+
"0.2896.0"
|
|
874686
874686
|
);
|
|
874687
874687
|
}
|
|
874688
874688
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -298318,7 +298318,7 @@ const getDefaultHeaders = () => {
|
|
|
298318
298318
|
const headers = {
|
|
298319
298319
|
"Content-Type": "application/json",
|
|
298320
298320
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
298321
|
-
[LightdashVersionHeader]: "0.
|
|
298321
|
+
[LightdashVersionHeader]: "0.2896.0"
|
|
298322
298322
|
};
|
|
298323
298323
|
if (sdkVersion) {
|
|
298324
298324
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -874660,7 +874660,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
874660
874660
|
{
|
|
874661
874661
|
setToInMemoryStorage(
|
|
874662
874662
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
874663
|
-
"0.
|
|
874663
|
+
"0.2896.0"
|
|
874664
874664
|
);
|
|
874665
874665
|
}
|
|
874666
874666
|
};
|