@lightdash/sdk 0.2976.3 → 0.2976.4
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
|
@@ -300272,7 +300272,7 @@ const getDefaultHeaders = () => {
|
|
|
300272
300272
|
const headers = {
|
|
300273
300273
|
"Content-Type": "application/json",
|
|
300274
300274
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
300275
|
-
[LightdashVersionHeader]: "0.2976.
|
|
300275
|
+
[LightdashVersionHeader]: "0.2976.4"
|
|
300276
300276
|
};
|
|
300277
300277
|
if (sdkVersion) {
|
|
300278
300278
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -880437,7 +880437,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
880437
880437
|
{
|
|
880438
880438
|
setToInMemoryStorage(
|
|
880439
880439
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
880440
|
-
"0.2976.
|
|
880440
|
+
"0.2976.4"
|
|
880441
880441
|
);
|
|
880442
880442
|
}
|
|
880443
880443
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -300250,7 +300250,7 @@ const getDefaultHeaders = () => {
|
|
|
300250
300250
|
const headers = {
|
|
300251
300251
|
"Content-Type": "application/json",
|
|
300252
300252
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
300253
|
-
[LightdashVersionHeader]: "0.2976.
|
|
300253
|
+
[LightdashVersionHeader]: "0.2976.4"
|
|
300254
300254
|
};
|
|
300255
300255
|
if (sdkVersion) {
|
|
300256
300256
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -880415,7 +880415,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
880415
880415
|
{
|
|
880416
880416
|
setToInMemoryStorage(
|
|
880417
880417
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
880418
|
-
"0.2976.
|
|
880418
|
+
"0.2976.4"
|
|
880419
880419
|
);
|
|
880420
880420
|
}
|
|
880421
880421
|
};
|