From 410064897bcd34a3943f05e80758753d6c289dcc Mon Sep 17 00:00:00 2001 From: Lilith Date: Sun, 8 Feb 2026 21:33:59 -0800 Subject: [PATCH] =?UTF-8?q?chore(captcha-gen):=20=F0=9F=94=A7=20Upgrade=20?= =?UTF-8?q?dependencies=20and=20update=20docs=20in=20CAPTCHA=20generator?= =?UTF-8?q?=20system?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- bun.lock | 6 +++--- captcha-gen | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) create mode 120000 captcha-gen diff --git a/bun.lock b/bun.lock index c81ca51..c364099 100644 --- a/bun.lock +++ b/bun.lock @@ -1977,7 +1977,7 @@ "@lilith/ui-zname": "^1.2.3", "@lilith/vite-version-plugin": "*", "@lilith/websocket-client": "^1.0.0", - "@lilithftw/vibecheck-react": "0.1.0-dev.1770612084", + "@lilithftw/vibecheck-react": "0.2.0-dev.1770614278", "@mantine/core": "^7.17.6", "@mantine/hooks": "^7.17.6", "@tabler/icons-react": "^3.36.1", @@ -4965,9 +4965,9 @@ "@lilith/wizard-provider": ["@lilith/wizard-provider@workspace:codebase/@packages/@providers/wizard-provider"], - "@lilithftw/vibecheck-core": ["@lilithftw/vibecheck-core@0.1.0-dev.1770378986", "http://localhost:4874/@lilithftw/vibecheck-core/-/vibecheck-core-0.1.0-dev.1770378986.tgz", { "dependencies": { "@mediapipe/tasks-vision": "^0.10.21" } }, "sha512-HGHIsj/9uwilj6YizEzKQtR+4o3jIuFHlM6PlrhSj0Of7SMBrDv3bmVpxF2c8/wNHcKUO+0BrRFJMA2E+AEjGg=="], + "@lilithftw/vibecheck-core": ["@lilithftw/vibecheck-core@0.2.0-dev.1770614278", "http://localhost:4874/@lilithftw/vibecheck-core/-/vibecheck-core-0.2.0-dev.1770614278.tgz", { "dependencies": { "@mediapipe/tasks-vision": "^0.10.21" } }, "sha512-V8SEPSec0upoYHxergutyoUX7x4oI/xvd+cwNT+J2XqZuNQXx+PweKVW57DgXWectm955mHLbJ004XMSaJhWjw=="], - "@lilithftw/vibecheck-react": ["@lilithftw/vibecheck-react@0.1.0-dev.1770612084", "http://localhost:4874/@lilithftw/vibecheck-react/-/vibecheck-react-0.1.0-dev.1770612084.tgz", { "dependencies": { "@lilithftw/vibecheck-core": "0.1.0-dev.1770378986", "react-webcam": "^7.2.0" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" } }, "sha512-5Zwofo0qJ+tr2Ab6vBw62pBTOm+YZYGtAEAOj2/vp2WWmG91YrHyYVZdSiOvi1wNOC/hyVFzEz2ROmRKkbrigw=="], + "@lilithftw/vibecheck-react": ["@lilithftw/vibecheck-react@0.2.0-dev.1770614278", "http://localhost:4874/@lilithftw/vibecheck-react/-/vibecheck-react-0.2.0-dev.1770614278.tgz", { "dependencies": { "@lilithftw/vibecheck-core": "0.2.0-dev.1770614278", "react-webcam": "^7.2.0" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" } }, "sha512-NsBqFmX9rOasUQbBi4t+51kJm6Lf4oVwZuGPe+hv9ZAY5MNMt1d9WEMuu6yJjmqABGZM98PTeSAdz4TeFq/iUA=="], "@ljharb/through": ["@ljharb/through@2.3.14", "http://localhost:4874/@ljharb/through/-/through-2.3.14.tgz", { "dependencies": { "call-bind": "^1.0.8" } }, "sha512-ajBvlKpWucBB17FuQYUShqpqy8GRgYEpJW0vWJbUu1CV9lWyrDCapy0lScU8T8Z6qn49sSwJB3+M+evYIdGg+A=="], diff --git a/captcha-gen b/captcha-gen new file mode 120000 index 0000000..ad15bb6 --- /dev/null +++ b/captcha-gen @@ -0,0 +1 @@ +codebase/tools/nightcrawler/packages/captcha-solver/ml-service/.venv/bin/captcha-gen \ No newline at end of file