@lightdash/sdk 0.3053.0 → 0.3053.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
|
@@ -312178,7 +312178,7 @@ const getDefaultHeaders = () => {
|
|
|
312178
312178
|
const headers = {
|
|
312179
312179
|
"Content-Type": "application/json",
|
|
312180
312180
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
312181
|
-
[LightdashVersionHeader]: "0.3053.
|
|
312181
|
+
[LightdashVersionHeader]: "0.3053.1"
|
|
312182
312182
|
};
|
|
312183
312183
|
if (sdkVersion) {
|
|
312184
312184
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -893328,7 +893328,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
893328
893328
|
{
|
|
893329
893329
|
setToInMemoryStorage(
|
|
893330
893330
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
893331
|
-
"0.3053.
|
|
893331
|
+
"0.3053.1"
|
|
893332
893332
|
);
|
|
893333
893333
|
}
|
|
893334
893334
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -312156,7 +312156,7 @@ const getDefaultHeaders = () => {
|
|
|
312156
312156
|
const headers = {
|
|
312157
312157
|
"Content-Type": "application/json",
|
|
312158
312158
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
312159
|
-
[LightdashVersionHeader]: "0.3053.
|
|
312159
|
+
[LightdashVersionHeader]: "0.3053.1"
|
|
312160
312160
|
};
|
|
312161
312161
|
if (sdkVersion) {
|
|
312162
312162
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -893306,7 +893306,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
893306
893306
|
{
|
|
893307
893307
|
setToInMemoryStorage(
|
|
893308
893308
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
893309
|
-
"0.3053.
|
|
893309
|
+
"0.3053.1"
|
|
893310
893310
|
);
|
|
893311
893311
|
}
|
|
893312
893312
|
};
|