@lightdash/sdk 0.2935.0 → 0.2936.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
|
@@ -298754,7 +298754,7 @@ const getDefaultHeaders = () => {
|
|
|
298754
298754
|
const headers = {
|
|
298755
298755
|
"Content-Type": "application/json",
|
|
298756
298756
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
298757
|
-
[LightdashVersionHeader]: "0.
|
|
298757
|
+
[LightdashVersionHeader]: "0.2936.0"
|
|
298758
298758
|
};
|
|
298759
298759
|
if (sdkVersion) {
|
|
298760
298760
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -876165,7 +876165,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
876165
876165
|
{
|
|
876166
876166
|
setToInMemoryStorage(
|
|
876167
876167
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
876168
|
-
"0.
|
|
876168
|
+
"0.2936.0"
|
|
876169
876169
|
);
|
|
876170
876170
|
}
|
|
876171
876171
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -298732,7 +298732,7 @@ const getDefaultHeaders = () => {
|
|
|
298732
298732
|
const headers = {
|
|
298733
298733
|
"Content-Type": "application/json",
|
|
298734
298734
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
298735
|
-
[LightdashVersionHeader]: "0.
|
|
298735
|
+
[LightdashVersionHeader]: "0.2936.0"
|
|
298736
298736
|
};
|
|
298737
298737
|
if (sdkVersion) {
|
|
298738
298738
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -876143,7 +876143,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
876143
876143
|
{
|
|
876144
876144
|
setToInMemoryStorage(
|
|
876145
876145
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
876146
|
-
"0.
|
|
876146
|
+
"0.2936.0"
|
|
876147
876147
|
);
|
|
876148
876148
|
}
|
|
876149
876149
|
};
|