Release 1.5.0: controls inventory and data-URI truncation.
CI / automation-js (vitest + real Chromium) (pull_request) Successful in 1m12s
CI / Lint + tests (pull_request) Successful in 10m25s

Also align __version__ with the unified product version.
This commit is contained in:
2026-08-09 19:31:58 -04:00
parent 16731a0c92
commit 81ba2461d1
5 changed files with 40 additions and 12 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "context-extractor",
"version": "1.4.0",
"description": "Capture console/network/errors and extract AI-ready markdown from a Playwright (Node) page JS/TS twin of the automation/ Python package, sharing the same extension/core/*.js.",
"version": "1.5.0",
"description": "Capture console/network/errors and extract AI-ready markdown from a Playwright (Node) page \u2014 JS/TS twin of the automation/ Python package, sharing the same extension/core/*.js.",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",