@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.
@@ -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