@lightdash/sdk 0.2974.0 → 0.2975.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
|
@@ -300242,7 +300242,7 @@ const getDefaultHeaders = () => {
|
|
|
300242
300242
|
const headers = {
|
|
300243
300243
|
"Content-Type": "application/json",
|
|
300244
300244
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
300245
|
-
[LightdashVersionHeader]: "0.
|
|
300245
|
+
[LightdashVersionHeader]: "0.2975.0"
|
|
300246
300246
|
};
|
|
300247
300247
|
if (sdkVersion) {
|
|
300248
300248
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -880369,7 +880369,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
880369
880369
|
{
|
|
880370
880370
|
setToInMemoryStorage(
|
|
880371
880371
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
880372
|
-
"0.
|
|
880372
|
+
"0.2975.0"
|
|
880373
880373
|
);
|
|
880374
880374
|
}
|
|
880375
880375
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -300220,7 +300220,7 @@ const getDefaultHeaders = () => {
|
|
|
300220
300220
|
const headers = {
|
|
300221
300221
|
"Content-Type": "application/json",
|
|
300222
300222
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
300223
|
-
[LightdashVersionHeader]: "0.
|
|
300223
|
+
[LightdashVersionHeader]: "0.2975.0"
|
|
300224
300224
|
};
|
|
300225
300225
|
if (sdkVersion) {
|
|
300226
300226
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -880347,7 +880347,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
880347
880347
|
{
|
|
880348
880348
|
setToInMemoryStorage(
|
|
880349
880349
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
880350
|
-
"0.
|
|
880350
|
+
"0.2975.0"
|
|
880351
880351
|
);
|
|
880352
880352
|
}
|
|
880353
880353
|
};
|