@lightdash/sdk 0.3336.0 → 0.3337.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
|
@@ -244178,7 +244178,7 @@ const getDefaultHeaders = () => {
|
|
|
244178
244178
|
const headers = {
|
|
244179
244179
|
"Content-Type": "application/json",
|
|
244180
244180
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
244181
|
-
[LightdashVersionHeader]: "0.
|
|
244181
|
+
[LightdashVersionHeader]: "0.3337.0"
|
|
244182
244182
|
};
|
|
244183
244183
|
if (sdkVersion) {
|
|
244184
244184
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -736214,7 +736214,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
736214
736214
|
{
|
|
736215
736215
|
setToInMemoryStorage(
|
|
736216
736216
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
736217
|
-
"0.
|
|
736217
|
+
"0.3337.0"
|
|
736218
736218
|
);
|
|
736219
736219
|
}
|
|
736220
736220
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -244156,7 +244156,7 @@ const getDefaultHeaders = () => {
|
|
|
244156
244156
|
const headers = {
|
|
244157
244157
|
"Content-Type": "application/json",
|
|
244158
244158
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
244159
|
-
[LightdashVersionHeader]: "0.
|
|
244159
|
+
[LightdashVersionHeader]: "0.3337.0"
|
|
244160
244160
|
};
|
|
244161
244161
|
if (sdkVersion) {
|
|
244162
244162
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -736192,7 +736192,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
736192
736192
|
{
|
|
736193
736193
|
setToInMemoryStorage(
|
|
736194
736194
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
736195
|
-
"0.
|
|
736195
|
+
"0.3337.0"
|
|
736196
736196
|
);
|
|
736197
736197
|
}
|
|
736198
736198
|
};
|