| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| qawolf-darwin-x64 | 2026-07-14 | 82.0 MB | |
| qawolf-linux-arm64 | 2026-07-14 | 120.1 MB | |
| qawolf-darwin-arm64 | 2026-07-14 | 76.8 MB | |
| qawolf-linux-x64 | 2026-07-14 | 121.1 MB | |
| README.md | 2026-07-14 | 1.2 kB | |
| v1.2.0 source code.tar.gz | 2026-07-14 | 387.5 kB | |
| v1.2.0 source code.zip | 2026-07-14 | 594.7 kB | |
| Totals: 7 Items | 401.0 MB | 3 | |
Minor Changes
-
c2e13b2: Support Node 20. The
engines.nodefloor is lowered to>=20.19.0, and on Node versions without native TypeScript support (Node 20, and Node 22.15–22.17) flows are now loaded through the@oxc-node/coreESM loader, which transpiles and resolves TypeScript at runtime. Bun and Node 22.18+ are unaffected. A CI matrix smoke-tests the published bundle on Node 20, 22, 24, and Bun.Note: the
@qawolf/*platform packages currently declareengines.node >=22.22.0, so installing on Node 20 printsEBADENGINEwarnings. They are verified to run on Node 20.19, and the warnings are non-fatal unlessengine-strictis enabled.
Patch Changes
- cae4b3d: Provide shared local flow runtime dependencies for email inboxes and environment variable persistence across web and Android flows.
- f69f2de: Fix
ERR_MODULE_NOT_FOUNDfor correctly declared flow dependencies: dependency discovery now validates an ancestornode_modulesbefore reusing it, and falls back to installing the project's declared deps when none satisfies them (reported asInstalling N project dependencies…).