release: WRNexusJS 0.8.3
Quality / quality (ubuntu-latest) (push) Failing after 12m9s
Quality / quality (windows-latest) (push) Canceled after 0s

This commit is contained in:
2026-08-03 19:47:30 +05:30
parent e8f630f12d
commit 4cebacadfe
156 changed files with 2608 additions and 473 deletions
@@ -1,3 +1,6 @@
import Captcha from "./Captcha.wrn"
import { Card } from "@wrnexus/ui"
component CaptchaField {
props {
title: string = "Security verification"
@@ -1,3 +1,5 @@
import { Alert } from "@wrnexus/ui"
component CaptchaStatus {
props {
success: boolean = false
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@wrnexus/captcha",
"version": "0.8.2",
"version": "0.8.3",
"description": "First-class CAPTCHA challenges, providers, verification guards, page gates, and WRNexusJS UI.",
"type": "module",
"sideEffects": false,