widget@0.1.31

This commit is contained in:
tiago
2025-10-30 16:29:58 +00:00
parent 1f96c16f49
commit c083f35c05
3 changed files with 2 additions and 3 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@cap.js/widget",
"version": "0.1.30",
"version": "0.1.31",
"description": "Client-side widget for Cap, a lightweight, modern open-source CAPTCHA alternative designed using SHA-256 PoW.",
"keywords": [
"security",
-1
View File
@@ -1,7 +1,6 @@
(() => {
const WASM_VERSION = "0.0.6";
// SSR fix
if (typeof window === "undefined") {
return;
}