From 8c3a878ef589f00e2cc25c559f1f220ad64a277e Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 16 Aug 2026 19:29:08 +0000 Subject: [PATCH] chore(release): 0.0.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Browser tests and their CI job only — no library source changed since 0.0.4. Playwright drives the demo's production build against a real MCP server and a real authorization server, covering the OAuth round-trip that no unit test could reach. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_011FKop4At26QqqkwVGEjJur --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index bf989eb..f5ca279 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dudko.dev/agent-web-react", - "version": "0.0.4", + "version": "0.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@dudko.dev/agent-web-react", - "version": "0.0.4", + "version": "0.0.5", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index 8a0499e..be14c45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dudko.dev/agent-web-react", - "version": "0.0.4", + "version": "0.0.5", "description": "React bindings for @dudko.dev/agent-web: a headless useAgent hook, an AgentProvider context, and optional pre-styled components (chat panel, plan/step view, BYOK key form, WebLLM load bar) that connect the in-browser LLM agent to any React site. UI you can drop in — or a headless reducer you can build your own around.", "type": "module", "sideEffects": [