release: WRNexusJS 0.8.3
This commit is contained in:
@@ -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,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,
|
||||
|
||||
Reference in New Issue
Block a user