@veloceapps/sdk 9.0.0-7 → 9.0.0-9
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
@@ -2267,6 +2267,7 @@ class ConfigurationStateService {
|
|
2267
2267
|
request.actions.forEach(action => {
|
2268
2268
|
configurationRequest = this.executeActionScript(configurationRequest, action) ?? configurationRequest;
|
2269
2269
|
});
|
2270
|
+
configurationRequest = ConfigurationTranslatorUtils.lightenConfigurationRequest(configurationRequest);
|
2270
2271
|
return this.configurationService.configureRequest$(configurationRequest);
|
2271
2272
|
}), map$1(() => {
|
2272
2273
|
// Run selectors and apply them to the state
|