@lightdash/sdk 0.3118.2 → 0.3119.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
|
@@ -313005,7 +313005,7 @@ const getDefaultHeaders = () => {
|
|
|
313005
313005
|
const headers = {
|
|
313006
313006
|
"Content-Type": "application/json",
|
|
313007
313007
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
313008
|
-
[LightdashVersionHeader]: "0.
|
|
313008
|
+
[LightdashVersionHeader]: "0.3119.0"
|
|
313009
313009
|
};
|
|
313010
313010
|
if (sdkVersion) {
|
|
313011
313011
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -894262,7 +894262,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
894262
894262
|
{
|
|
894263
894263
|
setToInMemoryStorage(
|
|
894264
894264
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
894265
|
-
"0.
|
|
894265
|
+
"0.3119.0"
|
|
894266
894266
|
);
|
|
894267
894267
|
}
|
|
894268
894268
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -312983,7 +312983,7 @@ const getDefaultHeaders = () => {
|
|
|
312983
312983
|
const headers = {
|
|
312984
312984
|
"Content-Type": "application/json",
|
|
312985
312985
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
312986
|
-
[LightdashVersionHeader]: "0.
|
|
312986
|
+
[LightdashVersionHeader]: "0.3119.0"
|
|
312987
312987
|
};
|
|
312988
312988
|
if (sdkVersion) {
|
|
312989
312989
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -894240,7 +894240,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
894240
894240
|
{
|
|
894241
894241
|
setToInMemoryStorage(
|
|
894242
894242
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
894243
|
-
"0.
|
|
894243
|
+
"0.3119.0"
|
|
894244
894244
|
);
|
|
894245
894245
|
}
|
|
894246
894246
|
};
|