@turing-machine-js/machine 7.0.0-alpha.3 → 7.0.0-alpha.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/dist/index.d.ts CHANGED
@@ -7,6 +7,7 @@ export { default as TapeBlock } from './classes/TapeBlock';
7
7
  export { default as TapeCommand, movements, symbolCommands } from './classes/TapeCommand';
8
8
  export { default as TuringMachine, type MachineState } from './classes/TuringMachine';
9
9
  export { type Graph, type GraphNode, type GraphTransition, type GraphCommand } from './utilities/graph';
10
+ export { type StateMap, type StateMapEntry } from './utilities/stateGraph';
10
11
  export { toMermaid, fromMermaid } from './utilities/graphFormats';
11
12
  export { summarize, summarizeGraph, type GraphSummary } from './utilities/introspection';
12
13
  export { equivalentOn, type Runnable, type EquivalenceCase, type EquivalenceResult, type EquivalenceReport, } from './utilities/equivalence';