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