Files
ClintchizandClaude Opus 5 afa2a8c093 chore(deps): move packages to TypeScript 6.0.3
Raises the typescript devDependency across the workspace, bumps package
versions, re-adds ignoreDeprecations, and repoints the @wrnexus registry.

These were pre-existing working-tree changes, committed as-is rather than
authored here. The .npmrc change redirects @wrnexus publishes from
registry.npmjs.org to registry.workroot.in — confirm that is intended
before publishing from this branch.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-18 19:16:34 +05:30
..
2026-07-27 12:42:18 +05:30
2026-07-25 13:38:18 +05:30
2026-07-25 13:38:18 +05:30
2026-07-27 12:42:18 +05:30

CAPTCHA showcase

Set a development secret and run:

CAPTCHA_SECRET="replace-with-at-least-32-random-characters" bun run dev

Open the local URL printed by WRNexusJS. The main page exercises number, alphabet, alphanumeric, calculation, image-selection, audio, compact/normal/big sizing, listen visibility, not-robot, invisible timing/honeypot, protected form-submit, and page-gate flows. Open /styles to test all 18 generated text-image renderers, random difficulty modes, allowed pools, and excluded pools.

Run the showcase validation with:

bun run check

The check runs TypeScript validation, the showcase integration tests, and a production build.