@lightdash/sdk 0.2947.0 → 0.2948.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
|
@@ -298772,7 +298772,7 @@ const getDefaultHeaders = () => {
|
|
|
298772
298772
|
const headers = {
|
|
298773
298773
|
"Content-Type": "application/json",
|
|
298774
298774
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
298775
|
-
[LightdashVersionHeader]: "0.
|
|
298775
|
+
[LightdashVersionHeader]: "0.2948.0"
|
|
298776
298776
|
};
|
|
298777
298777
|
if (sdkVersion) {
|
|
298778
298778
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -876151,7 +876151,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
876151
876151
|
{
|
|
876152
876152
|
setToInMemoryStorage(
|
|
876153
876153
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
876154
|
-
"0.
|
|
876154
|
+
"0.2948.0"
|
|
876155
876155
|
);
|
|
876156
876156
|
}
|
|
876157
876157
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -298750,7 +298750,7 @@ const getDefaultHeaders = () => {
|
|
|
298750
298750
|
const headers = {
|
|
298751
298751
|
"Content-Type": "application/json",
|
|
298752
298752
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
298753
|
-
[LightdashVersionHeader]: "0.
|
|
298753
|
+
[LightdashVersionHeader]: "0.2948.0"
|
|
298754
298754
|
};
|
|
298755
298755
|
if (sdkVersion) {
|
|
298756
298756
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -876129,7 +876129,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
876129
876129
|
{
|
|
876130
876130
|
setToInMemoryStorage(
|
|
876131
876131
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
876132
|
-
"0.
|
|
876132
|
+
"0.2948.0"
|
|
876133
876133
|
);
|
|
876134
876134
|
}
|
|
876135
876135
|
};
|