Commit a120fde
committed
chore(triggers): align the package version and fix the README example
The package was left at 0.3.37 while every other workspace is 0.3.38.
Dependents use `workspace:*`, so no lockfile change is needed.
The "Driving a workflow" example imported the package for its side effect only,
then used `IntervalTrigger` and `PollingTrigger` — copying it produced two
ReferenceErrors. Named imports patch `Workflow.prototype` just the same.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PDvMMv78PuEw4T5atLeJeS1 parent 7b041df commit a120fde
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments