@lightdash/sdk 0.3201.0 → 0.3201.2
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
|
@@ -329802,7 +329802,7 @@ const getDefaultHeaders = () => {
|
|
|
329802
329802
|
const headers = {
|
|
329803
329803
|
"Content-Type": "application/json",
|
|
329804
329804
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
329805
|
-
[LightdashVersionHeader]: "0.3201.
|
|
329805
|
+
[LightdashVersionHeader]: "0.3201.2"
|
|
329806
329806
|
};
|
|
329807
329807
|
if (sdkVersion) {
|
|
329808
329808
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -907269,7 +907269,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
907269
907269
|
{
|
|
907270
907270
|
setToInMemoryStorage(
|
|
907271
907271
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
907272
|
-
"0.3201.
|
|
907272
|
+
"0.3201.2"
|
|
907273
907273
|
);
|
|
907274
907274
|
}
|
|
907275
907275
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -329780,7 +329780,7 @@ const getDefaultHeaders = () => {
|
|
|
329780
329780
|
const headers = {
|
|
329781
329781
|
"Content-Type": "application/json",
|
|
329782
329782
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
329783
|
-
[LightdashVersionHeader]: "0.3201.
|
|
329783
|
+
[LightdashVersionHeader]: "0.3201.2"
|
|
329784
329784
|
};
|
|
329785
329785
|
if (sdkVersion) {
|
|
329786
329786
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -907247,7 +907247,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
907247
907247
|
{
|
|
907248
907248
|
setToInMemoryStorage(
|
|
907249
907249
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
907250
|
-
"0.3201.
|
|
907250
|
+
"0.3201.2"
|
|
907251
907251
|
);
|
|
907252
907252
|
}
|
|
907253
907253
|
};
|