@lightdash/sdk 0.2889.0 → 0.2889.1
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
|
@@ -298316,7 +298316,7 @@ const getDefaultHeaders = () => {
|
|
|
298316
298316
|
const headers = {
|
|
298317
298317
|
"Content-Type": "application/json",
|
|
298318
298318
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
298319
|
-
[LightdashVersionHeader]: "0.2889.
|
|
298319
|
+
[LightdashVersionHeader]: "0.2889.1"
|
|
298320
298320
|
};
|
|
298321
298321
|
if (sdkVersion) {
|
|
298322
298322
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -874311,7 +874311,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
874311
874311
|
{
|
|
874312
874312
|
setToInMemoryStorage(
|
|
874313
874313
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
874314
|
-
"0.2889.
|
|
874314
|
+
"0.2889.1"
|
|
874315
874315
|
);
|
|
874316
874316
|
}
|
|
874317
874317
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -298294,7 +298294,7 @@ const getDefaultHeaders = () => {
|
|
|
298294
298294
|
const headers = {
|
|
298295
298295
|
"Content-Type": "application/json",
|
|
298296
298296
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
298297
|
-
[LightdashVersionHeader]: "0.2889.
|
|
298297
|
+
[LightdashVersionHeader]: "0.2889.1"
|
|
298298
298298
|
};
|
|
298299
298299
|
if (sdkVersion) {
|
|
298300
298300
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -874289,7 +874289,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
874289
874289
|
{
|
|
874290
874290
|
setToInMemoryStorage(
|
|
874291
874291
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
874292
|
-
"0.2889.
|
|
874292
|
+
"0.2889.1"
|
|
874293
874293
|
);
|
|
874294
874294
|
}
|
|
874295
874295
|
};
|