@lightdash/sdk 0.3135.0 → 0.3136.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
|
@@ -313263,7 +313263,7 @@ const getDefaultHeaders = () => {
|
|
|
313263
313263
|
const headers = {
|
|
313264
313264
|
"Content-Type": "application/json",
|
|
313265
313265
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
313266
|
-
[LightdashVersionHeader]: "0.
|
|
313266
|
+
[LightdashVersionHeader]: "0.3136.1"
|
|
313267
313267
|
};
|
|
313268
313268
|
if (sdkVersion) {
|
|
313269
313269
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -894936,7 +894936,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
894936
894936
|
{
|
|
894937
894937
|
setToInMemoryStorage(
|
|
894938
894938
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
894939
|
-
"0.
|
|
894939
|
+
"0.3136.1"
|
|
894940
894940
|
);
|
|
894941
894941
|
}
|
|
894942
894942
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -313241,7 +313241,7 @@ const getDefaultHeaders = () => {
|
|
|
313241
313241
|
const headers = {
|
|
313242
313242
|
"Content-Type": "application/json",
|
|
313243
313243
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
313244
|
-
[LightdashVersionHeader]: "0.
|
|
313244
|
+
[LightdashVersionHeader]: "0.3136.1"
|
|
313245
313245
|
};
|
|
313246
313246
|
if (sdkVersion) {
|
|
313247
313247
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -894914,7 +894914,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
894914
894914
|
{
|
|
894915
894915
|
setToInMemoryStorage(
|
|
894916
894916
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
894917
|
-
"0.
|
|
894917
|
+
"0.3136.1"
|
|
894918
894918
|
);
|
|
894919
894919
|
}
|
|
894920
894920
|
};
|