Bump playwriter to 0.0.32

This commit is contained in:
Tommy D. Rossi
2025-12-30 14:31:47 +01:00
parent 8604d06e7f
commit ab80c760c8
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## 0.0.32
### Patch Changes
- **Build-time resource generation**: API docs (debugger-api, editor-api, styles-api) are now generated at build time via `build-resources.ts`
- **Hosted resources on playwriter.dev**: Resources now use `https://playwriter.dev/resources/*.md` URLs instead of `playwriter://` custom URIs
- **Simplified mcp.ts**: Resource handlers now read pre-built markdown files from `dist/` instead of constructing content at runtime
## 0.0.31
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "playwriter",
"description": "",
"version": "0.0.31",
"version": "0.0.32",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",