Skip to content

robot3@1.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Sep 15:18
· 3 commits to main since this release
82c9fc2

Minor Changes

  • 0cf6366: '/logging' is now exported, so you can import it in your dev environment to log state changes.

    import 'robot3/logging';
    
    import {...} from 'robot3';

Patch Changes

  • 950b6fa: Fix syntax error in state function type definition that caused TypeScript compilation failures. The previous change had a missing space in a conditional type expression, breaking type inference for state transitions.