@hexabot-ai/widget 3.2.5 → 3.2.7-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/AGENTS.md CHANGED
@@ -34,8 +34,8 @@ Key paths in `packages/widget`:
34
34
 
35
35
  ## Setup & Dev Environment
36
36
  Prerequisites:
37
- - Node.js `^20.19.0` (see `engines`).
38
- - PNPM workspace (`pnpm@9.12.0` at repo root).
37
+ - Node.js `^24.17.0` (see `engines`).
38
+ - PNPM workspace (`pnpm@11.8.0` at repo root).
39
39
 
40
40
  Recommended setup from repo root:
41
41
  ```bash