feat(scenario): let context.downloadFile save data: URLs as run artifacts

Scenario steps can now persist in-script generated content (e.g. an
obtained VC's JWT) as a run file via context.downloadFile('data:...'),
without needing a network fetch. Bumps to 1.8.0.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Andrii Arsenin
2026-09-15 10:37:22 +03:00
co-authored by Claude Sonnet 5
parent 502a3e4f2c
commit 622dfdbfb0
4 changed files with 31 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "liqa",
"version": "1.7.1",
"version": "1.8.0",
"private": true,
"workspaces": [
"server",