@lightdash/sdk 0.2967.0 → 0.2968.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
|
@@ -300200,7 +300200,7 @@ const getDefaultHeaders = () => {
|
|
|
300200
300200
|
const headers = {
|
|
300201
300201
|
"Content-Type": "application/json",
|
|
300202
300202
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
300203
|
-
[LightdashVersionHeader]: "0.
|
|
300203
|
+
[LightdashVersionHeader]: "0.2968.0"
|
|
300204
300204
|
};
|
|
300205
300205
|
if (sdkVersion) {
|
|
300206
300206
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -880232,7 +880232,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
880232
880232
|
{
|
|
880233
880233
|
setToInMemoryStorage(
|
|
880234
880234
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
880235
|
-
"0.
|
|
880235
|
+
"0.2968.0"
|
|
880236
880236
|
);
|
|
880237
880237
|
}
|
|
880238
880238
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -300178,7 +300178,7 @@ const getDefaultHeaders = () => {
|
|
|
300178
300178
|
const headers = {
|
|
300179
300179
|
"Content-Type": "application/json",
|
|
300180
300180
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
300181
|
-
[LightdashVersionHeader]: "0.
|
|
300181
|
+
[LightdashVersionHeader]: "0.2968.0"
|
|
300182
300182
|
};
|
|
300183
300183
|
if (sdkVersion) {
|
|
300184
300184
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -880210,7 +880210,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
880210
880210
|
{
|
|
880211
880211
|
setToInMemoryStorage(
|
|
880212
880212
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
880213
|
-
"0.
|
|
880213
|
+
"0.2968.0"
|
|
880214
880214
|
);
|
|
880215
880215
|
}
|
|
880216
880216
|
};
|