@lightdash/sdk 0.3131.0 → 0.3132.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
|
@@ -313215,7 +313215,7 @@ const getDefaultHeaders = () => {
|
|
|
313215
313215
|
const headers = {
|
|
313216
313216
|
"Content-Type": "application/json",
|
|
313217
313217
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
313218
|
-
[LightdashVersionHeader]: "0.
|
|
313218
|
+
[LightdashVersionHeader]: "0.3132.0"
|
|
313219
313219
|
};
|
|
313220
313220
|
if (sdkVersion) {
|
|
313221
313221
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -894888,7 +894888,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
894888
894888
|
{
|
|
894889
894889
|
setToInMemoryStorage(
|
|
894890
894890
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
894891
|
-
"0.
|
|
894891
|
+
"0.3132.0"
|
|
894892
894892
|
);
|
|
894893
894893
|
}
|
|
894894
894894
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -313193,7 +313193,7 @@ const getDefaultHeaders = () => {
|
|
|
313193
313193
|
const headers = {
|
|
313194
313194
|
"Content-Type": "application/json",
|
|
313195
313195
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
313196
|
-
[LightdashVersionHeader]: "0.
|
|
313196
|
+
[LightdashVersionHeader]: "0.3132.0"
|
|
313197
313197
|
};
|
|
313198
313198
|
if (sdkVersion) {
|
|
313199
313199
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -894866,7 +894866,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
894866
894866
|
{
|
|
894867
894867
|
setToInMemoryStorage(
|
|
894868
894868
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
894869
|
-
"0.
|
|
894869
|
+
"0.3132.0"
|
|
894870
894870
|
);
|
|
894871
894871
|
}
|
|
894872
894872
|
};
|