@veloceapps/sdk 8.0.0-205 → 8.0.0-206
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2020/core/modules/configuration/services/configuration-state.service.mjs +3 -2
- package/fesm2015/veloceapps-sdk-core.mjs +1 -0
- package/fesm2015/veloceapps-sdk-core.mjs.map +1 -1
- package/fesm2020/veloceapps-sdk-core.mjs +1 -0
- package/fesm2020/veloceapps-sdk-core.mjs.map +1 -1
- package/package.json +1 -1
@@ -2259,6 +2259,7 @@ class ConfigurationStateService {
|
|
2259
2259
|
request.actions.forEach(action => {
|
2260
2260
|
configurationRequest = this.executeActionScript(configurationRequest, action) ?? configurationRequest;
|
2261
2261
|
});
|
2262
|
+
configurationRequest = ConfigurationTranslatorUtils.lightenConfigurationRequest(configurationRequest);
|
2262
2263
|
return this.configurationService.configureRequest$(configurationRequest);
|
2263
2264
|
}), map$1(() => {
|
2264
2265
|
// Run selectors and apply them to the state
|