@lightdash/sdk 0.3166.0 → 0.3167.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
|
@@ -313573,7 +313573,7 @@ const getDefaultHeaders = () => {
|
|
|
313573
313573
|
const headers = {
|
|
313574
313574
|
"Content-Type": "application/json",
|
|
313575
313575
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
313576
|
-
[LightdashVersionHeader]: "0.
|
|
313576
|
+
[LightdashVersionHeader]: "0.3167.1"
|
|
313577
313577
|
};
|
|
313578
313578
|
if (sdkVersion) {
|
|
313579
313579
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -897215,7 +897215,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
897215
897215
|
{
|
|
897216
897216
|
setToInMemoryStorage(
|
|
897217
897217
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
897218
|
-
"0.
|
|
897218
|
+
"0.3167.1"
|
|
897219
897219
|
);
|
|
897220
897220
|
}
|
|
897221
897221
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -313551,7 +313551,7 @@ const getDefaultHeaders = () => {
|
|
|
313551
313551
|
const headers = {
|
|
313552
313552
|
"Content-Type": "application/json",
|
|
313553
313553
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
313554
|
-
[LightdashVersionHeader]: "0.
|
|
313554
|
+
[LightdashVersionHeader]: "0.3167.1"
|
|
313555
313555
|
};
|
|
313556
313556
|
if (sdkVersion) {
|
|
313557
313557
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -897193,7 +897193,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
897193
897193
|
{
|
|
897194
897194
|
setToInMemoryStorage(
|
|
897195
897195
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
897196
|
-
"0.
|
|
897196
|
+
"0.3167.1"
|
|
897197
897197
|
);
|
|
897198
897198
|
}
|
|
897199
897199
|
};
|