@lightdash/sdk 0.3095.2 → 0.3096.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
|
@@ -312840,7 +312840,7 @@ const getDefaultHeaders = () => {
|
|
|
312840
312840
|
const headers = {
|
|
312841
312841
|
"Content-Type": "application/json",
|
|
312842
312842
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
312843
|
-
[LightdashVersionHeader]: "0.
|
|
312843
|
+
[LightdashVersionHeader]: "0.3096.0"
|
|
312844
312844
|
};
|
|
312845
312845
|
if (sdkVersion) {
|
|
312846
312846
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -893856,7 +893856,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
893856
893856
|
{
|
|
893857
893857
|
setToInMemoryStorage(
|
|
893858
893858
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
893859
|
-
"0.
|
|
893859
|
+
"0.3096.0"
|
|
893860
893860
|
);
|
|
893861
893861
|
}
|
|
893862
893862
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -312818,7 +312818,7 @@ const getDefaultHeaders = () => {
|
|
|
312818
312818
|
const headers = {
|
|
312819
312819
|
"Content-Type": "application/json",
|
|
312820
312820
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
312821
|
-
[LightdashVersionHeader]: "0.
|
|
312821
|
+
[LightdashVersionHeader]: "0.3096.0"
|
|
312822
312822
|
};
|
|
312823
312823
|
if (sdkVersion) {
|
|
312824
312824
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -893834,7 +893834,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
893834
893834
|
{
|
|
893835
893835
|
setToInMemoryStorage(
|
|
893836
893836
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
893837
|
-
"0.
|
|
893837
|
+
"0.3096.0"
|
|
893838
893838
|
);
|
|
893839
893839
|
}
|
|
893840
893840
|
};
|