@lightdash/sdk 0.2822.0 → 0.2822.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
|
@@ -297699,7 +297699,7 @@ const getDefaultHeaders = () => {
|
|
|
297699
297699
|
const headers = {
|
|
297700
297700
|
"Content-Type": "application/json",
|
|
297701
297701
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
297702
|
-
[LightdashVersionHeader]: "0.2822.
|
|
297702
|
+
[LightdashVersionHeader]: "0.2822.1"
|
|
297703
297703
|
};
|
|
297704
297704
|
if (sdkVersion) {
|
|
297705
297705
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -861286,7 +861286,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
861286
861286
|
{
|
|
861287
861287
|
setToInMemoryStorage(
|
|
861288
861288
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
861289
|
-
"0.2822.
|
|
861289
|
+
"0.2822.1"
|
|
861290
861290
|
);
|
|
861291
861291
|
}
|
|
861292
861292
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -297677,7 +297677,7 @@ const getDefaultHeaders = () => {
|
|
|
297677
297677
|
const headers = {
|
|
297678
297678
|
"Content-Type": "application/json",
|
|
297679
297679
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
297680
|
-
[LightdashVersionHeader]: "0.2822.
|
|
297680
|
+
[LightdashVersionHeader]: "0.2822.1"
|
|
297681
297681
|
};
|
|
297682
297682
|
if (sdkVersion) {
|
|
297683
297683
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -861264,7 +861264,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
861264
861264
|
{
|
|
861265
861265
|
setToInMemoryStorage(
|
|
861266
861266
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
861267
|
-
"0.2822.
|
|
861267
|
+
"0.2822.1"
|
|
861268
861268
|
);
|
|
861269
861269
|
}
|
|
861270
861270
|
};
|