diff --git a/app/pages/404.wrn b/app/pages/404.wrn index d1558757..4450b4a3 100644 --- a/app/pages/404.wrn +++ b/app/pages/404.wrn @@ -7,10 +7,10 @@ page Pagenotfound { view {
-
W WRNexusJS
+
W WRNexusJS
Browse documentation
- +
} } \ No newline at end of file diff --git a/app/pages/access.wrn b/app/pages/access.wrn index a0fb1efd..24d22fdd 100644 --- a/app/pages/access.wrn +++ b/app/pages/access.wrn @@ -7,10 +7,10 @@ page Access { view {
-
W WRNexusJS
+
W WRNexusJS
Browse documentation
-

Request preview access

WRNexusJS 0.8.2 packages are not available from the public npm registry. Installation requires approval and private registry credentials supplied by WorkRoot. Never paste registry tokens into source control, issue reports, or support messages.

Request process

  1. Contact WorkRoot through the public contact path at workroot.in.
  2. Describe the application, team, expected deployment, and Bun environment.
  3. After approval, follow the registry instructions supplied privately.
  4. Use the canonical scaffold command below only after authentication.
bunx @wrnexus/cli@0.8.2 create my-app

Access approval, response time, licensing terms, and support level remain owner-controlled. This site does not collect access requests directly.

- +

Request preview access

WRNexusJS 0.8.3 packages are not available from the public npm registry. Installation requires approval and private registry credentials supplied by WorkRoot. Never paste registry tokens into source control, issue reports, or support messages.

Request process

  1. Contact WorkRoot through the public contact path at workroot.in.
  2. Describe the application, team, expected deployment, and Bun environment.
  3. After approval, follow the registry instructions supplied privately.
  4. Use the canonical scaffold command below only after authentication.
bunx @wrnexus/cli@0.8.3 create my-app

Access approval, response time, licensing terms, and support level remain owner-controlled. This site does not collect access requests directly.

+
} } \ No newline at end of file diff --git a/app/pages/architecture.wrn b/app/pages/architecture.wrn index 5d015513..926ab612 100644 --- a/app/pages/architecture.wrn +++ b/app/pages/architecture.wrn @@ -7,10 +7,10 @@ page Architecture { view {
-
W WRNexusJS
+
W WRNexusJS
Browse documentation
-
Framework architecture · 0.8.2

Architecture

WRNexusJS is Bun-native and SSR-first. File discovery maps pages and API handlers; middleware enriches or short-circuits a request; the compiler turns .wrn declarations into server render functions and small feature runtimes.

Request and build lifecycle

  1. DiscoverPages, APIs, middleware, components, layouts, schemas, rooms
  2. CompileParse .wrn, validate grammar, generate server code
  3. RequestLimits, security, locale, session, middleware
  4. MatchStatic and dynamic file route
  5. RenderSSR data, escaped interpolation, components, metadata
  6. EnhanceOnly required reactive/directive runtimes

Package boundaries

core owns contexts, middleware, sessions and rooms; router discovers routes; compiler parses .wrn; ssr renders documents; csr supplies browser runtimes; dev-server and cli orchestrate development and builds.

Security and data flow

Validation happens at trust boundaries. Session authentication establishes identity; authorization makes resource decisions. CSP, Trusted Types, CSRF, upload checks, WebSocket origins, request limits, and output escaping are layered controls—not substitutes for application policy.

Realtime and scale

Rooms are process-local unless connected through pub/sub. Redis-backed pub/sub distributes events. Queue durability depends on the selected driver and must be evaluated explicitly.

Workspaces and gateways

The gateway can dispatch multiple applications while preserving route, component, asset, config, and session boundaries. Validate host routing and isolation before production.

Build and deployment

wrnexus build . produces dist/server.js and hashed/static assets. Run the server with Bun, apply migrations before traffic, terminate TLS at a trusted edge, and forward only expected proxy headers.

Mobile

Mobile compatibility bridges SSR-safe Capacitor capabilities; native route generation is experimental and is not general web portability. Test each target platform.

Generated files and limits

app/routes.gen.ts, .wrnexus/, and dist/ are generated. The runtime is Bun-only. Preview packages are private. Historical compatibility and long-term support policy are not yet published.

- +
Framework architecture · 0.8.3

Architecture

WRNexusJS is Bun-native and SSR-first. File discovery maps pages and API handlers; middleware enriches or short-circuits a request; the compiler turns .wrn declarations into server render functions and small feature runtimes.

Request and build lifecycle

  1. DiscoverPages, APIs, middleware, components, layouts, schemas, rooms
  2. CompileParse .wrn, validate grammar, generate server code
  3. RequestLimits, security, locale, session, middleware
  4. MatchStatic and dynamic file route
  5. RenderSSR data, escaped interpolation, components, metadata
  6. EnhanceOnly required reactive/directive runtimes

Package boundaries

core owns contexts, middleware, sessions and rooms; router discovers routes; compiler parses .wrn; ssr renders documents; csr supplies browser runtimes; dev-server and cli orchestrate development and builds.

Security and data flow

Validation happens at trust boundaries. Session authentication establishes identity; authorization makes resource decisions. CSP, Trusted Types, CSRF, upload checks, WebSocket origins, request limits, and output escaping are layered controls—not substitutes for application policy.

Realtime and scale

Rooms are process-local unless connected through pub/sub. Redis-backed pub/sub distributes events. Queue durability depends on the selected driver and must be evaluated explicitly.

Workspaces and gateways

The gateway can dispatch multiple applications while preserving route, component, asset, config, and session boundaries. Validate host routing and isolation before production.

Build and deployment

wrnexus build . produces dist/server.js and hashed/static assets. Run the server with Bun, apply migrations before traffic, terminate TLS at a trusted edge, and forward only expected proxy headers.

Mobile

Mobile compatibility bridges SSR-safe Capacitor capabilities; native route generation is experimental and is not general web portability. Test each target platform.

Generated files and limits

app/routes.gen.ts, .wrnexus/, and dist/ are generated. The runtime is Bun-only. Preview packages are private. Historical compatibility and long-term support policy are not yet published.

+
} } \ No newline at end of file diff --git a/app/pages/benchmarks.wrn b/app/pages/benchmarks.wrn index 4b735901..0a0ffe9e 100644 --- a/app/pages/benchmarks.wrn +++ b/app/pages/benchmarks.wrn @@ -7,10 +7,10 @@ page Benchmarks { view {
-
W WRNexusJS
+
W WRNexusJS
Browse documentation

Benchmarks

No publishable benchmark dataset yet

No comparative speed claims are published. A valid baseline must record scripts, commit, Bun/framework versions, hardware, OS, warmup, samples, workload, raw results, median, percentiles, memory, HTML size, browser JavaScript size, and run date.

The roadmap starts with WRNexusJS-only measurements before any maintained equivalent-workload comparison.

- +
} } \ No newline at end of file diff --git a/app/pages/changelog.wrn b/app/pages/changelog.wrn index 8dc2c816..e6005f1b 100644 --- a/app/pages/changelog.wrn +++ b/app/pages/changelog.wrn @@ -7,10 +7,10 @@ page Changelog { view {
-
W WRNexusJS
+
W WRNexusJS
Browse documentation
-

Changelog

0.8.2 2026-07-13

Documentation is aligned to all 46 installed packages. This release adds @wrnexus/helpers, original-request URL helpers, safe login redirects, working wrnexus workspace add, and forward-auth redirect propagation.

Migration notes

Run wrnexus update --latest and keep every @wrnexus/* package on 0.8.2. Existing applications must explicitly add @wrnexus/helpers before importing it; newly scaffolded applications include it automatically.

Versioning and support

The packages use semantic-looking versions, but a formal compatibility and old-release support policy has not been approved. Preview consumers should treat minor releases as potentially requiring migration review.

- +

Changelog

0.8.3 2026-07-13

Documentation is aligned to all 46 installed packages. This release adds @wrnexus/helpers, original-request URL helpers, safe login redirects, working wrnexus workspace add, and forward-auth redirect propagation.

Migration notes

Run wrnexus update --latest and keep every @wrnexus/* package on 0.8.3. Existing applications must explicitly add @wrnexus/helpers before importing it; newly scaffolded applications include it automatically.

Versioning and support

The packages use semantic-looking versions, but a formal compatibility and old-release support policy has not been approved. Preview consumers should treat minor releases as potentially requiring migration review.

+
} } \ No newline at end of file diff --git a/app/pages/examples.wrn b/app/pages/examples.wrn index 1762132d..4400a0fa 100644 --- a/app/pages/examples.wrn +++ b/app/pages/examples.wrn @@ -7,10 +7,10 @@ page Examples { view {
-
W WRNexusJS
+
W WRNexusJS
Browse documentation
-

Examples

Examples are tied to installed 0.8.2 package documentation. The focused snippets in guides are source-verified; standalone runnable projects and CI compilation are tracked as remaining work.

Minimal .wrn page

Documented

Database CRUD

Planned fixture

Authentication and protected route

Planned fixture

Permissions

Planned fixture

Forms and validation

Documented

Realtime dashboard

Planned fixture

File upload

Planned fixture

Background queue

Planned fixture

Redis pub/sub

Planned fixture

Workspace gateway

Planned fixture

Deployment

Planned fixture

Experimental mobile mode

Planned fixture
- +

Examples

Examples are tied to installed 0.8.3 package documentation. The focused snippets in guides are source-verified; standalone runnable projects and CI compilation are tracked as remaining work.

Minimal .wrn page

Documented

Database CRUD

Planned fixture

Authentication and protected route

Planned fixture

Permissions

Planned fixture

Forms and validation

Documented

Realtime dashboard

Planned fixture

File upload

Planned fixture

Background queue

Planned fixture

Redis pub/sub

Planned fixture

Workspace gateway

Planned fixture

Deployment

Planned fixture

Experimental mobile mode

Planned fixture
+
} } \ No newline at end of file diff --git a/app/pages/getting-started.wrn b/app/pages/getting-started.wrn index cf879ebd..43e4f1fe 100644 --- a/app/pages/getting-started.wrn +++ b/app/pages/getting-started.wrn @@ -7,9 +7,9 @@ page Gettingstarted { view {
-
W WRNexusJS
+
W WRNexusJS
Browse documentation
-
Preview guide · v0.8.2

Build a contact inbox

This path creates a server-rendered page, validated API route, middleware, and realtime next step. It requires approved registry access and Bun 1.3.x; this site was verified with Bun 1.3.14.

1. Create the project

bunx @wrnexus/cli@0.8.2 create my-app
+      
Preview guide · v0.8.3

Build a contact inbox

This path creates a server-rendered page, validated API route, middleware, and realtime next step. It requires approved registry access and Bun 1.3.x; this site was verified with Bun 1.3.14.

1. Create the project

bunx @wrnexus/cli@0.8.3 create my-app
 cd my-app
 bun install
 bun run dev

2. Know the structure

app/pages/       # file-based .wrn routes
@@ -39,7 +39,7 @@ export const POST = async (ctx) => {
 }

7. Test and ship

bun run test
 bun run build
 bun dist/server.js

Next: deployment, database, authentication, and workspaces.

- +
} } \ No newline at end of file diff --git a/app/pages/guides/api-routes.wrn b/app/pages/guides/api-routes.wrn index 45efbb43..1e8e3c8c 100644 --- a/app/pages/guides/api-routes.wrn +++ b/app/pages/guides/api-routes.wrn @@ -7,10 +7,10 @@ page APIroutes { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview guide · 0.8.2

API routes

Export GET, POST, PUT, PATCH, or DELETE from app/api files. Validate request bodies, enforce authentication and authorization, cap request sizes, and return Web Responses.

Release scope

This guide describes installed 0.8.2 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

- +
Preview guide · 0.8.3

API routes

Export GET, POST, PUT, PATCH, or DELETE from app/api files. Validate request bodies, enforce authentication and authorization, cap request sizes, and return Web Responses.

Release scope

This guide describes installed 0.8.3 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

+
} } \ No newline at end of file diff --git a/app/pages/guides/authentication.wrn b/app/pages/guides/authentication.wrn index 3fde3a63..ce29189c 100644 --- a/app/pages/guides/authentication.wrn +++ b/app/pages/guides/authentication.wrn @@ -7,10 +7,10 @@ page Authentication { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview guide · 0.8.2

Authentication

Configure session authentication, log users in through supported auth helpers, and read identity from context. Cookie flags, rotation, expiry, and secret storage remain deployment responsibilities.

Release scope

This guide describes installed 0.8.2 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

- +
Preview guide · 0.8.3

Authentication

Configure session authentication, log users in through supported auth helpers, and read identity from context. Cookie flags, rotation, expiry, and secret storage remain deployment responsibilities.

Release scope

This guide describes installed 0.8.3 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

+
} } \ No newline at end of file diff --git a/app/pages/guides/authorization.wrn b/app/pages/guides/authorization.wrn index aba16bb6..ac0be46d 100644 --- a/app/pages/guides/authorization.wrn +++ b/app/pages/guides/authorization.wrn @@ -7,10 +7,10 @@ page Authorization { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview guide · 0.8.2

Authorization

Authentication identifies; authorization decides. Enforce permissions in server routes and policies, including object ownership. UI hiding is never an authorization boundary.

Release scope

This guide describes installed 0.8.2 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

- +
Preview guide · 0.8.3

Authorization

Authentication identifies; authorization decides. Enforce permissions in server routes and policies, including object ownership. UI hiding is never an authorization boundary.

Release scope

This guide describes installed 0.8.3 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

+
} } \ No newline at end of file diff --git a/app/pages/guides/configuration-and-profiles.wrn b/app/pages/guides/configuration-and-profiles.wrn index 043fa9d4..87b86131 100644 --- a/app/pages/guides/configuration-and-profiles.wrn +++ b/app/pages/guides/configuration-and-profiles.wrn @@ -7,10 +7,10 @@ page Configurationandprofiles { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview guide · 0.8.2

Configuration and profiles

wrnexus.config.ts owns styles, SEO, security, data, mobile, fonts, and profiles. Keep secrets in validated environment variables and review merged production configuration.

Release scope

This guide describes installed 0.8.2 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

- +
Preview guide · 0.8.3

Configuration and profiles

wrnexus.config.ts owns styles, SEO, security, data, mobile, fonts, and profiles. Keep secrets in validated environment variables and review merged production configuration.

Release scope

This guide describes installed 0.8.3 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

+
} } \ No newline at end of file diff --git a/app/pages/guides/database.wrn b/app/pages/guides/database.wrn index c98c6fe1..cdec6077 100644 --- a/app/pages/guides/database.wrn +++ b/app/pages/guides/database.wrn @@ -7,10 +7,10 @@ page Database { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview guide · 0.8.2

Database

Configure SQLite or the installed supported driver, keep queries in named SQL blocks, generate typed functions, and apply migrations before traffic. Back up data and test rollback independently.

Release scope

This guide describes installed 0.8.2 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

- +
Preview guide · 0.8.3

Database

Configure SQLite or the installed supported driver, keep queries in named SQL blocks, generate typed functions, and apply migrations before traffic. Back up data and test rollback independently.

Release scope

This guide describes installed 0.8.3 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

+
} } \ No newline at end of file diff --git a/app/pages/guides/deployment.wrn b/app/pages/guides/deployment.wrn index 8facd7ff..6c9165f2 100644 --- a/app/pages/guides/deployment.wrn +++ b/app/pages/guides/deployment.wrn @@ -7,10 +7,10 @@ page Deployment { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview guide · 0.8.2

Deployment

Run bun run build, apply migrations, and start dist/server.js with Bun. Configure TLS, proxy trust, environment validation, health checks, graceful restarts, logs, backups, and restrictive security headers.

Release scope

This guide describes installed 0.8.2 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

- +
Preview guide · 0.8.3

Deployment

Run bun run build, apply migrations, and start dist/server.js with Bun. Configure TLS, proxy trust, environment validation, health checks, graceful restarts, logs, backups, and restrictive security headers.

Release scope

This guide describes installed 0.8.3 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

+
} } \ No newline at end of file diff --git a/app/pages/guides/forms-and-validation.wrn b/app/pages/guides/forms-and-validation.wrn index 6160d818..358a43e2 100644 --- a/app/pages/guides/forms-and-validation.wrn +++ b/app/pages/guides/forms-and-validation.wrn @@ -7,10 +7,10 @@ page Formsandvalidation { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview guide · 0.8.2

Forms and validation

Define a v.object schema, use data-schema on the form, show field errors with data-error, and always call parseBody on the server. refine is server-only.

Release scope

This guide describes installed 0.8.2 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

- +
Preview guide · 0.8.3

Forms and validation

Define a v.object schema, use data-schema on the form, show field errors with data-error, and always call parseBody on the server. refine is server-only.

Release scope

This guide describes installed 0.8.3 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

+
} } \ No newline at end of file diff --git a/app/pages/guides/i18n-and-themes.wrn b/app/pages/guides/i18n-and-themes.wrn index ddbc88e4..225236c4 100644 --- a/app/pages/guides/i18n-and-themes.wrn +++ b/app/pages/guides/i18n-and-themes.wrn @@ -7,10 +7,10 @@ page Internationalizationandthemes { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview guide · 0.8.2

Internationalization and themes

Store locale JSON under app/locales and use translation directives. Themes resolve CSS tokens; ensure contrast, system preference behavior, persistence, and non-color cues.

Release scope

This guide describes installed 0.8.2 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

- +
Preview guide · 0.8.3

Internationalization and themes

Store locale JSON under app/locales and use translation directives. Themes resolve CSS tokens; ensure contrast, system preference behavior, persistence, and non-color cues.

Release scope

This guide describes installed 0.8.3 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

+
} } \ No newline at end of file diff --git a/app/pages/guides/middleware.wrn b/app/pages/guides/middleware.wrn index 672c0010..1cb8ebf5 100644 --- a/app/pages/guides/middleware.wrn +++ b/app/pages/guides/middleware.wrn @@ -7,10 +7,10 @@ page Middleware { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview guide · 0.8.2

Middleware

Middleware receives context and next. Return next() to continue or return a Response to stop. Put request limits and trust-boundary controls before business logic.

Release scope

This guide describes installed 0.8.2 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

- +
Preview guide · 0.8.3

Middleware

Middleware receives context and next. Return next() to continue or return a Response to stop. Put request limits and trust-boundary controls before business logic.

Release scope

This guide describes installed 0.8.3 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

+
} } \ No newline at end of file diff --git a/app/pages/guides/mobile.wrn b/app/pages/guides/mobile.wrn index 8a15d4d4..07cf4968 100644 --- a/app/pages/guides/mobile.wrn +++ b/app/pages/guides/mobile.wrn @@ -7,10 +7,10 @@ page Mobile { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview guide · 0.8.2

Mobile

Mobile capabilities are experimental in this preview. Test Capacitor permissions and lifecycle on each platform; do not assume every .wrn or browser API converts to native.

Release scope

This guide describes installed 0.8.2 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

- +
Preview guide · 0.8.3

Mobile

Mobile capabilities are experimental in this preview. Test Capacitor permissions and lifecycle on each platform; do not assume every .wrn or browser API converts to native.

Release scope

This guide describes installed 0.8.3 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

+
} } \ No newline at end of file diff --git a/app/pages/guides/observability.wrn b/app/pages/guides/observability.wrn index c412c5d7..ff6a10fb 100644 --- a/app/pages/guides/observability.wrn +++ b/app/pages/guides/observability.wrn @@ -7,10 +7,10 @@ page Observability { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview guide · 0.8.2

Observability

Use tracking middleware and sinks with redaction, sampling, stable request identifiers, alert ownership, and retention limits. Never capture registry tokens or session secrets.

Release scope

This guide describes installed 0.8.2 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

- +
Preview guide · 0.8.3

Observability

Use tracking middleware and sinks with redaction, sampling, stable request identifiers, alert ownership, and retention limits. Never capture registry tokens or session secrets.

Release scope

This guide describes installed 0.8.3 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

+
} } \ No newline at end of file diff --git a/app/pages/guides/pages-and-components.wrn b/app/pages/guides/pages-and-components.wrn index 2f01a809..c2633b7c 100644 --- a/app/pages/guides/pages-and-components.wrn +++ b/app/pages/guides/pages-and-components.wrn @@ -7,10 +7,10 @@ page Pagesandcomponents { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview guide · 0.8.2

Pages and components

Pages are routable, components are reusable, and layouts provide shared slots. Mount a component with data-component and keep browser state scoped and minimal.

Release scope

This guide describes installed 0.8.2 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

- +
Preview guide · 0.8.3

Pages and components

Pages are routable, components are reusable, and layouts provide shared slots. Mount a component with data-component and keep browser state scoped and minimal.

Release scope

This guide describes installed 0.8.3 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

+
} } \ No newline at end of file diff --git a/app/pages/guides/project-structure.wrn b/app/pages/guides/project-structure.wrn index 254b16a4..f4022dbd 100644 --- a/app/pages/guides/project-structure.wrn +++ b/app/pages/guides/project-structure.wrn @@ -7,10 +7,10 @@ page Projectstructure { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview guide · 0.8.2

Project structure

Pages, components, layouts, APIs, middleware, schemas, database files, locales, realtime rooms, and styles live under app. Never edit app/routes.gen.ts, .wrnexus, or dist by hand.

Release scope

This guide describes installed 0.8.2 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

- +
Preview guide · 0.8.3

Project structure

Pages, components, layouts, APIs, middleware, schemas, database files, locales, realtime rooms, and styles live under app. Never edit app/routes.gen.ts, .wrnexus, or dist by hand.

Release scope

This guide describes installed 0.8.3 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

+
} } \ No newline at end of file diff --git a/app/pages/guides/pubsub.wrn b/app/pages/guides/pubsub.wrn index 223c42cf..ad95f78d 100644 --- a/app/pages/guides/pubsub.wrn +++ b/app/pages/guides/pubsub.wrn @@ -7,10 +7,10 @@ page Pubsub { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview guide · 0.8.2

Pub/sub

The in-process driver cannot cross processes. Use Redis where instances must share events, define channel ownership, and design for reconnects and duplicate delivery.

Release scope

This guide describes installed 0.8.2 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

- +
Preview guide · 0.8.3

Pub/sub

The in-process driver cannot cross processes. Use Redis where instances must share events, define channel ownership, and design for reconnects and duplicate delivery.

Release scope

This guide describes installed 0.8.3 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

+
} } \ No newline at end of file diff --git a/app/pages/guides/queues.wrn b/app/pages/guides/queues.wrn index ba2bfd56..c23292c1 100644 --- a/app/pages/guides/queues.wrn +++ b/app/pages/guides/queues.wrn @@ -7,10 +7,10 @@ page Queues { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview guide · 0.8.2

Queues

Queue behavior is preview-level. Treat in-process work as non-durable, make handlers idempotent, cap retries, record failures, and choose a production persistence strategy.

Release scope

This guide describes installed 0.8.2 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

- +
Preview guide · 0.8.3

Queues

Queue behavior is preview-level. Treat in-process work as non-durable, make handlers idempotent, cap retries, record failures, and choose a production persistence strategy.

Release scope

This guide describes installed 0.8.3 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

+
} } \ No newline at end of file diff --git a/app/pages/guides/realtime.wrn b/app/pages/guides/realtime.wrn index 4d08af1d..eb5536c6 100644 --- a/app/pages/guides/realtime.wrn +++ b/app/pages/guides/realtime.wrn @@ -7,10 +7,10 @@ page Realtime { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview guide · 0.8.2

Realtime

defineRoom handles connection and messages. Validate message shapes, authorize subscriptions, restrict origins, bound payloads, and use pub/sub to scale across processes.

Release scope

This guide describes installed 0.8.2 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

- +
Preview guide · 0.8.3

Realtime

defineRoom handles connection and messages. Validate message shapes, authorize subscriptions, restrict origins, bound payloads, and use pub/sub to scale across processes.

Release scope

This guide describes installed 0.8.3 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

+
} } \ No newline at end of file diff --git a/app/pages/guides/routing.wrn b/app/pages/guides/routing.wrn index 4f839daf..abe8c4fc 100644 --- a/app/pages/guides/routing.wrn +++ b/app/pages/guides/routing.wrn @@ -7,10 +7,10 @@ page Routing { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview guide · 0.8.2

Routing

A page filename defines its URL; index maps to the directory root and bracket segments are dynamic parameters. API files under app/api expose HTTP method functions and receive a Context.

Release scope

This guide describes installed 0.8.2 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

- +
Preview guide · 0.8.3

Routing

A page filename defines its URL; index maps to the directory root and bracket segments are dynamic parameters. API files under app/api expose HTTP method functions and receive a Context.

Release scope

This guide describes installed 0.8.3 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

+
} } \ No newline at end of file diff --git a/app/pages/guides/security.wrn b/app/pages/guides/security.wrn index 3a6d9fbb..38774b3a 100644 --- a/app/pages/guides/security.wrn +++ b/app/pages/guides/security.wrn @@ -7,10 +7,10 @@ page Applicationsecurity { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview guide · 0.8.2

Application security

Use CSP, CSRF, Trusted Types, session hardening, validation, origin checks, upload restrictions, encryption, request limits, and explicit CORS. See the security policy for reporting.

Release scope

This guide describes installed 0.8.2 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

- +
Preview guide · 0.8.3

Application security

Use CSP, CSRF, Trusted Types, session hardening, validation, origin checks, upload restrictions, encryption, request limits, and explicit CORS. See the security policy for reporting.

Release scope

This guide describes installed 0.8.3 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

+
} } \ No newline at end of file diff --git a/app/pages/guides/server-data.wrn b/app/pages/guides/server-data.wrn index 1bcbf02a..4d2a5e87 100644 --- a/app/pages/guides/server-data.wrn +++ b/app/pages/guides/server-data.wrn @@ -7,10 +7,10 @@ page Serverdata { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview guide · 0.8.2

Server data

Use an ssr API binding, return the desired response field, and render it with a server #each block. Values are escaped. Avoid fetching private data through a route that lacks authorization.

Release scope

This guide describes installed 0.8.2 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

- +
Preview guide · 0.8.3

Server data

Use an ssr API binding, return the desired response field, and render it with a server #each block. Values are escaped. Avoid fetching private data through a route that lacks authorization.

Release scope

This guide describes installed 0.8.3 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

+
} } \ No newline at end of file diff --git a/app/pages/guides/testing.wrn b/app/pages/guides/testing.wrn index 55edb7fd..9dc5df69 100644 --- a/app/pages/guides/testing.wrn +++ b/app/pages/guides/testing.wrn @@ -7,10 +7,10 @@ page Testing { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview guide · 0.8.2

Testing

Use Bun tests and @wrnexus/test helpers. Cover server HTML, API status and validation, authorization failures, reactive behavior, and a production startup smoke test.

Release scope

This guide describes installed 0.8.2 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

- +
Preview guide · 0.8.3

Testing

Use Bun tests and @wrnexus/test helpers. Cover server HTML, API status and validation, authorization failures, reactive behavior, and a production startup smoke test.

Release scope

This guide describes installed 0.8.3 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

+
} } \ No newline at end of file diff --git a/app/pages/guides/troubleshooting.wrn b/app/pages/guides/troubleshooting.wrn index 0359b337..fef0b3d2 100644 --- a/app/pages/guides/troubleshooting.wrn +++ b/app/pages/guides/troubleshooting.wrn @@ -7,10 +7,10 @@ page Troubleshooting { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview guide · 0.8.2

Troubleshooting

Confirm Bun and package versions, regenerate docs/routes through supported commands, read the first compiler diagnostic, check file naming, validate config, and reproduce under a production build.

Release scope

This guide describes installed 0.8.2 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

- +
Preview guide · 0.8.3

Troubleshooting

Confirm Bun and package versions, regenerate docs/routes through supported commands, read the first compiler diagnostic, check file naming, validate config, and reproduce under a production build.

Release scope

This guide describes installed 0.8.3 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

+
} } \ No newline at end of file diff --git a/app/pages/guides/upgrading.wrn b/app/pages/guides/upgrading.wrn index 0d794fd2..835d11f8 100644 --- a/app/pages/guides/upgrading.wrn +++ b/app/pages/guides/upgrading.wrn @@ -7,10 +7,10 @@ page Upgrading { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview guide · 0.8.2

Upgrading

Back up and commit first, then use wrnexus update --latest as documented by the installed CLI. Review migrations and keep every @wrnexus package aligned. Current release: 0.8.2.

Release scope

This guide describes installed 0.8.2 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

- +
Preview guide · 0.8.3

Upgrading

Back up and commit first, then use wrnexus update --latest as documented by the installed CLI. Review migrations and keep every @wrnexus package aligned. Current release: 0.8.3.

Release scope

This guide describes installed 0.8.3 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

+
} } \ No newline at end of file diff --git a/app/pages/guides/uploads.wrn b/app/pages/guides/uploads.wrn index 27aa4959..b567f1f6 100644 --- a/app/pages/guides/uploads.wrn +++ b/app/pages/guides/uploads.wrn @@ -7,10 +7,10 @@ page Uploads { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview guide · 0.8.2

Uploads

Configure named stores, accepted MIME/extensions, and maxBytes. Random keys avoid path traversal. Private files require an authenticated serving route; v1 buffers each file in memory.

Release scope

This guide describes installed 0.8.2 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

- +
Preview guide · 0.8.3

Uploads

Configure named stores, accepted MIME/extensions, and maxBytes. Random keys avoid path traversal. Private files require an authenticated serving route; v1 buffers each file in memory.

Release scope

This guide describes installed 0.8.3 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

+
} } \ No newline at end of file diff --git a/app/pages/guides/workspaces-and-gateway.wrn b/app/pages/guides/workspaces-and-gateway.wrn index aae3b291..ca654cae 100644 --- a/app/pages/guides/workspaces-and-gateway.wrn +++ b/app/pages/guides/workspaces-and-gateway.wrn @@ -7,9 +7,9 @@ page Workspacesandgateway { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview guide · 0.8.2

Workspaces and gateway

A workspace runs isolated applications behind one domain-routing gateway. Add an application from the workspace root; the CLI scaffolds apps/reports and registers it in wrnexus.workspace.ts:

wrnexus workspace add reports --domain=reports.localhost
+      
Preview guide · 0.8.3

Workspaces and gateway

A workspace runs isolated applications behind one domain-routing gateway. Add an application from the workspace root; the CLI scaffolds apps/reports and registers it in wrnexus.workspace.ts:

wrnexus workspace add reports --domain=reports.localhost
 bun install
 bun run dev

Forward authentication

Point protected applications at a dedicated verifier endpoint. The verifier must return 2xx for an authenticated session, 401/403 to deny access, or an HTTP redirect to begin browser login.

// wrnexus.workspace.ts
 {
@@ -28,8 +28,8 @@ export const GET = async (ctx: Context) => {
   return redirectToLogin(ctx, "/login", {
     allowedHosts: ["admin.localhost:3000", "reports.localhost:3000"],
   });
-};

Always allowlist redirect hosts. After login, validate or sign the returnTo value before redirecting. Keep internal app ports private and open applications through the gateway port.

Release scope

This guide describes installed 0.8.2 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

- +};

Always allowlist redirect hosts. After login, validate or sign the returnTo value before redirecting. Keep internal app ports private and open applications through the gateway port.

Release scope

This guide describes installed 0.8.3 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

+
} } \ No newline at end of file diff --git a/app/pages/index.wrn b/app/pages/index.wrn index e34905f6..ab4a50cb 100644 --- a/app/pages/index.wrn +++ b/app/pages/index.wrn @@ -7,9 +7,9 @@ page Home { view {
-
W WRNexusJS
+
W WRNexusJS
-

WRNexusJS v0.8.2

Build from the server.
Ship only what matters.

WRNexusJS is an SSR-first, Bun-native full-stack framework. Build typed pages, APIs, validated forms, realtime rooms, secure sessions, workspaces, and optional mobile experiences with the .wrn component language.

Private developer preview. Request access to the package registry.

app/pages/dashboard.wrn
page Dashboard {
+      

WRNexusJS v0.8.3

Build from the server.
Ship only what matters.

WRNexusJS is an SSR-first, Bun-native full-stack framework. Build typed pages, APIs, validated forms, realtime rooms, secure sessions, workspaces, and optional mobile experiences with the .wrn component language.

Private developer preview. Request access to the package registry.

app/pages/dashboard.wrn
page Dashboard {
   ssr { api tasks GET /api/tasks { return tasks } }
   view {
     <main>
@@ -35,10 +35,10 @@ export const POST = async (ctx) => {
   return result.ok ? Response.json({ ok: true }, { status: 201 }) : result.response;
 };

Request lifecycle

  1. RequestSecurity headers and request limits
  2. MiddlewareAuthentication, policy, and context
  3. File routePage or API handler
  4. Compiler + SSRSafe HTML and scoped runtime
  5. ResponseHTML, JSON, stream, or realtime upgrade
-

Production proof

WorkRoot

Public creator/company site and approved WRNexusJS production showcase.

wrnexusjs.dev

This documentation application runs WRNexusJS 0.8.2.

View deployment notes and showcase status →

-

Capability status

CapabilityStatusDetails
SSR, routing, compiler, APIsPreviewInstalled in 0.8.2; public support policy pending.
Mobile/nativeExperimentalCapacitor compatibility and native generation have platform limitations.
Durable queuesExperimentalProduction durability requires an appropriate driver strategy.
+

Production proof

WorkRoot

Public creator/company site and approved WRNexusJS production showcase.

wrnexusjs.dev

This documentation application runs WRNexusJS 0.8.3.

View deployment notes and showcase status →

+

Capability status

CapabilityStatusDetails
SSR, routing, compiler, APIsPreviewInstalled in 0.8.3; public support policy pending.
Mobile/nativeExperimentalCapacitor compatibility and native generation have platform limitations.
Durable queuesExperimentalProduction durability requires an appropriate driver strategy.

Continue exploring

- +
} } \ No newline at end of file diff --git a/app/pages/language.wrn b/app/pages/language.wrn index 7b7e6c7f..3ad1e2b3 100644 --- a/app/pages/language.wrn +++ b/app/pages/language.wrn @@ -7,15 +7,15 @@ page Thewrnlanguage { view {
-
W WRNexusJS
+
W WRNexusJS
-
Language reference · 0.8.2

The .wrn language

File anatomy

page Account {
+      
Language reference · 0.8.3

The .wrn language

File anatomy

page Account {
   layout = "public"
   seo { title = "Account" description = "Manage your account." }
   state count = 0
   view { <button @click="count++">Count {count}</button> }
 }

Pages, components, layouts, props, and state

Pages are routes. Components declare default-valued props and may hold state. Layouts provide shared slots. Mount components with data-component; fill default or named slots with data-slot.

Interpolation, conditionals, and loops

Interpolation is HTML-escaped. Use server {#if} and {#each} for SSR data. Use data-show for reactive client visibility.

Events and directives

@click and other events execute in the reactive scope. Data attributes opt into forms, i18n, themes, realtime, uploader, browser, and mobile behavior. Consult the exact package page because availability varies.

Forms, i18n, themes, and realtime

form[data-schema] connects descriptors to client and server validation. Translation keys use {t:key}. Theme toggles use data-wire-theme-toggle. Realtime pages opt into a named room.

Escaping and security

Text interpolation is escaped by default. Do not construct trusted HTML from user input. Server-only refinements must be repeated at the authoritative mutation boundary.

Common compiler errors

  • Use balanced braces; a literal brace must be escaped.
  • Declare UI in view, not JSX or hooks.
  • Use a valid page, component, or layout declaration matching the file role.
  • Keep server loops tied to available SSR bindings.
  • Check troubleshooting and compiler API for this release.
- +
} } \ No newline at end of file diff --git a/app/pages/license.wrn b/app/pages/license.wrn index cb784fb0..de19caef 100644 --- a/app/pages/license.wrn +++ b/app/pages/license.wrn @@ -7,10 +7,10 @@ page License { view {
-
W WRNexusJS
+
W WRNexusJS

License

Owner decision required

This documentation repository contains no public license file, and the packages are unavailable from the public npm registry. No open-source license or redistribution right should be inferred.

Approved preview users must follow the private/commercial terms supplied by WorkRoot. Contact WorkRoot before copying, redistributing, or using WRNexusJS in production.

- +
} } \ No newline at end of file diff --git a/app/pages/packages.wrn b/app/pages/packages.wrn index 9d38f3d3..e5a89408 100644 --- a/app/pages/packages.wrn +++ b/app/pages/packages.wrn @@ -12,10 +12,10 @@ page Packages {
W WRNexusJS - +
-
46 focused packages

Package reference

Everything in the framework, organized by responsibility and documented from the published 0.8.2 APIs.

Showing {category} packages

+
46 focused packages

Package reference

Everything in the framework, organized by responsibility and documented from the published 0.8.3 APIs.

Showing {category} packages

AI

@wrnexus/ai

Server-side Anthropic client with generation and streaming.

Open documentation →
@@ -153,7 +153,7 @@ page Packages { Security

@wrnexus/validation

Typed schemas, coercion, validation, and browser descriptors.

Open documentation →
- +
} } diff --git a/app/pages/packages/ai.wrn b/app/pages/packages/ai.wrn index 6493111b..b6953129 100644 --- a/app/pages/packages/ai.wrn +++ b/app/pages/packages/ai.wrn @@ -10,11 +10,11 @@ page wrnexusai {
W WRNexusJS - +
-
AI · Package reference

@wrnexus/ai

Server-side Anthropic client with generation and streaming.

v0.8.2Private registryAI

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/ai@0.8.2

Request preview access. Never put registry tokens in source control.

Provider-neutral AI orchestration for OpenAI, Anthropic, Google and local OpenAI-compatible models, with streaming, structured output, tools, embeddings, vector search/RAG, conversation persistence, templates, guardrails, usage events, fallback, rate limits and evaluation reports.

+
AI · Package reference

@wrnexus/ai

Server-side Anthropic client with generation and streaming.

v0.8.3Private registryAI

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/ai@0.8.3

Request preview access. Never put registry tokens in source control.

Provider-neutral AI orchestration for OpenAI, Anthropic, Google and local OpenAI-compatible models, with streaming, structured output, tools, embeddings, vector search/RAG, conversation persistence, templates, guardrails, usage events, fallback, rate limits and evaluation reports.

A tiny, zero-dependency Claude (Anthropic) client for WRNexusJS apps — generate and stream text with Claude from any server-side code.

Part of the WRNexusJS framework — an SSR-first, Bun-native full-stack web framework.

Overview

@@ -151,7 +151,7 @@ export const POST = async (ctx) => { };
- + } } diff --git a/app/pages/packages/auth.wrn b/app/pages/packages/auth.wrn index bca9ef2a..a330e4e0 100644 --- a/app/pages/packages/auth.wrn +++ b/app/pages/packages/auth.wrn @@ -10,11 +10,11 @@ page wrnexusauth {
W WRNexusJS - +
-
Security · Package reference

@wrnexus/auth

Authentication routes, sessions, forms, guards, and account flows.

v0.8.2Private registrySecurity

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/auth@0.8.2

Request preview access. Never put registry tokens in source control.

Framework-native authentication, identity, account-security, and session management for WRNexusJS.

+
Security · Package reference

@wrnexus/auth

Authentication routes, sessions, forms, guards, and account flows.

v0.8.3Private registrySecurity

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/auth@0.8.3

Request preview access. Never put registry tokens in source control.

Framework-native authentication, identity, account-security, and session management for WRNexusJS.

Capabilities

  • Password registration, login, recovery, reset, and authenticated password changes
  • @@ -287,7 +287,7 @@ export { A as AUTH_SECURITY_EVENT_TYPES, a as AuthAccountStatus, b as AuthC export { MemoryAuthStore } from './stores/memory.js'; export { SqlAuthStore } from './stores/sql.js'; export { AUTH_SESSION_KEY, authSession, clearAuthSession, establishAuthSession, getAuthSession, getAuthUser, isAuthenticatedContext, requireAuth } from './middleware.js'; -export { A as AuthHttpOptions, a as AuthPasskeyHttpOptions, b as AuthSchemaOverrides, c as AuthSchemaSet, d as authBrowserSchemaDescriptors, e as authBrowserSchemaMap, f as authSchemas, g as authenticatorConfirmSchema, h as authenticatorDisableSchema, i as authenticatorSetupSchema, j as changePasswordSchema, k as createAuthHttpHandlers, l as emptyActionSchema, m as impersonationStartSchema, n as invitationAcceptSchema, o as loginSchema, p as magicLinkConsumeSchema, q as magicLinkRequestSchema, r as mfaOtpRequestSchema, s as mfaSchema, t as otpIssueSchema, u as otpLoginCompleteSchema, v as otpLoginRequestSchema, w as otpSchema, x as passkeyAuthenticationOptionsSchema, y as passkeyAuthenticationVerifySchema, z as passkeyRegistrationOptionsSchema, B as passkeyRegistrationVerifySchema, C as passwordResetRequestSchema, D as passwordResetSchema, E as recoveryCodesSchema, F as registerSchema, G as resolveAuthSchemas, H as sessionRevokeSchema, I as signUpSchema, J as verificationRequestSchema, K as verificationTokenSchema } from './index-BuZlwKSF.js'; +export { A as AuthHttpOptions, a as AuthPasskeyHttpOptions, b as AuthSchemaOverrides, c as AuthSchemaSet, d as authBrowserSchemaDescriptors, e as authBrowserSchemaMap, f as authSchemas, g as authenticatorConfirmSchema, h as authenticatorDisableSchema, i as authenticatorSetupSchema, j as changePasswordSchema, k as createAuthHttpHandlers, l as emptyActionSchema, m as impersonationStartSchema, n as invitationAcceptSchema, o as loginSchema, p as magicLinkConsumeSchema, q as magicLinkRequestSchema, r as mfaOtpRequestSchema, s as mfaSchema, t as otpIssueSchema, u as otpLoginCompleteSchema, v as otpLoginRequestSchema, w as otpSchema, x as passkeyAuthenticationOptionsSchema, y as passkeyAuthenticationVerifySchema, z as passkeyRegistrationOptionsSchema, B as passkeyRegistrationVerifySchema, C as passwordResetRequestSchema, D as passwordResetSchema, E as recoveryCodesSchema, F as registerSchema, G as resolveAuthSchemas, H as sessionRevokeSchema, I as signUpSchema, J as verificationRequestSchema, K as verificationTokenSchema } from './index-B4uaD0Z3.js'; export { AuthAuditIssue, AuthConfig, AuthPluginOptions, AuthRoutesConfig, authComponentsDir, authPlugin } from './plugin.js'; export { DefaultAuthRouteOptions, clearDefaultAuthEngine, getDefaultAuthEngine, getDefaultAuthRouteOptions, getDefaultAuthSchemas, hasDefaultAuthEngine, setDefaultAuthEngine, setDefaultAuthRouteOptions, setDefaultAuthSchemas, tryGetDefaultAuthEngine } from './runtime.js'; export { createAuthSecretProtector } from './protector.js'; @@ -386,7 +386,7 @@ export const auth = createAuthEngine({ };
- + } } diff --git a/app/pages/packages/authz.wrn b/app/pages/packages/authz.wrn index a985cfa0..8ec746af 100644 --- a/app/pages/packages/authz.wrn +++ b/app/pages/packages/authz.wrn @@ -10,11 +10,11 @@ page wrnexusauthz {
W WRNexusJS - +
Browse documentation
-
Security · Package reference

@wrnexus/authz

Role, permission, policy, and authorization guards.

v0.8.2Private registrySecurity

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/authz@0.8.2

Request preview access. Never put registry tokens in source control.

Composable authorization for WRNexusJS — role-based (RBAC), policy-based (PBAC), and attribute-based (ABAC) access control that reduces to a boolean check plus an authorize() guard.
+
Security · Package reference

@wrnexus/authz

Role, permission, policy, and authorization guards.

v0.8.3Private registrySecurity

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/authz@0.8.3

Request preview access. Never put registry tokens in source control.

Composable authorization for WRNexusJS — role-based (RBAC), policy-based (PBAC), and attribute-based (ABAC) access control that reduces to a boolean check plus an authorize() guard.

Part of the WRNexusJS framework — an SSR-first, Bun-native full-stack web framework.

Overview

@wrnexus/authz is a small, server-side authorization toolkit. It gives you three interchangeable models — RBAC (roles → permissions), PBAC (policy predicates), and ABAC (attribute matchers) — that all collapse to a boolean | Promise<boolean> decision. Wrap any decision in a Middleware guard (authorize, requireRole, requirePermission) to protect WRNexusJS routes. Reach for it whenever a route or action needs to be gated on who the user is, what roles they hold, or attributes of the user and the resource. It plugs into @wrnexus/core by reading ctx.user as the authorization subject.

@@ -242,7 +242,7 @@ app.put( );
- + } } diff --git a/app/pages/packages/benchmark.wrn b/app/pages/packages/benchmark.wrn index 445e2993..0fc18590 100644 --- a/app/pages/packages/benchmark.wrn +++ b/app/pages/packages/benchmark.wrn @@ -10,11 +10,11 @@ page wrnexusbenchmark {
W WRNexusJS - +
Browse documentation
-
Tooling · Package reference

@wrnexus/benchmark

Framework benchmark scenarios and repeatable performance measurements.

v0.8.2Private registryTooling

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/benchmark@0.8.2

Request preview access. Never put registry tokens in source control.

Deterministic benchmark execution, percentiles, baseline comparisons, and regression budgets for builds, SSR, hydration, stores, and application hot paths.

+
Tooling · Package reference

@wrnexus/benchmark

Framework benchmark scenarios and repeatable performance measurements.

v0.8.3Private registryTooling

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/benchmark@0.8.3

Request preview access. Never put registry tokens in source control.

Deterministic benchmark execution, percentiles, baseline comparisons, and regression budgets for builds, SSR, hydration, stores, and application hot paths.

import { runBenchmark, assertBenchmarkBudget } from "@wrnexus/benchmark";
 const result = await runBenchmark("render", render, { iterations: 100 });
 assertBenchmarkBudget(result, baseline, { p95Percent: 5 });

Complete TypeScript API

Generated from the exact installed package declarations.

interface BenchmarkOptions {
@@ -61,7 +61,7 @@ const result = await runBenchmark("render", render, { iterations:
 assertBenchmarkBudget(result, baseline, { p95Percent: 5 });

Install @wrnexus/benchmark

bun add @wrnexus/benchmark
- + } } diff --git a/app/pages/packages/cache.wrn b/app/pages/packages/cache.wrn index bb66fa22..5a90084c 100644 --- a/app/pages/packages/cache.wrn +++ b/app/pages/packages/cache.wrn @@ -10,11 +10,11 @@ page wrnexuscache {
W WRNexusJS - +
Browse documentation
-
Data · Package reference

@wrnexus/cache

Memory and distributed caching with coordination and invalidation.

v0.8.2Private registryData

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/cache@0.8.2

Request preview access. Never put registry tokens in source control.

Bounded in-memory/tag caching and HTTP response caching for WRNexusJS. Supports request deduplication, tag invalidation, ETags, fresh/stale states, and optional detached stale revalidation.

+
Data · Package reference

@wrnexus/cache

Memory and distributed caching with coordination and invalidation.

v0.8.3Private registryData

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/cache@0.8.3

Request preview access. Never put registry tokens in source control.

Bounded in-memory/tag caching and HTTP response caching for WRNexusJS. Supports request deduplication, tag invalidation, ETags, fresh/stale states, and optional detached stale revalidation.

import { connectCacheInvalidation, TagCache, responseCache } from "@wrnexus/cache";
 const cache = new TagCache({ ttlMs: 60_000, staleWhileRevalidateMs: 300_000 });
 export default responseCache({ cache, tags: ["products"] });
@@ -235,7 +235,7 @@ await bus.close();

Pages }

- + } } diff --git a/app/pages/packages/captcha.wrn b/app/pages/packages/captcha.wrn index 81161b7a..735ebe0c 100644 --- a/app/pages/packages/captcha.wrn +++ b/app/pages/packages/captcha.wrn @@ -10,11 +10,11 @@ page wrnexuscaptcha {
W WRNexusJS - +
Browse documentation
-
Security · Package reference

@wrnexus/captcha

Managed CAPTCHA verification, middleware, and UI integration.

v0.8.2Private registrySecurity

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/captcha@0.8.2

Request preview access. Never put registry tokens in source control.

A first-class CAPTCHA and anti-automation package for WRNexusJS. It supports self-hosted challenges, a managed WRNexus service, external providers, form submission guards, page gates, accessible audio, adaptive risk checks, and a Tailwind-only .wrn component.

+
Security · Package reference

@wrnexus/captcha

Managed CAPTCHA verification, middleware, and UI integration.

v0.8.3Private registrySecurity

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/captcha@0.8.3

Request preview access. Never put registry tokens in source control.

A first-class CAPTCHA and anti-automation package for WRNexusJS. It supports self-hosted challenges, a managed WRNexus service, external providers, form submission guards, page gates, accessible audio, adaptive risk checks, and a Tailwind-only .wrn component.

Install

bun add @wrnexus/captcha

WRNexusJS automatically discovers the package plugin, component, client runtime, styles, and DevToolbar audit. Use <Captcha /> directly after installation. The browser runtime is injected once only on responses that render a CAPTCHA; no script tag, public-file copy, or manual plugin registration is required. Call captchaPlugin(options) explicitly only when an application needs to override the discovered package configuration.

@@ -333,7 +333,7 @@ export const HEAD = POST;
- + } } diff --git a/app/pages/packages/cli.wrn b/app/pages/packages/cli.wrn index 633a2c14..bea8f9a4 100644 --- a/app/pages/packages/cli.wrn +++ b/app/pages/packages/cli.wrn @@ -10,11 +10,11 @@ page wrnexuscli {
W WRNexusJS - +
Browse documentation
-
Tooling · Package reference

@wrnexus/cli

Create, develop, build, generate, test, and maintain WRNexusJS apps.

v0.8.2Private registryTooling

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/cli@0.8.2

Request preview access. Never put registry tokens in source control.

Production parity commands:

+
Tooling · Package reference

@wrnexus/cli

Create, develop, build, generate, test, and maintain WRNexusJS apps.

v0.8.3Private registryTooling

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/cli@0.8.3

Request preview access. Never put registry tokens in source control.

Production parity commands:

wrnexus build .
 wrnexus preview . --port=3000
 wrnexus dev . --production-runtime
@@ -167,7 +167,7 @@ wrnexus update --latest wrnexus doctor
- + } } diff --git a/app/pages/packages/compiler.wrn b/app/pages/packages/compiler.wrn index 0bed209f..ab3746b2 100644 --- a/app/pages/packages/compiler.wrn +++ b/app/pages/packages/compiler.wrn @@ -10,11 +10,11 @@ page wrnexuscompiler {
W WRNexusJS - +
Browse documentation
-
Core · Package reference

@wrnexus/compiler

Parser and code generators for the .wrn language.

v0.8.2Private registryCore

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/compiler@0.8.2

Request preview access. Never put registry tokens in source control.

Partial-static rendering

+
Core · Package reference

@wrnexus/compiler

Parser and code generators for the .wrn language.

v0.8.3Private registryCore

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/compiler@0.8.3

Request preview access. Never put registry tokens in source control.

Partial-static rendering

Pages can select render = "partial-static" and divide their view with <Static> and <Dynamic> boundaries. The compiler emits a build-only shell renderer that never evaluates dynamic-boundary children. wrnexus build expands static component mounts into dist/partial-shells.json, records byte/region evidence in build-report.json, and embeds the shell in the production route manifest. At request time the production runtime retains request-aware layouts, locale/theme metadata and security nonces while streaming dynamic regions into stable placeholders.

Compiler for the .wrn language — tokenizes, parses, and lowers .wrn page and component files to TypeScript.

Part of the WRNexusJS framework — an SSR-first, Bun-native full-stack web framework.

@@ -409,7 +409,7 @@ lx.next(); // { type: "ident", value: "Home", pos: 5 &# lx.next(); // { type: "lbrace", value: "{", pos: 10 }
- + } } diff --git a/app/pages/packages/content.wrn b/app/pages/packages/content.wrn index 2b992be3..b659c100 100644 --- a/app/pages/packages/content.wrn +++ b/app/pages/packages/content.wrn @@ -10,11 +10,11 @@ page wrnexuscontent {
W WRNexusJS - +
Browse documentation
-
Data · Package reference

@wrnexus/content

Content collections, validation, querying, and publishing workflows.

v0.8.2Private registryData

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/content@0.8.2

Request preview access. Never put registry tokens in source control.

Typed content collections for Markdown/MDX-like documents and remote CMS records. Collections validate frontmatter through any { parse(input) } schema, render escaped HTML, and expose draft preview, versions, references, headings, search indexes, pagination, RSS and sitemaps.

+
Data · Package reference

@wrnexus/content

Content collections, validation, querying, and publishing workflows.

v0.8.3Private registryData

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/content@0.8.3

Request preview access. Never put registry tokens in source control.

Typed content collections for Markdown/MDX-like documents and remote CMS records. Collections validate frontmatter through any { parse(input) } schema, render escaped HTML, and expose draft preview, versions, references, headings, search indexes, pagination, RSS and sitemaps.

const posts = defineCollection({
   name: "posts",
   schema: PostSchema,
@@ -170,7 +170,7 @@ const published = await posts.load();
 const preview = await posts.load({ previewToken: request.headers.get("x-preview-token") ?? "" });

Install @wrnexus/content

bun add @wrnexus/content
- + } } diff --git a/app/pages/packages/core.wrn b/app/pages/packages/core.wrn index aa5a84c0..a46d32de 100644 --- a/app/pages/packages/core.wrn +++ b/app/pages/packages/core.wrn @@ -10,11 +10,11 @@ page wrnexuscore {
W WRNexusJS - +
Browse documentation
-
Core · Package reference

@wrnexus/core

Contexts, middleware, security, sessions, caching, JSX, and realtime.

v0.8.2Private registryCore

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/core@0.8.2

Request preview access. Never put registry tokens in source control.

The framework core: the request Context, middleware contract, and the security, session, caching, streaming, realtime, and JSX primitives every other WRNexusJS package builds on.
+
Core · Package reference

@wrnexus/core

Contexts, middleware, security, sessions, caching, JSX, and realtime.

v0.8.3Private registryCore

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/core@0.8.3

Request preview access. Never put registry tokens in source control.

The framework core: the request Context, middleware contract, and the security, session, caching, streaming, realtime, and JSX primitives every other WRNexusJS package builds on.

Part of the WRNexusJS framework — an SSR-first, Bun-native full-stack web framework.

Overview

@wrnexus/core is the shared foundation of WRNexusJS. It defines the Context object that flows through every middleware, page, and API route, plus the Middleware/Next contract they implement. On top of that it ships the building blocks a real app needs: cookie-backed sessions, password auth, CSRF protection, rate limiting, request logging, HTTP + in-memory caching, file uploads, streaming/SSE responses, WebSocket "rooms", security headers/CORS, and a server-side JSX runtime that renders to HTML strings. Everything here is server-side and Bun-native (it uses Bun.password, Bun.write, the web-standard Request/Response, and crypto). You depend on it directly and transitively through the rest of the framework.

@@ -1550,7 +1550,7 @@ const registry = createRealtimeRegistry(); bridgeRealtime(registry, createPubSub(redisDriver(process.env.REDIS_URL)));
- + } } diff --git a/app/pages/packages/csr.wrn b/app/pages/packages/csr.wrn index b53dc670..80fec2d6 100644 --- a/app/pages/packages/csr.wrn +++ b/app/pages/packages/csr.wrn @@ -10,11 +10,11 @@ page wrnexuscsr {
W WRNexusJS - +
Browse documentation
-
Frontend · Package reference

@wrnexus/csr

Reactive, navigation, and realtime browser runtimes.

v0.8.2Private registryFrontend

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/csr@0.8.2

Request preview access. Never put registry tokens in source control.

+
Frontend · Package reference

@wrnexus/csr

Reactive, navigation, and realtime browser runtimes.

v0.8.3Private registryFrontend

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/csr@0.8.3

Request preview access. Never put registry tokens in source control.

Pages can opt into restoration across client navigation:

page Users {
   navigation {
@@ -330,7 +330,7 @@ room.on("chat", (msg) => console.log(msg.user, msg.text));
 room.send({ type: "chat", user: "ada", text: "hi" });
- + } } diff --git a/app/pages/packages/db.wrn b/app/pages/packages/db.wrn index d3e66056..92bccc74 100644 --- a/app/pages/packages/db.wrn +++ b/app/pages/packages/db.wrn @@ -10,11 +10,11 @@ page wrnexusdb {
W WRNexusJS - +
Browse documentation
-
Data · Package reference

@wrnexus/db

Database adapters, typed queries, models, migrations, and sessions.

v0.8.2Private registryData

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/db@0.8.2

Request preview access. Never put registry tokens in source control.

Rollout-safe migrations

+
Data · Package reference

@wrnexus/db

Database adapters, typed queries, models, migrations, and sessions.

v0.8.3Private registryData

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/db@0.8.3

Request preview access. Never put registry tokens in source control.

Rollout-safe migrations

Run wrnexus db check in CI before deployment. The analyzer reports stable diagnostics for drops, renames, type changes, new/enforced required columns, and potentially blocking index creation, with an expand/backfill/switch/contract recommendation. wrnexus db migrate blocks critical issues in pending migrations. --allow-breaking is an explicit operator override; already-applied migrations do not block later releases.

The database layer for WRNexusJS: TS models as the single source of truth for DDL, validation, and result typing, plus a driver-based Db client, migrations, and a sqlc-style query generator.

Part of the WRNexusJS framework — an SSR-first, Bun-native full-stack web framework.

@@ -527,7 +527,7 @@ await repo.insert({ email: "a@b.com" }); const active = await repo.find({ active: true });
- + } } diff --git a/app/pages/packages/dev-server.wrn b/app/pages/packages/dev-server.wrn index f37a41ee..bf4bf2dc 100644 --- a/app/pages/packages/dev-server.wrn +++ b/app/pages/packages/dev-server.wrn @@ -10,11 +10,11 @@ page wrnexusdevserver {
W WRNexusJS - +
Browse documentation
-
Runtime · Package reference

@wrnexus/dev-server

Development and production servers, HMR, assets, and gateways.

v0.8.2Private registryRuntime

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/dev-server@0.8.2

Request preview access. Never put registry tokens in source control.

The WRNexusJS HTTP + WebSocket server runtime — request dispatch, SSR document assembly, live-reload (HMR), and the portable production handler.
+
Runtime · Package reference

@wrnexus/dev-server

Development and production servers, HMR, assets, and gateways.

v0.8.3Private registryRuntime

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/dev-server@0.8.3

Request preview access. Never put registry tokens in source control.

The WRNexusJS HTTP + WebSocket server runtime — request dispatch, SSR document assembly, live-reload (HMR), and the portable production handler.

Part of the WRNexusJS framework — an SSR-first, Bun-native full-stack web framework.

Overview

This package is the server runtime that powers a WRNexusJS app in both development and production. A single request runtime (createHandlers) owns HTTP/WebSocket dispatch and SSR document assembly; it knows nothing about _how_ modules and assets are produced, so the dev and prod entry points wire in different backends: dev uses dynamic module loading plus on-the-fly bundling and injects a live-reload client; prod uses a static, pre-built manifest with cache-immutable assets. The package also ships a multi-app gateway (route several apps by Host header behind one port) and a portable node:http adapter for WinterCG hosts. It is entirely server-side and Bun-native (Bun.serve, Bun.file, Bun.gzipSync).

@@ -590,6 +590,8 @@ interface ProdOptions { stylesIncludeFramework?: boolean; /** Absolute path to the pre-built reactive runtime. */ reactivePath?: string; + /** Absolute directory containing bundled per-WRN browser modules. */ + clientModulesDir?: string; /** Absolute path to the pre-built theme stylesheet (`theme.css`). */ themePath?: string; /** Absolute path to the pre-built theme runtime (`theme.js`). */ @@ -817,7 +819,7 @@ await startGateway({ });
- + } } diff --git a/app/pages/packages/dev-toolbar.wrn b/app/pages/packages/dev-toolbar.wrn index bd51bd5d..70f53458 100644 --- a/app/pages/packages/dev-toolbar.wrn +++ b/app/pages/packages/dev-toolbar.wrn @@ -10,11 +10,11 @@ page wrnexusdevtoolbar {
W WRNexusJS - +
Browse documentation
-
Tooling · Package reference

@wrnexus/dev-toolbar

Development toolbar diagnostics, inspection, and runtime status.

v0.8.2Private registryTooling

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/dev-toolbar@0.8.2

Request preview access. Never put registry tokens in source control.

Development-only page quality toolbar for WRNexusJS.

+
Tooling · Package reference

@wrnexus/dev-toolbar

Development toolbar diagnostics, inspection, and runtime status.

v0.8.3Private registryTooling

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/dev-toolbar@0.8.3

Request preview access. Never put registry tokens in source control.

Development-only page quality toolbar for WRNexusJS.

Features

  • Runtime, resource and unhandled promise error capture
  • @@ -41,7 +41,7 @@ export { DEV_TOOLBAR_CSS, DEV_TOOLBAR_RUNTIME } from './client/index.j const issues = runDevToolbarRules(context);
- + } } diff --git a/app/pages/packages/encryption.wrn b/app/pages/packages/encryption.wrn index a2f48b08..1a3ff190 100644 --- a/app/pages/packages/encryption.wrn +++ b/app/pages/packages/encryption.wrn @@ -10,11 +10,11 @@ page wrnexusencryption {
W WRNexusJS - +
Browse documentation
-
Security · Package reference

@wrnexus/encryption

Hashing, HMAC, authenticated encryption, and key derivation.

v0.8.2Private registrySecurity

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/encryption@0.8.2

Request preview access. Never put registry tokens in source control.

Authenticated encryption, hashing, HMAC, key rotation, and optional encrypted HTTP exchanges for WRNexusJS.

+
Security · Package reference

@wrnexus/encryption

Hashing, HMAC, authenticated encryption, and key derivation.

v0.8.3Private registrySecurity

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/encryption@0.8.3

Request preview access. Never put registry tokens in source control.

Authenticated encryption, hashing, HMAC, key rotation, and optional encrypted HTTP exchanges for WRNexusJS.

Core helpers

  • generateKey() — random 256-bit AES key encoded as base64.
  • @@ -213,7 +213,7 @@ const response = await fetch(request); const result = await decryptEncryptedResponse(response, request, { keyring });

Install @wrnexus/encryption

bun add @wrnexus/encryption
- + } } diff --git a/app/pages/packages/graphql.wrn b/app/pages/packages/graphql.wrn index 66df7c03..cf1404ac 100644 --- a/app/pages/packages/graphql.wrn +++ b/app/pages/packages/graphql.wrn @@ -10,16 +10,16 @@ page wrnexusgraphql {
W WRNexusJS - +
Browse documentation
-
Data · Package reference

@wrnexus/graphql

GraphQL schemas, routes, and framework plugin integration.

v0.8.2Private registryData

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/graphql@0.8.2

Request preview access. Never put registry tokens in source control.

Optional GraphQL endpoint plugin. Supply the executor from GraphQL.js, GraphQL Yoga, Mercurius, or another maintained engine; WRNexus owns bounded HTTP input, depth/alias limits, introspection policy, generic production errors and plugin route integration.

Complete TypeScript API

Generated from the exact installed package declarations.

export { G as GraphqlExecutionResult, a as GraphqlOptions, b as GraphqlRequest, c as createGraphqlHandler, default as graphqlPlugin } from './plugin.js';
+      
Data · Package reference

@wrnexus/graphql

GraphQL schemas, routes, and framework plugin integration.

v0.8.3Private registryData

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/graphql@0.8.3

Request preview access. Never put registry tokens in source control.

Optional GraphQL endpoint plugin. Supply the executor from GraphQL.js, GraphQL Yoga, Mercurius, or another maintained engine; WRNexus owns bounded HTTP input, depth/alias limits, introspection policy, generic production errors and plugin route integration.

Complete TypeScript API

Generated from the exact installed package declarations.

export { G as GraphqlExecutionResult, a as GraphqlOptions, b as GraphqlRequest, c as createGraphqlHandler, default as graphqlPlugin } from './plugin.js';
 import '@wrnexus/plugin';
 

Examples

Copy-ready examples from the installed package documentation.

Install @wrnexus/graphql

bun add @wrnexus/graphql

Import @wrnexus/graphql

import * as graphql from "@wrnexus/graphql";
- + } } diff --git a/app/pages/packages/helpers.wrn b/app/pages/packages/helpers.wrn index df94b175..25c66311 100644 --- a/app/pages/packages/helpers.wrn +++ b/app/pages/packages/helpers.wrn @@ -10,11 +10,11 @@ page wrnexushelpers {
W WRNexusJS - +
-
Tooling · Package reference

@wrnexus/helpers

Safe Context URL helpers and forward-auth login redirects.

v0.8.2Private registryTooling

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/helpers@0.8.2

Request preview access. Never put registry tokens in source control.

Safe convenience helpers for common WRNexusJS application flows. The package uses standard Context, URL, and Response values and has no runtime dependency beyond @wrnexus/core.

+
Tooling · Package reference

@wrnexus/helpers

Safe Context URL helpers and forward-auth login redirects.

v0.8.3Private registryTooling

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/helpers@0.8.3

Request preview access. Never put registry tokens in source control.

Safe convenience helpers for common WRNexusJS application flows. The package uses standard Context, URL, and Response values and has no runtime dependency beyond @wrnexus/core.

bun add @wrnexus/helpers

The package is private, so the machine must be authenticated to the wrnexus npm organization.

Usage

@@ -156,7 +156,7 @@ export const GET = async (ctx: Context) => { };
- + } } diff --git a/app/pages/packages/i18n.wrn b/app/pages/packages/i18n.wrn index 41222dbf..74e6c8e2 100644 --- a/app/pages/packages/i18n.wrn +++ b/app/pages/packages/i18n.wrn @@ -10,11 +10,11 @@ page wrnexusi18n {
W WRNexusJS - +
Browse documentation
-
Frontend · Package reference

@wrnexus/i18n

Translation loading, locale resolution, and Intl formatting.

v0.8.2Private registryFrontend

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/i18n@0.8.2

Request preview access. Never put registry tokens in source control.

Recursive locale loading, fallback resolution, SSR/browser translations, locale formatting, and language UI blocks for WRNexusJS.

+
Frontend · Package reference

@wrnexus/i18n

Translation loading, locale resolution, and Intl formatting.

v0.8.3Private registryFrontend

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/i18n@0.8.3

Request preview access. Never put registry tokens in source control.

Recursive locale loading, fallback resolution, SSR/browser translations, locale formatting, and language UI blocks for WRNexusJS.

Locale files

Both layouts can be used together:

app/locales/en.json
@@ -231,7 +231,7 @@ const enXA = createPseudoLocale(messages.en);
 const arXB = createPseudoLocale(messages.en, { rtl: true });
- + } } diff --git a/app/pages/packages/identity.wrn b/app/pages/packages/identity.wrn index 4eadf974..ebd99709 100644 --- a/app/pages/packages/identity.wrn +++ b/app/pages/packages/identity.wrn @@ -10,11 +10,11 @@ page wrnexusidentity {
W WRNexusJS - +
Browse documentation
-
Security · Package reference

@wrnexus/identity

Portable identity records, claims, and account linking.

v0.8.2Private registrySecurity

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/identity@0.8.2

Request preview access. Never put registry tokens in source control.

Enterprise identity and governance for WRNexusJS: OIDC discovery, signed SAML adapter flows, LDAP/Active Directory synchronization adapters, SCIM provisioning, scoped API keys, service accounts, approval workflows, consent history, retention, subject export/deletion and audit.

+
Security · Package reference

@wrnexus/identity

Portable identity records, claims, and account linking.

v0.8.3Private registrySecurity

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/identity@0.8.3

Request preview access. Never put registry tokens in source control.

Enterprise identity and governance for WRNexusJS: OIDC discovery, signed SAML adapter flows, LDAP/Active Directory synchronization adapters, SCIM provisioning, scoped API keys, service accounts, approval workflows, consent history, retention, subject export/deletion and audit.

The package complements @wrnexus/auth (passkeys, MFA, devices, sessions, OAuth and audited impersonation) and @wrnexus/authz (RBAC, ABAC and policy decisions). Protocol-specific SAML and directory parsing is supplied through adapters so applications can select a maintained vendor SDK without weakening framework validation, replay protection or governance auditing.

Complete TypeScript API

Generated from the exact installed package declarations.

interface OidcMetadata {
     issuer: string;
     authorization_endpoint: string;
@@ -233,7 +233,7 @@ export { type DirectoryAdapter, type EnterpriseIdentity, type GovernanceEve
 

Examples

Copy-ready examples from the installed package documentation.

Install @wrnexus/identity

bun add @wrnexus/identity

Import @wrnexus/identity

import * as identity from "@wrnexus/identity";
- + } } diff --git a/app/pages/packages/image.wrn b/app/pages/packages/image.wrn index 3f423f5f..e08b77ce 100644 --- a/app/pages/packages/image.wrn +++ b/app/pages/packages/image.wrn @@ -10,11 +10,11 @@ page wrnexusimage {
W WRNexusJS - +
Browse documentation
-
Frontend · Package reference

@wrnexus/image

Responsive image optimization, loaders, placeholders, and components.

v0.8.2Private registryFrontend

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/image@0.8.2

Request preview access. Never put registry tokens in source control.

Secure responsive-image planning, loader adapters, picture sources, preload hints, placeholders, and performance auditing for WRNexusJS.

+
Frontend · Package reference

@wrnexus/image

Responsive image optimization, loaders, placeholders, and components.

v0.8.3Private registryFrontend

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/image@0.8.3

Request preview access. Never put registry tokens in source control.

Secure responsive-image planning, loader adapters, picture sources, preload hints, placeholders, and performance auditing for WRNexusJS.

Build-time conversion is available through optimizeImage. It normalizes and bounds width/format variants, prevents variant explosions, writes deterministic filenames, and returns a manifest with dimensions and byte sizes:

import { optimizeImage } from "@wrnexus/image";
 
@@ -219,7 +219,7 @@ const picture = createPicture({
 });
- + } } diff --git a/app/pages/packages/jwt.wrn b/app/pages/packages/jwt.wrn index bf12e723..959de2cf 100644 --- a/app/pages/packages/jwt.wrn +++ b/app/pages/packages/jwt.wrn @@ -10,11 +10,11 @@ page wrnexusjwt {
W WRNexusJS - +
Browse documentation
-
Security · Package reference

@wrnexus/jwt

HS256 JWT signing, verification, and bearer authentication.

v0.8.2Private registrySecurity

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/jwt@0.8.2

Request preview access. Never put registry tokens in source control.

Dependency-free JSON Web Tokens (HS256) via Web Crypto, plus a bearer-token auth middleware for WRNexusJS.
+
Security · Package reference

@wrnexus/jwt

HS256 JWT signing, verification, and bearer authentication.

v0.8.3Private registrySecurity

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/jwt@0.8.3

Request preview access. Never put registry tokens in source control.

Dependency-free JSON Web Tokens (HS256) via Web Crypto, plus a bearer-token auth middleware for WRNexusJS.

Part of the WRNexusJS framework — an SSR-first, Bun-native full-stack web framework.

Overview

@wrnexus/jwt signs and verifies stateless JSON Web Tokens using the HS256 (HMAC-SHA-256) algorithm. It has no runtime dependencies — signing and verification are implemented directly on the standard Web Crypto API (crypto.subtle), which Bun provides natively. It runs server-side and pairs with the session-based auth in @wrnexus/core, giving you a stateless option for API and mobile clients. Reach for it when you need bearer-token auth rather than cookie sessions.

@@ -316,7 +316,7 @@ app.use(jwtAuth({ secret: process.env.JWT_SECRET! })); app.use(jwtAuth({ secret: process.env.JWT_SECRET!, required: false }));
- + } } diff --git a/app/pages/packages/language-server.wrn b/app/pages/packages/language-server.wrn index fcd21f44..aa51f1b2 100644 --- a/app/pages/packages/language-server.wrn +++ b/app/pages/packages/language-server.wrn @@ -10,11 +10,11 @@ page wrnexuslanguageserver {
W WRNexusJS - +
Browse documentation
-
Tooling · Package reference

@wrnexus/language-server

Editor-neutral language intelligence for WRN files.

v0.8.2Private registryTooling

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/language-server@0.8.2

Request preview access. Never put registry tokens in source control.

Editor-neutral Language Server Protocol support for .wrn files. It uses the canonical @wrnexus/syntax parser, diagnostics, accessibility rules, and formatter.

+
Tooling · Package reference

@wrnexus/language-server

Editor-neutral language intelligence for WRN files.

v0.8.3Private registryTooling

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/language-server@0.8.3

Request preview access. Never put registry tokens in source control.

Editor-neutral Language Server Protocol support for .wrn files. It uses the canonical @wrnexus/syntax parser, diagnostics, accessibility rules, and formatter.

bunx wrnexus-language-server --stdio

Capabilities include syntax, accessibility and TypeScript expression diagnostics, formatting, completion, hover, document symbols, go-to-definition, references, rename, and quick fixes. The custom wrnexus/virtualDocument request returns the mapped TypeScript representation of an open .wrn document for editor TypeScript plugins and safe refactoring tools. Any LSP 3.x client can launch the stdio command. Example Neovim configuration:

vim.lsp.start({
@@ -157,7 +157,7 @@ export { type Position, type Range, type TextDocument, WRN_COMPLETIONS, typ
 })
- + } } diff --git a/app/pages/packages/mcp.wrn b/app/pages/packages/mcp.wrn index 49afac1c..b4020f35 100644 --- a/app/pages/packages/mcp.wrn +++ b/app/pages/packages/mcp.wrn @@ -10,11 +10,11 @@ page wrnexusmcp {
W WRNexusJS - +
Browse documentation
-
Tooling · Package reference

@wrnexus/mcp

Model Context Protocol tools for WRNexus projects.

v0.8.2Private registryTooling

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/mcp@0.8.2

Request preview access. Never put registry tokens in source control.

Editor-neutral Model Context Protocol server for AI development tools.

+
Tooling · Package reference

@wrnexus/mcp

Model Context Protocol tools for WRNexus projects.

v0.8.3Private registryTooling

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/mcp@0.8.3

Request preview access. Never put registry tokens in source control.

Editor-neutral Model Context Protocol server for AI development tools.

bunx wrnexus-mcp --root=.

It exposes current routes, components with props/events, database schema files, compiler diagnostics, runtime errors, dev-server health, framework documentation and installed packages. Files are resolved inside the configured application root and returned as bounded structured JSON.

Complete TypeScript API

Generated from the exact installed package declarations.

interface McpTool {
     name: string;
@@ -43,7 +43,7 @@ export { type McpServer, type McpServerOptions, type McpTool, createFramewo
 

Examples

Copy-ready examples from the installed package documentation.

Editor-neutral Model Context Protocol server for AI development tools.

bunx wrnexus-mcp --root=.

Install @wrnexus/mcp

bun add @wrnexus/mcp
- + } } diff --git a/app/pages/packages/mobile.wrn b/app/pages/packages/mobile.wrn index 6ed91f90..abfd7cff 100644 --- a/app/pages/packages/mobile.wrn +++ b/app/pages/packages/mobile.wrn @@ -10,11 +10,11 @@ page wrnexusmobile {
W WRNexusJS - +
Browse documentation
-
Native · Package reference

@wrnexus/mobile

SSR-safe compatibility access to Capacitor plugins.

v0.8.2Private registryNative

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/mobile@0.8.2

Request preview access. Never put registry tokens in source control.

SSR-safe access to Capacitor plugins from WRNexusJS browser code.
+
Native · Package reference

@wrnexus/mobile

SSR-safe compatibility access to Capacitor plugins.

v0.8.3Private registryNative

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/mobile@0.8.3

Request preview access. Never put registry tokens in source control.

SSR-safe access to Capacitor plugins from WRNexusJS browser code.

Overview

@wrnexus/mobile keeps optional native imports out of server rendering while giving browser-owned modules one consistent registry for Capacitor plugins. During SSR, mobile.isNative() is false and mobile.platform() is "web".

Install a plugin through the WRNexusJS CLI so the web and native projects stay aligned:

@@ -213,7 +213,7 @@ const network = mobile.plugin<NetworkPlugin>("Network"); const status = network ? await network.getStatus() : { connected: true, connectionType: "unknown" };
- + } } diff --git a/app/pages/packages/native.wrn b/app/pages/packages/native.wrn index bff40521..e6ff065c 100644 --- a/app/pages/packages/native.wrn +++ b/app/pages/packages/native.wrn @@ -10,11 +10,11 @@ page wrnexusnative {
W WRNexusJS - +
Browse documentation
-
Native · Package reference

@wrnexus/native

Cross-platform browser and Capacitor capability registry.

v0.8.2Private registryNative

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/native@0.8.2

Request preview access. Never put registry tokens in source control.

Cross-platform capabilities for browsers, Capacitor WebViews, and compiled native apps.
+
Native · Package reference

@wrnexus/native

Cross-platform browser and Capacitor capability registry.

v0.8.3Private registryNative

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/native@0.8.3

Request preview access. Never put registry tokens in source control.

Cross-platform capabilities for browsers, Capacitor WebViews, and compiled native apps.

Overview

@wrnexus/native exposes capabilities by name so application code can ask what the current platform supports before presenting an action. Browser capabilities use Web APIs; mobile capabilities use installed Capacitor plugins. platform() returns "server" during SSR, "browser" on the web, and the Capacitor platform in a native WebView.

bun add @wrnexus/native
@@ -154,7 +154,7 @@ const position = await native.run( );
- + } } diff --git a/app/pages/packages/oauth.wrn b/app/pages/packages/oauth.wrn index 05f77292..9ccbf1b0 100644 --- a/app/pages/packages/oauth.wrn +++ b/app/pages/packages/oauth.wrn @@ -10,11 +10,11 @@ page wrnexusoauth {
W WRNexusJS - +
Browse documentation
-
Security · Package reference

@wrnexus/oauth

OAuth 2.0, PKCE, provider presets, and profile mapping.

v0.8.2Private registrySecurity

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/oauth@0.8.2

Request preview access. Never put registry tokens in source control.

Dependency-free OAuth 2.0 sign-in for any provider, with PKCE and presets for Google, GitHub, and Discord.
+
Security · Package reference

@wrnexus/oauth

OAuth 2.0, PKCE, provider presets, and profile mapping.

v0.8.3Private registrySecurity

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/oauth@0.8.3

Request preview access. Never put registry tokens in source control.

Dependency-free OAuth 2.0 sign-in for any provider, with PKCE and presets for Google, GitHub, and Discord.

Part of the WRNexusJS framework — an SSR-first, Bun-native full-stack web framework.

Overview

@wrnexus/oauth implements the OAuth 2.0 Authorization Code flow (with PKCE) for server-side sign-in. It ships ready-made provider presets and a defineProvider helper for custom providers, then gives you two flow functions — startAuth (build the redirect) and completeAuth (exchange the code and fetch the user's profile). It has no runtime dependencies: it uses the platform fetch and WebCrypto only. Pairs naturally with @wrnexus/core's logIn to establish a session once you have a normalized profile.

@@ -350,7 +350,7 @@ const gitlab = defineProvider({ });
- + } } diff --git a/app/pages/packages/observability.wrn b/app/pages/packages/observability.wrn index 74dfa32a..ec1c732f 100644 --- a/app/pages/packages/observability.wrn +++ b/app/pages/packages/observability.wrn @@ -10,11 +10,11 @@ page wrnexusobservability {
W WRNexusJS - +
Browse documentation
-
Runtime · Package reference

@wrnexus/observability

Structured logging, tracing, health, and integration adapters.

v0.8.2Private registryRuntime

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/observability@0.8.2

Request preview access. Never put registry tokens in source control.

Open-standard traces, metrics, logs, health checks, Web Vitals, error reporting and profiling.

+
Runtime · Package reference

@wrnexus/observability

Structured logging, tracing, health, and integration adapters.

v0.8.3Private registryRuntime

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/observability@0.8.3

Request preview access. Never put registry tokens in source control.

Open-standard traces, metrics, logs, health checks, Web Vitals, error reporting and profiling.

Use createOperationTracer() for database, cache, queue, realtime, server-action or custom application spans. Export through OTLP, Prometheus, Zipkin/Jaeger, or the Sentry-compatible error reporter; Grafana can consume the Prometheus or OTLP signals.

Privacy-conscious counters, gauges, histograms, HTTP middleware, Web Vitals ingestion, browser collection, and exporter adapters. Request bodies and user identifiers are not collected by default.

export default {
@@ -126,7 +126,7 @@ export const live = createLivenessHandler();
 export const ready = createReadinessHandler(health);
- + } } diff --git a/app/pages/packages/playground.wrn b/app/pages/packages/playground.wrn index a4e9295b..9f01e01f 100644 --- a/app/pages/packages/playground.wrn +++ b/app/pages/packages/playground.wrn @@ -10,11 +10,11 @@ page wrnexusplayground {
W WRNexusJS - +
Browse documentation
-
Tooling · Package reference

@wrnexus/playground

Interactive framework examples and executable playground utilities.

v0.8.2Private registryTooling

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/playground@0.8.2

Request preview access. Never put registry tokens in source control.

A deployable, shareable .wrn playground with diagnostics, generated JavaScript, safe SSR-shaped HTML, sandboxed preview, reactive/UI examples, and version adapters.

+
Tooling · Package reference

@wrnexus/playground

Interactive framework examples and executable playground utilities.

v0.8.3Private registryTooling

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/playground@0.8.3

Request preview access. Never put registry tokens in source control.

A deployable, shareable .wrn playground with diagnostics, generated JavaScript, safe SSR-shaped HTML, sandboxed preview, reactive/UI examples, and version adapters.

Run wrnexus playground, or deploy createPlaygroundHandler().

Complete TypeScript API

Generated from the exact installed package declarations.

interface PlaygroundCompilation {
     source: string;
     generated: string;
@@ -59,7 +59,7 @@ export { type PlaygroundCompilation, type PlaygroundVersionAdapter, compare
 

Examples

Copy-ready examples from the installed package documentation.

Install @wrnexus/playground

bun add @wrnexus/playground

Import @wrnexus/playground

import * as playground from "@wrnexus/playground";
- + } } diff --git a/app/pages/packages/plugin.wrn b/app/pages/packages/plugin.wrn index f58a12ad..a6ef7d7a 100644 --- a/app/pages/packages/plugin.wrn +++ b/app/pages/packages/plugin.wrn @@ -10,11 +10,11 @@ page wrnexusplugin {
W WRNexusJS - +
Browse documentation
-
Core · Package reference

@wrnexus/plugin

Plugin contracts, lifecycle hooks, composition, and framework integration.

v0.8.2Private registryCore

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/plugin@0.8.2

Request preview access. Never put registry tokens in source control.

Least-privilege package permissions

+
Core · Package reference

@wrnexus/plugin

Plugin contracts, lifecycle hooks, composition, and framework integration.

v0.8.3Private registryCore

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/plugin@0.8.3

Request preview access. Never put registry tokens in source control.

Least-privilege package permissions

Package manifests declare every framework capability they register:

{
   "wrnexus": {
@@ -79,7 +79,7 @@ export { type PluginCompatibilityResult, type PluginCompatibilityTarget, Pl
 };
- + } } diff --git a/app/pages/packages/pubsub.wrn b/app/pages/packages/pubsub.wrn index cee367c0..3a57bc3a 100644 --- a/app/pages/packages/pubsub.wrn +++ b/app/pages/packages/pubsub.wrn @@ -10,11 +10,11 @@ page wrnexuspubsub {
W WRNexusJS - +
Browse documentation
-
Realtime · Package reference

@wrnexus/pubsub

In-process and Redis-backed publish/subscribe.

v0.8.2Private registryRealtime

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/pubsub@0.8.2

Request preview access. Never put registry tokens in source control.

Topic-based publish/subscribe with a pluggable driver — in-process by default, Redis for cross-process messaging.
+
Realtime · Package reference

@wrnexus/pubsub

In-process and Redis-backed publish/subscribe.

v0.8.3Private registryRealtime

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/pubsub@0.8.3

Request preview access. Never put registry tokens in source control.

Topic-based publish/subscribe with a pluggable driver — in-process by default, Redis for cross-process messaging.

Part of the WRNexusJS framework — an SSR-first, Bun-native full-stack web framework.

Overview

@wrnexus/pubsub is a small server-side pub/sub bus. You publish messages to a topic and subscribe with topic patterns; handlers fire for matching topics. The default driver keeps everything in-process, and you can swap in the Redis driver (@wrnexus/pubsub/redis) to fan messages out across processes or hosts. It also backs @wrnexus/core's realtime bridge for horizontal scaling.

@@ -197,7 +197,7 @@ await bus.publish("order:created", { id: 7 }); await bus.close();
- + } } diff --git a/app/pages/packages/pwa.wrn b/app/pages/packages/pwa.wrn index a638b19a..33662a65 100644 --- a/app/pages/packages/pwa.wrn +++ b/app/pages/packages/pwa.wrn @@ -10,11 +10,11 @@ page wrnexuspwa {
W WRNexusJS - +
Browse documentation
-
Frontend · Package reference

@wrnexus/pwa

Progressive Web App manifests, service workers, and offline strategies.

v0.8.2Private registryFrontend

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/pwa@0.8.2

Request preview access. Never put registry tokens in source control.

Official PWA primitives for manifests, service workers, offline pages and precaching, runtime caching, background synchronization, push notifications, install/update events, offline mutation stores, and conflict resolution. createOfflineQueue() accepts a durable IndexedDB-style store and retries requests with stable idempotency headers.

Complete TypeScript API

Generated from the exact installed package declarations.

interface IndexedDbMigration {
+      
Frontend · Package reference

@wrnexus/pwa

Progressive Web App manifests, service workers, and offline strategies.

v0.8.3Private registryFrontend

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/pwa@0.8.3

Request preview access. Never put registry tokens in source control.

Official PWA primitives for manifests, service workers, offline pages and precaching, runtime caching, background synchronization, push notifications, install/update events, offline mutation stores, and conflict resolution. createOfflineQueue() accepts a durable IndexedDB-style store and retries requests with stable idempotency headers.

Complete TypeScript API

Generated from the exact installed package declarations.

interface IndexedDbMigration {
     version: number;
     migrate(db: IDBDatabase, transaction: IDBTransaction): void;
 }
@@ -176,7 +176,7 @@ export { type ConflictResolution, type IndexedDbMigration, type OfflineMuta
 

Examples

Copy-ready examples from the installed package documentation.

Install @wrnexus/pwa

bun add @wrnexus/pwa

Import @wrnexus/pwa

import * as pwa from "@wrnexus/pwa";
- + } } diff --git a/app/pages/packages/queue.wrn b/app/pages/packages/queue.wrn index 5132cedb..692bc6b6 100644 --- a/app/pages/packages/queue.wrn +++ b/app/pages/packages/queue.wrn @@ -10,11 +10,11 @@ page wrnexusqueue {
W WRNexusJS - +
-
Data · Package reference

@wrnexus/queue

Background jobs with delay, concurrency, retry, and repetition.

v0.8.2Private registryData

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/queue@0.8.2

Request preview access. Never put registry tokens in source control.

A background job queue with delays, retries + exponential backoff, recurring jobs, and concurrent workers.
+
Data · Package reference

@wrnexus/queue

Background jobs with delay, concurrency, retry, and repetition.

v0.8.3Private registryData

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/queue@0.8.3

Request preview access. Never put registry tokens in source control.

A background job queue with delays, retries + exponential backoff, recurring jobs, and concurrent workers.

Part of the WRNexusJS framework — an SSR-first, Bun-native full-stack web framework.

Overview

@wrnexus/queue is a server-side in-process job queue. You register named workers, enqueue jobs (optionally delayed or recurring), and let the queue poll and run them on a timer — with per-job retry limits and doubling backoff between attempts. The default store lives in memory; the design allows a pluggable driver to back it with Redis/SQL for durability across restarts. Reach for it when you need to defer work (emails, webhooks, cleanup) off the request path without a heavyweight external broker. Tests can drive it deterministically via drain().

@@ -421,7 +421,7 @@ const run = await engine.start(workflow, input); await engine.approve(workflow, run.id, "approve", currentUser.id);
- + } } diff --git a/app/pages/packages/reactive.wrn b/app/pages/packages/reactive.wrn index 535a52cd..2ac2ed42 100644 --- a/app/pages/packages/reactive.wrn +++ b/app/pages/packages/reactive.wrn @@ -10,11 +10,11 @@ page wrnexusreactive {
W WRNexusJS - +
Browse documentation
-
Frontend · Package reference

@wrnexus/reactive

Small type-safe reactive signal primitives.

v0.8.2Private registryFrontend

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/reactive@0.8.2

Request preview access. Never put registry tokens in source control.

Tiny, type-safe reactive primitives (signals) with zero dependencies.
+
Frontend · Package reference

@wrnexus/reactive

Small type-safe reactive signal primitives.

v0.8.3Private registryFrontend

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/reactive@0.8.3

Request preview access. Never put registry tokens in source control.

Tiny, type-safe reactive primitives (signals) with zero dependencies.

Part of the WRNexusJS framework — an SSR-first, Bun-native full-stack web framework.

Overview

@wrnexus/reactive is the seed of WRNexusJS's reactivity layer: a minimal signal primitive that holds a value, notifies subscribers when it changes, and hands back an unsubscribe function. It is deliberately small and framework-agnostic — it powers nothing on its own, but is shaped so client islands (and later the .wrn compiler's state blocks) can build reactive bindings on top of it. Reach for it when you need observable state without pulling in a full reactivity library.

@@ -206,7 +206,7 @@ const user: Signal<{ name: string } | null> = signal(null); user.set({ name: "Ada" });
- + } } diff --git a/app/pages/packages/realtime.wrn b/app/pages/packages/realtime.wrn index d1deae91..adf5d06e 100644 --- a/app/pages/packages/realtime.wrn +++ b/app/pages/packages/realtime.wrn @@ -10,11 +10,11 @@ page wrnexusrealtime {
W WRNexusJS - +
Browse documentation
-
Realtime · Package reference

@wrnexus/realtime

Rooms, presence, messaging, history, streams, and UI components.

v0.8.2Private registryRealtime

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/realtime@0.8.2

Request preview access. Never put registry tokens in source control.

Typed rooms, secure message envelopes, browser room helpers, presence utilities, and complete realtime UI blocks for WRNexusJS.

+
Realtime · Package reference

@wrnexus/realtime

Rooms, presence, messaging, history, streams, and UI components.

v0.8.3Private registryRealtime

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/realtime@0.8.3

Request preview access. Never put registry tokens in source control.

Typed rooms, secure message envelopes, browser room helpers, presence utilities, and complete realtime UI blocks for WRNexusJS.

Server rooms

import { defineRoom } from "@wrnexus/realtime";
 
@@ -267,7 +267,7 @@ history.acknowledge("support", clientId, entry.sequence);
 const missed = history.resume("support", clientId);
- + } } diff --git a/app/pages/packages/router.wrn b/app/pages/packages/router.wrn index d79e9c03..7eb85259 100644 --- a/app/pages/packages/router.wrn +++ b/app/pages/packages/router.wrn @@ -10,11 +10,11 @@ page wrnexusrouter {
W WRNexusJS - +
Browse documentation
-
Core · Package reference

@wrnexus/router

Filesystem discovery, route matching, and typed route generation.

v0.8.2Private registryCore

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/router@0.8.2

Request preview access. Never put registry tokens in source control.

File-based router that maps an app/ directory onto route tables and matches request paths against them.
+
Core · Package reference

@wrnexus/router

Filesystem discovery, route matching, and typed route generation.

v0.8.3Private registryCore

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/router@0.8.3

Request preview access. Never put registry tokens in source control.

File-based router that maps an app/ directory onto route tables and matches request paths against them.

Part of the WRNexusJS framework — an SSR-first, Bun-native full-stack web framework.

Overview

@wrnexus/router scans an application's app/ directory once at startup and builds route tables for pages, API endpoints, realtime channels, middleware, server-rendered .wrn components, layouts, and validation schemas. It also compiles URL patterns (/users/[id]) into RegExps and matches request paths against them. Request input is never turned into a file path, which makes the router immune to path traversal. This is a server-side package used by the WRNexusJS runtime to resolve incoming requests, plus a codegen helper for compile-time typed links.

@@ -302,7 +302,7 @@ const routes = sortRoutes([{ raw: "/posts/[slug]", file: " const m = matchRoute(routes, "/posts/hello"); // { route, params: { slug: "hello" } }
- + } } diff --git a/app/pages/packages/security.wrn b/app/pages/packages/security.wrn index ad015df6..499e46d2 100644 --- a/app/pages/packages/security.wrn +++ b/app/pages/packages/security.wrn @@ -10,11 +10,11 @@ page wrnexussecurity {
W WRNexusJS - +
Browse documentation
-
Security · Package reference

@wrnexus/security

Security headers, CSRF protection, rate limits, and safe rendering.

v0.8.2Private registrySecurity

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/security@0.8.2

Request preview access. Never put registry tokens in source control.

Secure-by-default utilities for WRNexusJS: bounded HTML-safe serialization, prototype-pollution rejection, URL policy, secure cookies, request hardening, security presets, and SSRF-safe remote fetches.

+
Security · Package reference

@wrnexus/security

Security headers, CSRF protection, rate limits, and safe rendering.

v0.8.3Private registrySecurity

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/security@0.8.3

Request preview access. Never put registry tokens in source control.

Secure-by-default utilities for WRNexusJS: bounded HTML-safe serialization, prototype-pollution rejection, URL policy, secure cookies, request hardening, security presets, and SSRF-safe remote fetches.

import { safeFetch, securityPreset, setSecureCookie } from "@wrnexus/security";
 
 export default { security: securityPreset("strict") };
@@ -59,7 +59,7 @@ const response = await safeFetch(remoteUrl, { allowedHosts: ["api.exam
 setSecureCookie(ctx, "__Host-session", sessionId);

Install @wrnexus/security

bun add @wrnexus/security
- + } } diff --git a/app/pages/packages/ssr.wrn b/app/pages/packages/ssr.wrn index b582ab04..c95b70db 100644 --- a/app/pages/packages/ssr.wrn +++ b/app/pages/packages/ssr.wrn @@ -10,11 +10,11 @@ page wrnexusssr {
W WRNexusJS - +
Browse documentation
-
Runtime · Package reference

@wrnexus/ssr

Secure HTML document rendering and SEO metadata.

v0.8.2Private registryRuntime

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/ssr@0.8.2

Request preview access. Never put registry tokens in source control.

Server-side rendering: wraps a page's HTML body in a complete HTML document with a metadata-driven <head>.
+
Runtime · Package reference

@wrnexus/ssr

Secure HTML document rendering and SEO metadata.

v0.8.3Private registryRuntime

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/ssr@0.8.3

Request preview access. Never put registry tokens in source control.

Server-side rendering: wraps a page's HTML body in a complete HTML document with a metadata-driven <head>.

Part of the WRNexusJS framework — an SSR-first, Bun-native full-stack web framework.

Overview

Pages in WRNexusJS return an HTML string for the body. @wrnexus/ssr takes that body and produces a full HTML document — building the <head> from page metadata and global SEO defaults, resolving canonical/Open Graph/Twitter tags, and injecting module preloads and <script type="module"> tags. It is deliberately server-only: nothing in this package touches the DOM or ships to the browser, keeping server code genuinely server-only. Reach for it on the server when turning a rendered page body into a response document.

@@ -224,7 +224,7 @@ return new Response(html, { return new Response(html, { headers: { "content-type": "text/html; charset=utf-8" } });
- + } } diff --git a/app/pages/packages/store.wrn b/app/pages/packages/store.wrn index fc4d3b7e..02826cbb 100644 --- a/app/pages/packages/store.wrn +++ b/app/pages/packages/store.wrn @@ -10,11 +10,11 @@ page wrnexusstore {
W WRNexusJS - +
Browse documentation
-
Data · Package reference

@wrnexus/store

Application state stores shared across server and browser runtimes.

v0.8.2Private registryData

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/store@0.8.2

Request preview access. Never put registry tokens in source control.

Typed global and page-scoped WRNexusJS stores with runtime-specific state, computed values, actions, lifecycle hooks, persistence, SSR isolation, and HMR support.

+
Data · Package reference

@wrnexus/store

Application state stores shared across server and browser runtimes.

v0.8.3Private registryData

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/store@0.8.3

Request preview access. Never put registry tokens in source control.

Typed global and page-scoped WRNexusJS stores with runtime-specific state, computed values, actions, lifecycle hooks, persistence, SSR isolation, and HMR support.

Use defineStore() to declare a store and createStoreContainer() to create an isolated request or browser container. Store definitions are framework helpers and do not require UI components.

Complete TypeScript API

Generated from the exact installed package declarations.

import { StoreMutation, StoreFunction, StoreDefinition, StoreInstance, StoreCombinedState } from './types.js';
 export { PersistenceStorage, StoreActionContext, StoreActionDefinition, StoreInstanceCore, StoreKind, StoreLifecycleContext, StorePersistenceConfig, StoreRuntime } from './types.js';
 
@@ -62,7 +62,7 @@ export { StoreCombinedState, StoreContainer, type StoreContainerOptions, St
 

Examples

Copy-ready examples from the installed package documentation.

Install @wrnexus/store

bun add @wrnexus/store

Import @wrnexus/store

import * as store from "@wrnexus/store";
- + } } diff --git a/app/pages/packages/styles.wrn b/app/pages/packages/styles.wrn index 9f8d9250..7beecb2c 100644 --- a/app/pages/packages/styles.wrn +++ b/app/pages/packages/styles.wrn @@ -10,11 +10,11 @@ page wrnexusstyles {
W WRNexusJS - +
Browse documentation
-
Frontend · Package reference

@wrnexus/styles

CSS pipeline, themes, fonts, profiles, and application config.

v0.8.2Private registryFrontend

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/styles@0.8.2

Request preview access. Never put registry tokens in source control.

Reusable layers and presets

+
Frontend · Package reference

@wrnexus/styles

CSS pipeline, themes, fonts, profiles, and application config.

v0.8.3Private registryFrontend

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/styles@0.8.3

Request preview access. Never put registry tokens in source control.

Reusable layers and presets

Compose local or package foundations in order; later layers override earlier ones and the application has final base-config precedence:

export default defineConfig({
   extends: ["@workroot/wrnexus-enterprise", "./layers/company"],
@@ -885,7 +885,7 @@ const themeJs = renderThemeRuntime(theme); // served at THEME_JS_HREF
- + } } diff --git a/app/pages/packages/syntax.wrn b/app/pages/packages/syntax.wrn index b5715914..b09e0b5d 100644 --- a/app/pages/packages/syntax.wrn +++ b/app/pages/packages/syntax.wrn @@ -10,11 +10,11 @@ page wrnexussyntax {
W WRNexusJS - +
Browse documentation
-
Frontend · Package reference

@wrnexus/syntax

Editor syntax definitions and language tooling for .wrn files.

v0.8.2Private registryFrontend

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/syntax@0.8.2

Request preview access. Never put registry tokens in source control.

Canonical WRN lexer, parser, AST, language metadata, source positions, and stable diagnostics. Framework tooling should import this package instead of implementing a separate .wrn parser.

+
Frontend · Package reference

@wrnexus/syntax

Editor syntax definitions and language tooling for .wrn files.

v0.8.3Private registryFrontend

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/syntax@0.8.3

Request preview access. Never put registry tokens in source control.

Canonical WRN lexer, parser, AST, language metadata, source positions, and stable diagnostics. Framework tooling should import this package instead of implementing a separate .wrn parser.

See docs/WRN-LANGUAGE-SPEC-1.0.md in the WRNexusJS repository.

Complete TypeScript API

Generated from the exact installed package declarations.

export { LexError, Lexer } from './tokenizer.js';
 export { FormatWrnOptions, formatWrn } from './formatter.js';
 export { A as ActionBlock, a as ApiBlock, b as Attr, C as ComputedDecl, D as DataApiBlock, c as DataMode, E as EffectBlock, d as EventDecl, F as FunctionParameterDecl, e as FunctionRuntime, L as LifecycleBlock, f as LoadBlock, M as ModeFunctionsBlock, O as OutputDecl, P as PageAst, g as ParseError, h as PersistDecl, i as PropDecl, R as RealtimeBlock, j as RealtimeHandler, k as RuntimeFunctionDecl, S as SeoBlock, l as StateDecl, m as StateRuntime, n as StoreKind, o as StoreLifecycleDecl, p as StructuredImportDecl, V as VOID_ELEMENTS, q as ViewNode, W as WatchBlock, r as parse, s as parseComputedDeclarations, t as parseHtmlView, u as parseOutputs, v as parsePersist, w as parseRuntimeFunctions, x as parseStateDeclarations, y as parseStoreLifecycle, z as parseStructuredImports, B as stripRuntimeFunctionModifiers } from './parser-CTLO4mcT.js';
@@ -49,7 +49,7 @@ const ast = parse('component Greeting { view { <p>Hello</p>
 const summary = diagnosticSummary(diagnose(source));
- + } } diff --git a/app/pages/packages/test.wrn b/app/pages/packages/test.wrn index 2033e231..7da2ea35 100644 --- a/app/pages/packages/test.wrn +++ b/app/pages/packages/test.wrn @@ -10,11 +10,11 @@ page wrnexustest {
W WRNexusJS - +
Browse documentation
-
Tooling · Package reference

@wrnexus/test

WRNexusJS-aware component, route, and browser testing utilities.

v0.8.2Private registryTooling

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/test@0.8.2

Request preview access. Never put registry tokens in source control.

Testing utilities for WRNexusJS apps — component rendering, reactive-DOM mounting, route handler calls, and a full in-process app harness, plus a one-import re-export of bun:test.
+
Tooling · Package reference

@wrnexus/test

WRNexusJS-aware component, route, and browser testing utilities.

v0.8.3Private registryTooling

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/test@0.8.3

Request preview access. Never put registry tokens in source control.

Testing utilities for WRNexusJS apps — component rendering, reactive-DOM mounting, route handler calls, and a full in-process app harness, plus a one-import re-export of bun:test.

Part of the WRNexusJS framework — an SSR-first, Bun-native full-stack web framework.

Overview

@wrnexus/test is the server-side test toolkit you reach for when writing tests for a WRNexusJS app. It runs under bun test (invoked via wrnexus test) and gives you a single import surface: the bun:test primitives (test, expect, mock, …) re-exported alongside WRNexusJS-aware helpers that compile .wrn components, hydrate server HTML in a DOM, invoke API route handlers, and boot the real app on an ephemeral port for integration tests.

@@ -267,7 +267,7 @@ test("health endpoint", async () => { });
- + } } diff --git a/app/pages/packages/tracking.wrn b/app/pages/packages/tracking.wrn index 2e2ab070..dde0bed3 100644 --- a/app/pages/packages/tracking.wrn +++ b/app/pages/packages/tracking.wrn @@ -10,11 +10,11 @@ page wrnexustracking {
W WRNexusJS - +
Browse documentation
-
Runtime · Package reference

@wrnexus/tracking

Error/event capture, middleware, filtering, and sinks.

v0.8.2Private registryRuntime

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/tracking@0.8.2

Request preview access. Never put registry tokens in source control.

Error tracking for WRNexusJS apps: capture exceptions manually or via middleware and fan them out to pluggable sinks.
+
Runtime · Package reference

@wrnexus/tracking

Error/event capture, middleware, filtering, and sinks.

v0.8.3Private registryRuntime

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/tracking@0.8.3

Request preview access. Never put registry tokens in source control.

Error tracking for WRNexusJS apps: capture exceptions manually or via middleware and fan them out to pluggable sinks.

Part of the WRNexusJS framework — an SSR-first, Bun-native full-stack web framework.

Overview

@wrnexus/tracking is a small, server-side error-capture layer. You create a tracker with one or more sinks, then feed it errors — either manually with tracker.capture(err, context) or automatically by mounting tracker.middleware() in your request pipeline. A consoleSink is included; forwarding to Sentry, Datadog, or any other backend is just a matter of writing a tiny sink. Reach for it when you want a single, sink-agnostic place to route application errors. Sinks run best-effort — a throwing sink never breaks the request.

@@ -199,7 +199,7 @@ const tracker = createTracker({ tracker.addSink(anotherSink); // add more sinks later
- + } } diff --git a/app/pages/packages/typecheck.wrn b/app/pages/packages/typecheck.wrn index b3d44347..1533bec5 100644 --- a/app/pages/packages/typecheck.wrn +++ b/app/pages/packages/typecheck.wrn @@ -10,11 +10,11 @@ page wrnexustypecheck {
W WRNexusJS - +
Browse documentation
-
Tooling · Package reference

@wrnexus/typecheck

WRN-aware TypeScript diagnostics and virtual documents.

v0.8.2Private registryTooling

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/typecheck@0.8.2

Request preview access. Never put registry tokens in source control.

Static type checking for .wrn declarations, props, state, outputs, functions, stores, and generated virtual TypeScript files.

+
Tooling · Package reference

@wrnexus/typecheck

WRN-aware TypeScript diagnostics and virtual documents.

v0.8.3Private registryTooling

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/typecheck@0.8.3

Request preview access. Never put registry tokens in source control.

Static type checking for .wrn declarations, props, state, outputs, functions, stores, and generated virtual TypeScript files.

The package is compiler tooling rather than a browser UI package, so its public kit consists of programmatic typecheck helpers and diagnostics.

Complete TypeScript API

Generated from the exact installed package declarations.

import { PageAst } from '@wrnexus/syntax';
 export { componentContract, storeContract } from './contracts.js';
 export { findAppRoot, loadApplicationTypes } from './project.js';
@@ -65,7 +65,7 @@ export { type TypecheckOptions, type VirtualTypeScriptModule, type WrnTypeD
 

Examples

Copy-ready examples from the installed package documentation.

Install @wrnexus/typecheck

bun add @wrnexus/typecheck

Import @wrnexus/typecheck

import * as typecheck from "@wrnexus/typecheck";
- + } } diff --git a/app/pages/packages/ui.wrn b/app/pages/packages/ui.wrn index 11c80131..7afa704f 100644 --- a/app/pages/packages/ui.wrn +++ b/app/pages/packages/ui.wrn @@ -10,11 +10,11 @@ page wrnexusui {
W WRNexusJS - +
Browse documentation
-
Frontend · Package reference

@wrnexus/ui

Themeable server-rendered UI components and CSS.

v0.8.2Private registryFrontend

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/ui@0.8.2

Request preview access. Never put registry tokens in source control.

First-party Wire UI component library — a set of themeable .wrn components plus a single tokenized stylesheet.
+
Frontend · Package reference

@wrnexus/ui

Themeable server-rendered UI components and CSS.

v0.8.3Private registryFrontend

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/ui@0.8.3

Request preview access. Never put registry tokens in source control.

First-party Wire UI component library — a set of themeable .wrn components plus a single tokenized stylesheet.

Part of the WRNexusJS framework — an SSR-first, Bun-native full-stack web framework.

Overview

@wrnexus/ui ships a library of server-rendered .wrn components (layout, form controls, and feedback UI) together with one themeable stylesheet, ui.css. The components are auto-discovered by the framework router — you don't import them in code. Once the package's component directory is on the router's scan path, you mount any component in a page with data-component="<name>". Every visual is driven by var(--wire-*) theme tokens, so components restyle instantly when the theme changes. The tiny JS surface (src/index.ts) exists only so the toolchain (CLI build + dev server) can locate the component directory and stylesheet.

@@ -155,7 +155,7 @@ const router = buildRouter(appDir, { componentDirs: [uiComponentsDir()]  </div>

Explore the component library

Browse interactive examples and complete component usage in the dedicated WRNexusJS component showcase.

Browse all 108 components →

- + } } diff --git a/app/pages/packages/uploader.wrn b/app/pages/packages/uploader.wrn index e31aef28..6b13ae83 100644 --- a/app/pages/packages/uploader.wrn +++ b/app/pages/packages/uploader.wrn @@ -10,11 +10,11 @@ page wrnexusuploader {
W WRNexusJS - +
Browse documentation
-
Data · Package reference

@wrnexus/uploader

Validated local/S3 uploads and secure file serving.

v0.8.2Private registryData

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/uploader@0.8.2

Request preview access. Never put registry tokens in source control.

Config-driven file uploads + serving for WRNexusJS. Declare named storage stores (local disk or any S3-compatible backend) in wrnexus.config.ts, upload with one function call, drop a drag-and-drop widget on a page, and serve files back — public or private. Zero external dependencies (S3 is signed with a built-in AWS SigV4 implementation, like the rest of the framework).

+
Data · Package reference

@wrnexus/uploader

Validated local/S3 uploads and secure file serving.

v0.8.3Private registryData

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/uploader@0.8.3

Request preview access. Never put registry tokens in source control.

Config-driven file uploads + serving for WRNexusJS. Declare named storage stores (local disk or any S3-compatible backend) in wrnexus.config.ts, upload with one function call, drop a drag-and-drop widget on a page, and serve files back — public or private. Zero external dependencies (S3 is signed with a built-in AWS SigV4 implementation, like the rest of the framework).

Usage

Configure local and S3 stores

// wrnexus.config.ts
@@ -334,7 +334,7 @@ declare function serveStoredFile(pathname: string): Promise<Response | null&g
  * backticks and no ${...}, so it embeds safely in the exported template string.
  */
 declare const UPLOAD_JS_HREF = "/__wrnexus/uploader.js";
-declare const UPLOAD_RUNTIME = "\n(function () {\n  if (typeof document === \"undefined\") return;\n  var CSRF_COOKIE = \"wire-csrf\";\n\n  var CSS =\n    \".wire-uploader{display:block}\" +\n    \".wire-uploader-zone{display:flex;align-items:center;justify-content:center;text-align:center;\" +\n      \"min-height:8rem;padding:1.25rem;border:2px dashed var(--wire-border,#cbd5e1);border-radius:12px;\" +\n      \"background:var(--wire-surface,transparent);color:var(--wire-muted,#64748b);cursor:pointer;\" +\n      \"transition:border-color .15s ease,background-color .15s ease;position:relative}\" +\n    \".wire-uploader-zone:hover,.wire-uploader-zone:focus-visible{border-color:var(--wire-brand,#3f7dff);outline:none}\" +\n    \".wire-uploader-zone.is-drag{border-color:var(--wire-brand,#3f7dff);background:color-mix(in oklab,var(--wire-brand,#3f7dff) 8%,transparent)}\" +\n    \".wire-uploader-prompt{font-size:.9rem;pointer-events:none}\" +\n    \".wire-uploader-input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}\" +\n    \".wire-uploader-list{list-style:none;margin:.75rem 0 0;padding:0;display:flex;flex-direction:column;gap:.5rem}\" +\n    \".wire-uploader-item{display:grid;grid-template-columns:1fr auto;gap:.15rem .75rem;align-items:center;\" +\n      \"font-size:.82rem;padding:.5rem .7rem;border:1px solid var(--wire-border,#e2e8f0);border-radius:8px}\" +\n    \".wire-uploader-name{font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--wire-text,#0f172a)}\" +\n    \".wire-uploader-meta{color:var(--wire-muted,#94a3b8);font-variant-numeric:tabular-nums}\" +\n    \".wire-uploader-bar{grid-column:1/-1;height:5px;border-radius:999px;background:var(--wire-border,#e2e8f0);overflow:hidden}\" +\n    \".wire-uploader-fill{height:100%;width:0;border-radius:999px;background:var(--wire-brand,#3f7dff);transition:width .15s ease}\" +\n    \".wire-uploader-status{grid-column:1/-1;font-size:.75rem;color:var(--wire-muted,#94a3b8);font-variant-numeric:tabular-nums}\" +\n    \".wire-uploader-item.is-done .wire-uploader-fill{background:var(--wire-success,#16a34a)}\" +\n    \".wire-uploader-item.is-done .wire-uploader-status{color:var(--wire-success,#16a34a)}\" +\n    \".wire-uploader-item.is-error .wire-uploader-fill{background:var(--wire-danger,#dc2626)}\" +\n    \".wire-uploader-item.is-error .wire-uploader-status{color:var(--wire-danger,#dc2626)}\";\n\n  function injectCss() {\n    if (document.getElementById(\"wire-uploader-css\")) return;\n    var s = document.createElement(\"style\");\n    s.id = \"wire-uploader-css\";\n    s.textContent = CSS;\n    document.head.appendChild(s);\n  }\n\n  function cookie(name) {\n    var m = document.cookie.match(new RegExp(\"(?:^|; )\" + name + \"=([^;]*)\"));\n    return m ? decodeURIComponent(m[1]) : \"\";\n  }\n  function el(tag, cls, text) {\n    var e = document.createElement(tag);\n    if (cls) e.className = cls;\n    if (text != null) e.textContent = text;\n    return e;\n  }\n  function fmt(n) {\n    if (n < 1024) return n + \" B\";\n    if (n < 1048576) return (n / 1024).toFixed(1) + \" KB\";\n    return (n / 1048576).toFixed(1) + \" MB\";\n  }\n  function accepts(accept, file) {\n    var list = (accept || \"\").split(\",\").map(function (s) { return s.trim().toLowerCase(); }).filter(Boolean);\n    if (!list.length) return true;\n    var type = (file.type || \"\").toLowerCase();\n    var name = (file.name || \"\").toLowerCase();\n    var ext = name.indexOf(\".\") >= 0 ? name.slice(name.lastIndexOf(\".\")) : \"\";\n    return list.some(function (rule) {\n      if (rule.charAt(0) === \".\") return rule === ext;\n      if (rule.slice(-2) === \"/*\") return type.indexOf(rule.slice(0, -1)) === 0;\n      return rule === type;\n    });\n  }\n\n  function setup(root) {\n    if (root.__wrnexusUploader) return;\n    root.__wrnexusUploader = true;\n\n    var endpoint = root.getAttribute(\"data-endpoint\") || \"/api/upload\";\n    var multipleAttr = root.getAttribute(\"data-multiple\");\n    var multiple = root.hasAttribute(\"data-multiple\") && multipleAttr !== \"false\";\n    var accept = root.getAttribute(\"data-accept\") || \"\";\n    var maxBytes = parseInt(root.getAttribute(\"data-max\") || \"0\", 10) || 0;\n    var field = root.getAttribute(\"data-field\") || (multiple ? \"files\" : \"file\");\n    var promptText = root.getAttribute(\"data-label\") || \"Drag files here or click to browse\";\n\n    root.classList.add(\"wire-uploader\");\n    var zone = el(\"div\", \"wire-uploader-zone\");\n    zone.setAttribute(\"role\", \"button\");\n    zone.setAttribute(\"tabindex\", \"0\");\n    zone.appendChild(el(\"div\", \"wire-uploader-prompt\", promptText));\n    var input = document.createElement(\"input\");\n    input.type = \"file\";\n    input.className = \"wire-uploader-input\";\n    if (multiple) input.multiple = true;\n    if (accept) input.accept = accept;\n    zone.appendChild(input);\n    var listEl = el(\"ul\", \"wire-uploader-list\");\n    root.appendChild(zone);\n    root.appendChild(listEl);\n\n    zone.addEventListener(\"keydown\", function (e) {\n      if (e.key === \"Enter\" || e.key === \" \") { e.preventDefault(); input.click(); }\n    });\n    [\"dragenter\", \"dragover\"].forEach(function (ev) {\n      zone.addEventListener(ev, function (e) { e.preventDefault(); zone.classList.add(\"is-drag\"); });\n    });\n    [\"dragleave\", \"drop\"].forEach(function (ev) {\n      zone.addEventListener(ev, function (e) { e.preventDefault(); zone.classList.remove(\"is-drag\"); });\n    });\n    zone.addEventListener(\"drop\", function (e) {\n      if (e.dataTransfer && e.dataTransfer.files) handle(e.dataTransfer.files);\n    });\n    input.addEventListener(\"change\", function () {\n      if (input.files) handle(input.files);\n      input.value = \"\";\n    });\n\n    function handle(files) {\n      var arr = Array.prototype.slice.call(files);\n      if (!multiple) arr = arr.slice(0, 1);\n      arr.forEach(uploadOne);\n    }\n\n    function row(file) {\n      var li = el(\"li\", \"wire-uploader-item\");\n      li.appendChild(el(\"span\", \"wire-uploader-name\", file.name));\n      li.appendChild(el(\"span\", \"wire-uploader-meta\", fmt(file.size)));\n      var bar = el(\"div\", \"wire-uploader-bar\");\n      var fill = el(\"div\", \"wire-uploader-fill\");\n      bar.appendChild(fill);\n      li.appendChild(bar);\n      var status = el(\"span\", \"wire-uploader-status\", \"\");\n      li.appendChild(status);\n      listEl.appendChild(li);\n      return { li: li, fill: fill, status: status };\n    }\n\n    function uploadOne(file) {\n      var ui = row(file);\n      if (maxBytes && file.size > maxBytes) return fail(ui, \"Too large (max \" + fmt(maxBytes) + \")\", file);\n      if (!accepts(accept, file)) return fail(ui, \"Type not allowed\", file);\n\n      var fd = new FormData();\n      fd.append(field, file, file.name);\n      var xhr = new XMLHttpRequest();\n      xhr.open(\"POST\", endpoint, true);\n      var token = cookie(CSRF_COOKIE);\n      if (token) xhr.setRequestHeader(\"x-csrf-token\", token);\n      xhr.upload.addEventListener(\"progress\", function (e) {\n        if (e.lengthComputable) {\n          var pct = Math.round((e.loaded / e.total) * 100);\n          ui.fill.style.width = pct + \"%\";\n          ui.status.textContent = pct + \"%\";\n        }\n      });\n      xhr.addEventListener(\"load\", function () {\n        var data = null;\n        try { data = JSON.parse(xhr.responseText); } catch (e2) {}\n        if (xhr.status >= 200 && xhr.status < 300 && data && data.ok) {\n          done(ui, (data.files && data.files[0]) || null, file);\n        } else {\n          fail(ui, (data && data.error) || (\"Upload failed (\" + xhr.status + \")\"), file);\n        }\n      });\n      xhr.addEventListener(\"error\", function () { fail(ui, \"Network error\", file); });\n      xhr.send(fd);\n    }\n\n    function done(ui, info, file) {\n      ui.li.classList.remove(\"is-error\");\n      ui.li.classList.add(\"is-done\");\n      ui.fill.style.width = \"100%\";\n      ui.status.textContent = \"\\u2713 Uploaded\";\n      root.dispatchEvent(new CustomEvent(\"wrnexus:upload\", { bubbles: true, detail: { file: file, result: info } }));\n    }\n    function fail(ui, msg, file) {\n      ui.li.classList.add(\"is-error\");\n      ui.status.textContent = \"\\u2717 \" + msg;\n      root.dispatchEvent(new CustomEvent(\"wrnexus:upload-error\", { bubbles: true, detail: { file: file, error: msg } }));\n    }\n  }\n\n  function init() {\n    injectCss();\n    var nodes = document.querySelectorAll(\"[data-uploader]\");\n    for (var i = 0; i < nodes.length; i++) setup(nodes[i]);\n  }\n  if (document.readyState === \"loading\") document.addEventListener(\"DOMContentLoaded\", init);\n  else init();\n})();\n";
+declare const UPLOAD_RUNTIME = "\n(function () {\n  if (typeof document === \"undefined\") return;\n  var CSRF_COOKIE = \"wire-csrf\";\n\n  var CSS =\n    \".wire-uploader{display:block}\" +\n    \".wire-uploader-zone{display:flex;align-items:center;justify-content:center;text-align:center;\" +\n      \"min-height:8rem;padding:1.25rem;border:2px dashed var(--wire-border,#cbd5e1);border-radius:12px;\" +\n      \"background:var(--wire-surface,transparent);color:var(--wire-muted,#64748b);cursor:pointer;\" +\n      \"transition:border-color .15s ease,background-color .15s ease;position:relative}\" +\n    \".wire-uploader-zone:hover,.wire-uploader-zone:focus-visible{border-color:var(--wire-brand,#3f7dff);outline:none}\" +\n    \".wire-uploader-zone.is-drag{border-color:var(--wire-brand,#3f7dff);background:color-mix(in oklab,var(--wire-brand,#3f7dff) 8%,transparent)}\" +\n    \".wire-uploader-prompt{font-size:.9rem;pointer-events:none}\" +\n    \".wire-uploader-input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}\" +\n    \".wire-uploader-list{list-style:none;margin:.75rem 0 0;padding:0;display:flex;flex-direction:column;gap:.5rem}\" +\n    \".wire-uploader-item{display:grid;grid-template-columns:1fr auto;gap:.15rem .75rem;align-items:center;\" +\n      \"font-size:.82rem;padding:.5rem .7rem;border:1px solid var(--wire-border,#e2e8f0);border-radius:8px}\" +\n    \".wire-uploader-name{font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--wire-text,#0f172a)}\" +\n    \".wire-uploader-meta{color:var(--wire-muted,#94a3b8);font-variant-numeric:tabular-nums}\" +\n    \".wire-uploader-bar{grid-column:1/-1;height:5px;border-radius:999px;background:var(--wire-border,#e2e8f0);overflow:hidden}\" +\n    \".wire-uploader-fill{height:100%;width:0;border-radius:999px;background:var(--wire-brand,#3f7dff);transition:width .15s ease}\" +\n    \".wire-uploader-status{grid-column:1/-1;font-size:.75rem;color:var(--wire-muted,#94a3b8);font-variant-numeric:tabular-nums}\" +\n    \".wire-uploader-item.is-done .wire-uploader-fill{background:var(--wire-success,#16a34a)}\" +\n    \".wire-uploader-item.is-done .wire-uploader-status{color:var(--wire-success,#16a34a)}\" +\n    \".wire-uploader-item.is-error .wire-uploader-fill{background:var(--wire-danger,#dc2626)}\" +\n    \".wire-uploader-item.is-error .wire-uploader-status{color:var(--wire-danger,#dc2626)}\";\n\n  function injectCss() {\n    if (document.getElementById(\"wire-uploader-css\")) return;\n    var s = document.createElement(\"style\");\n    s.id = \"wire-uploader-css\";\n    s.textContent = CSS;\n    document.head.appendChild(s);\n  }\n\n  function cookie(name) {\n    var m = document.cookie.match(new RegExp(\"(?:^|; )\" + name + \"=([^;]*)\"));\n    return m ? decodeURIComponent(m[1]) : \"\";\n  }\n  function el(tag, cls, text) {\n    var e = document.createElement(tag);\n    if (cls) e.className = cls;\n    if (text != null) e.textContent = text;\n    return e;\n  }\n  function fmt(n) {\n    if (n < 1024) return n + \" B\";\n    if (n < 1048576) return (n / 1024).toFixed(1) + \" KB\";\n    return (n / 1048576).toFixed(1) + \" MB\";\n  }\n  function accepts(accept, file) {\n    var list = (accept || \"\").split(\",\").map(function (s) { return s.trim().toLowerCase(); }).filter(Boolean);\n    if (!list.length) return true;\n    var type = (file.type || \"\").toLowerCase();\n    var name = (file.name || \"\").toLowerCase();\n    var ext = name.indexOf(\".\") >= 0 ? name.slice(name.lastIndexOf(\".\")) : \"\";\n    return list.some(function (rule) {\n      if (rule.charAt(0) === \".\") return rule === ext;\n      if (rule.slice(-2) === \"/*\") return type.indexOf(rule.slice(0, -1)) === 0;\n      return rule === type;\n    });\n  }\n\n  function setup(root) {\n    if (root.__wrnexusUploader) return;\n    root.__wrnexusUploader = true;\n\n    var endpoint = root.getAttribute(\"data-endpoint\") || \"/api/upload\";\n    var multipleAttr = root.getAttribute(\"data-multiple\");\n    var multiple = root.hasAttribute(\"data-multiple\") && multipleAttr !== \"false\";\n    var accept = root.getAttribute(\"data-accept\") || \"\";\n    var maxBytes = parseInt(root.getAttribute(\"data-max\") || \"0\", 10) || 0;\n    var field = root.getAttribute(\"data-field\") || (multiple ? \"files\" : \"file\");\n    var invalidate = String(root.getAttribute(\"data-invalidate\") || \"\")\n      .split(\",\")\n      .map(function (tag) { return tag.trim(); })\n      .filter(Boolean);\n    var promptText = root.getAttribute(\"data-label\") || \"Drag files here or click to browse\";\n\n    root.classList.add(\"wire-uploader\");\n    var zone = el(\"div\", \"wire-uploader-zone\");\n    zone.setAttribute(\"role\", \"button\");\n    zone.setAttribute(\"tabindex\", \"0\");\n    zone.appendChild(el(\"div\", \"wire-uploader-prompt\", promptText));\n    var input = document.createElement(\"input\");\n    input.type = \"file\";\n    input.className = \"wire-uploader-input\";\n    if (multiple) input.multiple = true;\n    if (accept) input.accept = accept;\n    zone.appendChild(input);\n    var listEl = el(\"ul\", \"wire-uploader-list\");\n    root.appendChild(zone);\n    root.appendChild(listEl);\n\n    zone.addEventListener(\"keydown\", function (e) {\n      if (e.key === \"Enter\" || e.key === \" \") { e.preventDefault(); input.click(); }\n    });\n    [\"dragenter\", \"dragover\"].forEach(function (ev) {\n      zone.addEventListener(ev, function (e) { e.preventDefault(); zone.classList.add(\"is-drag\"); });\n    });\n    [\"dragleave\", \"drop\"].forEach(function (ev) {\n      zone.addEventListener(ev, function (e) { e.preventDefault(); zone.classList.remove(\"is-drag\"); });\n    });\n    zone.addEventListener(\"drop\", function (e) {\n      if (e.dataTransfer && e.dataTransfer.files) handle(e.dataTransfer.files);\n    });\n    input.addEventListener(\"change\", function () {\n      if (input.files) handle(input.files);\n      input.value = \"\";\n    });\n\n    function handle(files) {\n      var arr = Array.prototype.slice.call(files);\n      if (!multiple) arr = arr.slice(0, 1);\n      arr.forEach(uploadOne);\n    }\n\n    function row(file) {\n      var li = el(\"li\", \"wire-uploader-item\");\n      li.appendChild(el(\"span\", \"wire-uploader-name\", file.name));\n      li.appendChild(el(\"span\", \"wire-uploader-meta\", fmt(file.size)));\n      var bar = el(\"div\", \"wire-uploader-bar\");\n      var fill = el(\"div\", \"wire-uploader-fill\");\n      bar.appendChild(fill);\n      li.appendChild(bar);\n      var status = el(\"span\", \"wire-uploader-status\", \"\");\n      li.appendChild(status);\n      listEl.appendChild(li);\n      return { li: li, fill: fill, status: status };\n    }\n\n    function uploadOne(file) {\n      var ui = row(file);\n      if (maxBytes && file.size > maxBytes) return fail(ui, \"Too large (max \" + fmt(maxBytes) + \")\", file);\n      if (!accepts(accept, file)) return fail(ui, \"Type not allowed\", file);\n\n      var fd = new FormData();\n      fd.append(field, file, file.name);\n      var xhr = new XMLHttpRequest();\n      xhr.open(\"POST\", endpoint, true);\n      var token = cookie(CSRF_COOKIE);\n      if (token) xhr.setRequestHeader(\"x-csrf-token\", token);\n      xhr.upload.addEventListener(\"progress\", function (e) {\n        if (e.lengthComputable) {\n          var pct = Math.round((e.loaded / e.total) * 100);\n          ui.fill.style.width = pct + \"%\";\n          ui.status.textContent = pct + \"%\";\n        }\n      });\n      xhr.addEventListener(\"load\", function () {\n        var data = null;\n        try { data = JSON.parse(xhr.responseText); } catch (e2) {}\n        if (xhr.status >= 200 && xhr.status < 300 && data && data.ok) {\n          done(ui, (data.files && data.files[0]) || null, file);\n        } else {\n          fail(ui, (data && data.error) || (\"Upload failed (\" + xhr.status + \")\"), file);\n        }\n      });\n      xhr.addEventListener(\"error\", function () { fail(ui, \"Network error\", file); });\n      xhr.send(fd);\n    }\n\n    function done(ui, info, file) {\n      ui.li.classList.remove(\"is-error\");\n      ui.li.classList.add(\"is-done\");\n      ui.fill.style.width = \"100%\";\n      ui.status.textContent = \"\\u2713 Uploaded\";\n      root.dispatchEvent(new CustomEvent(\"wrnexus:upload\", { bubbles: true, detail: { file: file, result: info } }));\n      if (invalidate.length) {\n        window.dispatchEvent(new CustomEvent(\"wrnexus:cache:invalidate\", {\n          detail: { tags: invalidate, source: \"uploader\", file: file, result: info }\n        }));\n      }\n    }\n    function fail(ui, msg, file) {\n      ui.li.classList.add(\"is-error\");\n      ui.status.textContent = \"\\u2717 \" + msg;\n      root.dispatchEvent(new CustomEvent(\"wrnexus:upload-error\", { bubbles: true, detail: { file: file, error: msg } }));\n    }\n  }\n\n  function init() {\n    injectCss();\n    var nodes = document.querySelectorAll(\"[data-uploader]\");\n    for (var i = 0; i < nodes.length; i++) setup(nodes[i]);\n  }\n  if (document.readyState === \"loading\") document.addEventListener(\"DOMContentLoaded\", init);\n  else init();\n})();\n";
 
 /**
  * Local-disk storage driver. Files live under a configured directory; keys map
@@ -632,7 +632,7 @@ import { serveFromStore } from "@wrnexus/uploader";
 export const GET = serveFromStore("docs"); // your middleware decides who gets in
- + } } diff --git a/app/pages/packages/validation.wrn b/app/pages/packages/validation.wrn index 0c0111c1..97991585 100644 --- a/app/pages/packages/validation.wrn +++ b/app/pages/packages/validation.wrn @@ -10,11 +10,11 @@ page wrnexusvalidation {
W WRNexusJS - +
Browse documentation
-
Security · Package reference

@wrnexus/validation

Typed schemas, coercion, validation, and browser descriptors.

v0.8.2Private registrySecurity

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/validation@0.8.2

Request preview access. Never put registry tokens in source control.

One fluent schema, validated on the server (API bodies, env vars) and mirrored to an eval-free browser validator for forms.
+
Security · Package reference

@wrnexus/validation

Typed schemas, coercion, validation, and browser descriptors.

v0.8.3Private registrySecurity

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/validation@0.8.3

Request preview access. Never put registry tokens in source control.

One fluent schema, validated on the server (API bodies, env vars) and mirrored to an eval-free browser validator for forms.

Part of the WRNexusJS framework — an SSR-first, Bun-native full-stack web framework.

Boundary contracts

Use ContractRegistry with defineContract or defineEvent to publish the same schema descriptors for APIs, actions, webhooks, realtime, queues, cron, pub/sub, plugins, configuration, and environment variables.

@@ -545,7 +545,7 @@ const head = `<script>${renderSchemasScript({ signup: signupSche // render a <form data-schema="signup"> with [data-error="email"] etc.
- + } } diff --git a/app/pages/releases/0.8.3.wrn b/app/pages/releases/0.8.3.wrn new file mode 100644 index 00000000..ae3e3af2 --- /dev/null +++ b/app/pages/releases/0.8.3.wrn @@ -0,0 +1,16 @@ +page Release083 { + seo { + title = "Release 0.8.3" + description = "WRNexusJS 0.8.3 release notes." + canonical = "https://wrnexusjs.dev/releases/0.8.3" + } + view { + +
+
W WRNexusJS
+ +

WRNexusJS 0.8.3

Released 2026-07-13. All 46 installed packages are aligned to this version. Highlights include the new helpers package, reliable workspace app addition, and browser SSO redirects through forward authentication. See the changelog, upgrade guide, and package references.

+ +
+ } +} \ No newline at end of file diff --git a/app/pages/roadmap.wrn b/app/pages/roadmap.wrn index c0405dce..be81d96e 100644 --- a/app/pages/roadmap.wrn +++ b/app/pages/roadmap.wrn @@ -7,10 +7,10 @@ page Roadmap { view {
-
W WRNexusJS
+
W WRNexusJS

Roadmap

Roadmap items are direction, not delivery commitments. Dates require explicit owner approval.

Now

  • Private preview onboarding and accurate package references
  • Runnable documentation fixtures and link/accessibility checks
  • License, support, and disclosure owner decisions

Next

  • Durable queue driver guidance
  • Expanded database/auth/realtime examples
  • Versioned release notes and migration fixtures

Later / exploration

  • Historical documentation selector
  • Maintained reproducible benchmarks
  • Broader mobile/native coverage
- +
} } \ No newline at end of file diff --git a/app/pages/search.wrn b/app/pages/search.wrn index b192640d..6cd63d64 100644 --- a/app/pages/search.wrn +++ b/app/pages/search.wrn @@ -7,10 +7,10 @@ page Search { view {
-
W WRNexusJS
+
W WRNexusJS

Search documentation

This build-time index is local and sends no query to a third party. Use your browser’s find command to filter this compact index.

Core documentation

Get started · Packages · Components · Language · Architecture

Guides

Project structure · Routing · Pages and components · Server data · API routes · Middleware · Forms and validation · Authentication · Authorization · Application security · Database · Uploads · Realtime · Pub/sub · Queues · Testing · Workspaces and gateway · Deployment · Configuration and profiles · Internationalization and themes · Mobile · Observability · Upgrading · Troubleshooting

Package APIs

@wrnexus/ai · @wrnexus/authz · @wrnexus/compiler · @wrnexus/core · @wrnexus/csr · @wrnexus/db · @wrnexus/dev-server · @wrnexus/encryption · @wrnexus/helpers · @wrnexus/i18n · @wrnexus/jwt · @wrnexus/mobile · @wrnexus/native · @wrnexus/oauth · @wrnexus/pubsub · @wrnexus/queue · @wrnexus/reactive · @wrnexus/router · @wrnexus/ssr · @wrnexus/styles · @wrnexus/test · @wrnexus/tracking · @wrnexus/ui · @wrnexus/uploader · @wrnexus/validation · @wrnexus/dev-toolbar · @wrnexus/syntax · @wrnexus/plugin · @wrnexus/captcha · @wrnexus/auth · @wrnexus/store · @wrnexus/typecheck · @wrnexus/security · @wrnexus/cache · @wrnexus/image · @wrnexus/observability · @wrnexus/benchmark · @wrnexus/realtime · @wrnexus/content · @wrnexus/graphql · @wrnexus/identity · @wrnexus/language-server · @wrnexus/mcp · @wrnexus/playground · @wrnexus/pwa · @wrnexus/cli

- +
} } \ No newline at end of file diff --git a/app/pages/security.wrn b/app/pages/security.wrn index e2956808..11d5ec2f 100644 --- a/app/pages/security.wrn +++ b/app/pages/security.wrn @@ -7,10 +7,10 @@ page Security { view {
-
W WRNexusJS
+
W WRNexusJS
-

Security

WRNexusJS provides primitives for CSP, CSRF, Trusted Types, sessions, validation, authorization, encryption, upload restrictions, request limits, and WebSocket-origin checks. Applications remain responsible for correct configuration, business authorization, secrets, dependencies, data protection, and operations.

Supported releases

Only the current private-preview release 0.8.2 is documented here. A formal old-release support window is not yet published.

Report a vulnerability

Use WorkRoot’s approved private contact path at workroot.in. Do not publish exploit details or secrets. Include affected version, impact, reproduction, and a safe contact method. Response targets, encryption key, bounty, audit, and certification are not currently claimed.

Deployment controls

Use restrictive CSP and permissions policies, HSTS only on HTTPS production origins, MIME sniffing protection, restrictive referrers, explicit CORS, secure cookies, CSRF validation, request limits, and origin checks. See application security.

- +

Security

WRNexusJS provides primitives for CSP, CSRF, Trusted Types, sessions, validation, authorization, encryption, upload restrictions, request limits, and WebSocket-origin checks. Applications remain responsible for correct configuration, business authorization, secrets, dependencies, data protection, and operations.

Supported releases

Only the current private-preview release 0.8.3 is documented here. A formal old-release support window is not yet published.

Report a vulnerability

Use WorkRoot’s approved private contact path at workroot.in. Do not publish exploit details or secrets. Include affected version, impact, reproduction, and a safe contact method. Response targets, encryption key, bounty, audit, and certification are not currently claimed.

Deployment controls

Use restrictive CSP and permissions policies, HSTS only on HTTPS production origins, MIME sniffing protection, restrictive referrers, explicit CORS, secure cookies, CSRF validation, request limits, and origin checks. See application security.

+
} } \ No newline at end of file diff --git a/app/pages/showcase.wrn b/app/pages/showcase.wrn index d71e3315..dcde10e2 100644 --- a/app/pages/showcase.wrn +++ b/app/pages/showcase.wrn @@ -7,10 +7,10 @@ page Showcase { view {
-
W WRNexusJS
+
W WRNexusJS
-

Showcase

Only confirmed public properties are listed; no customer or traffic claims are made.

WorkRoot

Creator/company site demonstrating a public WRNexusJS deployment. Exact deployed version and infrastructure notes await owner confirmation.

WRNexusJS docs

This documentation portal, built and verified against WRNexusJS 0.8.2 on Bun.

Screenshots are intentionally deferred until approved assets and alt text are available.

- +

Showcase

Only confirmed public properties are listed; no customer or traffic claims are made.

WorkRoot

Creator/company site demonstrating a public WRNexusJS deployment. Exact deployed version and infrastructure notes await owner confirmation.

WRNexusJS docs

This documentation portal, built and verified against WRNexusJS 0.8.3 on Bun.

Screenshots are intentionally deferred until approved assets and alt text are available.

+
} } \ No newline at end of file diff --git a/app/pages/support.wrn b/app/pages/support.wrn index c179999a..c89a021e 100644 --- a/app/pages/support.wrn +++ b/app/pages/support.wrn @@ -7,10 +7,10 @@ page Support { view {
-
W WRNexusJS
+
W WRNexusJS

Support

WRNexusJS has no public Discord, public issue tracker, or guaranteed community support channel listed by this repository. Preview access and support begin through WorkRoot’s public contact path.

Include WRNexusJS version, Bun version, OS, a minimal reproduction, expected and actual behavior, and sanitized logs. Never include registry tokens, credentials, session cookies, or private data.

Support scope, service levels, and commercial terms require owner confirmation.

- +
} } \ No newline at end of file diff --git a/app/pages/tutorial.wrn b/app/pages/tutorial.wrn index d99780da..d9ee58b0 100644 --- a/app/pages/tutorial.wrn +++ b/app/pages/tutorial.wrn @@ -7,9 +7,9 @@ page Tutorial { view {
-
W WRNexusJS
+
W WRNexusJS
-
Preview · runnable-project extraction pending

Secure task board

This tutorial connects the installed 0.8.2 APIs into one design. Snippets are limited to declarations and README patterns verified in the installed packages; a CI-compiled standalone fixture remains on the roadmap.

Application shape

A .wrn page renders tasks from an SSR API binding. A shared validation schema protects mutations. Session middleware identifies users, authorization policies gate updates, and a realtime room broadcasts changes.

Schema and create route

import { v, parseBody } from "@wrnexus/validation";
+      
Preview · runnable-project extraction pending

Secure task board

This tutorial connects the installed 0.8.3 APIs into one design. Snippets are limited to declarations and README patterns verified in the installed packages; a CI-compiled standalone fixture remains on the roadmap.

Application shape

A .wrn page renders tasks from an SSR API binding. A shared validation schema protects mutations. Session middleware identifies users, authorization policies gate updates, and a realtime room broadcasts changes.

Schema and create route

import { v, parseBody } from "@wrnexus/validation";
 const task = v.object({ title: v.string().trim().min(3).max(120) });
 export const POST = async (ctx) => {
   const parsed = await parseBody(task, ctx.req);
@@ -23,7 +23,7 @@ export const POST = async (ctx) => {
     </ul></main>
   }
 }

Production checklist

  • Choose SQLite for local development or configure the supported PostgreSQL driver.
  • Run migrations before accepting traffic.
  • Enable session authentication and enforce authorization on every mutation.
  • Validate upload types and sizes; keep private objects behind authenticated routes.
  • Use Redis pub/sub when realtime rooms span processes.
  • Treat the default queue as non-durable until a production driver is selected.

Follow the focused database, authentication, authorization, realtime, and upload guides.

- +
} } \ No newline at end of file diff --git a/app/routes.gen.ts b/app/routes.gen.ts index fc039bda..0bb9251a 100644 --- a/app/routes.gen.ts +++ b/app/routes.gen.ts @@ -166,6 +166,7 @@ export interface Routes { "/releases/0.8.0": Record; "/releases/0.8.1": Record; "/releases/0.8.2": Record; + "/releases/0.8.3": Record; "/roadmap": Record; "/search": Record; "/security": Record; @@ -339,6 +340,7 @@ export interface RouteNames { "releases.0.8.0": "/releases/0.8.0"; "releases.0.8.1": "/releases/0.8.1"; "releases.0.8.2": "/releases/0.8.2"; + "releases.0.8.3": "/releases/0.8.3"; "roadmap": "/roadmap"; "search": "/search"; "security": "/security"; @@ -581,6 +583,7 @@ export function route( "releases.0.8.0": "/releases/0.8.0", "releases.0.8.1": "/releases/0.8.1", "releases.0.8.2": "/releases/0.8.2", + "releases.0.8.3": "/releases/0.8.3", "roadmap": "/roadmap", "search": "/search", "security": "/security", diff --git a/app/types/wrnexus.generated.d.ts b/app/types/wrnexus.generated.d.ts index e7c7e0f7..94870929 100644 --- a/app/types/wrnexus.generated.d.ts +++ b/app/types/wrnexus.generated.d.ts @@ -14,7 +14,7 @@ declare namespace WRNexusGenerated { : never; type RealtimeMessage = T extends import("@wrnexus/core").RoomDefinition ? M : unknown; type QueuePayload = T extends import("@wrnexus/queue").JobDefinition ? I : unknown; - type RouteName = "404" | "access" | "architecture" | "benchmarks" | "changelog" | "examples" | "getting.started" | "guides.api.routes" | "guides.authentication" | "guides.authorization" | "guides.configuration.and.profiles" | "guides.database" | "guides.deployment" | "guides.forms.and.validation" | "guides.i18n.and.themes" | "guides.middleware" | "guides.mobile" | "guides.observability" | "guides.pages.and.components" | "guides.project.structure" | "guides.pubsub" | "guides.queues" | "guides.realtime" | "guides.routing" | "guides.security" | "guides.server.data" | "guides.testing" | "guides.troubleshooting" | "guides.upgrading" | "guides.uploads" | "guides.workspaces.and.gateway" | "index" | "language" | "license" | "packages" | "packages.ai" | "packages.auth" | "packages.authz" | "packages.benchmark" | "packages.cache" | "packages.captcha" | "packages.cli" | "packages.compiler" | "packages.content" | "packages.core" | "packages.csr" | "packages.db" | "packages.dev.server" | "packages.dev.toolbar" | "packages.encryption" | "packages.graphql" | "packages.helpers" | "packages.i18n" | "packages.identity" | "packages.image" | "packages.jwt" | "packages.language.server" | "packages.mcp" | "packages.mobile" | "packages.native" | "packages.oauth" | "packages.observability" | "packages.playground" | "packages.plugin" | "packages.pubsub" | "packages.pwa" | "packages.queue" | "packages.reactive" | "packages.realtime" | "packages.router" | "packages.security" | "packages.ssr" | "packages.store" | "packages.styles" | "packages.syntax" | "packages.test" | "packages.tracking" | "packages.typecheck" | "packages.ui" | "packages.uploader" | "packages.validation" | "releases.0.2.15" | "releases.0.2.17" | "releases.0.2.18" | "releases.0.2.19" | "releases.0.2.20" | "releases.0.2.21" | "releases.0.2.22" | "releases.0.2.23" | "releases.0.2.24" | "releases.0.2.25" | "releases.0.2.26" | "releases.0.2.27" | "releases.0.2.28" | "releases.0.2.29" | "releases.0.2.30" | "releases.0.2.31" | "releases.0.2.32" | "releases.0.2.33" | "releases.0.2.34" | "releases.0.2.35" | "releases.0.2.36" | "releases.0.2.37" | "releases.0.2.38" | "releases.0.2.39" | "releases.0.2.40" | "releases.0.2.41" | "releases.0.2.42" | "releases.0.2.43" | "releases.0.2.44" | "releases.0.2.45" | "releases.0.2.46" | "releases.0.2.47" | "releases.0.2.48" | "releases.0.2.49" | "releases.0.2.50" | "releases.0.2.51" | "releases.0.2.52" | "releases.0.2.53" | "releases.0.2.54" | "releases.0.2.55" | "releases.0.2.56" | "releases.0.2.57" | "releases.0.2.58" | "releases.0.2.59" | "releases.0.2.60" | "releases.0.2.61" | "releases.0.2.62" | "releases.0.2.63" | "releases.0.2.64" | "releases.0.2.65" | "releases.0.2.66" | "releases.0.2.67" | "releases.0.2.68" | "releases.0.2.69" | "releases.0.2.70" | "releases.0.2.71" | "releases.0.2.72" | "releases.0.2.73" | "releases.0.2.74" | "releases.0.2.75" | "releases.0.2.76" | "releases.0.2.77" | "releases.0.2.78" | "releases.0.2.79" | "releases.0.3.0" | "releases.0.3.1" | "releases.0.3.2" | "releases.0.3.3" | "releases.0.3.4" | "releases.0.3.5" | "releases.0.3.6" | "releases.0.4.0" | "releases.0.5.0" | "releases.0.5.1" | "releases.0.5.10" | "releases.0.5.11" | "releases.0.5.12" | "releases.0.5.13" | "releases.0.6.0" | "releases.0.7.0" | "releases.0.8.0" | "releases.0.8.1" | "releases.0.8.2" | "roadmap" | "search" | "security" | "showcase" | "support" | "tutorial"; + type RouteName = "404" | "access" | "architecture" | "benchmarks" | "changelog" | "examples" | "getting.started" | "guides.api.routes" | "guides.authentication" | "guides.authorization" | "guides.configuration.and.profiles" | "guides.database" | "guides.deployment" | "guides.forms.and.validation" | "guides.i18n.and.themes" | "guides.middleware" | "guides.mobile" | "guides.observability" | "guides.pages.and.components" | "guides.project.structure" | "guides.pubsub" | "guides.queues" | "guides.realtime" | "guides.routing" | "guides.security" | "guides.server.data" | "guides.testing" | "guides.troubleshooting" | "guides.upgrading" | "guides.uploads" | "guides.workspaces.and.gateway" | "index" | "language" | "license" | "packages" | "packages.ai" | "packages.auth" | "packages.authz" | "packages.benchmark" | "packages.cache" | "packages.captcha" | "packages.cli" | "packages.compiler" | "packages.content" | "packages.core" | "packages.csr" | "packages.db" | "packages.dev.server" | "packages.dev.toolbar" | "packages.encryption" | "packages.graphql" | "packages.helpers" | "packages.i18n" | "packages.identity" | "packages.image" | "packages.jwt" | "packages.language.server" | "packages.mcp" | "packages.mobile" | "packages.native" | "packages.oauth" | "packages.observability" | "packages.playground" | "packages.plugin" | "packages.pubsub" | "packages.pwa" | "packages.queue" | "packages.reactive" | "packages.realtime" | "packages.router" | "packages.security" | "packages.ssr" | "packages.store" | "packages.styles" | "packages.syntax" | "packages.test" | "packages.tracking" | "packages.typecheck" | "packages.ui" | "packages.uploader" | "packages.validation" | "releases.0.2.15" | "releases.0.2.17" | "releases.0.2.18" | "releases.0.2.19" | "releases.0.2.20" | "releases.0.2.21" | "releases.0.2.22" | "releases.0.2.23" | "releases.0.2.24" | "releases.0.2.25" | "releases.0.2.26" | "releases.0.2.27" | "releases.0.2.28" | "releases.0.2.29" | "releases.0.2.30" | "releases.0.2.31" | "releases.0.2.32" | "releases.0.2.33" | "releases.0.2.34" | "releases.0.2.35" | "releases.0.2.36" | "releases.0.2.37" | "releases.0.2.38" | "releases.0.2.39" | "releases.0.2.40" | "releases.0.2.41" | "releases.0.2.42" | "releases.0.2.43" | "releases.0.2.44" | "releases.0.2.45" | "releases.0.2.46" | "releases.0.2.47" | "releases.0.2.48" | "releases.0.2.49" | "releases.0.2.50" | "releases.0.2.51" | "releases.0.2.52" | "releases.0.2.53" | "releases.0.2.54" | "releases.0.2.55" | "releases.0.2.56" | "releases.0.2.57" | "releases.0.2.58" | "releases.0.2.59" | "releases.0.2.60" | "releases.0.2.61" | "releases.0.2.62" | "releases.0.2.63" | "releases.0.2.64" | "releases.0.2.65" | "releases.0.2.66" | "releases.0.2.67" | "releases.0.2.68" | "releases.0.2.69" | "releases.0.2.70" | "releases.0.2.71" | "releases.0.2.72" | "releases.0.2.73" | "releases.0.2.74" | "releases.0.2.75" | "releases.0.2.76" | "releases.0.2.77" | "releases.0.2.78" | "releases.0.2.79" | "releases.0.3.0" | "releases.0.3.1" | "releases.0.3.2" | "releases.0.3.3" | "releases.0.3.4" | "releases.0.3.5" | "releases.0.3.6" | "releases.0.4.0" | "releases.0.5.0" | "releases.0.5.1" | "releases.0.5.10" | "releases.0.5.11" | "releases.0.5.12" | "releases.0.5.13" | "releases.0.6.0" | "releases.0.7.0" | "releases.0.8.0" | "releases.0.8.1" | "releases.0.8.2" | "releases.0.8.3" | "roadmap" | "search" | "security" | "showcase" | "support" | "tutorial"; type ApiRoute = never; type RealtimeRoute = never; type EnvironmentKey = never; diff --git a/bun.lock b/bun.lock index c3c48475..5201b8d4 100644 --- a/bun.lock +++ b/bun.lock @@ -7,58 +7,58 @@ "dependencies": { "@iconify-json/lucide": "^1.2.118", "@iconify/tailwind4": "^1.2.3", - "@wrnexus/ai": "^0.8.2", - "@wrnexus/auth": "^0.8.2", - "@wrnexus/authz": "^0.8.2", - "@wrnexus/benchmark": "^0.8.2", - "@wrnexus/cache": "^0.8.2", - "@wrnexus/captcha": "^0.8.2", - "@wrnexus/compiler": "^0.8.2", - "@wrnexus/content": "^0.8.2", - "@wrnexus/core": "^0.8.2", - "@wrnexus/csr": "^0.8.2", - "@wrnexus/db": "^0.8.2", - "@wrnexus/dev-server": "^0.8.2", - "@wrnexus/dev-toolbar": "^0.8.2", - "@wrnexus/encryption": "^0.8.2", - "@wrnexus/graphql": "^0.8.2", - "@wrnexus/helpers": "^0.8.2", - "@wrnexus/i18n": "^0.8.2", - "@wrnexus/identity": "^0.8.2", - "@wrnexus/image": "^0.8.2", - "@wrnexus/jwt": "^0.8.2", - "@wrnexus/language-server": "^0.8.2", - "@wrnexus/mcp": "^0.8.2", - "@wrnexus/mobile": "^0.8.2", - "@wrnexus/native": "^0.8.2", - "@wrnexus/oauth": "^0.8.2", - "@wrnexus/observability": "^0.8.2", - "@wrnexus/playground": "^0.8.2", - "@wrnexus/plugin": "^0.8.2", - "@wrnexus/pubsub": "^0.8.2", - "@wrnexus/pwa": "^0.8.2", - "@wrnexus/queue": "^0.8.2", - "@wrnexus/reactive": "^0.8.2", - "@wrnexus/realtime": "^0.8.2", - "@wrnexus/router": "^0.8.2", - "@wrnexus/security": "^0.8.2", - "@wrnexus/ssr": "^0.8.2", - "@wrnexus/store": "^0.8.2", - "@wrnexus/styles": "^0.8.2", - "@wrnexus/syntax": "^0.8.2", - "@wrnexus/test": "^0.8.2", - "@wrnexus/tracking": "^0.8.2", - "@wrnexus/typecheck": "^0.8.2", - "@wrnexus/ui": "^0.8.2", - "@wrnexus/uploader": "^0.8.2", - "@wrnexus/validation": "^0.8.2", + "@wrnexus/ai": "^0.8.3", + "@wrnexus/auth": "^0.8.3", + "@wrnexus/authz": "^0.8.3", + "@wrnexus/benchmark": "^0.8.3", + "@wrnexus/cache": "^0.8.3", + "@wrnexus/captcha": "^0.8.3", + "@wrnexus/compiler": "^0.8.3", + "@wrnexus/content": "^0.8.3", + "@wrnexus/core": "^0.8.3", + "@wrnexus/csr": "^0.8.3", + "@wrnexus/db": "^0.8.3", + "@wrnexus/dev-server": "^0.8.3", + "@wrnexus/dev-toolbar": "^0.8.3", + "@wrnexus/encryption": "^0.8.3", + "@wrnexus/graphql": "^0.8.3", + "@wrnexus/helpers": "^0.8.3", + "@wrnexus/i18n": "^0.8.3", + "@wrnexus/identity": "^0.8.3", + "@wrnexus/image": "^0.8.3", + "@wrnexus/jwt": "^0.8.3", + "@wrnexus/language-server": "^0.8.3", + "@wrnexus/mcp": "^0.8.3", + "@wrnexus/mobile": "^0.8.3", + "@wrnexus/native": "^0.8.3", + "@wrnexus/oauth": "^0.8.3", + "@wrnexus/observability": "^0.8.3", + "@wrnexus/playground": "^0.8.3", + "@wrnexus/plugin": "^0.8.3", + "@wrnexus/pubsub": "^0.8.3", + "@wrnexus/pwa": "^0.8.3", + "@wrnexus/queue": "^0.8.3", + "@wrnexus/reactive": "^0.8.3", + "@wrnexus/realtime": "^0.8.3", + "@wrnexus/router": "^0.8.3", + "@wrnexus/security": "^0.8.3", + "@wrnexus/ssr": "^0.8.3", + "@wrnexus/store": "^0.8.3", + "@wrnexus/styles": "^0.8.3", + "@wrnexus/syntax": "^0.8.3", + "@wrnexus/test": "^0.8.3", + "@wrnexus/tracking": "^0.8.3", + "@wrnexus/typecheck": "^0.8.3", + "@wrnexus/ui": "^0.8.3", + "@wrnexus/uploader": "^0.8.3", + "@wrnexus/validation": "^0.8.3", }, "devDependencies": { "@eslint/js": "^9.0.0", "@tailwindcss/cli": "^4.0.0", "@types/bun": "latest", "@types/node": "^26.1.1", - "@wrnexus/cli": "^0.8.2", + "@wrnexus/cli": "^0.8.3", "eslint": "^9.0.0", "prettier": "latest", "tailwindcss": "^4.0.0", @@ -232,97 +232,97 @@ "@typescript-eslint/visitor-keys": ["@typescript-eslint/visitor-keys@8.63.0", "", { "dependencies": { "@typescript-eslint/types": "8.63.0", "eslint-visitor-keys": "^5.0.0" } }, "sha512-UexrHGnGTpbuQHct2ExOc2ZcFbGUS9FOesCxxqdBGcpI1BxYu/LZ6U8Aq6/72XtF/qRBk9nhuGHFJIXXMhPMdw=="], - "@wrnexus/ai": ["@wrnexus/ai@0.8.2", "", {}, "sha512-w1iDvVrQJ7PmCR8MaMCu4GLVOJFOCxiVEb7AUUVTkhNQyqfQ45ty5gJH5DssDL6Ba8j41ZZf7a/fzVo3CjtXpQ=="], + "@wrnexus/ai": ["@wrnexus/ai@0.8.3", "", {}, "sha512-faixs92JMuprYNtkv9hDnrkKDlVo1MnMHC6uHrLhnEqIxf3yD0xLJ/i+fP/waqRQI8foLVu7Nyv3LPJaRYh2+A=="], - "@wrnexus/auth": ["@wrnexus/auth@0.8.2", "", { "dependencies": { "@wrnexus/authz": "^0.8.2", "@wrnexus/captcha": "^0.8.2", "@wrnexus/core": "^0.8.2", "@wrnexus/db": "^0.8.2", "@wrnexus/encryption": "^0.8.2", "@wrnexus/jwt": "^0.8.2", "@wrnexus/oauth": "^0.8.2", "@wrnexus/plugin": "^0.8.2", "@wrnexus/queue": "^0.8.2", "@wrnexus/ui": "^0.8.2", "@wrnexus/validation": "^0.8.2" } }, "sha512-YedtNdqt4O4+hjQ3lcHvDMJtB1ufMCWHSHmFqgrSPikK7MOAkaS8JEgZQlR/tYyubqt6QozdH5Z0oaq8KSfmIw=="], + "@wrnexus/auth": ["@wrnexus/auth@0.8.3", "", { "dependencies": { "@wrnexus/authz": "^0.8.3", "@wrnexus/captcha": "^0.8.3", "@wrnexus/core": "^0.8.3", "@wrnexus/db": "^0.8.3", "@wrnexus/encryption": "^0.8.3", "@wrnexus/jwt": "^0.8.3", "@wrnexus/oauth": "^0.8.3", "@wrnexus/plugin": "^0.8.3", "@wrnexus/queue": "^0.8.3", "@wrnexus/ui": "^0.8.3", "@wrnexus/validation": "^0.8.3" } }, "sha512-JV3wD1tG3t1yJhNSwyf3XmF3GYE3w7pJJykGw8dMwKzismu5Yb361KpeVY07eq2mhwcccN7aLR1QrL1uDhGitA=="], - "@wrnexus/authz": ["@wrnexus/authz@0.8.2", "", {}, "sha512-WWlcYORZfWRJ5dJhHBpoZieBniUG4mvj3+zfPbZA83TWve8UGoPahkzBcrrsTQse37/k+Qi//rNL1EEGLGWKVg=="], + "@wrnexus/authz": ["@wrnexus/authz@0.8.3", "", {}, "sha512-O9swkOsvI2arz+7/+35S1tMDMaLfdsIHqv9bKjBKVp/F4DTRBJra9YnMZdmC4Yt4GT9PBct1eScR6DUrvQyCaQ=="], - "@wrnexus/benchmark": ["@wrnexus/benchmark@0.8.2", "", {}, "sha512-jCPFySIRq0sRiBUUtcIALPKlafYio9im+NzZKzq02sBEMzsNnJbWPz5g/rrGFL+9NYc2bB5v/POPnjQ0NIP+ug=="], + "@wrnexus/benchmark": ["@wrnexus/benchmark@0.8.3", "", {}, "sha512-iK/JGY/4VXCp5BAQlFxGyvXJSTEZsbNdnRinVe9SLPihRyUSJPAQqVZncEiqq281YePPLjJgv/DiAbAzBIY8og=="], - "@wrnexus/cache": ["@wrnexus/cache@0.8.2", "", { "dependencies": { "@wrnexus/core": "^0.8.2" } }, "sha512-kI6y4h7QlwtXtfLDHdEDu4lhZl59XQrTEZI73xd1SxvUjWaTza6boVB3uw1XB07pjaRNIoN5M9TpAbS4yKZPZw=="], + "@wrnexus/cache": ["@wrnexus/cache@0.8.3", "", { "dependencies": { "@wrnexus/core": "^0.8.3" } }, "sha512-AFMwI7R37Hvq2a5+E0teJ3E1Po81n4VlcdYs+kpopG+BqKjALYF/Gbt9HL24TsK6rdsHyacAY5kESzcfY+lCFA=="], - "@wrnexus/captcha": ["@wrnexus/captcha@0.8.2", "", { "dependencies": { "@wrnexus/core": "^0.8.2", "@wrnexus/plugin": "^0.8.2", "@wrnexus/ui": "^0.8.2", "@wrnexus/validation": "^0.8.2" } }, "sha512-27W2DQ/xhRCxDMMTc8gbHNj9YNgBHweuxkDvlIGMbzltgbxD+WTVCJpV8MO4Q99A3V+D1iGvzSJgJq3A8xYmyw=="], + "@wrnexus/captcha": ["@wrnexus/captcha@0.8.3", "", { "dependencies": { "@wrnexus/core": "^0.8.3", "@wrnexus/plugin": "^0.8.3", "@wrnexus/ui": "^0.8.3", "@wrnexus/validation": "^0.8.3" } }, "sha512-ijNtv7CBcXsJbvyJmCc4dCCLokDrQWXhBGV/NEir7KYFvvVro6N4+8vWQ14iVUjWUwl7zOpgTbbM075wMNoynA=="], - "@wrnexus/cli": ["@wrnexus/cli@0.8.2", "", { "dependencies": { "@wrnexus/compiler": "^0.8.2", "@wrnexus/core": "^0.8.2", "@wrnexus/csr": "^0.8.2", "@wrnexus/db": "^0.8.2", "@wrnexus/dev-server": "^0.8.2", "@wrnexus/i18n": "^0.8.2", "@wrnexus/mcp": "^0.8.2", "@wrnexus/playground": "^0.8.2", "@wrnexus/plugin": "^0.8.2", "@wrnexus/router": "^0.8.2", "@wrnexus/security": "^0.8.2", "@wrnexus/styles": "^0.8.2", "@wrnexus/syntax": "^0.8.2", "@wrnexus/typecheck": "^0.8.2", "@wrnexus/ui": "^0.8.2", "@wrnexus/validation": "^0.8.2", "selfsigned": "^5.5.0" }, "bin": { "wrnexus": "dist/index.js" } }, "sha512-2D6foB+UB67w8gCmp3kHmP+KPYQjojvdvK3XGlVTyKqUCh5v1QhG6yeEdJc3GnxUYlHa1lc5gZAxe4WzaoREvg=="], + "@wrnexus/cli": ["@wrnexus/cli@0.8.3", "", { "dependencies": { "@wrnexus/compiler": "^0.8.3", "@wrnexus/core": "^0.8.3", "@wrnexus/csr": "^0.8.3", "@wrnexus/db": "^0.8.3", "@wrnexus/dev-server": "^0.8.3", "@wrnexus/i18n": "^0.8.3", "@wrnexus/mcp": "^0.8.3", "@wrnexus/playground": "^0.8.3", "@wrnexus/plugin": "^0.8.3", "@wrnexus/router": "^0.8.3", "@wrnexus/security": "^0.8.3", "@wrnexus/styles": "^0.8.3", "@wrnexus/syntax": "^0.8.3", "@wrnexus/typecheck": "^0.8.3", "@wrnexus/ui": "^0.8.3", "@wrnexus/validation": "^0.8.3", "selfsigned": "^5.5.0" }, "bin": { "wrnexus": "dist/index.js" } }, "sha512-vCAMfztID0+DmKE5QdxH1e7U1eT6k9ZJSGOSCT+Pk/SD2knqkCEgDoErNvew5CCVW1F0FJ5kR8lBydUgNMYVEQ=="], - "@wrnexus/compiler": ["@wrnexus/compiler@0.8.2", "", { "dependencies": { "@wrnexus/csr": "^0.8.2", "@wrnexus/store": "^0.8.2", "@wrnexus/syntax": "^0.8.2", "@wrnexus/validation": "^0.8.2" } }, "sha512-AnzdIcZdZLTUxKO6PXQSz6WDMJ6p+KqmPTCXPTBp8EQWzH+n9U5LBLQM5oJXbs4+UlBxKuYjIk3D9DM5pBpRXQ=="], + "@wrnexus/compiler": ["@wrnexus/compiler@0.8.3", "", { "dependencies": { "@wrnexus/csr": "^0.8.3", "@wrnexus/store": "^0.8.3", "@wrnexus/syntax": "^0.8.3", "@wrnexus/validation": "^0.8.3" } }, "sha512-6hB/DMH3ZBb+pAW8FleBbvNCgc4UFL0mXaXsQ1waqI2s22jUnCTY+KEVRomBxt4vXKJX393sb9kst2xw9G33wA=="], - "@wrnexus/content": ["@wrnexus/content@0.8.2", "", {}, "sha512-Pyf5I7LJS+Xe4DhHTY3kiPPQ5VaMdUA4g/V2QSQf4xvpk7f3uk97MECTJhHJ3cqiNM0dT8Tl691r7YNtacfPAg=="], + "@wrnexus/content": ["@wrnexus/content@0.8.3", "", {}, "sha512-fi24jMv6Kgu6ppaoTVPypulnA6OYcHPD1DwCxtAYZV44gC7Q3HI3h1X7npSNz7ZysC6ApaRJloe2MjqV7yIRzA=="], - "@wrnexus/core": ["@wrnexus/core@0.8.2", "", {}, "sha512-6EzDspWhuN51+AOue9aaJipSUPdJjLwHOWHtjZap9AB99kzzV0bv3lb9TtfdrKhdJI3f6Aos2xsXmNVuaTnfiw=="], + "@wrnexus/core": ["@wrnexus/core@0.8.3", "", {}, "sha512-/YKEZ3xZm94bYNnHbUPKGFCga99rvmsHaRp/LfYX8fSvFcyYqS6dJ7FNNuTEMn/h7SV+H8tVOtiKBrkrmE618w=="], - "@wrnexus/csr": ["@wrnexus/csr@0.8.2", "", { "dependencies": { "@wrnexus/core": "^0.8.2" } }, "sha512-qE+Vj0oHvleoEaPepp9rUTyuZ9b4DBxEOLP73Y/Jr6vl+fz8Y5hpPxppyI3kQI0H432eaSQowi2Azl67Twr2oQ=="], + "@wrnexus/csr": ["@wrnexus/csr@0.8.3", "", { "dependencies": { "@wrnexus/core": "^0.8.3" } }, "sha512-02A0vOYxZI/6SpKcKbUgDbZDrevIQe1xtQnMrs5Rbxv1fM7P9xddxW5HSFEWW2Esj0DcTwGrBDR/S5hgNIts/g=="], - "@wrnexus/db": ["@wrnexus/db@0.8.2", "", {}, "sha512-7kKYmSkzIOabKn5haNiDPbu5Pfe9+ekApCWmnxiMRBjFyeJ68nrSLyIRoBBdIiXEgYWXj0gFOxMaDCWyipANeA=="], + "@wrnexus/db": ["@wrnexus/db@0.8.3", "", {}, "sha512-AhaF99sPLfnuM0uCE3JdCZ2LV7z1poNwSwPjGV7iDmkj0WxKaWZKvuwi8VP6dBqGlcKT/dqxFm+qAfBzML52UA=="], - "@wrnexus/dev-server": ["@wrnexus/dev-server@0.8.2", "", { "dependencies": { "@wrnexus/cache": "^0.8.2", "@wrnexus/compiler": "^0.8.2", "@wrnexus/core": "^0.8.2", "@wrnexus/csr": "^0.8.2", "@wrnexus/db": "^0.8.2", "@wrnexus/dev-toolbar": "^0.8.2", "@wrnexus/i18n": "^0.8.2", "@wrnexus/observability": "^0.8.2", "@wrnexus/plugin": "^0.8.2", "@wrnexus/pubsub": "^0.8.2", "@wrnexus/pwa": "^0.8.2", "@wrnexus/router": "^0.8.2", "@wrnexus/security": "^0.8.2", "@wrnexus/ssr": "^0.8.2", "@wrnexus/store": "^0.8.2", "@wrnexus/styles": "^0.8.2", "@wrnexus/ui": "^0.8.2", "@wrnexus/uploader": "^0.8.2", "@wrnexus/validation": "^0.8.2" } }, "sha512-e5L1zMN4zSYmXiprT0slpHwgi6lMRT2Mc/4ti1K9UdPLDtUJNSm1wvwpuZK+BGvqQ7pMGok/z8ZwdEb/tk/w7g=="], + "@wrnexus/dev-server": ["@wrnexus/dev-server@0.8.3", "", { "dependencies": { "@wrnexus/cache": "^0.8.3", "@wrnexus/compiler": "^0.8.3", "@wrnexus/core": "^0.8.3", "@wrnexus/csr": "^0.8.3", "@wrnexus/db": "^0.8.3", "@wrnexus/dev-toolbar": "^0.8.3", "@wrnexus/i18n": "^0.8.3", "@wrnexus/observability": "^0.8.3", "@wrnexus/plugin": "^0.8.3", "@wrnexus/pubsub": "^0.8.3", "@wrnexus/pwa": "^0.8.3", "@wrnexus/router": "^0.8.3", "@wrnexus/security": "^0.8.3", "@wrnexus/ssr": "^0.8.3", "@wrnexus/store": "^0.8.3", "@wrnexus/styles": "^0.8.3", "@wrnexus/ui": "^0.8.3", "@wrnexus/uploader": "^0.8.3", "@wrnexus/validation": "^0.8.3" } }, "sha512-0sVOHXdyDiW4TUXgdmOT6Vszk25EAc70KNAZukB1nFB5KuI/luOgQlXqWRl1HC9ZbqAW+97oz8FVKzuaeapSoA=="], - "@wrnexus/dev-toolbar": ["@wrnexus/dev-toolbar@0.8.2", "", {}, "sha512-K7nH4gGKZ5b5rVIjoqCMk8h0+JFJtCzRo7PYeidQE1IdQ0pc20SWlRA+2WQJ5+CyBq77sjjOPIY/ANdI3PnARA=="], + "@wrnexus/dev-toolbar": ["@wrnexus/dev-toolbar@0.8.3", "", {}, "sha512-OkNufaqWWGmJrgrIYSg54PJA4a/Tz9nidZeqZPhg598HDYsDBOyRrXNOBidd1MXEXyKqoQBF5v+pHJHYOAn9aQ=="], - "@wrnexus/encryption": ["@wrnexus/encryption@0.8.2", "", { "dependencies": { "@wrnexus/core": "^0.8.2" } }, "sha512-6YuJma5HCe0RGrCF8060rf6S9QphI+35NbOKXFRxVqeAIRRI+NxhBIJ1eeXVp56xVjyjK4MfPVr1q3nPoyz/aw=="], + "@wrnexus/encryption": ["@wrnexus/encryption@0.8.3", "", { "dependencies": { "@wrnexus/core": "^0.8.3" } }, "sha512-eB9afrev8q4+ZhxAhjsazNOQBKBKdRV5muIuyVaKMHP3vkmHRHNmefutu1YuFkHopGunfO8kFIT+XhYypAydzQ=="], - "@wrnexus/graphql": ["@wrnexus/graphql@0.8.2", "", { "dependencies": { "@wrnexus/plugin": "^0.8.2" } }, "sha512-I8ruvByoTnVpr+eKoyfd9zKupKZlcjYsreLPCIcWvNdmrvuBTT29iHLcsX8jNwF0xzLNsqdsclXXEIzxExYc2A=="], + "@wrnexus/graphql": ["@wrnexus/graphql@0.8.3", "", { "dependencies": { "@wrnexus/plugin": "^0.8.3" } }, "sha512-RCGtH5EZxH3AP5JX5t80gOTnkuoPj4qhNv+qZgAcInPqpmDmb+RpLZZldrddvRZryZzAMD6quniyf0WvuQojpg=="], - "@wrnexus/helpers": ["@wrnexus/helpers@0.8.2", "", { "dependencies": { "@wrnexus/core": "^0.8.2" } }, "sha512-7sgK3Z+ibXXd/JFaNtAqqNEhORpw+nTiuCXlmunOroOP+/V4NHhm87KI0eigFh9iGZbdOjKVE5LFp4coP1Drgw=="], + "@wrnexus/helpers": ["@wrnexus/helpers@0.8.3", "", { "dependencies": { "@wrnexus/core": "^0.8.3" } }, "sha512-cB4OYUO3hIO9qPi3FcyhMZq09H6roinyhp5/1FdGtNWy/pJehgnD/Sf2NM/OqE1PIZwLx0VXZ1JhOtNrzt7xgA=="], - "@wrnexus/i18n": ["@wrnexus/i18n@0.8.2", "", { "dependencies": { "@wrnexus/core": "^0.8.2", "@wrnexus/plugin": "^0.8.2", "@wrnexus/ui": "^0.8.2" } }, "sha512-qs3v2UCD46zpzViSjhLKbz+MfdKpim+SVkUveWPMXIl6LGobTqwlYDoYQtUxQA3GsCedGE/jafk+vr1mzAZhlQ=="], + "@wrnexus/i18n": ["@wrnexus/i18n@0.8.3", "", { "dependencies": { "@wrnexus/core": "^0.8.3", "@wrnexus/plugin": "^0.8.3", "@wrnexus/ui": "^0.8.3" } }, "sha512-LG1/Du3Cxf1F9Duc96QDJeVsZOmoYxPSSgpqoQu384Y0kVulD6uXXZJcFrfy3S84qoTizsGG8wDulXa9tCaidQ=="], - "@wrnexus/identity": ["@wrnexus/identity@0.8.2", "", { "dependencies": { "@wrnexus/auth": "^0.8.2", "@wrnexus/authz": "^0.8.2", "@wrnexus/oauth": "^0.8.2" } }, "sha512-6C5sgvipOUgDk6GTbTqyfoTTFzQ2TM+qGLhn7Tvj2wM1JbswV8m/wBy21n4jAff6VeE5NtL0txEGUCHkwniRDQ=="], + "@wrnexus/identity": ["@wrnexus/identity@0.8.3", "", { "dependencies": { "@wrnexus/auth": "^0.8.3", "@wrnexus/authz": "^0.8.3", "@wrnexus/oauth": "^0.8.3" } }, "sha512-Qsna9PQKg7AkhHnJXHf3vZViiwePmUk5lqu7QoIdt3+LxEhYA8ybOCTrggnFI3oTje92OHZl+hqAdLN0TnGfKQ=="], - "@wrnexus/image": ["@wrnexus/image@0.8.2", "", { "dependencies": { "@wrnexus/plugin": "^0.8.2", "@wrnexus/security": "^0.8.2", "@wrnexus/ui": "^0.8.2" } }, "sha512-lxWLZXi0x90vNuJ97YQR2IKuwiEhfqpsnm7+5dOojYXuhHTPKY16TJilUqvhLygT9zDYqy1xio3d3RDoCKfUsA=="], + "@wrnexus/image": ["@wrnexus/image@0.8.3", "", { "dependencies": { "@wrnexus/plugin": "^0.8.3", "@wrnexus/security": "^0.8.3", "@wrnexus/ui": "^0.8.3" } }, "sha512-Hlp+WtoeKDi3f1bHLFNb0FAmOvpdxvE/Svfwf9j8ypMP+gizDNkrTQJywgMRUiaw+TVnQtBtWgdYyJV3dBYPDQ=="], - "@wrnexus/jwt": ["@wrnexus/jwt@0.8.2", "", { "dependencies": { "@wrnexus/core": "^0.8.2" } }, "sha512-x5EFkaLlxqpM0Yu2T6sElQec4gpjj7py82XAu6JLLBXSmim36P6umrwnI5VcJA31MhRxvYuGI5HAWhl42OTlBg=="], + "@wrnexus/jwt": ["@wrnexus/jwt@0.8.3", "", { "dependencies": { "@wrnexus/core": "^0.8.3" } }, "sha512-84L1zmoU2S/TmBU/00S5xSPCmIW8YkVUO3eRm9TRdZ7pyMqaGw3h/TI76qFlTVvAz+UCtgoowI2mJU7dIBTzow=="], - "@wrnexus/language-server": ["@wrnexus/language-server@0.8.2", "", { "dependencies": { "@wrnexus/syntax": "^0.8.2", "@wrnexus/typecheck": "^0.8.2" }, "bin": { "wrnexus-language-server": "dist/server.js" } }, "sha512-Qn7sinIg0cUslNCUe3hzY7uDQ7TMoB7/gE0F9QFAsuR9wmqFs4Sum8bCMDwzQNfYOpoMgNxFyKJ3Zvn+hZa9dw=="], + "@wrnexus/language-server": ["@wrnexus/language-server@0.8.3", "", { "dependencies": { "@wrnexus/syntax": "^0.8.3", "@wrnexus/typecheck": "^0.8.3" }, "bin": { "wrnexus-language-server": "dist/server.js" } }, "sha512-S+YPOqc3SbPVI7uAEyDAAX/4jEXJqz8ZFSJOKlWOAh4GAA7p5r8KxjPqtzSAvatVsboTXNHUjq4AuSDwO3/6NQ=="], - "@wrnexus/mcp": ["@wrnexus/mcp@0.8.2", "", { "bin": { "wrnexus-mcp": "dist/stdio.js" } }, "sha512-oALhkKIAu3ScBTmI4s6+PdlZCFhgyBFNairtVIcxfk54epMWqjn9sCZnZ/hxosIzLbZbB38jDxp4Jf8xky+tgQ=="], + "@wrnexus/mcp": ["@wrnexus/mcp@0.8.3", "", { "bin": { "wrnexus-mcp": "dist/stdio.js" } }, "sha512-RHpn/+e7fD9+9z8EwnyLHyOrGi8k2ENfm6KeXo05Tebtjz3yq6CHlUxyANxvl8JjI9hOYr9n9KGqga3Sqe4Jvg=="], - "@wrnexus/mobile": ["@wrnexus/mobile@0.8.2", "", { "dependencies": { "@wrnexus/native": "^0.8.2" } }, "sha512-dEZbzWoWxPjfeeqjAu4uIWC0a3czQv50RvEaKlgLVNdoNOjjo2JIr2rrOMLNkAwmnZzEV6xTAjq0wbArQHKlKQ=="], + "@wrnexus/mobile": ["@wrnexus/mobile@0.8.3", "", { "dependencies": { "@wrnexus/native": "^0.8.3" } }, "sha512-twjatKoNbXSOD8RR1gJOVn/hVbGBlUNQkNhX0MlgDcF9bRERcpzrOK/tki8GiEmEdX06xZ/1y0TE71+srzvhGw=="], - "@wrnexus/native": ["@wrnexus/native@0.8.2", "", {}, "sha512-tZ7L/UpyUYJpXAwD3JmPvIs960CH1SH+jRsQrWFVASD2ddACuV9sEvZWIflslm3hrwS9Y3gz/a/dU/V+s/DKeA=="], + "@wrnexus/native": ["@wrnexus/native@0.8.3", "", {}, "sha512-TbmiBSjnEZ9vJBRT3+f6RZSv+QPAmT2/yBHfp8QLcZWYrNYrcuXk1UKb4RsPCi7M01NYAndHKwNYD125+UGIOg=="], - "@wrnexus/oauth": ["@wrnexus/oauth@0.8.2", "", { "dependencies": { "@wrnexus/jwt": "^0.8.2" } }, "sha512-+Ry5HEs1fe7aQqpMusOYjayZ+XBCW41uqN2+y6HCl6rS97yss3FKGy4a/507d1cdnH68tk3ZApEg0pqaUqx3lg=="], + "@wrnexus/oauth": ["@wrnexus/oauth@0.8.3", "", { "dependencies": { "@wrnexus/jwt": "^0.8.3" } }, "sha512-7KJMNmtzjEjLkOgGTym3onLIsR62CwcOQiHNn8gOlTKt0LDa4/0ahfACR0/INk0IGcPzdOzJyemqu8TevwPVUw=="], - "@wrnexus/observability": ["@wrnexus/observability@0.8.2", "", { "dependencies": { "@wrnexus/core": "^0.8.2" } }, "sha512-EfwO62NdOVJ033MYKqXq4cTuGXQ5vNPMtbu4ZIHD9NRItv5FTY/k1GbpVnZQVoP30bSSvjUXA92u4hcdKjDnFA=="], + "@wrnexus/observability": ["@wrnexus/observability@0.8.3", "", { "dependencies": { "@wrnexus/core": "^0.8.3" } }, "sha512-VXr7pzRq8t14U3e0z7xjlqDBKQKWkSZMtjEF2EOF8AoMTWdkkT5J1ra8gtG//I59lCHx6Ii9z49K22z2NQpkMQ=="], - "@wrnexus/playground": ["@wrnexus/playground@0.8.2", "", { "dependencies": { "@wrnexus/compiler": "^0.8.2", "@wrnexus/syntax": "^0.8.2" } }, "sha512-7jBgA7slpfjFRl4neaFdjpziFOFxLWLifP8096NHPImq6TG8jiopa3neXKrT/APXe1bTq8Q+J3UNTh3InDuEAA=="], + "@wrnexus/playground": ["@wrnexus/playground@0.8.3", "", { "dependencies": { "@wrnexus/compiler": "^0.8.3", "@wrnexus/syntax": "^0.8.3" } }, "sha512-PDXonfuOjpUfIltYglTPyjPDpnhORsRBvDsAljklyV1EgCWFk0QYG+BeqHwwT1DnZxqC3hbksOugcpq8hH0ktA=="], - "@wrnexus/plugin": ["@wrnexus/plugin@0.8.2", "", { "dependencies": { "@wrnexus/syntax": "^0.8.2" } }, "sha512-euLGraIpKKCMb0RD9ZNovOEWotojb+AiSPgLVRfLy4U0agGNIPz3KhDJj398undBWpLKtNm7G1JSNnPyMCYMAg=="], + "@wrnexus/plugin": ["@wrnexus/plugin@0.8.3", "", { "dependencies": { "@wrnexus/syntax": "^0.8.3" } }, "sha512-an2aXIvnI04kqq6+UJ2OAFDlh/VqiprC8B9CDVG2R/pSTwALK1G77b+dUwuWXUb6bYiOu4F+u2q7stWlN6FJLw=="], - "@wrnexus/pubsub": ["@wrnexus/pubsub@0.8.2", "", {}, "sha512-fPpg+YdTSegh358n1ZhzFyzH3IQGnaT1cuYzBxCU5q0H4NPAyQ8dyUPtLI3ux6m4WcCImD5u/V5LmliKeOoZdw=="], + "@wrnexus/pubsub": ["@wrnexus/pubsub@0.8.3", "", {}, "sha512-0OKaf262FAoybZbJxvq/ZC8Rn1cdzRBsZPcAXo/QfKfupYNBWdBf4rWBcN9bXPkv2+/NCfCVASar5vu+kg+Fjg=="], - "@wrnexus/pwa": ["@wrnexus/pwa@0.8.2", "", {}, "sha512-E2uq7v3hyK8r4LUATeE3/QV4l1ENxSw7MgqYZWtYUj9QaP5PBJeRu8mQ0iPqVyPrPsfCOb/5SJrcJBNCNNN49A=="], + "@wrnexus/pwa": ["@wrnexus/pwa@0.8.3", "", {}, "sha512-eJPWTghM5rtXrJP0zpeO1/Z7St8G9meOeKXd0nOH3RuOxvsquhF1P+udyKul+HPT8ttLyzs3xwIRXxypWl4kkQ=="], - "@wrnexus/queue": ["@wrnexus/queue@0.8.2", "", { "dependencies": { "@wrnexus/core": "^0.8.2" } }, "sha512-gXs0EA69KwlXbEhmM/J0rkIkU+p2n6Z8+0rGgTWsKW7I8Vf9z1haTMbITFMO7KXdrYwXikFjyPHxQvyI552Hbg=="], + "@wrnexus/queue": ["@wrnexus/queue@0.8.3", "", { "dependencies": { "@wrnexus/core": "^0.8.3" } }, "sha512-eY88N03mgebcPwHRWimxTc7GRwA6qdBjit9opdA9zZvGYvIe6FRBSpG1rGvFef74PBbVyUabQyN5rxHHCi4rkQ=="], - "@wrnexus/reactive": ["@wrnexus/reactive@0.8.2", "", {}, "sha512-MtbKVVCijoYbgVB4sqTCUZYx/ZrwAnUbkrVqDW6+CsVM4sSipDdIT1HhG4V2HYATs1yvw6eSBIq4huZ5bXKzrw=="], + "@wrnexus/reactive": ["@wrnexus/reactive@0.8.3", "", {}, "sha512-9u9NGQKGio32vj1ClEQMk80BSQPlSy2TjCIT2w2NgOVqQmlg8MvGzRqsYVS6YSLdsHymPNc4Avq0uXzMUrupGg=="], - "@wrnexus/realtime": ["@wrnexus/realtime@0.8.2", "", { "dependencies": { "@wrnexus/core": "^0.8.2", "@wrnexus/plugin": "^0.8.2", "@wrnexus/ui": "^0.8.2" } }, "sha512-4FWxXoJzl7sUR01pyVNny+gooLsl0kaVfnw4/BkRzomA809d59VyPkHLrkBHOu5HtK2AD6kPmBObzRM3Na3afw=="], + "@wrnexus/realtime": ["@wrnexus/realtime@0.8.3", "", { "dependencies": { "@wrnexus/core": "^0.8.3", "@wrnexus/plugin": "^0.8.3", "@wrnexus/ui": "^0.8.3" } }, "sha512-3MetZetzSK3qZ3jadp2l5dhctY7IekVi10qNuOzzAbReHs7JWgR8D9/rXn0QPdGjfe9+FgWtQ3T/6Wagl692aw=="], - "@wrnexus/router": ["@wrnexus/router@0.8.2", "", { "dependencies": { "@wrnexus/compiler": "^0.8.2", "@wrnexus/core": "^0.8.2" } }, "sha512-eyjI84HLq5AEZBPyEDHhM2HnGcuXHENuYL40/hkTietf+N/k6q7CDrMRVlyPPOwSZYbwFYBT1/64eYmW3veW9g=="], + "@wrnexus/router": ["@wrnexus/router@0.8.3", "", { "dependencies": { "@wrnexus/compiler": "^0.8.3", "@wrnexus/core": "^0.8.3" } }, "sha512-94e1HlX3DzhY+h7PHkiv/gaVPGPa/cW83IsYNhcWk2nsj+bao252X9jQqkBpYgXRo4PVqoRRzV4r4qDg6O/jXw=="], - "@wrnexus/security": ["@wrnexus/security@0.8.2", "", { "dependencies": { "@wrnexus/core": "^0.8.2" } }, "sha512-A3PwLjwkNfNv39on84fm4W8tKOu72TfahIjjUiC5SQtcXKvKyd1gnPX6BxBL4uWfytyNPeiBprs38j/BI0k9ww=="], + "@wrnexus/security": ["@wrnexus/security@0.8.3", "", { "dependencies": { "@wrnexus/core": "^0.8.3" } }, "sha512-Ib2s4u5lcF0QlMOlVlcOdiF30T8WoZFESaYZNOYNvKzDsoDpmRBPf6Z8U+5Q2qeWZ1OYOrsOLk2y4lSp7TlaUw=="], - "@wrnexus/ssr": ["@wrnexus/ssr@0.8.2", "", { "dependencies": { "@wrnexus/core": "^0.8.2", "@wrnexus/security": "^0.8.2", "@wrnexus/store": "^0.8.2" } }, "sha512-8TIhGdWuvuYe3bFXxv/TsGSZOC++g8z7IMIU+RuPXc2M7LdP4lnlM/pA+vYUTdBPG+q1+vfwfDKe8VcFI5vk1Q=="], + "@wrnexus/ssr": ["@wrnexus/ssr@0.8.3", "", { "dependencies": { "@wrnexus/core": "^0.8.3", "@wrnexus/security": "^0.8.3", "@wrnexus/store": "^0.8.3" } }, "sha512-mAGzA5OJ7GySth8YMhUG2gzJZ6XoLAoEhT7vGEOmg0xP5mFZiPlhuoAc2wSTZZsS1HDgfHHQaJUhdB1oUoIu9w=="], - "@wrnexus/store": ["@wrnexus/store@0.8.2", "", {}, "sha512-GlH4OY8pHJ8VrsDZklIfStwgqYXcfuMk1mCnSj+7TM/oBzUrwO0hCev06aAefm5fP1CXBaqEYBlk8FEuu6DKjw=="], + "@wrnexus/store": ["@wrnexus/store@0.8.3", "", {}, "sha512-obWeO62z+fRE7+EmpjlPpHWi3EhCOclRCNa0e1x7VFIEEtohy7uHv9/HpgoNrLQu8r6IWpCBDh7+4R9u5rDi6w=="], - "@wrnexus/styles": ["@wrnexus/styles@0.8.2", "", { "dependencies": { "@wrnexus/core": "^0.8.2", "@wrnexus/plugin": "^0.8.2", "@wrnexus/uploader": "^0.8.2" } }, "sha512-iPXD+rYiBMwyqJ2CaIUjlGwwemr/q+FmzWQ51yXqpo0VX5Nt4v0jRe4WbfVzFpqcMRGAJFHkyejhvnbl0FdAZg=="], + "@wrnexus/styles": ["@wrnexus/styles@0.8.3", "", { "dependencies": { "@wrnexus/core": "^0.8.3", "@wrnexus/plugin": "^0.8.3", "@wrnexus/uploader": "^0.8.3" } }, "sha512-1SeEVePjz+sUXA3fPQA3ieeXdHmkm83HrUjiAgdsCi3TuJtPJkvxgNmZfhzzEGpQxd2j0Fr4WJ3CI4goCugIpA=="], - "@wrnexus/syntax": ["@wrnexus/syntax@0.8.2", "", {}, "sha512-P6lZoMBt0BDiNh5zl6AscP9ZDrDHWyFqNmRfjvKMuAAOH4t8YIS3HReSrpKeqKFchGbO25lI7Vi6ejHuTWENgg=="], + "@wrnexus/syntax": ["@wrnexus/syntax@0.8.3", "", {}, "sha512-U2SxR4i+KIggsRFqVfsxcWaM+z1mI8vsgmkdFL9wjRLl1mQSHZ9JNQBP8AII45t/qm90acF60onKoOiDwPuBzA=="], - "@wrnexus/test": ["@wrnexus/test@0.8.2", "", {}, "sha512-9IAfl5MqefFnZeG25OGCIBfpJWOAtxJIuv1YQ6y8J8LDniVRg9lkZwaWpmzLE9iKcQYJyQPQDN6gqaHcF6GZDg=="], + "@wrnexus/test": ["@wrnexus/test@0.8.3", "", {}, "sha512-SmM8DQioFrxg+o46YBzdCKgK5ZAA6SfDlyU/oGhbXHlrYUxwzOPtnEwtrp8lyvKpzlzsPYnjDf5P5bfjuNmj0g=="], - "@wrnexus/tracking": ["@wrnexus/tracking@0.8.2", "", {}, "sha512-dlKtpHveKWhvFPgrdBZi0jiLc2XTBuKOxWE8pubjUHotOCqK2UTN+POu7m+xlyH2zuGzyOER4Y7WmS4vl+DsXg=="], + "@wrnexus/tracking": ["@wrnexus/tracking@0.8.3", "", {}, "sha512-SmkOv58+bE+zNfUTgns55p4V5RgVGTqYrfLnRAqlCjd+jy7OuhaW1L2JfljlWoFFXjCvK3slcu4zervKvwWxIQ=="], - "@wrnexus/typecheck": ["@wrnexus/typecheck@0.8.2", "", { "dependencies": { "@wrnexus/syntax": "^0.8.2", "typescript": "^5.5.0" } }, "sha512-gQ6RStZYJ/FjQel3YzejmuplctSDSFd43Bu7wRYaAHNpsWB0ZMnLLAR/Tpc/QWGi0+NGlKgEYCdh95lTwOQL3g=="], + "@wrnexus/typecheck": ["@wrnexus/typecheck@0.8.3", "", { "dependencies": { "@wrnexus/syntax": "^0.8.3", "typescript": "^5.5.0" } }, "sha512-mg89It84iIW7E0I5HghQQ58y0YVPG17V+MKhioVIb0Ho09giWV080BfdQMc0m1qECrUh6Eh0MQu+OvYn7ymoeQ=="], - "@wrnexus/ui": ["@wrnexus/ui@0.8.2", "", { "dependencies": { "@wrnexus/core": "^0.8.2" } }, "sha512-WQgX0yxpsSS44oRrvW2oDvsw66FqEp3728UnBUjcYImtEfT4mNbPDdKSndYs/IZuJCU/puE7M4sZ3naO+zSixw=="], + "@wrnexus/ui": ["@wrnexus/ui@0.8.3", "", { "dependencies": { "@wrnexus/core": "^0.8.3" } }, "sha512-7n9897UK+fVlu6org/4LmfoS2mdwlAiEDutA/OIzB9oxv5c79dsFa3P1LaB1bYojTnhqaZYviUOm7SZR6pERCg=="], - "@wrnexus/uploader": ["@wrnexus/uploader@0.8.2", "", { "dependencies": { "@wrnexus/core": "^0.8.2", "@wrnexus/plugin": "^0.8.2", "@wrnexus/ui": "^0.8.2" } }, "sha512-JvoUevpcrWsmzZI+5LMCQ6cUg+ENQeMxgOVyQWnsmgzMlzPX8Ld+qL7a+JAJX0poirbXB263xiew1DVsAQn9/w=="], + "@wrnexus/uploader": ["@wrnexus/uploader@0.8.3", "", { "dependencies": { "@wrnexus/core": "^0.8.3", "@wrnexus/plugin": "^0.8.3", "@wrnexus/ui": "^0.8.3" } }, "sha512-z6IBrGRINpDpcYzM4qZHgH7UqgO1L9t/l4S/veO+/RaAAHZb2YLKFnSZ2lpj2icnD1CunO+HZKv1mb4JS7jQlw=="], - "@wrnexus/validation": ["@wrnexus/validation@0.8.2", "", { "dependencies": { "@wrnexus/core": "^0.8.2", "@wrnexus/plugin": "^0.8.2", "@wrnexus/ui": "^0.8.2" } }, "sha512-Qs2BQoGrHCu78EE9IFG7CoemXwnbvdRImH7DlxMMuRvg1MiGJJN14UpIS7WhZhxLbqM3C9BKxK5+b/F5lKEzKQ=="], + "@wrnexus/validation": ["@wrnexus/validation@0.8.3", "", { "dependencies": { "@wrnexus/core": "^0.8.3", "@wrnexus/plugin": "^0.8.3", "@wrnexus/ui": "^0.8.3" } }, "sha512-3JDUdhZW6nZ9FCWHHlI/dQnoySR1+dmO31cus3Sh32dCPwz40hxfH8emXdRuP3iUvG+MkPTtZ3VG7HBqvOtKgQ=="], "acorn": ["acorn@8.17.0", "", { "bin": { "acorn": "bin/acorn" } }, "sha512-xRQbDb9BnwDafYNn6Vwl839DYVjqXYb1XVGtWAZ1kcDc6iwAL4hg3B1dZlRiuENFeO2H53gFG3in621AdERVAg=="], diff --git a/docs/release-access-status.md b/docs/release-access-status.md index f5e5a95a..0b6fa9e7 100644 --- a/docs/release-access-status.md +++ b/docs/release-access-status.md @@ -2,6 +2,6 @@ ## Decision: Mode B — Private Developer Preview -Active version: 0.8.2, derived from package.json#wrnexus.version. All 46 installed @wrnexus packages resolve to 0.8.2 and npm reports restricted access. The repository remote is a private WorkRoot Git service and no public license file exists. +Active version: 0.8.3, derived from package.json#wrnexus.version. All 46 installed @wrnexus packages resolve to 0.8.3 and npm reports restricted access. The repository remote is a private WorkRoot Git service and no public license file exists. -External users cannot execute an installation without approved private registry credentials. The truthful CTA is Request preview access. After approval, the canonical command is bunx @wrnexus/cli@0.8.2 create my-app. Tokens must never appear in documentation or source. +External users cannot execute an installation without approved private registry credentials. The truthful CTA is Request preview access. After approval, the canonical command is bunx @wrnexus/cli@0.8.3 create my-app. Tokens must never appear in documentation or source. diff --git a/docs/site-audit.md b/docs/site-audit.md index 6d838af4..e57cc2ba 100644 --- a/docs/site-audit.md +++ b/docs/site-audit.md @@ -1,6 +1,6 @@ # WRNexusJS site audit -Date: 2026-07-13. Baseline: Bun 1.3.14, framework 0.8.2. +Date: 2026-07-13. Baseline: Bun 1.3.14, framework 0.8.3. ## Baseline results @@ -12,7 +12,7 @@ Date: 2026-07-13. Baseline: Bun 1.3.14, framework 0.8.2. ## Findings -Package documentation, discovery assets, and AI-readable references are generated from the installed release. The 0.8.2 portal includes the helpers package, workspace app addition, and safe forward-auth login redirect guidance. +Package documentation, discovery assets, and AI-readable references are generated from the installed release. The 0.8.3 portal includes the helpers package, workspace app addition, and safe forward-auth login redirect guidance. ## Audit limitations diff --git a/package-lock.json b/package-lock.json index 41fd4232..7a39c712 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,58 +10,58 @@ "dependencies": { "@iconify-json/lucide": "^1.2.118", "@iconify/tailwind4": "^1.2.3", - "@wrnexus/ai": "^0.8.2", - "@wrnexus/auth": "^0.8.2", - "@wrnexus/authz": "^0.8.2", - "@wrnexus/benchmark": "^0.8.2", - "@wrnexus/cache": "^0.8.2", - "@wrnexus/captcha": "^0.8.2", - "@wrnexus/compiler": "^0.8.2", - "@wrnexus/content": "^0.8.2", - "@wrnexus/core": "^0.8.2", - "@wrnexus/csr": "^0.8.2", - "@wrnexus/db": "^0.8.2", - "@wrnexus/dev-server": "^0.8.2", - "@wrnexus/dev-toolbar": "^0.8.2", - "@wrnexus/encryption": "^0.8.2", - "@wrnexus/graphql": "^0.8.2", - "@wrnexus/helpers": "^0.8.2", - "@wrnexus/i18n": "^0.8.2", - "@wrnexus/identity": "^0.8.2", - "@wrnexus/image": "^0.8.2", - "@wrnexus/jwt": "^0.8.2", - "@wrnexus/language-server": "^0.8.2", - "@wrnexus/mcp": "^0.8.2", - "@wrnexus/mobile": "^0.8.2", - "@wrnexus/native": "^0.8.2", - "@wrnexus/oauth": "^0.8.2", - "@wrnexus/observability": "^0.8.2", - "@wrnexus/playground": "^0.8.2", - "@wrnexus/plugin": "^0.8.2", - "@wrnexus/pubsub": "^0.8.2", - "@wrnexus/pwa": "^0.8.2", - "@wrnexus/queue": "^0.8.2", - "@wrnexus/reactive": "^0.8.2", - "@wrnexus/realtime": "^0.8.2", - "@wrnexus/router": "^0.8.2", - "@wrnexus/security": "^0.8.2", - "@wrnexus/ssr": "^0.8.2", - "@wrnexus/store": "^0.8.2", - "@wrnexus/styles": "^0.8.2", - "@wrnexus/syntax": "^0.8.2", - "@wrnexus/test": "^0.8.2", - "@wrnexus/tracking": "^0.8.2", - "@wrnexus/typecheck": "^0.8.2", - "@wrnexus/ui": "^0.8.2", - "@wrnexus/uploader": "^0.8.2", - "@wrnexus/validation": "^0.8.2" + "@wrnexus/ai": "^0.8.3", + "@wrnexus/auth": "^0.8.3", + "@wrnexus/authz": "^0.8.3", + "@wrnexus/benchmark": "^0.8.3", + "@wrnexus/cache": "^0.8.3", + "@wrnexus/captcha": "^0.8.3", + "@wrnexus/compiler": "^0.8.3", + "@wrnexus/content": "^0.8.3", + "@wrnexus/core": "^0.8.3", + "@wrnexus/csr": "^0.8.3", + "@wrnexus/db": "^0.8.3", + "@wrnexus/dev-server": "^0.8.3", + "@wrnexus/dev-toolbar": "^0.8.3", + "@wrnexus/encryption": "^0.8.3", + "@wrnexus/graphql": "^0.8.3", + "@wrnexus/helpers": "^0.8.3", + "@wrnexus/i18n": "^0.8.3", + "@wrnexus/identity": "^0.8.3", + "@wrnexus/image": "^0.8.3", + "@wrnexus/jwt": "^0.8.3", + "@wrnexus/language-server": "^0.8.3", + "@wrnexus/mcp": "^0.8.3", + "@wrnexus/mobile": "^0.8.3", + "@wrnexus/native": "^0.8.3", + "@wrnexus/oauth": "^0.8.3", + "@wrnexus/observability": "^0.8.3", + "@wrnexus/playground": "^0.8.3", + "@wrnexus/plugin": "^0.8.3", + "@wrnexus/pubsub": "^0.8.3", + "@wrnexus/pwa": "^0.8.3", + "@wrnexus/queue": "^0.8.3", + "@wrnexus/reactive": "^0.8.3", + "@wrnexus/realtime": "^0.8.3", + "@wrnexus/router": "^0.8.3", + "@wrnexus/security": "^0.8.3", + "@wrnexus/ssr": "^0.8.3", + "@wrnexus/store": "^0.8.3", + "@wrnexus/styles": "^0.8.3", + "@wrnexus/syntax": "^0.8.3", + "@wrnexus/test": "^0.8.3", + "@wrnexus/tracking": "^0.8.3", + "@wrnexus/typecheck": "^0.8.3", + "@wrnexus/ui": "^0.8.3", + "@wrnexus/uploader": "^0.8.3", + "@wrnexus/validation": "^0.8.3" }, "devDependencies": { "@eslint/js": "^9.0.0", "@tailwindcss/cli": "^4.0.0", "@types/bun": "latest", "@types/node": "^26.1.1", - "@wrnexus/cli": "^0.8.2", + "@wrnexus/cli": "^0.8.3", "eslint": "^9.0.0", "prettier": "latest", "tailwindcss": "^4.0.0", @@ -1503,104 +1503,104 @@ } }, "node_modules/@wrnexus/ai": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@wrnexus/ai/-/ai-0.8.2.tgz", - "integrity": "sha512-w1iDvVrQJ7PmCR8MaMCu4GLVOJFOCxiVEb7AUUVTkhNQyqfQ45ty5gJH5DssDL6Ba8j41ZZf7a/fzVo3CjtXpQ==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@wrnexus/ai/-/ai-0.8.3.tgz", + "integrity": "sha512-faixs92JMuprYNtkv9hDnrkKDlVo1MnMHC6uHrLhnEqIxf3yD0xLJ/i+fP/waqRQI8foLVu7Nyv3LPJaRYh2+A==", "license": "MIT", "engines": { "bun": ">=1.3.0" } }, "node_modules/@wrnexus/auth": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@wrnexus/auth/-/auth-0.8.2.tgz", - "integrity": "sha512-YedtNdqt4O4+hjQ3lcHvDMJtB1ufMCWHSHmFqgrSPikK7MOAkaS8JEgZQlR/tYyubqt6QozdH5Z0oaq8KSfmIw==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@wrnexus/auth/-/auth-0.8.3.tgz", + "integrity": "sha512-JV3wD1tG3t1yJhNSwyf3XmF3GYE3w7pJJykGw8dMwKzismu5Yb361KpeVY07eq2mhwcccN7aLR1QrL1uDhGitA==", "license": "MIT", "dependencies": { - "@wrnexus/authz": "^0.8.2", - "@wrnexus/captcha": "^0.8.2", - "@wrnexus/core": "^0.8.2", - "@wrnexus/db": "^0.8.2", - "@wrnexus/encryption": "^0.8.2", - "@wrnexus/jwt": "^0.8.2", - "@wrnexus/oauth": "^0.8.2", - "@wrnexus/plugin": "^0.8.2", - "@wrnexus/queue": "^0.8.2", - "@wrnexus/ui": "^0.8.2", - "@wrnexus/validation": "^0.8.2" + "@wrnexus/authz": "^0.8.3", + "@wrnexus/captcha": "^0.8.3", + "@wrnexus/core": "^0.8.3", + "@wrnexus/db": "^0.8.3", + "@wrnexus/encryption": "^0.8.3", + "@wrnexus/jwt": "^0.8.3", + "@wrnexus/oauth": "^0.8.3", + "@wrnexus/plugin": "^0.8.3", + "@wrnexus/queue": "^0.8.3", + "@wrnexus/ui": "^0.8.3", + "@wrnexus/validation": "^0.8.3" }, "engines": { "bun": ">=1.3.0" } }, "node_modules/@wrnexus/authz": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@wrnexus/authz/-/authz-0.8.2.tgz", - "integrity": "sha512-WWlcYORZfWRJ5dJhHBpoZieBniUG4mvj3+zfPbZA83TWve8UGoPahkzBcrrsTQse37/k+Qi//rNL1EEGLGWKVg==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@wrnexus/authz/-/authz-0.8.3.tgz", + "integrity": "sha512-O9swkOsvI2arz+7/+35S1tMDMaLfdsIHqv9bKjBKVp/F4DTRBJra9YnMZdmC4Yt4GT9PBct1eScR6DUrvQyCaQ==", "license": "MIT", "engines": { "bun": ">=1.3.0" } }, "node_modules/@wrnexus/benchmark": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@wrnexus/benchmark/-/benchmark-0.8.2.tgz", - "integrity": "sha512-jCPFySIRq0sRiBUUtcIALPKlafYio9im+NzZKzq02sBEMzsNnJbWPz5g/rrGFL+9NYc2bB5v/POPnjQ0NIP+ug==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@wrnexus/benchmark/-/benchmark-0.8.3.tgz", + "integrity": "sha512-iK/JGY/4VXCp5BAQlFxGyvXJSTEZsbNdnRinVe9SLPihRyUSJPAQqVZncEiqq281YePPLjJgv/DiAbAzBIY8og==", "license": "MIT", "engines": { "bun": ">=1.3.0" } }, "node_modules/@wrnexus/cache": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@wrnexus/cache/-/cache-0.8.2.tgz", - "integrity": "sha512-kI6y4h7QlwtXtfLDHdEDu4lhZl59XQrTEZI73xd1SxvUjWaTza6boVB3uw1XB07pjaRNIoN5M9TpAbS4yKZPZw==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@wrnexus/cache/-/cache-0.8.3.tgz", + "integrity": "sha512-AFMwI7R37Hvq2a5+E0teJ3E1Po81n4VlcdYs+kpopG+BqKjALYF/Gbt9HL24TsK6rdsHyacAY5kESzcfY+lCFA==", "license": "MIT", "dependencies": { - "@wrnexus/core": "^0.8.2" + "@wrnexus/core": "^0.8.3" }, "engines": { "bun": ">=1.3.0" } }, "node_modules/@wrnexus/captcha": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@wrnexus/captcha/-/captcha-0.8.2.tgz", - "integrity": "sha512-27W2DQ/xhRCxDMMTc8gbHNj9YNgBHweuxkDvlIGMbzltgbxD+WTVCJpV8MO4Q99A3V+D1iGvzSJgJq3A8xYmyw==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@wrnexus/captcha/-/captcha-0.8.3.tgz", + "integrity": "sha512-ijNtv7CBcXsJbvyJmCc4dCCLokDrQWXhBGV/NEir7KYFvvVro6N4+8vWQ14iVUjWUwl7zOpgTbbM075wMNoynA==", "license": "MIT", "dependencies": { - "@wrnexus/core": "^0.8.2", - "@wrnexus/plugin": "^0.8.2", - "@wrnexus/ui": "^0.8.2", - "@wrnexus/validation": "^0.8.2" + "@wrnexus/core": "^0.8.3", + "@wrnexus/plugin": "^0.8.3", + "@wrnexus/ui": "^0.8.3", + "@wrnexus/validation": "^0.8.3" }, "engines": { "bun": ">=1.3.0" } }, "node_modules/@wrnexus/cli": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@wrnexus/cli/-/cli-0.8.2.tgz", - "integrity": "sha512-2D6foB+UB67w8gCmp3kHmP+KPYQjojvdvK3XGlVTyKqUCh5v1QhG6yeEdJc3GnxUYlHa1lc5gZAxe4WzaoREvg==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@wrnexus/cli/-/cli-0.8.3.tgz", + "integrity": "sha512-vCAMfztID0+DmKE5QdxH1e7U1eT6k9ZJSGOSCT+Pk/SD2knqkCEgDoErNvew5CCVW1F0FJ5kR8lBydUgNMYVEQ==", "dev": true, "license": "MIT", "dependencies": { - "@wrnexus/compiler": "^0.8.2", - "@wrnexus/core": "^0.8.2", - "@wrnexus/csr": "^0.8.2", - "@wrnexus/db": "^0.8.2", - "@wrnexus/dev-server": "^0.8.2", - "@wrnexus/i18n": "^0.8.2", - "@wrnexus/mcp": "^0.8.2", - "@wrnexus/playground": "^0.8.2", - "@wrnexus/plugin": "^0.8.2", - "@wrnexus/router": "^0.8.2", - "@wrnexus/security": "^0.8.2", - "@wrnexus/styles": "^0.8.2", - "@wrnexus/syntax": "^0.8.2", - "@wrnexus/typecheck": "^0.8.2", - "@wrnexus/ui": "^0.8.2", - "@wrnexus/validation": "^0.8.2", + "@wrnexus/compiler": "^0.8.3", + "@wrnexus/core": "^0.8.3", + "@wrnexus/csr": "^0.8.3", + "@wrnexus/db": "^0.8.3", + "@wrnexus/dev-server": "^0.8.3", + "@wrnexus/i18n": "^0.8.3", + "@wrnexus/mcp": "^0.8.3", + "@wrnexus/playground": "^0.8.3", + "@wrnexus/plugin": "^0.8.3", + "@wrnexus/router": "^0.8.3", + "@wrnexus/security": "^0.8.3", + "@wrnexus/styles": "^0.8.3", + "@wrnexus/syntax": "^0.8.3", + "@wrnexus/typecheck": "^0.8.3", + "@wrnexus/ui": "^0.8.3", + "@wrnexus/validation": "^0.8.3", "selfsigned": "^5.5.0" }, "bin": { @@ -1611,196 +1611,196 @@ } }, "node_modules/@wrnexus/compiler": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@wrnexus/compiler/-/compiler-0.8.2.tgz", - "integrity": "sha512-AnzdIcZdZLTUxKO6PXQSz6WDMJ6p+KqmPTCXPTBp8EQWzH+n9U5LBLQM5oJXbs4+UlBxKuYjIk3D9DM5pBpRXQ==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@wrnexus/compiler/-/compiler-0.8.3.tgz", + "integrity": "sha512-6hB/DMH3ZBb+pAW8FleBbvNCgc4UFL0mXaXsQ1waqI2s22jUnCTY+KEVRomBxt4vXKJX393sb9kst2xw9G33wA==", "license": "MIT", "dependencies": { - "@wrnexus/csr": "^0.8.2", - "@wrnexus/store": "^0.8.2", - "@wrnexus/syntax": "^0.8.2", - "@wrnexus/validation": "^0.8.2" + "@wrnexus/csr": "^0.8.3", + "@wrnexus/store": "^0.8.3", + "@wrnexus/syntax": "^0.8.3", + "@wrnexus/validation": "^0.8.3" }, "engines": { "bun": ">=1.3.0" } }, "node_modules/@wrnexus/content": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@wrnexus/content/-/content-0.8.2.tgz", - "integrity": "sha512-Pyf5I7LJS+Xe4DhHTY3kiPPQ5VaMdUA4g/V2QSQf4xvpk7f3uk97MECTJhHJ3cqiNM0dT8Tl691r7YNtacfPAg==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@wrnexus/content/-/content-0.8.3.tgz", + "integrity": "sha512-fi24jMv6Kgu6ppaoTVPypulnA6OYcHPD1DwCxtAYZV44gC7Q3HI3h1X7npSNz7ZysC6ApaRJloe2MjqV7yIRzA==", "license": "MIT", "engines": { "bun": ">=1.3.0" } }, "node_modules/@wrnexus/core": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@wrnexus/core/-/core-0.8.2.tgz", - "integrity": "sha512-6EzDspWhuN51+AOue9aaJipSUPdJjLwHOWHtjZap9AB99kzzV0bv3lb9TtfdrKhdJI3f6Aos2xsXmNVuaTnfiw==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@wrnexus/core/-/core-0.8.3.tgz", + "integrity": "sha512-/YKEZ3xZm94bYNnHbUPKGFCga99rvmsHaRp/LfYX8fSvFcyYqS6dJ7FNNuTEMn/h7SV+H8tVOtiKBrkrmE618w==", "license": "MIT", "engines": { "bun": ">=1.3.0" } }, "node_modules/@wrnexus/csr": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@wrnexus/csr/-/csr-0.8.2.tgz", - "integrity": "sha512-qE+Vj0oHvleoEaPepp9rUTyuZ9b4DBxEOLP73Y/Jr6vl+fz8Y5hpPxppyI3kQI0H432eaSQowi2Azl67Twr2oQ==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@wrnexus/csr/-/csr-0.8.3.tgz", + "integrity": "sha512-02A0vOYxZI/6SpKcKbUgDbZDrevIQe1xtQnMrs5Rbxv1fM7P9xddxW5HSFEWW2Esj0DcTwGrBDR/S5hgNIts/g==", "license": "MIT", "dependencies": { - "@wrnexus/core": "^0.8.2" + "@wrnexus/core": "^0.8.3" }, "engines": { "bun": ">=1.3.0" } }, "node_modules/@wrnexus/db": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@wrnexus/db/-/db-0.8.2.tgz", - "integrity": "sha512-7kKYmSkzIOabKn5haNiDPbu5Pfe9+ekApCWmnxiMRBjFyeJ68nrSLyIRoBBdIiXEgYWXj0gFOxMaDCWyipANeA==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@wrnexus/db/-/db-0.8.3.tgz", + "integrity": "sha512-AhaF99sPLfnuM0uCE3JdCZ2LV7z1poNwSwPjGV7iDmkj0WxKaWZKvuwi8VP6dBqGlcKT/dqxFm+qAfBzML52UA==", "license": "MIT", "engines": { "bun": ">=1.3.0" } }, "node_modules/@wrnexus/dev-server": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@wrnexus/dev-server/-/dev-server-0.8.2.tgz", - "integrity": "sha512-e5L1zMN4zSYmXiprT0slpHwgi6lMRT2Mc/4ti1K9UdPLDtUJNSm1wvwpuZK+BGvqQ7pMGok/z8ZwdEb/tk/w7g==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@wrnexus/dev-server/-/dev-server-0.8.3.tgz", + "integrity": "sha512-0sVOHXdyDiW4TUXgdmOT6Vszk25EAc70KNAZukB1nFB5KuI/luOgQlXqWRl1HC9ZbqAW+97oz8FVKzuaeapSoA==", "license": "MIT", "dependencies": { - "@wrnexus/cache": "^0.8.2", - "@wrnexus/compiler": "^0.8.2", - "@wrnexus/core": "^0.8.2", - "@wrnexus/csr": "^0.8.2", - "@wrnexus/db": "^0.8.2", - "@wrnexus/dev-toolbar": "^0.8.2", - "@wrnexus/i18n": "^0.8.2", - "@wrnexus/observability": "^0.8.2", - "@wrnexus/plugin": "^0.8.2", - "@wrnexus/pubsub": "^0.8.2", - "@wrnexus/pwa": "^0.8.2", - "@wrnexus/router": "^0.8.2", - "@wrnexus/security": "^0.8.2", - "@wrnexus/ssr": "^0.8.2", - "@wrnexus/store": "^0.8.2", - "@wrnexus/styles": "^0.8.2", - "@wrnexus/ui": "^0.8.2", - "@wrnexus/uploader": "^0.8.2", - "@wrnexus/validation": "^0.8.2" + "@wrnexus/cache": "^0.8.3", + "@wrnexus/compiler": "^0.8.3", + "@wrnexus/core": "^0.8.3", + "@wrnexus/csr": "^0.8.3", + "@wrnexus/db": "^0.8.3", + "@wrnexus/dev-toolbar": "^0.8.3", + "@wrnexus/i18n": "^0.8.3", + "@wrnexus/observability": "^0.8.3", + "@wrnexus/plugin": "^0.8.3", + "@wrnexus/pubsub": "^0.8.3", + "@wrnexus/pwa": "^0.8.3", + "@wrnexus/router": "^0.8.3", + "@wrnexus/security": "^0.8.3", + "@wrnexus/ssr": "^0.8.3", + "@wrnexus/store": "^0.8.3", + "@wrnexus/styles": "^0.8.3", + "@wrnexus/ui": "^0.8.3", + "@wrnexus/uploader": "^0.8.3", + "@wrnexus/validation": "^0.8.3" }, "engines": { "bun": ">=1.3.0" } }, "node_modules/@wrnexus/dev-toolbar": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@wrnexus/dev-toolbar/-/dev-toolbar-0.8.2.tgz", - "integrity": "sha512-K7nH4gGKZ5b5rVIjoqCMk8h0+JFJtCzRo7PYeidQE1IdQ0pc20SWlRA+2WQJ5+CyBq77sjjOPIY/ANdI3PnARA==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@wrnexus/dev-toolbar/-/dev-toolbar-0.8.3.tgz", + "integrity": "sha512-OkNufaqWWGmJrgrIYSg54PJA4a/Tz9nidZeqZPhg598HDYsDBOyRrXNOBidd1MXEXyKqoQBF5v+pHJHYOAn9aQ==", "license": "MIT", "engines": { "bun": ">=1.3.0" } }, "node_modules/@wrnexus/encryption": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@wrnexus/encryption/-/encryption-0.8.2.tgz", - "integrity": "sha512-6YuJma5HCe0RGrCF8060rf6S9QphI+35NbOKXFRxVqeAIRRI+NxhBIJ1eeXVp56xVjyjK4MfPVr1q3nPoyz/aw==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@wrnexus/encryption/-/encryption-0.8.3.tgz", + "integrity": "sha512-eB9afrev8q4+ZhxAhjsazNOQBKBKdRV5muIuyVaKMHP3vkmHRHNmefutu1YuFkHopGunfO8kFIT+XhYypAydzQ==", "license": "MIT", "dependencies": { - "@wrnexus/core": "^0.8.2" + "@wrnexus/core": "^0.8.3" }, "engines": { "bun": ">=1.3.0" } }, "node_modules/@wrnexus/graphql": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@wrnexus/graphql/-/graphql-0.8.2.tgz", - "integrity": "sha512-I8ruvByoTnVpr+eKoyfd9zKupKZlcjYsreLPCIcWvNdmrvuBTT29iHLcsX8jNwF0xzLNsqdsclXXEIzxExYc2A==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@wrnexus/graphql/-/graphql-0.8.3.tgz", + "integrity": "sha512-RCGtH5EZxH3AP5JX5t80gOTnkuoPj4qhNv+qZgAcInPqpmDmb+RpLZZldrddvRZryZzAMD6quniyf0WvuQojpg==", "license": "MIT", "dependencies": { - "@wrnexus/plugin": "^0.8.2" + "@wrnexus/plugin": "^0.8.3" }, "engines": { "bun": ">=1.3.0" } }, "node_modules/@wrnexus/helpers": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@wrnexus/helpers/-/helpers-0.8.2.tgz", - "integrity": "sha512-7sgK3Z+ibXXd/JFaNtAqqNEhORpw+nTiuCXlmunOroOP+/V4NHhm87KI0eigFh9iGZbdOjKVE5LFp4coP1Drgw==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@wrnexus/helpers/-/helpers-0.8.3.tgz", + "integrity": "sha512-cB4OYUO3hIO9qPi3FcyhMZq09H6roinyhp5/1FdGtNWy/pJehgnD/Sf2NM/OqE1PIZwLx0VXZ1JhOtNrzt7xgA==", "license": "MIT", "dependencies": { - "@wrnexus/core": "^0.8.2" + "@wrnexus/core": "^0.8.3" }, "engines": { "bun": ">=1.3.0" } }, "node_modules/@wrnexus/i18n": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@wrnexus/i18n/-/i18n-0.8.2.tgz", - "integrity": "sha512-qs3v2UCD46zpzViSjhLKbz+MfdKpim+SVkUveWPMXIl6LGobTqwlYDoYQtUxQA3GsCedGE/jafk+vr1mzAZhlQ==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@wrnexus/i18n/-/i18n-0.8.3.tgz", + "integrity": "sha512-LG1/Du3Cxf1F9Duc96QDJeVsZOmoYxPSSgpqoQu384Y0kVulD6uXXZJcFrfy3S84qoTizsGG8wDulXa9tCaidQ==", "license": "MIT", "dependencies": { - "@wrnexus/core": "^0.8.2", - "@wrnexus/plugin": "^0.8.2", - "@wrnexus/ui": "^0.8.2" + "@wrnexus/core": "^0.8.3", + "@wrnexus/plugin": "^0.8.3", + "@wrnexus/ui": "^0.8.3" }, "engines": { "bun": ">=1.3.0" } }, "node_modules/@wrnexus/identity": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@wrnexus/identity/-/identity-0.8.2.tgz", - "integrity": "sha512-6C5sgvipOUgDk6GTbTqyfoTTFzQ2TM+qGLhn7Tvj2wM1JbswV8m/wBy21n4jAff6VeE5NtL0txEGUCHkwniRDQ==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@wrnexus/identity/-/identity-0.8.3.tgz", + "integrity": "sha512-Qsna9PQKg7AkhHnJXHf3vZViiwePmUk5lqu7QoIdt3+LxEhYA8ybOCTrggnFI3oTje92OHZl+hqAdLN0TnGfKQ==", "license": "MIT", "dependencies": { - "@wrnexus/auth": "^0.8.2", - "@wrnexus/authz": "^0.8.2", - "@wrnexus/oauth": "^0.8.2" + "@wrnexus/auth": "^0.8.3", + "@wrnexus/authz": "^0.8.3", + "@wrnexus/oauth": "^0.8.3" }, "engines": { "bun": ">=1.3.0" } }, "node_modules/@wrnexus/image": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@wrnexus/image/-/image-0.8.2.tgz", - "integrity": "sha512-lxWLZXi0x90vNuJ97YQR2IKuwiEhfqpsnm7+5dOojYXuhHTPKY16TJilUqvhLygT9zDYqy1xio3d3RDoCKfUsA==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@wrnexus/image/-/image-0.8.3.tgz", + "integrity": "sha512-Hlp+WtoeKDi3f1bHLFNb0FAmOvpdxvE/Svfwf9j8ypMP+gizDNkrTQJywgMRUiaw+TVnQtBtWgdYyJV3dBYPDQ==", "license": "MIT", "dependencies": { - "@wrnexus/plugin": "^0.8.2", - "@wrnexus/security": "^0.8.2", - "@wrnexus/ui": "^0.8.2" + "@wrnexus/plugin": "^0.8.3", + "@wrnexus/security": "^0.8.3", + "@wrnexus/ui": "^0.8.3" }, "engines": { "bun": ">=1.3.0" } }, "node_modules/@wrnexus/jwt": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@wrnexus/jwt/-/jwt-0.8.2.tgz", - "integrity": "sha512-x5EFkaLlxqpM0Yu2T6sElQec4gpjj7py82XAu6JLLBXSmim36P6umrwnI5VcJA31MhRxvYuGI5HAWhl42OTlBg==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@wrnexus/jwt/-/jwt-0.8.3.tgz", + "integrity": "sha512-84L1zmoU2S/TmBU/00S5xSPCmIW8YkVUO3eRm9TRdZ7pyMqaGw3h/TI76qFlTVvAz+UCtgoowI2mJU7dIBTzow==", "license": "MIT", "dependencies": { - "@wrnexus/core": "^0.8.2" + "@wrnexus/core": "^0.8.3" }, "engines": { "bun": ">=1.3.0" } }, "node_modules/@wrnexus/language-server": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@wrnexus/language-server/-/language-server-0.8.2.tgz", - "integrity": "sha512-Qn7sinIg0cUslNCUe3hzY7uDQ7TMoB7/gE0F9QFAsuR9wmqFs4Sum8bCMDwzQNfYOpoMgNxFyKJ3Zvn+hZa9dw==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@wrnexus/language-server/-/language-server-0.8.3.tgz", + "integrity": "sha512-S+YPOqc3SbPVI7uAEyDAAX/4jEXJqz8ZFSJOKlWOAh4GAA7p5r8KxjPqtzSAvatVsboTXNHUjq4AuSDwO3/6NQ==", "license": "MIT", "dependencies": { - "@wrnexus/syntax": "^0.8.2", - "@wrnexus/typecheck": "^0.8.2" + "@wrnexus/syntax": "^0.8.3", + "@wrnexus/typecheck": "^0.8.3" }, "bin": { "wrnexus-language-server": "dist/server.js" @@ -1810,9 +1810,9 @@ } }, "node_modules/@wrnexus/mcp": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@wrnexus/mcp/-/mcp-0.8.2.tgz", - "integrity": "sha512-oALhkKIAu3ScBTmI4s6+PdlZCFhgyBFNairtVIcxfk54epMWqjn9sCZnZ/hxosIzLbZbB38jDxp4Jf8xky+tgQ==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@wrnexus/mcp/-/mcp-0.8.3.tgz", + "integrity": "sha512-RHpn/+e7fD9+9z8EwnyLHyOrGi8k2ENfm6KeXo05Tebtjz3yq6CHlUxyANxvl8JjI9hOYr9n9KGqga3Sqe4Jvg==", "license": "MIT", "bin": { "wrnexus-mcp": "dist/stdio.js" @@ -1822,224 +1822,224 @@ } }, "node_modules/@wrnexus/mobile": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@wrnexus/mobile/-/mobile-0.8.2.tgz", - "integrity": "sha512-dEZbzWoWxPjfeeqjAu4uIWC0a3czQv50RvEaKlgLVNdoNOjjo2JIr2rrOMLNkAwmnZzEV6xTAjq0wbArQHKlKQ==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@wrnexus/mobile/-/mobile-0.8.3.tgz", + "integrity": "sha512-twjatKoNbXSOD8RR1gJOVn/hVbGBlUNQkNhX0MlgDcF9bRERcpzrOK/tki8GiEmEdX06xZ/1y0TE71+srzvhGw==", "license": "MIT", "dependencies": { - "@wrnexus/native": "^0.8.2" + "@wrnexus/native": "^0.8.3" }, "engines": { "bun": ">=1.3.0" } }, "node_modules/@wrnexus/native": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@wrnexus/native/-/native-0.8.2.tgz", - "integrity": "sha512-tZ7L/UpyUYJpXAwD3JmPvIs960CH1SH+jRsQrWFVASD2ddACuV9sEvZWIflslm3hrwS9Y3gz/a/dU/V+s/DKeA==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@wrnexus/native/-/native-0.8.3.tgz", + "integrity": "sha512-TbmiBSjnEZ9vJBRT3+f6RZSv+QPAmT2/yBHfp8QLcZWYrNYrcuXk1UKb4RsPCi7M01NYAndHKwNYD125+UGIOg==", "license": "MIT", "engines": { "bun": ">=1.3.0" } }, "node_modules/@wrnexus/oauth": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@wrnexus/oauth/-/oauth-0.8.2.tgz", - "integrity": "sha512-+Ry5HEs1fe7aQqpMusOYjayZ+XBCW41uqN2+y6HCl6rS97yss3FKGy4a/507d1cdnH68tk3ZApEg0pqaUqx3lg==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@wrnexus/oauth/-/oauth-0.8.3.tgz", + "integrity": "sha512-7KJMNmtzjEjLkOgGTym3onLIsR62CwcOQiHNn8gOlTKt0LDa4/0ahfACR0/INk0IGcPzdOzJyemqu8TevwPVUw==", "license": "MIT", "dependencies": { - "@wrnexus/jwt": "^0.8.2" + "@wrnexus/jwt": "^0.8.3" }, "engines": { "bun": ">=1.3.0" } }, "node_modules/@wrnexus/observability": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@wrnexus/observability/-/observability-0.8.2.tgz", - "integrity": "sha512-EfwO62NdOVJ033MYKqXq4cTuGXQ5vNPMtbu4ZIHD9NRItv5FTY/k1GbpVnZQVoP30bSSvjUXA92u4hcdKjDnFA==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@wrnexus/observability/-/observability-0.8.3.tgz", + "integrity": "sha512-VXr7pzRq8t14U3e0z7xjlqDBKQKWkSZMtjEF2EOF8AoMTWdkkT5J1ra8gtG//I59lCHx6Ii9z49K22z2NQpkMQ==", "license": "MIT", "dependencies": { - "@wrnexus/core": "^0.8.2" + "@wrnexus/core": "^0.8.3" }, "engines": { "bun": ">=1.3.0" } }, "node_modules/@wrnexus/playground": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@wrnexus/playground/-/playground-0.8.2.tgz", - "integrity": "sha512-7jBgA7slpfjFRl4neaFdjpziFOFxLWLifP8096NHPImq6TG8jiopa3neXKrT/APXe1bTq8Q+J3UNTh3InDuEAA==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@wrnexus/playground/-/playground-0.8.3.tgz", + "integrity": "sha512-PDXonfuOjpUfIltYglTPyjPDpnhORsRBvDsAljklyV1EgCWFk0QYG+BeqHwwT1DnZxqC3hbksOugcpq8hH0ktA==", "license": "MIT", "dependencies": { - "@wrnexus/compiler": "^0.8.2", - "@wrnexus/syntax": "^0.8.2" + "@wrnexus/compiler": "^0.8.3", + "@wrnexus/syntax": "^0.8.3" }, "engines": { "bun": ">=1.3.0" } }, "node_modules/@wrnexus/plugin": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@wrnexus/plugin/-/plugin-0.8.2.tgz", - "integrity": "sha512-euLGraIpKKCMb0RD9ZNovOEWotojb+AiSPgLVRfLy4U0agGNIPz3KhDJj398undBWpLKtNm7G1JSNnPyMCYMAg==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@wrnexus/plugin/-/plugin-0.8.3.tgz", + "integrity": "sha512-an2aXIvnI04kqq6+UJ2OAFDlh/VqiprC8B9CDVG2R/pSTwALK1G77b+dUwuWXUb6bYiOu4F+u2q7stWlN6FJLw==", "license": "MIT", "dependencies": { - "@wrnexus/syntax": "^0.8.2" + "@wrnexus/syntax": "^0.8.3" }, "engines": { "bun": ">=1.3.0" } }, "node_modules/@wrnexus/pubsub": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@wrnexus/pubsub/-/pubsub-0.8.2.tgz", - "integrity": "sha512-fPpg+YdTSegh358n1ZhzFyzH3IQGnaT1cuYzBxCU5q0H4NPAyQ8dyUPtLI3ux6m4WcCImD5u/V5LmliKeOoZdw==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@wrnexus/pubsub/-/pubsub-0.8.3.tgz", + "integrity": "sha512-0OKaf262FAoybZbJxvq/ZC8Rn1cdzRBsZPcAXo/QfKfupYNBWdBf4rWBcN9bXPkv2+/NCfCVASar5vu+kg+Fjg==", "license": "MIT", "engines": { "bun": ">=1.3.0" } }, "node_modules/@wrnexus/pwa": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@wrnexus/pwa/-/pwa-0.8.2.tgz", - "integrity": "sha512-E2uq7v3hyK8r4LUATeE3/QV4l1ENxSw7MgqYZWtYUj9QaP5PBJeRu8mQ0iPqVyPrPsfCOb/5SJrcJBNCNNN49A==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@wrnexus/pwa/-/pwa-0.8.3.tgz", + "integrity": "sha512-eJPWTghM5rtXrJP0zpeO1/Z7St8G9meOeKXd0nOH3RuOxvsquhF1P+udyKul+HPT8ttLyzs3xwIRXxypWl4kkQ==", "license": "MIT", "engines": { "bun": ">=1.3.0" } }, "node_modules/@wrnexus/queue": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@wrnexus/queue/-/queue-0.8.2.tgz", - "integrity": "sha512-gXs0EA69KwlXbEhmM/J0rkIkU+p2n6Z8+0rGgTWsKW7I8Vf9z1haTMbITFMO7KXdrYwXikFjyPHxQvyI552Hbg==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@wrnexus/queue/-/queue-0.8.3.tgz", + "integrity": "sha512-eY88N03mgebcPwHRWimxTc7GRwA6qdBjit9opdA9zZvGYvIe6FRBSpG1rGvFef74PBbVyUabQyN5rxHHCi4rkQ==", "license": "MIT", "dependencies": { - "@wrnexus/core": "^0.8.2" + "@wrnexus/core": "^0.8.3" }, "engines": { "bun": ">=1.3.0" } }, "node_modules/@wrnexus/reactive": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@wrnexus/reactive/-/reactive-0.8.2.tgz", - "integrity": "sha512-MtbKVVCijoYbgVB4sqTCUZYx/ZrwAnUbkrVqDW6+CsVM4sSipDdIT1HhG4V2HYATs1yvw6eSBIq4huZ5bXKzrw==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@wrnexus/reactive/-/reactive-0.8.3.tgz", + "integrity": "sha512-9u9NGQKGio32vj1ClEQMk80BSQPlSy2TjCIT2w2NgOVqQmlg8MvGzRqsYVS6YSLdsHymPNc4Avq0uXzMUrupGg==", "license": "MIT", "engines": { "bun": ">=1.3.0" } }, "node_modules/@wrnexus/realtime": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@wrnexus/realtime/-/realtime-0.8.2.tgz", - "integrity": "sha512-4FWxXoJzl7sUR01pyVNny+gooLsl0kaVfnw4/BkRzomA809d59VyPkHLrkBHOu5HtK2AD6kPmBObzRM3Na3afw==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@wrnexus/realtime/-/realtime-0.8.3.tgz", + "integrity": "sha512-3MetZetzSK3qZ3jadp2l5dhctY7IekVi10qNuOzzAbReHs7JWgR8D9/rXn0QPdGjfe9+FgWtQ3T/6Wagl692aw==", "license": "MIT", "dependencies": { - "@wrnexus/core": "^0.8.2", - "@wrnexus/plugin": "^0.8.2", - "@wrnexus/ui": "^0.8.2" + "@wrnexus/core": "^0.8.3", + "@wrnexus/plugin": "^0.8.3", + "@wrnexus/ui": "^0.8.3" }, "engines": { "bun": ">=1.3.0" } }, "node_modules/@wrnexus/router": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@wrnexus/router/-/router-0.8.2.tgz", - "integrity": "sha512-eyjI84HLq5AEZBPyEDHhM2HnGcuXHENuYL40/hkTietf+N/k6q7CDrMRVlyPPOwSZYbwFYBT1/64eYmW3veW9g==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@wrnexus/router/-/router-0.8.3.tgz", + "integrity": "sha512-94e1HlX3DzhY+h7PHkiv/gaVPGPa/cW83IsYNhcWk2nsj+bao252X9jQqkBpYgXRo4PVqoRRzV4r4qDg6O/jXw==", "license": "MIT", "dependencies": { - "@wrnexus/compiler": "^0.8.2", - "@wrnexus/core": "^0.8.2" + "@wrnexus/compiler": "^0.8.3", + "@wrnexus/core": "^0.8.3" }, "engines": { "bun": ">=1.3.0" } }, "node_modules/@wrnexus/security": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@wrnexus/security/-/security-0.8.2.tgz", - "integrity": "sha512-A3PwLjwkNfNv39on84fm4W8tKOu72TfahIjjUiC5SQtcXKvKyd1gnPX6BxBL4uWfytyNPeiBprs38j/BI0k9ww==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@wrnexus/security/-/security-0.8.3.tgz", + "integrity": "sha512-Ib2s4u5lcF0QlMOlVlcOdiF30T8WoZFESaYZNOYNvKzDsoDpmRBPf6Z8U+5Q2qeWZ1OYOrsOLk2y4lSp7TlaUw==", "license": "MIT", "dependencies": { - "@wrnexus/core": "^0.8.2" + "@wrnexus/core": "^0.8.3" }, "engines": { "bun": ">=1.3.0" } }, "node_modules/@wrnexus/ssr": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@wrnexus/ssr/-/ssr-0.8.2.tgz", - "integrity": "sha512-8TIhGdWuvuYe3bFXxv/TsGSZOC++g8z7IMIU+RuPXc2M7LdP4lnlM/pA+vYUTdBPG+q1+vfwfDKe8VcFI5vk1Q==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@wrnexus/ssr/-/ssr-0.8.3.tgz", + "integrity": "sha512-mAGzA5OJ7GySth8YMhUG2gzJZ6XoLAoEhT7vGEOmg0xP5mFZiPlhuoAc2wSTZZsS1HDgfHHQaJUhdB1oUoIu9w==", "license": "MIT", "dependencies": { - "@wrnexus/core": "^0.8.2", - "@wrnexus/security": "^0.8.2", - "@wrnexus/store": "^0.8.2" + "@wrnexus/core": "^0.8.3", + "@wrnexus/security": "^0.8.3", + "@wrnexus/store": "^0.8.3" }, "engines": { "bun": ">=1.3.0" } }, "node_modules/@wrnexus/store": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@wrnexus/store/-/store-0.8.2.tgz", - "integrity": "sha512-GlH4OY8pHJ8VrsDZklIfStwgqYXcfuMk1mCnSj+7TM/oBzUrwO0hCev06aAefm5fP1CXBaqEYBlk8FEuu6DKjw==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@wrnexus/store/-/store-0.8.3.tgz", + "integrity": "sha512-obWeO62z+fRE7+EmpjlPpHWi3EhCOclRCNa0e1x7VFIEEtohy7uHv9/HpgoNrLQu8r6IWpCBDh7+4R9u5rDi6w==", "license": "MIT", "engines": { "bun": ">=1.3.0" } }, "node_modules/@wrnexus/styles": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@wrnexus/styles/-/styles-0.8.2.tgz", - "integrity": "sha512-iPXD+rYiBMwyqJ2CaIUjlGwwemr/q+FmzWQ51yXqpo0VX5Nt4v0jRe4WbfVzFpqcMRGAJFHkyejhvnbl0FdAZg==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@wrnexus/styles/-/styles-0.8.3.tgz", + "integrity": "sha512-1SeEVePjz+sUXA3fPQA3ieeXdHmkm83HrUjiAgdsCi3TuJtPJkvxgNmZfhzzEGpQxd2j0Fr4WJ3CI4goCugIpA==", "license": "MIT", "dependencies": { - "@wrnexus/core": "^0.8.2", - "@wrnexus/plugin": "^0.8.2", - "@wrnexus/uploader": "^0.8.2" + "@wrnexus/core": "^0.8.3", + "@wrnexus/plugin": "^0.8.3", + "@wrnexus/uploader": "^0.8.3" }, "engines": { "bun": ">=1.3.0" } }, "node_modules/@wrnexus/syntax": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@wrnexus/syntax/-/syntax-0.8.2.tgz", - "integrity": "sha512-P6lZoMBt0BDiNh5zl6AscP9ZDrDHWyFqNmRfjvKMuAAOH4t8YIS3HReSrpKeqKFchGbO25lI7Vi6ejHuTWENgg==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@wrnexus/syntax/-/syntax-0.8.3.tgz", + "integrity": "sha512-U2SxR4i+KIggsRFqVfsxcWaM+z1mI8vsgmkdFL9wjRLl1mQSHZ9JNQBP8AII45t/qm90acF60onKoOiDwPuBzA==", "license": "MIT", "engines": { "bun": ">=1.3.0" } }, "node_modules/@wrnexus/test": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@wrnexus/test/-/test-0.8.2.tgz", - "integrity": "sha512-9IAfl5MqefFnZeG25OGCIBfpJWOAtxJIuv1YQ6y8J8LDniVRg9lkZwaWpmzLE9iKcQYJyQPQDN6gqaHcF6GZDg==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@wrnexus/test/-/test-0.8.3.tgz", + "integrity": "sha512-SmM8DQioFrxg+o46YBzdCKgK5ZAA6SfDlyU/oGhbXHlrYUxwzOPtnEwtrp8lyvKpzlzsPYnjDf5P5bfjuNmj0g==", "license": "MIT", "engines": { "bun": ">=1.3.0" } }, "node_modules/@wrnexus/tracking": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@wrnexus/tracking/-/tracking-0.8.2.tgz", - "integrity": "sha512-dlKtpHveKWhvFPgrdBZi0jiLc2XTBuKOxWE8pubjUHotOCqK2UTN+POu7m+xlyH2zuGzyOER4Y7WmS4vl+DsXg==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@wrnexus/tracking/-/tracking-0.8.3.tgz", + "integrity": "sha512-SmkOv58+bE+zNfUTgns55p4V5RgVGTqYrfLnRAqlCjd+jy7OuhaW1L2JfljlWoFFXjCvK3slcu4zervKvwWxIQ==", "license": "MIT", "engines": { "bun": ">=1.3.0" } }, "node_modules/@wrnexus/typecheck": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@wrnexus/typecheck/-/typecheck-0.8.2.tgz", - "integrity": "sha512-gQ6RStZYJ/FjQel3YzejmuplctSDSFd43Bu7wRYaAHNpsWB0ZMnLLAR/Tpc/QWGi0+NGlKgEYCdh95lTwOQL3g==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@wrnexus/typecheck/-/typecheck-0.8.3.tgz", + "integrity": "sha512-mg89It84iIW7E0I5HghQQ58y0YVPG17V+MKhioVIb0Ho09giWV080BfdQMc0m1qECrUh6Eh0MQu+OvYn7ymoeQ==", "license": "MIT", "dependencies": { - "@wrnexus/syntax": "^0.8.2", + "@wrnexus/syntax": "^0.8.3", "typescript": "^5.5.0" }, "engines": { @@ -2047,40 +2047,40 @@ } }, "node_modules/@wrnexus/ui": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@wrnexus/ui/-/ui-0.8.2.tgz", - "integrity": "sha512-WQgX0yxpsSS44oRrvW2oDvsw66FqEp3728UnBUjcYImtEfT4mNbPDdKSndYs/IZuJCU/puE7M4sZ3naO+zSixw==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@wrnexus/ui/-/ui-0.8.3.tgz", + "integrity": "sha512-7n9897UK+fVlu6org/4LmfoS2mdwlAiEDutA/OIzB9oxv5c79dsFa3P1LaB1bYojTnhqaZYviUOm7SZR6pERCg==", "license": "MIT", "dependencies": { - "@wrnexus/core": "^0.8.2" + "@wrnexus/core": "^0.8.3" }, "engines": { "bun": ">=1.3.0" } }, "node_modules/@wrnexus/uploader": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@wrnexus/uploader/-/uploader-0.8.2.tgz", - "integrity": "sha512-JvoUevpcrWsmzZI+5LMCQ6cUg+ENQeMxgOVyQWnsmgzMlzPX8Ld+qL7a+JAJX0poirbXB263xiew1DVsAQn9/w==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@wrnexus/uploader/-/uploader-0.8.3.tgz", + "integrity": "sha512-z6IBrGRINpDpcYzM4qZHgH7UqgO1L9t/l4S/veO+/RaAAHZb2YLKFnSZ2lpj2icnD1CunO+HZKv1mb4JS7jQlw==", "license": "MIT", "dependencies": { - "@wrnexus/core": "^0.8.2", - "@wrnexus/plugin": "^0.8.2", - "@wrnexus/ui": "^0.8.2" + "@wrnexus/core": "^0.8.3", + "@wrnexus/plugin": "^0.8.3", + "@wrnexus/ui": "^0.8.3" }, "engines": { "bun": ">=1.3.0" } }, "node_modules/@wrnexus/validation": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@wrnexus/validation/-/validation-0.8.2.tgz", - "integrity": "sha512-Qs2BQoGrHCu78EE9IFG7CoemXwnbvdRImH7DlxMMuRvg1MiGJJN14UpIS7WhZhxLbqM3C9BKxK5+b/F5lKEzKQ==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@wrnexus/validation/-/validation-0.8.3.tgz", + "integrity": "sha512-3JDUdhZW6nZ9FCWHHlI/dQnoySR1+dmO31cus3Sh32dCPwz40hxfH8emXdRuP3iUvG+MkPTtZ3VG7HBqvOtKgQ==", "license": "MIT", "dependencies": { - "@wrnexus/core": "^0.8.2", - "@wrnexus/plugin": "^0.8.2", - "@wrnexus/ui": "^0.8.2" + "@wrnexus/core": "^0.8.3", + "@wrnexus/plugin": "^0.8.3", + "@wrnexus/ui": "^0.8.3" }, "engines": { "bun": ">=1.3.0" diff --git a/package.json b/package.json index 48e5f676..a9ef9347 100644 --- a/package.json +++ b/package.json @@ -27,58 +27,58 @@ "dependencies": { "@iconify-json/lucide": "^1.2.118", "@iconify/tailwind4": "^1.2.3", - "@wrnexus/ai": "^0.8.2", - "@wrnexus/authz": "^0.8.2", - "@wrnexus/compiler": "^0.8.2", - "@wrnexus/core": "^0.8.2", - "@wrnexus/csr": "^0.8.2", - "@wrnexus/db": "^0.8.2", - "@wrnexus/dev-server": "^0.8.2", - "@wrnexus/encryption": "^0.8.2", - "@wrnexus/helpers": "^0.8.2", - "@wrnexus/i18n": "^0.8.2", - "@wrnexus/jwt": "^0.8.2", - "@wrnexus/mobile": "^0.8.2", - "@wrnexus/native": "^0.8.2", - "@wrnexus/oauth": "^0.8.2", - "@wrnexus/pubsub": "^0.8.2", - "@wrnexus/queue": "^0.8.2", - "@wrnexus/reactive": "^0.8.2", - "@wrnexus/router": "^0.8.2", - "@wrnexus/ssr": "^0.8.2", - "@wrnexus/styles": "^0.8.2", - "@wrnexus/test": "^0.8.2", - "@wrnexus/tracking": "^0.8.2", - "@wrnexus/ui": "^0.8.2", - "@wrnexus/uploader": "^0.8.2", - "@wrnexus/validation": "^0.8.2", - "@wrnexus/dev-toolbar": "^0.8.2", - "@wrnexus/syntax": "^0.8.2", - "@wrnexus/plugin": "^0.8.2", - "@wrnexus/captcha": "^0.8.2", - "@wrnexus/auth": "^0.8.2", - "@wrnexus/store": "^0.8.2", - "@wrnexus/typecheck": "^0.8.2", - "@wrnexus/security": "^0.8.2", - "@wrnexus/cache": "^0.8.2", - "@wrnexus/image": "^0.8.2", - "@wrnexus/observability": "^0.8.2", - "@wrnexus/benchmark": "^0.8.2", - "@wrnexus/realtime": "^0.8.2", - "@wrnexus/content": "^0.8.2", - "@wrnexus/graphql": "^0.8.2", - "@wrnexus/identity": "^0.8.2", - "@wrnexus/language-server": "^0.8.2", - "@wrnexus/mcp": "^0.8.2", - "@wrnexus/playground": "^0.8.2", - "@wrnexus/pwa": "^0.8.2" + "@wrnexus/ai": "^0.8.3", + "@wrnexus/authz": "^0.8.3", + "@wrnexus/compiler": "^0.8.3", + "@wrnexus/core": "^0.8.3", + "@wrnexus/csr": "^0.8.3", + "@wrnexus/db": "^0.8.3", + "@wrnexus/dev-server": "^0.8.3", + "@wrnexus/encryption": "^0.8.3", + "@wrnexus/helpers": "^0.8.3", + "@wrnexus/i18n": "^0.8.3", + "@wrnexus/jwt": "^0.8.3", + "@wrnexus/mobile": "^0.8.3", + "@wrnexus/native": "^0.8.3", + "@wrnexus/oauth": "^0.8.3", + "@wrnexus/pubsub": "^0.8.3", + "@wrnexus/queue": "^0.8.3", + "@wrnexus/reactive": "^0.8.3", + "@wrnexus/router": "^0.8.3", + "@wrnexus/ssr": "^0.8.3", + "@wrnexus/styles": "^0.8.3", + "@wrnexus/test": "^0.8.3", + "@wrnexus/tracking": "^0.8.3", + "@wrnexus/ui": "^0.8.3", + "@wrnexus/uploader": "^0.8.3", + "@wrnexus/validation": "^0.8.3", + "@wrnexus/dev-toolbar": "^0.8.3", + "@wrnexus/syntax": "^0.8.3", + "@wrnexus/plugin": "^0.8.3", + "@wrnexus/captcha": "^0.8.3", + "@wrnexus/auth": "^0.8.3", + "@wrnexus/store": "^0.8.3", + "@wrnexus/typecheck": "^0.8.3", + "@wrnexus/security": "^0.8.3", + "@wrnexus/cache": "^0.8.3", + "@wrnexus/image": "^0.8.3", + "@wrnexus/observability": "^0.8.3", + "@wrnexus/benchmark": "^0.8.3", + "@wrnexus/realtime": "^0.8.3", + "@wrnexus/content": "^0.8.3", + "@wrnexus/graphql": "^0.8.3", + "@wrnexus/identity": "^0.8.3", + "@wrnexus/language-server": "^0.8.3", + "@wrnexus/mcp": "^0.8.3", + "@wrnexus/playground": "^0.8.3", + "@wrnexus/pwa": "^0.8.3" }, "devDependencies": { "@eslint/js": "^9.0.0", "@tailwindcss/cli": "^4.0.0", "@types/bun": "latest", "@types/node": "^26.1.1", - "@wrnexus/cli": "^0.8.2", + "@wrnexus/cli": "^0.8.3", "eslint": "^9.0.0", "prettier": "latest", "tailwindcss": "^4.0.0", @@ -86,6 +86,6 @@ "typescript-eslint": "latest" }, "wrnexus": { - "version": "0.8.2" + "version": "0.8.3" } } diff --git a/public/docs-index.json b/public/docs-index.json index 481515cb..5bdd705c 100644 --- a/public/docs-index.json +++ b/public/docs-index.json @@ -1,5 +1,5 @@ { - "version": "0.8.2", + "version": "0.8.3", "status": "private-developer-preview", "generatedAt": "2026-07-13", "documents": [ @@ -7,616 +7,616 @@ "url": "/", "title": "WRNexusJS", "section": "portal", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/access", "title": "access", "section": "portal", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/getting-started", "title": "getting started", "section": "portal", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/tutorial", "title": "tutorial", "section": "portal", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/architecture", "title": "architecture", "section": "portal", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/language", "title": "language", "section": "portal", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/packages", "title": "packages", "section": "package", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/guides/project-structure", "title": "project structure", "section": "guide", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/guides/routing", "title": "routing", "section": "guide", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/guides/pages-and-components", "title": "pages and components", "section": "guide", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/guides/server-data", "title": "server data", "section": "guide", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/guides/api-routes", "title": "api routes", "section": "guide", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/guides/middleware", "title": "middleware", "section": "guide", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/guides/forms-and-validation", "title": "forms and validation", "section": "guide", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/guides/authentication", "title": "authentication", "section": "guide", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/guides/authorization", "title": "authorization", "section": "guide", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/guides/security", "title": "security", "section": "guide", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/guides/database", "title": "database", "section": "guide", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/guides/uploads", "title": "uploads", "section": "guide", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/guides/realtime", "title": "realtime", "section": "guide", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/guides/pubsub", "title": "pubsub", "section": "guide", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/guides/queues", "title": "queues", "section": "guide", - "version": "0.8.2", + "version": "0.8.3", "stability": "experimental" }, { "url": "/guides/testing", "title": "testing", "section": "guide", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/guides/workspaces-and-gateway", "title": "workspaces and gateway", "section": "guide", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/guides/deployment", "title": "deployment", "section": "guide", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/guides/configuration-and-profiles", "title": "configuration and profiles", "section": "guide", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/guides/i18n-and-themes", "title": "i18n and themes", "section": "guide", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/guides/mobile", "title": "mobile", "section": "guide", - "version": "0.8.2", + "version": "0.8.3", "stability": "experimental" }, { "url": "/guides/observability", "title": "observability", "section": "guide", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/guides/upgrading", "title": "upgrading", "section": "guide", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/guides/troubleshooting", "title": "troubleshooting", "section": "guide", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/examples", "title": "examples", "section": "portal", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/showcase", "title": "showcase", "section": "portal", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/benchmarks", "title": "benchmarks", "section": "portal", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/roadmap", "title": "roadmap", "section": "portal", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/changelog", "title": "changelog", "section": "portal", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { - "url": "/releases/0.8.2", - "title": "0.8.2", + "url": "/releases/0.8.3", + "title": "0.8.3", "section": "portal", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/security", "title": "security", "section": "portal", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/support", "title": "support", "section": "portal", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/license", "title": "license", "section": "portal", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/search", "title": "search", "section": "portal", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/404", "title": "404", "section": "portal", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/packages/ai", "title": "ai", "section": "package", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/packages/auth", "title": "auth", "section": "package", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/packages/authz", "title": "authz", "section": "package", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/packages/benchmark", "title": "benchmark", "section": "package", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/packages/cache", "title": "cache", "section": "package", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/packages/captcha", "title": "captcha", "section": "package", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/packages/cli", "title": "cli", "section": "package", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/packages/compiler", "title": "compiler", "section": "package", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/packages/content", "title": "content", "section": "package", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/packages/core", "title": "core", "section": "package", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/packages/csr", "title": "csr", "section": "package", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/packages/db", "title": "db", "section": "package", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/packages/dev-server", "title": "dev server", "section": "package", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/packages/dev-toolbar", "title": "dev toolbar", "section": "package", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/packages/encryption", "title": "encryption", "section": "package", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/packages/graphql", "title": "graphql", "section": "package", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/packages/helpers", "title": "helpers", "section": "package", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/packages/i18n", "title": "i18n", "section": "package", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/packages/identity", "title": "identity", "section": "package", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/packages/image", "title": "image", "section": "package", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/packages/jwt", "title": "jwt", "section": "package", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/packages/language-server", "title": "language server", "section": "package", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/packages/mcp", "title": "mcp", "section": "package", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/packages/mobile", "title": "mobile", "section": "package", - "version": "0.8.2", + "version": "0.8.3", "stability": "experimental" }, { "url": "/packages/native", "title": "native", "section": "package", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/packages/oauth", "title": "oauth", "section": "package", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/packages/observability", "title": "observability", "section": "package", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/packages/playground", "title": "playground", "section": "package", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/packages/plugin", "title": "plugin", "section": "package", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/packages/pubsub", "title": "pubsub", "section": "package", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/packages/pwa", "title": "pwa", "section": "package", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/packages/queue", "title": "queue", "section": "package", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/packages/reactive", "title": "reactive", "section": "package", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/packages/realtime", "title": "realtime", "section": "package", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/packages/router", "title": "router", "section": "package", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/packages/security", "title": "security", "section": "package", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/packages/ssr", "title": "ssr", "section": "package", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/packages/store", "title": "store", "section": "package", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/packages/styles", "title": "styles", "section": "package", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/packages/syntax", "title": "syntax", "section": "package", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/packages/test", "title": "test", "section": "package", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/packages/tracking", "title": "tracking", "section": "package", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/packages/typecheck", "title": "typecheck", "section": "package", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/packages/ui", "title": "ui", "section": "package", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/packages/uploader", "title": "uploader", "section": "package", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" }, { "url": "/packages/validation", "title": "validation", "section": "package", - "version": "0.8.2", + "version": "0.8.3", "stability": "preview" } ] diff --git a/public/llms-full.txt b/public/llms-full.txt index 3b2007b6..e8617d72 100644 --- a/public/llms-full.txt +++ b/public/llms-full.txt @@ -1,4 +1,4 @@ -# WRNexusJS documentation 0.8.2 +# WRNexusJS documentation 0.8.3 Status: Private Developer Preview. This site documents 46 release-aligned packages. @@ -279,7 +279,7 @@ wrnexus eject # copy a Wire UI component's .wrn into app/compone 4. Style with Tailwind utility classes in the view, or theme tokens (`var(--wire-*)`), or `style { }`. 5. Never emit React/JSX, a manual router, or client-side island JS — the framework handles hydration. -Release: WRNexusJS 0.8.2 +Release: WRNexusJS 0.8.3 # Canonical documentation locations @@ -288,7 +288,7 @@ Release: WRNexusJS 0.8.2 # Installed package documentation -The following README files and declarations come from the installed private 0.8.2 release. +The following README files and declarations come from the installed private 0.8.3 release. ## @wrnexus/ai @@ -896,7 +896,7 @@ export { A as AUTH_SECURITY_EVENT_TYPES, a as AuthAccountStatus, b as AuthClock, export { MemoryAuthStore } from './stores/memory.js'; export { SqlAuthStore } from './stores/sql.js'; export { AUTH_SESSION_KEY, authSession, clearAuthSession, establishAuthSession, getAuthSession, getAuthUser, isAuthenticatedContext, requireAuth } from './middleware.js'; -export { A as AuthHttpOptions, a as AuthPasskeyHttpOptions, b as AuthSchemaOverrides, c as AuthSchemaSet, d as authBrowserSchemaDescriptors, e as authBrowserSchemaMap, f as authSchemas, g as authenticatorConfirmSchema, h as authenticatorDisableSchema, i as authenticatorSetupSchema, j as changePasswordSchema, k as createAuthHttpHandlers, l as emptyActionSchema, m as impersonationStartSchema, n as invitationAcceptSchema, o as loginSchema, p as magicLinkConsumeSchema, q as magicLinkRequestSchema, r as mfaOtpRequestSchema, s as mfaSchema, t as otpIssueSchema, u as otpLoginCompleteSchema, v as otpLoginRequestSchema, w as otpSchema, x as passkeyAuthenticationOptionsSchema, y as passkeyAuthenticationVerifySchema, z as passkeyRegistrationOptionsSchema, B as passkeyRegistrationVerifySchema, C as passwordResetRequestSchema, D as passwordResetSchema, E as recoveryCodesSchema, F as registerSchema, G as resolveAuthSchemas, H as sessionRevokeSchema, I as signUpSchema, J as verificationRequestSchema, K as verificationTokenSchema } from './index-BuZlwKSF.js'; +export { A as AuthHttpOptions, a as AuthPasskeyHttpOptions, b as AuthSchemaOverrides, c as AuthSchemaSet, d as authBrowserSchemaDescriptors, e as authBrowserSchemaMap, f as authSchemas, g as authenticatorConfirmSchema, h as authenticatorDisableSchema, i as authenticatorSetupSchema, j as changePasswordSchema, k as createAuthHttpHandlers, l as emptyActionSchema, m as impersonationStartSchema, n as invitationAcceptSchema, o as loginSchema, p as magicLinkConsumeSchema, q as magicLinkRequestSchema, r as mfaOtpRequestSchema, s as mfaSchema, t as otpIssueSchema, u as otpLoginCompleteSchema, v as otpLoginRequestSchema, w as otpSchema, x as passkeyAuthenticationOptionsSchema, y as passkeyAuthenticationVerifySchema, z as passkeyRegistrationOptionsSchema, B as passkeyRegistrationVerifySchema, C as passwordResetRequestSchema, D as passwordResetSchema, E as recoveryCodesSchema, F as registerSchema, G as resolveAuthSchemas, H as sessionRevokeSchema, I as signUpSchema, J as verificationRequestSchema, K as verificationTokenSchema } from './index-B4uaD0Z3.js'; export { AuthAuditIssue, AuthConfig, AuthPluginOptions, AuthRoutesConfig, authComponentsDir, authPlugin } from './plugin.js'; export { DefaultAuthRouteOptions, clearDefaultAuthEngine, getDefaultAuthEngine, getDefaultAuthRouteOptions, getDefaultAuthSchemas, hasDefaultAuthEngine, setDefaultAuthEngine, setDefaultAuthRouteOptions, setDefaultAuthSchemas, tryGetDefaultAuthEngine } from './runtime.js'; export { createAuthSecretProtector } from './protector.js'; @@ -6200,6 +6200,8 @@ interface ProdOptions { stylesIncludeFramework?: boolean; /** Absolute path to the pre-built reactive runtime. */ reactivePath?: string; + /** Absolute directory containing bundled per-WRN browser modules. */ + clientModulesDir?: string; /** Absolute path to the pre-built theme stylesheet (`theme.css`). */ themePath?: string; /** Absolute path to the pre-built theme runtime (`theme.js`). */ @@ -13320,7 +13322,7 @@ declare function serveStoredFile(pathname: string): Promise; * backticks and no ${...}, so it embeds safely in the exported template string. */ declare const UPLOAD_JS_HREF = "/__wrnexus/uploader.js"; -declare const UPLOAD_RUNTIME = "\n(function () {\n if (typeof document === \"undefined\") return;\n var CSRF_COOKIE = \"wire-csrf\";\n\n var CSS =\n \".wire-uploader{display:block}\" +\n \".wire-uploader-zone{display:flex;align-items:center;justify-content:center;text-align:center;\" +\n \"min-height:8rem;padding:1.25rem;border:2px dashed var(--wire-border,#cbd5e1);border-radius:12px;\" +\n \"background:var(--wire-surface,transparent);color:var(--wire-muted,#64748b);cursor:pointer;\" +\n \"transition:border-color .15s ease,background-color .15s ease;position:relative}\" +\n \".wire-uploader-zone:hover,.wire-uploader-zone:focus-visible{border-color:var(--wire-brand,#3f7dff);outline:none}\" +\n \".wire-uploader-zone.is-drag{border-color:var(--wire-brand,#3f7dff);background:color-mix(in oklab,var(--wire-brand,#3f7dff) 8%,transparent)}\" +\n \".wire-uploader-prompt{font-size:.9rem;pointer-events:none}\" +\n \".wire-uploader-input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}\" +\n \".wire-uploader-list{list-style:none;margin:.75rem 0 0;padding:0;display:flex;flex-direction:column;gap:.5rem}\" +\n \".wire-uploader-item{display:grid;grid-template-columns:1fr auto;gap:.15rem .75rem;align-items:center;\" +\n \"font-size:.82rem;padding:.5rem .7rem;border:1px solid var(--wire-border,#e2e8f0);border-radius:8px}\" +\n \".wire-uploader-name{font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--wire-text,#0f172a)}\" +\n \".wire-uploader-meta{color:var(--wire-muted,#94a3b8);font-variant-numeric:tabular-nums}\" +\n \".wire-uploader-bar{grid-column:1/-1;height:5px;border-radius:999px;background:var(--wire-border,#e2e8f0);overflow:hidden}\" +\n \".wire-uploader-fill{height:100%;width:0;border-radius:999px;background:var(--wire-brand,#3f7dff);transition:width .15s ease}\" +\n \".wire-uploader-status{grid-column:1/-1;font-size:.75rem;color:var(--wire-muted,#94a3b8);font-variant-numeric:tabular-nums}\" +\n \".wire-uploader-item.is-done .wire-uploader-fill{background:var(--wire-success,#16a34a)}\" +\n \".wire-uploader-item.is-done .wire-uploader-status{color:var(--wire-success,#16a34a)}\" +\n \".wire-uploader-item.is-error .wire-uploader-fill{background:var(--wire-danger,#dc2626)}\" +\n \".wire-uploader-item.is-error .wire-uploader-status{color:var(--wire-danger,#dc2626)}\";\n\n function injectCss() {\n if (document.getElementById(\"wire-uploader-css\")) return;\n var s = document.createElement(\"style\");\n s.id = \"wire-uploader-css\";\n s.textContent = CSS;\n document.head.appendChild(s);\n }\n\n function cookie(name) {\n var m = document.cookie.match(new RegExp(\"(?:^|; )\" + name + \"=([^;]*)\"));\n return m ? decodeURIComponent(m[1]) : \"\";\n }\n function el(tag, cls, text) {\n var e = document.createElement(tag);\n if (cls) e.className = cls;\n if (text != null) e.textContent = text;\n return e;\n }\n function fmt(n) {\n if (n < 1024) return n + \" B\";\n if (n < 1048576) return (n / 1024).toFixed(1) + \" KB\";\n return (n / 1048576).toFixed(1) + \" MB\";\n }\n function accepts(accept, file) {\n var list = (accept || \"\").split(\",\").map(function (s) { return s.trim().toLowerCase(); }).filter(Boolean);\n if (!list.length) return true;\n var type = (file.type || \"\").toLowerCase();\n var name = (file.name || \"\").toLowerCase();\n var ext = name.indexOf(\".\") >= 0 ? name.slice(name.lastIndexOf(\".\")) : \"\";\n return list.some(function (rule) {\n if (rule.charAt(0) === \".\") return rule === ext;\n if (rule.slice(-2) === \"/*\") return type.indexOf(rule.slice(0, -1)) === 0;\n return rule === type;\n });\n }\n\n function setup(root) {\n if (root.__wrnexusUploader) return;\n root.__wrnexusUploader = true;\n\n var endpoint = root.getAttribute(\"data-endpoint\") || \"/api/upload\";\n var multipleAttr = root.getAttribute(\"data-multiple\");\n var multiple = root.hasAttribute(\"data-multiple\") && multipleAttr !== \"false\";\n var accept = root.getAttribute(\"data-accept\") || \"\";\n var maxBytes = parseInt(root.getAttribute(\"data-max\") || \"0\", 10) || 0;\n var field = root.getAttribute(\"data-field\") || (multiple ? \"files\" : \"file\");\n var promptText = root.getAttribute(\"data-label\") || \"Drag files here or click to browse\";\n\n root.classList.add(\"wire-uploader\");\n var zone = el(\"div\", \"wire-uploader-zone\");\n zone.setAttribute(\"role\", \"button\");\n zone.setAttribute(\"tabindex\", \"0\");\n zone.appendChild(el(\"div\", \"wire-uploader-prompt\", promptText));\n var input = document.createElement(\"input\");\n input.type = \"file\";\n input.className = \"wire-uploader-input\";\n if (multiple) input.multiple = true;\n if (accept) input.accept = accept;\n zone.appendChild(input);\n var listEl = el(\"ul\", \"wire-uploader-list\");\n root.appendChild(zone);\n root.appendChild(listEl);\n\n zone.addEventListener(\"keydown\", function (e) {\n if (e.key === \"Enter\" || e.key === \" \") { e.preventDefault(); input.click(); }\n });\n [\"dragenter\", \"dragover\"].forEach(function (ev) {\n zone.addEventListener(ev, function (e) { e.preventDefault(); zone.classList.add(\"is-drag\"); });\n });\n [\"dragleave\", \"drop\"].forEach(function (ev) {\n zone.addEventListener(ev, function (e) { e.preventDefault(); zone.classList.remove(\"is-drag\"); });\n });\n zone.addEventListener(\"drop\", function (e) {\n if (e.dataTransfer && e.dataTransfer.files) handle(e.dataTransfer.files);\n });\n input.addEventListener(\"change\", function () {\n if (input.files) handle(input.files);\n input.value = \"\";\n });\n\n function handle(files) {\n var arr = Array.prototype.slice.call(files);\n if (!multiple) arr = arr.slice(0, 1);\n arr.forEach(uploadOne);\n }\n\n function row(file) {\n var li = el(\"li\", \"wire-uploader-item\");\n li.appendChild(el(\"span\", \"wire-uploader-name\", file.name));\n li.appendChild(el(\"span\", \"wire-uploader-meta\", fmt(file.size)));\n var bar = el(\"div\", \"wire-uploader-bar\");\n var fill = el(\"div\", \"wire-uploader-fill\");\n bar.appendChild(fill);\n li.appendChild(bar);\n var status = el(\"span\", \"wire-uploader-status\", \"\");\n li.appendChild(status);\n listEl.appendChild(li);\n return { li: li, fill: fill, status: status };\n }\n\n function uploadOne(file) {\n var ui = row(file);\n if (maxBytes && file.size > maxBytes) return fail(ui, \"Too large (max \" + fmt(maxBytes) + \")\", file);\n if (!accepts(accept, file)) return fail(ui, \"Type not allowed\", file);\n\n var fd = new FormData();\n fd.append(field, file, file.name);\n var xhr = new XMLHttpRequest();\n xhr.open(\"POST\", endpoint, true);\n var token = cookie(CSRF_COOKIE);\n if (token) xhr.setRequestHeader(\"x-csrf-token\", token);\n xhr.upload.addEventListener(\"progress\", function (e) {\n if (e.lengthComputable) {\n var pct = Math.round((e.loaded / e.total) * 100);\n ui.fill.style.width = pct + \"%\";\n ui.status.textContent = pct + \"%\";\n }\n });\n xhr.addEventListener(\"load\", function () {\n var data = null;\n try { data = JSON.parse(xhr.responseText); } catch (e2) {}\n if (xhr.status >= 200 && xhr.status < 300 && data && data.ok) {\n done(ui, (data.files && data.files[0]) || null, file);\n } else {\n fail(ui, (data && data.error) || (\"Upload failed (\" + xhr.status + \")\"), file);\n }\n });\n xhr.addEventListener(\"error\", function () { fail(ui, \"Network error\", file); });\n xhr.send(fd);\n }\n\n function done(ui, info, file) {\n ui.li.classList.remove(\"is-error\");\n ui.li.classList.add(\"is-done\");\n ui.fill.style.width = \"100%\";\n ui.status.textContent = \"\\u2713 Uploaded\";\n root.dispatchEvent(new CustomEvent(\"wrnexus:upload\", { bubbles: true, detail: { file: file, result: info } }));\n }\n function fail(ui, msg, file) {\n ui.li.classList.add(\"is-error\");\n ui.status.textContent = \"\\u2717 \" + msg;\n root.dispatchEvent(new CustomEvent(\"wrnexus:upload-error\", { bubbles: true, detail: { file: file, error: msg } }));\n }\n }\n\n function init() {\n injectCss();\n var nodes = document.querySelectorAll(\"[data-uploader]\");\n for (var i = 0; i < nodes.length; i++) setup(nodes[i]);\n }\n if (document.readyState === \"loading\") document.addEventListener(\"DOMContentLoaded\", init);\n else init();\n})();\n"; +declare const UPLOAD_RUNTIME = "\n(function () {\n if (typeof document === \"undefined\") return;\n var CSRF_COOKIE = \"wire-csrf\";\n\n var CSS =\n \".wire-uploader{display:block}\" +\n \".wire-uploader-zone{display:flex;align-items:center;justify-content:center;text-align:center;\" +\n \"min-height:8rem;padding:1.25rem;border:2px dashed var(--wire-border,#cbd5e1);border-radius:12px;\" +\n \"background:var(--wire-surface,transparent);color:var(--wire-muted,#64748b);cursor:pointer;\" +\n \"transition:border-color .15s ease,background-color .15s ease;position:relative}\" +\n \".wire-uploader-zone:hover,.wire-uploader-zone:focus-visible{border-color:var(--wire-brand,#3f7dff);outline:none}\" +\n \".wire-uploader-zone.is-drag{border-color:var(--wire-brand,#3f7dff);background:color-mix(in oklab,var(--wire-brand,#3f7dff) 8%,transparent)}\" +\n \".wire-uploader-prompt{font-size:.9rem;pointer-events:none}\" +\n \".wire-uploader-input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}\" +\n \".wire-uploader-list{list-style:none;margin:.75rem 0 0;padding:0;display:flex;flex-direction:column;gap:.5rem}\" +\n \".wire-uploader-item{display:grid;grid-template-columns:1fr auto;gap:.15rem .75rem;align-items:center;\" +\n \"font-size:.82rem;padding:.5rem .7rem;border:1px solid var(--wire-border,#e2e8f0);border-radius:8px}\" +\n \".wire-uploader-name{font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--wire-text,#0f172a)}\" +\n \".wire-uploader-meta{color:var(--wire-muted,#94a3b8);font-variant-numeric:tabular-nums}\" +\n \".wire-uploader-bar{grid-column:1/-1;height:5px;border-radius:999px;background:var(--wire-border,#e2e8f0);overflow:hidden}\" +\n \".wire-uploader-fill{height:100%;width:0;border-radius:999px;background:var(--wire-brand,#3f7dff);transition:width .15s ease}\" +\n \".wire-uploader-status{grid-column:1/-1;font-size:.75rem;color:var(--wire-muted,#94a3b8);font-variant-numeric:tabular-nums}\" +\n \".wire-uploader-item.is-done .wire-uploader-fill{background:var(--wire-success,#16a34a)}\" +\n \".wire-uploader-item.is-done .wire-uploader-status{color:var(--wire-success,#16a34a)}\" +\n \".wire-uploader-item.is-error .wire-uploader-fill{background:var(--wire-danger,#dc2626)}\" +\n \".wire-uploader-item.is-error .wire-uploader-status{color:var(--wire-danger,#dc2626)}\";\n\n function injectCss() {\n if (document.getElementById(\"wire-uploader-css\")) return;\n var s = document.createElement(\"style\");\n s.id = \"wire-uploader-css\";\n s.textContent = CSS;\n document.head.appendChild(s);\n }\n\n function cookie(name) {\n var m = document.cookie.match(new RegExp(\"(?:^|; )\" + name + \"=([^;]*)\"));\n return m ? decodeURIComponent(m[1]) : \"\";\n }\n function el(tag, cls, text) {\n var e = document.createElement(tag);\n if (cls) e.className = cls;\n if (text != null) e.textContent = text;\n return e;\n }\n function fmt(n) {\n if (n < 1024) return n + \" B\";\n if (n < 1048576) return (n / 1024).toFixed(1) + \" KB\";\n return (n / 1048576).toFixed(1) + \" MB\";\n }\n function accepts(accept, file) {\n var list = (accept || \"\").split(\",\").map(function (s) { return s.trim().toLowerCase(); }).filter(Boolean);\n if (!list.length) return true;\n var type = (file.type || \"\").toLowerCase();\n var name = (file.name || \"\").toLowerCase();\n var ext = name.indexOf(\".\") >= 0 ? name.slice(name.lastIndexOf(\".\")) : \"\";\n return list.some(function (rule) {\n if (rule.charAt(0) === \".\") return rule === ext;\n if (rule.slice(-2) === \"/*\") return type.indexOf(rule.slice(0, -1)) === 0;\n return rule === type;\n });\n }\n\n function setup(root) {\n if (root.__wrnexusUploader) return;\n root.__wrnexusUploader = true;\n\n var endpoint = root.getAttribute(\"data-endpoint\") || \"/api/upload\";\n var multipleAttr = root.getAttribute(\"data-multiple\");\n var multiple = root.hasAttribute(\"data-multiple\") && multipleAttr !== \"false\";\n var accept = root.getAttribute(\"data-accept\") || \"\";\n var maxBytes = parseInt(root.getAttribute(\"data-max\") || \"0\", 10) || 0;\n var field = root.getAttribute(\"data-field\") || (multiple ? \"files\" : \"file\");\n var invalidate = String(root.getAttribute(\"data-invalidate\") || \"\")\n .split(\",\")\n .map(function (tag) { return tag.trim(); })\n .filter(Boolean);\n var promptText = root.getAttribute(\"data-label\") || \"Drag files here or click to browse\";\n\n root.classList.add(\"wire-uploader\");\n var zone = el(\"div\", \"wire-uploader-zone\");\n zone.setAttribute(\"role\", \"button\");\n zone.setAttribute(\"tabindex\", \"0\");\n zone.appendChild(el(\"div\", \"wire-uploader-prompt\", promptText));\n var input = document.createElement(\"input\");\n input.type = \"file\";\n input.className = \"wire-uploader-input\";\n if (multiple) input.multiple = true;\n if (accept) input.accept = accept;\n zone.appendChild(input);\n var listEl = el(\"ul\", \"wire-uploader-list\");\n root.appendChild(zone);\n root.appendChild(listEl);\n\n zone.addEventListener(\"keydown\", function (e) {\n if (e.key === \"Enter\" || e.key === \" \") { e.preventDefault(); input.click(); }\n });\n [\"dragenter\", \"dragover\"].forEach(function (ev) {\n zone.addEventListener(ev, function (e) { e.preventDefault(); zone.classList.add(\"is-drag\"); });\n });\n [\"dragleave\", \"drop\"].forEach(function (ev) {\n zone.addEventListener(ev, function (e) { e.preventDefault(); zone.classList.remove(\"is-drag\"); });\n });\n zone.addEventListener(\"drop\", function (e) {\n if (e.dataTransfer && e.dataTransfer.files) handle(e.dataTransfer.files);\n });\n input.addEventListener(\"change\", function () {\n if (input.files) handle(input.files);\n input.value = \"\";\n });\n\n function handle(files) {\n var arr = Array.prototype.slice.call(files);\n if (!multiple) arr = arr.slice(0, 1);\n arr.forEach(uploadOne);\n }\n\n function row(file) {\n var li = el(\"li\", \"wire-uploader-item\");\n li.appendChild(el(\"span\", \"wire-uploader-name\", file.name));\n li.appendChild(el(\"span\", \"wire-uploader-meta\", fmt(file.size)));\n var bar = el(\"div\", \"wire-uploader-bar\");\n var fill = el(\"div\", \"wire-uploader-fill\");\n bar.appendChild(fill);\n li.appendChild(bar);\n var status = el(\"span\", \"wire-uploader-status\", \"\");\n li.appendChild(status);\n listEl.appendChild(li);\n return { li: li, fill: fill, status: status };\n }\n\n function uploadOne(file) {\n var ui = row(file);\n if (maxBytes && file.size > maxBytes) return fail(ui, \"Too large (max \" + fmt(maxBytes) + \")\", file);\n if (!accepts(accept, file)) return fail(ui, \"Type not allowed\", file);\n\n var fd = new FormData();\n fd.append(field, file, file.name);\n var xhr = new XMLHttpRequest();\n xhr.open(\"POST\", endpoint, true);\n var token = cookie(CSRF_COOKIE);\n if (token) xhr.setRequestHeader(\"x-csrf-token\", token);\n xhr.upload.addEventListener(\"progress\", function (e) {\n if (e.lengthComputable) {\n var pct = Math.round((e.loaded / e.total) * 100);\n ui.fill.style.width = pct + \"%\";\n ui.status.textContent = pct + \"%\";\n }\n });\n xhr.addEventListener(\"load\", function () {\n var data = null;\n try { data = JSON.parse(xhr.responseText); } catch (e2) {}\n if (xhr.status >= 200 && xhr.status < 300 && data && data.ok) {\n done(ui, (data.files && data.files[0]) || null, file);\n } else {\n fail(ui, (data && data.error) || (\"Upload failed (\" + xhr.status + \")\"), file);\n }\n });\n xhr.addEventListener(\"error\", function () { fail(ui, \"Network error\", file); });\n xhr.send(fd);\n }\n\n function done(ui, info, file) {\n ui.li.classList.remove(\"is-error\");\n ui.li.classList.add(\"is-done\");\n ui.fill.style.width = \"100%\";\n ui.status.textContent = \"\\u2713 Uploaded\";\n root.dispatchEvent(new CustomEvent(\"wrnexus:upload\", { bubbles: true, detail: { file: file, result: info } }));\n if (invalidate.length) {\n window.dispatchEvent(new CustomEvent(\"wrnexus:cache:invalidate\", {\n detail: { tags: invalidate, source: \"uploader\", file: file, result: info }\n }));\n }\n }\n function fail(ui, msg, file) {\n ui.li.classList.add(\"is-error\");\n ui.status.textContent = \"\\u2717 \" + msg;\n root.dispatchEvent(new CustomEvent(\"wrnexus:upload-error\", { bubbles: true, detail: { file: file, error: msg } }));\n }\n }\n\n function init() {\n injectCss();\n var nodes = document.querySelectorAll(\"[data-uploader]\");\n for (var i = 0; i < nodes.length; i++) setup(nodes[i]);\n }\n if (document.readyState === \"loading\") document.addEventListener(\"DOMContentLoaded\", init);\n else init();\n})();\n"; /** * Local-disk storage driver. Files live under a configured directory; keys map @@ -15769,6 +15771,11 @@ Events: submit, change, input, focus, blur ### Complete .wrn source contract ```wrn +import Button from "./button.wrn" +import Checkbox from "./Checkbox.wrn" +import Input from "./Input.wrn" +import PinInput from "./PinInput.wrn" + component AuthForm { outputs { submit(payload: { event: Event; mode: string; action: string }) @@ -22949,6 +22956,8 @@ Events: none ### Complete .wrn source contract ```wrn +import FeatureCard from "./FeatureCard.wrn" + component FeatureGrid { props { size: string = "default" @@ -23198,6 +23207,8 @@ Events: none ### Complete .wrn source contract ```wrn +import TextLink from "./TextLink.wrn" + component FeatureIconCard { props { icon: string = "icon-[lucide--sparkles]" @@ -23830,6 +23841,8 @@ Events: none ### Complete .wrn source contract ```wrn +import Badge from "./Badge.wrn" + component Hero { props { eyebrow: string = "" @@ -24875,6 +24888,8 @@ Events: none ### Complete .wrn source contract ```wrn +import Button from "./button.wrn" + component HeroActions { props { actions: unknown[] = [] @@ -26268,6 +26283,9 @@ Events: none ### Complete .wrn source contract ```wrn +import SectionHeader from "./SectionHeader.wrn" +import TextLink from "./TextLink.wrn" + component MarketingSectionHeader { props { id: string = "" @@ -27201,6 +27219,8 @@ Events: select, action ### Complete .wrn source contract ```wrn +import MetricCard from "./MetricCard.wrn" + component MetricGrid { outputs { select(payload: { item: string | number | boolean | null | object; itemIndex: number; sourceEvent: Event }) @@ -28274,6 +28294,9 @@ Events: none ### Complete .wrn source contract ```wrn +import Breadcrumb from "./Breadcrumb.wrn" +import Button from "./button.wrn" + component PageHeader { props { eyebrow: string = "" @@ -30369,6 +30392,8 @@ Events: none ### Complete .wrn source contract ```wrn +import Container from "./Container.wrn" + component Section { props { id: string = "" diff --git a/public/llms.txt b/public/llms.txt index ae976d51..5fa26c79 100644 --- a/public/llms.txt +++ b/public/llms.txt @@ -1,4 +1,4 @@ -# WRNexusJS documentation 0.8.2 +# WRNexusJS documentation 0.8.3 Status: Private Developer Preview. This site documents 46 release-aligned packages. @@ -289,283 +289,283 @@ wrnexus eject # copy a Wire UI component's .wrn into app/compone ## @wrnexus/ai -- @wrnexus/ai 0.8.2 +- @wrnexus/ai 0.8.3 - Documentation: https://wrnexusjs.dev/packages/ai - README and complete exported TypeScript API: https://wrnexusjs.dev/llms-full.txt ## @wrnexus/auth -- @wrnexus/auth 0.8.2 +- @wrnexus/auth 0.8.3 - Documentation: https://wrnexusjs.dev/packages/auth - README and complete exported TypeScript API: https://wrnexusjs.dev/llms-full.txt ## @wrnexus/authz -- @wrnexus/authz 0.8.2 +- @wrnexus/authz 0.8.3 - Documentation: https://wrnexusjs.dev/packages/authz - README and complete exported TypeScript API: https://wrnexusjs.dev/llms-full.txt ## @wrnexus/benchmark -- @wrnexus/benchmark 0.8.2 +- @wrnexus/benchmark 0.8.3 - Documentation: https://wrnexusjs.dev/packages/benchmark - README and complete exported TypeScript API: https://wrnexusjs.dev/llms-full.txt ## @wrnexus/cache -- @wrnexus/cache 0.8.2 +- @wrnexus/cache 0.8.3 - Documentation: https://wrnexusjs.dev/packages/cache - README and complete exported TypeScript API: https://wrnexusjs.dev/llms-full.txt ## @wrnexus/captcha -- @wrnexus/captcha 0.8.2 +- @wrnexus/captcha 0.8.3 - Documentation: https://wrnexusjs.dev/packages/captcha - README and complete exported TypeScript API: https://wrnexusjs.dev/llms-full.txt ## @wrnexus/cli -- @wrnexus/cli 0.8.2 +- @wrnexus/cli 0.8.3 - Documentation: https://wrnexusjs.dev/packages/cli - README and complete exported TypeScript API: https://wrnexusjs.dev/llms-full.txt ## @wrnexus/compiler -- @wrnexus/compiler 0.8.2 +- @wrnexus/compiler 0.8.3 - Documentation: https://wrnexusjs.dev/packages/compiler - README and complete exported TypeScript API: https://wrnexusjs.dev/llms-full.txt ## @wrnexus/content -- @wrnexus/content 0.8.2 +- @wrnexus/content 0.8.3 - Documentation: https://wrnexusjs.dev/packages/content - README and complete exported TypeScript API: https://wrnexusjs.dev/llms-full.txt ## @wrnexus/core -- @wrnexus/core 0.8.2 +- @wrnexus/core 0.8.3 - Documentation: https://wrnexusjs.dev/packages/core - README and complete exported TypeScript API: https://wrnexusjs.dev/llms-full.txt ## @wrnexus/csr -- @wrnexus/csr 0.8.2 +- @wrnexus/csr 0.8.3 - Documentation: https://wrnexusjs.dev/packages/csr - README and complete exported TypeScript API: https://wrnexusjs.dev/llms-full.txt ## @wrnexus/db -- @wrnexus/db 0.8.2 +- @wrnexus/db 0.8.3 - Documentation: https://wrnexusjs.dev/packages/db - README and complete exported TypeScript API: https://wrnexusjs.dev/llms-full.txt ## @wrnexus/dev-server -- @wrnexus/dev-server 0.8.2 +- @wrnexus/dev-server 0.8.3 - Documentation: https://wrnexusjs.dev/packages/dev-server - README and complete exported TypeScript API: https://wrnexusjs.dev/llms-full.txt ## @wrnexus/dev-toolbar -- @wrnexus/dev-toolbar 0.8.2 +- @wrnexus/dev-toolbar 0.8.3 - Documentation: https://wrnexusjs.dev/packages/dev-toolbar - README and complete exported TypeScript API: https://wrnexusjs.dev/llms-full.txt ## @wrnexus/encryption -- @wrnexus/encryption 0.8.2 +- @wrnexus/encryption 0.8.3 - Documentation: https://wrnexusjs.dev/packages/encryption - README and complete exported TypeScript API: https://wrnexusjs.dev/llms-full.txt ## @wrnexus/graphql -- @wrnexus/graphql 0.8.2 +- @wrnexus/graphql 0.8.3 - Documentation: https://wrnexusjs.dev/packages/graphql - README and complete exported TypeScript API: https://wrnexusjs.dev/llms-full.txt ## @wrnexus/helpers -- @wrnexus/helpers 0.8.2 +- @wrnexus/helpers 0.8.3 - Documentation: https://wrnexusjs.dev/packages/helpers - README and complete exported TypeScript API: https://wrnexusjs.dev/llms-full.txt ## @wrnexus/i18n -- @wrnexus/i18n 0.8.2 +- @wrnexus/i18n 0.8.3 - Documentation: https://wrnexusjs.dev/packages/i18n - README and complete exported TypeScript API: https://wrnexusjs.dev/llms-full.txt ## @wrnexus/identity -- @wrnexus/identity 0.8.2 +- @wrnexus/identity 0.8.3 - Documentation: https://wrnexusjs.dev/packages/identity - README and complete exported TypeScript API: https://wrnexusjs.dev/llms-full.txt ## @wrnexus/image -- @wrnexus/image 0.8.2 +- @wrnexus/image 0.8.3 - Documentation: https://wrnexusjs.dev/packages/image - README and complete exported TypeScript API: https://wrnexusjs.dev/llms-full.txt ## @wrnexus/jwt -- @wrnexus/jwt 0.8.2 +- @wrnexus/jwt 0.8.3 - Documentation: https://wrnexusjs.dev/packages/jwt - README and complete exported TypeScript API: https://wrnexusjs.dev/llms-full.txt ## @wrnexus/language-server -- @wrnexus/language-server 0.8.2 +- @wrnexus/language-server 0.8.3 - Documentation: https://wrnexusjs.dev/packages/language-server - README and complete exported TypeScript API: https://wrnexusjs.dev/llms-full.txt ## @wrnexus/mcp -- @wrnexus/mcp 0.8.2 +- @wrnexus/mcp 0.8.3 - Documentation: https://wrnexusjs.dev/packages/mcp - README and complete exported TypeScript API: https://wrnexusjs.dev/llms-full.txt ## @wrnexus/mobile -- @wrnexus/mobile 0.8.2 +- @wrnexus/mobile 0.8.3 - Documentation: https://wrnexusjs.dev/packages/mobile - README and complete exported TypeScript API: https://wrnexusjs.dev/llms-full.txt ## @wrnexus/native -- @wrnexus/native 0.8.2 +- @wrnexus/native 0.8.3 - Documentation: https://wrnexusjs.dev/packages/native - README and complete exported TypeScript API: https://wrnexusjs.dev/llms-full.txt ## @wrnexus/oauth -- @wrnexus/oauth 0.8.2 +- @wrnexus/oauth 0.8.3 - Documentation: https://wrnexusjs.dev/packages/oauth - README and complete exported TypeScript API: https://wrnexusjs.dev/llms-full.txt ## @wrnexus/observability -- @wrnexus/observability 0.8.2 +- @wrnexus/observability 0.8.3 - Documentation: https://wrnexusjs.dev/packages/observability - README and complete exported TypeScript API: https://wrnexusjs.dev/llms-full.txt ## @wrnexus/playground -- @wrnexus/playground 0.8.2 +- @wrnexus/playground 0.8.3 - Documentation: https://wrnexusjs.dev/packages/playground - README and complete exported TypeScript API: https://wrnexusjs.dev/llms-full.txt ## @wrnexus/plugin -- @wrnexus/plugin 0.8.2 +- @wrnexus/plugin 0.8.3 - Documentation: https://wrnexusjs.dev/packages/plugin - README and complete exported TypeScript API: https://wrnexusjs.dev/llms-full.txt ## @wrnexus/pubsub -- @wrnexus/pubsub 0.8.2 +- @wrnexus/pubsub 0.8.3 - Documentation: https://wrnexusjs.dev/packages/pubsub - README and complete exported TypeScript API: https://wrnexusjs.dev/llms-full.txt ## @wrnexus/pwa -- @wrnexus/pwa 0.8.2 +- @wrnexus/pwa 0.8.3 - Documentation: https://wrnexusjs.dev/packages/pwa - README and complete exported TypeScript API: https://wrnexusjs.dev/llms-full.txt ## @wrnexus/queue -- @wrnexus/queue 0.8.2 +- @wrnexus/queue 0.8.3 - Documentation: https://wrnexusjs.dev/packages/queue - README and complete exported TypeScript API: https://wrnexusjs.dev/llms-full.txt ## @wrnexus/reactive -- @wrnexus/reactive 0.8.2 +- @wrnexus/reactive 0.8.3 - Documentation: https://wrnexusjs.dev/packages/reactive - README and complete exported TypeScript API: https://wrnexusjs.dev/llms-full.txt ## @wrnexus/realtime -- @wrnexus/realtime 0.8.2 +- @wrnexus/realtime 0.8.3 - Documentation: https://wrnexusjs.dev/packages/realtime - README and complete exported TypeScript API: https://wrnexusjs.dev/llms-full.txt ## @wrnexus/router -- @wrnexus/router 0.8.2 +- @wrnexus/router 0.8.3 - Documentation: https://wrnexusjs.dev/packages/router - README and complete exported TypeScript API: https://wrnexusjs.dev/llms-full.txt ## @wrnexus/security -- @wrnexus/security 0.8.2 +- @wrnexus/security 0.8.3 - Documentation: https://wrnexusjs.dev/packages/security - README and complete exported TypeScript API: https://wrnexusjs.dev/llms-full.txt ## @wrnexus/ssr -- @wrnexus/ssr 0.8.2 +- @wrnexus/ssr 0.8.3 - Documentation: https://wrnexusjs.dev/packages/ssr - README and complete exported TypeScript API: https://wrnexusjs.dev/llms-full.txt ## @wrnexus/store -- @wrnexus/store 0.8.2 +- @wrnexus/store 0.8.3 - Documentation: https://wrnexusjs.dev/packages/store - README and complete exported TypeScript API: https://wrnexusjs.dev/llms-full.txt ## @wrnexus/styles -- @wrnexus/styles 0.8.2 +- @wrnexus/styles 0.8.3 - Documentation: https://wrnexusjs.dev/packages/styles - README and complete exported TypeScript API: https://wrnexusjs.dev/llms-full.txt ## @wrnexus/syntax -- @wrnexus/syntax 0.8.2 +- @wrnexus/syntax 0.8.3 - Documentation: https://wrnexusjs.dev/packages/syntax - README and complete exported TypeScript API: https://wrnexusjs.dev/llms-full.txt ## @wrnexus/test -- @wrnexus/test 0.8.2 +- @wrnexus/test 0.8.3 - Documentation: https://wrnexusjs.dev/packages/test - README and complete exported TypeScript API: https://wrnexusjs.dev/llms-full.txt ## @wrnexus/tracking -- @wrnexus/tracking 0.8.2 +- @wrnexus/tracking 0.8.3 - Documentation: https://wrnexusjs.dev/packages/tracking - README and complete exported TypeScript API: https://wrnexusjs.dev/llms-full.txt ## @wrnexus/typecheck -- @wrnexus/typecheck 0.8.2 +- @wrnexus/typecheck 0.8.3 - Documentation: https://wrnexusjs.dev/packages/typecheck - README and complete exported TypeScript API: https://wrnexusjs.dev/llms-full.txt ## @wrnexus/ui -- @wrnexus/ui 0.8.2 +- @wrnexus/ui 0.8.3 - Documentation: https://wrnexusjs.dev/packages/ui - README and complete exported TypeScript API: https://wrnexusjs.dev/llms-full.txt ## @wrnexus/uploader -- @wrnexus/uploader 0.8.2 +- @wrnexus/uploader 0.8.3 - Documentation: https://wrnexusjs.dev/packages/uploader - README and complete exported TypeScript API: https://wrnexusjs.dev/llms-full.txt ## @wrnexus/validation -- @wrnexus/validation 0.8.2 +- @wrnexus/validation 0.8.3 - Documentation: https://wrnexusjs.dev/packages/validation - README and complete exported TypeScript API: https://wrnexusjs.dev/llms-full.txt # UI component catalog -The installed @wrnexus/ui 0.8.2 release contains 108 documented components. The contracts below include every mount name, purpose, prop type, required/default status, slot, and event. Interactive examples live only on the dedicated component showcase. +The installed @wrnexus/ui 0.8.3 release contains 108 documented components. The contracts below include every mount name, purpose, prop type, required/default status, slot, and event. Interactive examples live only on the dedicated component showcase. ### Accordion Showcase: https://component.wrnexusjs.dev/ diff --git a/public/sitemap.xml b/public/sitemap.xml index 28f01627..800b49e1 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -1,2 +1,2 @@ -https://wrnexusjs.dev/https://wrnexusjs.dev/accesshttps://wrnexusjs.dev/getting-startedhttps://wrnexusjs.dev/tutorialhttps://wrnexusjs.dev/architecturehttps://wrnexusjs.dev/languagehttps://wrnexusjs.dev/packageshttps://wrnexusjs.dev/guides/project-structurehttps://wrnexusjs.dev/guides/routinghttps://wrnexusjs.dev/guides/pages-and-componentshttps://wrnexusjs.dev/guides/server-datahttps://wrnexusjs.dev/guides/api-routeshttps://wrnexusjs.dev/guides/middlewarehttps://wrnexusjs.dev/guides/forms-and-validationhttps://wrnexusjs.dev/guides/authenticationhttps://wrnexusjs.dev/guides/authorizationhttps://wrnexusjs.dev/guides/securityhttps://wrnexusjs.dev/guides/databasehttps://wrnexusjs.dev/guides/uploadshttps://wrnexusjs.dev/guides/realtimehttps://wrnexusjs.dev/guides/pubsubhttps://wrnexusjs.dev/guides/queueshttps://wrnexusjs.dev/guides/testinghttps://wrnexusjs.dev/guides/workspaces-and-gatewayhttps://wrnexusjs.dev/guides/deploymenthttps://wrnexusjs.dev/guides/configuration-and-profileshttps://wrnexusjs.dev/guides/i18n-and-themeshttps://wrnexusjs.dev/guides/mobilehttps://wrnexusjs.dev/guides/observabilityhttps://wrnexusjs.dev/guides/upgradinghttps://wrnexusjs.dev/guides/troubleshootinghttps://wrnexusjs.dev/exampleshttps://wrnexusjs.dev/showcasehttps://wrnexusjs.dev/benchmarkshttps://wrnexusjs.dev/roadmaphttps://wrnexusjs.dev/changeloghttps://wrnexusjs.dev/releases/0.8.2https://wrnexusjs.dev/securityhttps://wrnexusjs.dev/supporthttps://wrnexusjs.dev/licensehttps://wrnexusjs.dev/searchhttps://wrnexusjs.dev/404https://wrnexusjs.dev/packages/aihttps://wrnexusjs.dev/packages/authhttps://wrnexusjs.dev/packages/authzhttps://wrnexusjs.dev/packages/benchmarkhttps://wrnexusjs.dev/packages/cachehttps://wrnexusjs.dev/packages/captchahttps://wrnexusjs.dev/packages/clihttps://wrnexusjs.dev/packages/compilerhttps://wrnexusjs.dev/packages/contenthttps://wrnexusjs.dev/packages/corehttps://wrnexusjs.dev/packages/csrhttps://wrnexusjs.dev/packages/dbhttps://wrnexusjs.dev/packages/dev-serverhttps://wrnexusjs.dev/packages/dev-toolbarhttps://wrnexusjs.dev/packages/encryptionhttps://wrnexusjs.dev/packages/graphqlhttps://wrnexusjs.dev/packages/helpershttps://wrnexusjs.dev/packages/i18nhttps://wrnexusjs.dev/packages/identityhttps://wrnexusjs.dev/packages/imagehttps://wrnexusjs.dev/packages/jwthttps://wrnexusjs.dev/packages/language-serverhttps://wrnexusjs.dev/packages/mcphttps://wrnexusjs.dev/packages/mobilehttps://wrnexusjs.dev/packages/nativehttps://wrnexusjs.dev/packages/oauthhttps://wrnexusjs.dev/packages/observabilityhttps://wrnexusjs.dev/packages/playgroundhttps://wrnexusjs.dev/packages/pluginhttps://wrnexusjs.dev/packages/pubsubhttps://wrnexusjs.dev/packages/pwahttps://wrnexusjs.dev/packages/queuehttps://wrnexusjs.dev/packages/reactivehttps://wrnexusjs.dev/packages/realtimehttps://wrnexusjs.dev/packages/routerhttps://wrnexusjs.dev/packages/securityhttps://wrnexusjs.dev/packages/ssrhttps://wrnexusjs.dev/packages/storehttps://wrnexusjs.dev/packages/styleshttps://wrnexusjs.dev/packages/syntaxhttps://wrnexusjs.dev/packages/testhttps://wrnexusjs.dev/packages/trackinghttps://wrnexusjs.dev/packages/typecheckhttps://wrnexusjs.dev/packages/uihttps://wrnexusjs.dev/packages/uploaderhttps://wrnexusjs.dev/packages/validation +https://wrnexusjs.dev/https://wrnexusjs.dev/accesshttps://wrnexusjs.dev/getting-startedhttps://wrnexusjs.dev/tutorialhttps://wrnexusjs.dev/architecturehttps://wrnexusjs.dev/languagehttps://wrnexusjs.dev/packageshttps://wrnexusjs.dev/guides/project-structurehttps://wrnexusjs.dev/guides/routinghttps://wrnexusjs.dev/guides/pages-and-componentshttps://wrnexusjs.dev/guides/server-datahttps://wrnexusjs.dev/guides/api-routeshttps://wrnexusjs.dev/guides/middlewarehttps://wrnexusjs.dev/guides/forms-and-validationhttps://wrnexusjs.dev/guides/authenticationhttps://wrnexusjs.dev/guides/authorizationhttps://wrnexusjs.dev/guides/securityhttps://wrnexusjs.dev/guides/databasehttps://wrnexusjs.dev/guides/uploadshttps://wrnexusjs.dev/guides/realtimehttps://wrnexusjs.dev/guides/pubsubhttps://wrnexusjs.dev/guides/queueshttps://wrnexusjs.dev/guides/testinghttps://wrnexusjs.dev/guides/workspaces-and-gatewayhttps://wrnexusjs.dev/guides/deploymenthttps://wrnexusjs.dev/guides/configuration-and-profileshttps://wrnexusjs.dev/guides/i18n-and-themeshttps://wrnexusjs.dev/guides/mobilehttps://wrnexusjs.dev/guides/observabilityhttps://wrnexusjs.dev/guides/upgradinghttps://wrnexusjs.dev/guides/troubleshootinghttps://wrnexusjs.dev/exampleshttps://wrnexusjs.dev/showcasehttps://wrnexusjs.dev/benchmarkshttps://wrnexusjs.dev/roadmaphttps://wrnexusjs.dev/changeloghttps://wrnexusjs.dev/releases/0.8.3https://wrnexusjs.dev/securityhttps://wrnexusjs.dev/supporthttps://wrnexusjs.dev/licensehttps://wrnexusjs.dev/searchhttps://wrnexusjs.dev/404https://wrnexusjs.dev/packages/aihttps://wrnexusjs.dev/packages/authhttps://wrnexusjs.dev/packages/authzhttps://wrnexusjs.dev/packages/benchmarkhttps://wrnexusjs.dev/packages/cachehttps://wrnexusjs.dev/packages/captchahttps://wrnexusjs.dev/packages/clihttps://wrnexusjs.dev/packages/compilerhttps://wrnexusjs.dev/packages/contenthttps://wrnexusjs.dev/packages/corehttps://wrnexusjs.dev/packages/csrhttps://wrnexusjs.dev/packages/dbhttps://wrnexusjs.dev/packages/dev-serverhttps://wrnexusjs.dev/packages/dev-toolbarhttps://wrnexusjs.dev/packages/encryptionhttps://wrnexusjs.dev/packages/graphqlhttps://wrnexusjs.dev/packages/helpershttps://wrnexusjs.dev/packages/i18nhttps://wrnexusjs.dev/packages/identityhttps://wrnexusjs.dev/packages/imagehttps://wrnexusjs.dev/packages/jwthttps://wrnexusjs.dev/packages/language-serverhttps://wrnexusjs.dev/packages/mcphttps://wrnexusjs.dev/packages/mobilehttps://wrnexusjs.dev/packages/nativehttps://wrnexusjs.dev/packages/oauthhttps://wrnexusjs.dev/packages/observabilityhttps://wrnexusjs.dev/packages/playgroundhttps://wrnexusjs.dev/packages/pluginhttps://wrnexusjs.dev/packages/pubsubhttps://wrnexusjs.dev/packages/pwahttps://wrnexusjs.dev/packages/queuehttps://wrnexusjs.dev/packages/reactivehttps://wrnexusjs.dev/packages/realtimehttps://wrnexusjs.dev/packages/routerhttps://wrnexusjs.dev/packages/securityhttps://wrnexusjs.dev/packages/ssrhttps://wrnexusjs.dev/packages/storehttps://wrnexusjs.dev/packages/styleshttps://wrnexusjs.dev/packages/syntaxhttps://wrnexusjs.dev/packages/testhttps://wrnexusjs.dev/packages/trackinghttps://wrnexusjs.dev/packages/typecheckhttps://wrnexusjs.dev/packages/uihttps://wrnexusjs.dev/packages/uploaderhttps://wrnexusjs.dev/packages/validation