feat: release authentication diagnostics 0.2.0

This commit is contained in:
2026-08-19 14:13:48 +02:00
parent 603559c540
commit 53cc91f2a5
41 changed files with 3472 additions and 154 deletions
+5 -1
View File
@@ -1,6 +1,6 @@
{
"name": "auth-tools",
"version": "0.1.0",
"version": "0.2.0",
"description": "Inspect and test OTP and WebAuthn authentication locally in the browser.",
"license": "GPL-3.0-or-later",
"author": "Albrecht Degering",
@@ -41,9 +41,13 @@
"dependencies": {
"@add-ideas/toolbox-contract": "0.2.3",
"@add-ideas/toolbox-shell-react": "0.2.3",
"jsqr": "1.4.0",
"react": "19.2.6",
"react-dom": "19.2.6"
},
"overrides": {
"nanoid": "3.3.18"
},
"devDependencies": {
"@add-ideas/toolbox-testkit": "0.2.3",
"@eslint/js": "10.0.1",