bump playwriter to 0.0.15 - fix logger safety

This commit is contained in:
Tommy D. Rossi
2025-12-08 15:35:18 +01:00
parent 3900f5e49f
commit 7d66507299
3 changed files with 11 additions and 5 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## 0.0.15
### Patch Changes
- **Fixed logger safety**: Added optional chaining to logger calls in CDP relay to prevent errors when logger methods are undefined
## 0.0.14
### Patch Changes