@lightdash/sdk 0.3333.0 → 0.3334.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
|
@@ -244162,7 +244162,7 @@ const getDefaultHeaders = () => {
|
|
|
244162
244162
|
const headers = {
|
|
244163
244163
|
"Content-Type": "application/json",
|
|
244164
244164
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
244165
|
-
[LightdashVersionHeader]: "0.
|
|
244165
|
+
[LightdashVersionHeader]: "0.3334.0"
|
|
244166
244166
|
};
|
|
244167
244167
|
if (sdkVersion) {
|
|
244168
244168
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -736130,7 +736130,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
736130
736130
|
{
|
|
736131
736131
|
setToInMemoryStorage(
|
|
736132
736132
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
736133
|
-
"0.
|
|
736133
|
+
"0.3334.0"
|
|
736134
736134
|
);
|
|
736135
736135
|
}
|
|
736136
736136
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -244140,7 +244140,7 @@ const getDefaultHeaders = () => {
|
|
|
244140
244140
|
const headers = {
|
|
244141
244141
|
"Content-Type": "application/json",
|
|
244142
244142
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
244143
|
-
[LightdashVersionHeader]: "0.
|
|
244143
|
+
[LightdashVersionHeader]: "0.3334.0"
|
|
244144
244144
|
};
|
|
244145
244145
|
if (sdkVersion) {
|
|
244146
244146
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -736108,7 +736108,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
736108
736108
|
{
|
|
736109
736109
|
setToInMemoryStorage(
|
|
736110
736110
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
736111
|
-
"0.
|
|
736111
|
+
"0.3334.0"
|
|
736112
736112
|
);
|
|
736113
736113
|
}
|
|
736114
736114
|
};
|