v0.7.2
🚀 Release @addon-core/browser v0.7.2 (2026-07-28)
🐛 Bug Fixed
-
add consumer typecheck workflow and improve type declarations (f9eab46)
- Introduced a new
test:consumer-typesscript to validate type usage in consumer projects. - Enhanced the TypeScript build process to include
chrometype references in declaration files. - Updated dependencies: bumped
@types/chrometo^0.2.2and removed it as a peer dependency. - Added a
copy-api-typesscript to bundleapi.d.tsinto thedistdirectory. - Included a sample consumer test setup for validating type correctness in real-world scenarios.
- Introduced a new
🧪 Tests
-
add platform-specific shell option for npm commands (a2aea7c)
-
simplify consumer setup by writing package.json dynamically (e4908f6)
- Removed the static
package.jsonintests/consumer-typesand created it programmatically. - Updated the consumer typecheck logic to include dynamic package.json creation during tests.
- Removed the static
🙌 Contributors
- Anjey Tsibylskij (@atldays) — commits: 5