@lightdash/sdk 0.2903.9 → 0.2903.10
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
|
@@ -298390,7 +298390,7 @@ const getDefaultHeaders = () => {
|
|
|
298390
298390
|
const headers = {
|
|
298391
298391
|
"Content-Type": "application/json",
|
|
298392
298392
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
298393
|
-
[LightdashVersionHeader]: "0.2903.
|
|
298393
|
+
[LightdashVersionHeader]: "0.2903.10"
|
|
298394
298394
|
};
|
|
298395
298395
|
if (sdkVersion) {
|
|
298396
298396
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -874860,7 +874860,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
874860
874860
|
{
|
|
874861
874861
|
setToInMemoryStorage(
|
|
874862
874862
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
874863
|
-
"0.2903.
|
|
874863
|
+
"0.2903.10"
|
|
874864
874864
|
);
|
|
874865
874865
|
}
|
|
874866
874866
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -298368,7 +298368,7 @@ const getDefaultHeaders = () => {
|
|
|
298368
298368
|
const headers = {
|
|
298369
298369
|
"Content-Type": "application/json",
|
|
298370
298370
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
298371
|
-
[LightdashVersionHeader]: "0.2903.
|
|
298371
|
+
[LightdashVersionHeader]: "0.2903.10"
|
|
298372
298372
|
};
|
|
298373
298373
|
if (sdkVersion) {
|
|
298374
298374
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -874838,7 +874838,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
874838
874838
|
{
|
|
874839
874839
|
setToInMemoryStorage(
|
|
874840
874840
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
874841
|
-
"0.2903.
|
|
874841
|
+
"0.2903.10"
|
|
874842
874842
|
);
|
|
874843
874843
|
}
|
|
874844
874844
|
};
|