@lightdash/sdk 0.2981.0 → 0.2981.2
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
|
@@ -300303,7 +300303,7 @@ const getDefaultHeaders = () => {
|
|
|
300303
300303
|
const headers = {
|
|
300304
300304
|
"Content-Type": "application/json",
|
|
300305
300305
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
300306
|
-
[LightdashVersionHeader]: "0.2981.
|
|
300306
|
+
[LightdashVersionHeader]: "0.2981.2"
|
|
300307
300307
|
};
|
|
300308
300308
|
if (sdkVersion) {
|
|
300309
300309
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -880468,7 +880468,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
880468
880468
|
{
|
|
880469
880469
|
setToInMemoryStorage(
|
|
880470
880470
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
880471
|
-
"0.2981.
|
|
880471
|
+
"0.2981.2"
|
|
880472
880472
|
);
|
|
880473
880473
|
}
|
|
880474
880474
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -300281,7 +300281,7 @@ const getDefaultHeaders = () => {
|
|
|
300281
300281
|
const headers = {
|
|
300282
300282
|
"Content-Type": "application/json",
|
|
300283
300283
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
300284
|
-
[LightdashVersionHeader]: "0.2981.
|
|
300284
|
+
[LightdashVersionHeader]: "0.2981.2"
|
|
300285
300285
|
};
|
|
300286
300286
|
if (sdkVersion) {
|
|
300287
300287
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -880446,7 +880446,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
880446
880446
|
{
|
|
880447
880447
|
setToInMemoryStorage(
|
|
880448
880448
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
880449
|
-
"0.2981.
|
|
880449
|
+
"0.2981.2"
|
|
880450
880450
|
);
|
|
880451
880451
|
}
|
|
880452
880452
|
};
|