Files
liqa/package.json
T
Andrii Arsenin f1aac987db feat(scenario): add automatic step boundary logging to run logs
- step start, pass, and fail events logged automatically
- step boundaries visible in run logs without explicit context.log calls
- version bumped from 1.9.0 to 1.9.1
2026-09-15 12:53:33 +03:00

10 lines
112 B
JSON

{
"name": "liqa",
"version": "1.9.1",
"private": true,
"workspaces": [
"server",
"client"
]
}