jssm 5.142.1 → 5.142.2

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.
@@ -385,6 +385,7 @@ declare type JssmGenericConfig<StateType, DataType> = {
385
385
  dot_preamble?: string;
386
386
  start_states: Array<StateType>;
387
387
  end_states?: Array<StateType>;
388
+ failed_outputs?: Array<StateType>;
388
389
  initial_state?: StateType;
389
390
  start_states_no_enforce?: boolean;
390
391
  state_declaration?: Object[];