fix(packaging): add files whitelist to package.json and remove Playwright-generated screenshots

This commit is contained in:
2026-02-12 13:41:32 +00:00
parent f0fae866dc
commit 2d6dbc552e
9 changed files with 21 additions and 3 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-02-12 - 5.0.3 - fix(packaging)
add files whitelist to package.json and remove Playwright-generated screenshots
- Add a "files" array to package.json to control published package contents (includes ts/, ts_web/, dist/, dist_*/**, dist_ts/, dist_ts_web/, assets/, cli.js, npmextra.json, readme.md).
- Remove multiple .playwright-mcp/*.png screenshot files (clean up Playwright test artifacts and reduce repository noise/size).
## 2026-02-12 - 5.0.2 - fix(docs)
update documentation and packaging configuration: document smartmta/smartdns integrations, adjust API method names, and add release registry info