jssm 5.82.2 → 5.82.5

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.
package/jssm.d.ts CHANGED
@@ -626,7 +626,7 @@ declare class Machine<mDT> {
626
626
  list_named_transitions(): Map<StateType, number>;
627
627
  list_actions(): Array<StateType>;
628
628
  all_themes(): FslTheme[];
629
- get themes(): FslTheme[];
629
+ get themes(): FslTheme | FslTheme[];
630
630
  set themes(to: FslTheme | FslTheme[]);
631
631
  flow(): FslDirection;
632
632
  get_transition_by_state_names(from: StateType, to: StateType): number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jssm",
3
- "version": "5.82.2",
3
+ "version": "5.82.5",
4
4
  "engines": {
5
5
  "node": ">=10.0.0"
6
6
  },