@lightdash/sdk 0.2979.0 → 0.2980.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
|
@@ -300292,7 +300292,7 @@ const getDefaultHeaders = () => {
|
|
|
300292
300292
|
const headers = {
|
|
300293
300293
|
"Content-Type": "application/json",
|
|
300294
300294
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
300295
|
-
[LightdashVersionHeader]: "0.
|
|
300295
|
+
[LightdashVersionHeader]: "0.2980.0"
|
|
300296
300296
|
};
|
|
300297
300297
|
if (sdkVersion) {
|
|
300298
300298
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -880457,7 +880457,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
880457
880457
|
{
|
|
880458
880458
|
setToInMemoryStorage(
|
|
880459
880459
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
880460
|
-
"0.
|
|
880460
|
+
"0.2980.0"
|
|
880461
880461
|
);
|
|
880462
880462
|
}
|
|
880463
880463
|
};
|
package/dist/sdk.es.js
CHANGED
|
@@ -300270,7 +300270,7 @@ const getDefaultHeaders = () => {
|
|
|
300270
300270
|
const headers = {
|
|
300271
300271
|
"Content-Type": "application/json",
|
|
300272
300272
|
[LightdashRequestMethodHeader]: sdkVersion ? RequestMethod.SDK : RequestMethod.WEB_APP,
|
|
300273
|
-
[LightdashVersionHeader]: "0.
|
|
300273
|
+
[LightdashVersionHeader]: "0.2980.0"
|
|
300274
300274
|
};
|
|
300275
300275
|
if (sdkVersion) {
|
|
300276
300276
|
headers[LightdashSdkVersionHeader] = sdkVersion;
|
|
@@ -880435,7 +880435,7 @@ const persistInstanceUrl = (instanceUrl) => {
|
|
|
880435
880435
|
{
|
|
880436
880436
|
setToInMemoryStorage(
|
|
880437
880437
|
LIGHTDASH_SDK_VERSION_LOCAL_STORAGE_KEY,
|
|
880438
|
-
"0.
|
|
880438
|
+
"0.2980.0"
|
|
880439
880439
|
);
|
|
880440
880440
|
}
|
|
880441
880441
|
};
|