mirror of
https://github.com/by-sonic/tglock.git
synced 2026-09-20 09:28:26 +03:00
05ce9566a8
* fix: address routing, media, worker and platform issues * ci: use available Android tools and verify Windows CLI artifact * fix(gui): return a result from asynchronous stop command * test(android): verify installed APK and proxy lifecycle on emulator * fix(media): use native MTProto for CDN203 and retain recent diagnostics * Fix owned WebSocket split after transport boxing * Clarify CDN transport and connection status guarantees * Recognize accessible Android power button labels * chore(release): prepare 2.0.0-beta.15 with verified draft publication --------- Co-authored-by: babin <Thartewerner536e@engineer.com>
22 lines
488 B
JSON
22 lines
488 B
JSON
{
|
|
"name": "tglock-ui",
|
|
"private": true,
|
|
"version": "2.0.0-beta.15",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test:worker": "node --experimental-vm-modules --test worker/tglock-worker.test.js",
|
|
"dev": "vite --port 1420",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@tauri-apps/api": "^2.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^2.8.0",
|
|
"typescript": "^5.8.3",
|
|
"vite": "^6.2.6"
|
|
}
|
|
}
|