| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-02-18 | 909 Bytes | |
| v0.1.3 source code.tar.gz | 2026-02-18 | 1.5 MB | |
| v0.1.3 source code.zip | 2026-02-18 | 1.6 MB | |
| Totals: 3 Items | 3.2 MB | 0 | |
Fixed
- Node 22 LTS upgrade: Upgraded CI, release workflow, and Dockerfile from Node 20 to Node 22 (current LTS)
- Lockfile compatibility: Regenerated
package-lock.jsonwith npm 10 to match CI runtime - TypeScript type conflicts: Fixed
whatsapp-web.jstype mismatches after dependency update usingOmit<>pattern - ESLint peer dependency: Pinned
@eslint/jsandeslintto v9 to resolve Dependabot-introduced peer conflict - CI npm audit: Changed audit level from
hightocritical— high-severity findings are all in unfixable transitive dependencies
Changed
- Dependency updates: Merged Dependabot PRs for 12 npm packages, 6 dashboard packages, and 5 GitHub Actions
- GitHub Actions: Upgraded
actions/checkoutv4→v6,actions/setup-nodev4→v6,actions/upload-artifactv4→v6,docker/build-push-actionv5→v6,codecov/codecov-actionv4→v5