fix: properly handle urls added by system events

This commit is contained in:
zhom
2025-06-14 02:11:40 +04:00
parent 9ac662aee8
commit 8e7982bdf8
9 changed files with 893 additions and 748 deletions
+2 -2
View File
@@ -21,7 +21,7 @@
"author": "",
"license": "AGPL-3.0",
"dependencies": {
"@types/node": "^22.15.30",
"@types/node": "^22.15.31",
"@yao-pkg/pkg": "^6.5.1",
"commander": "^14.0.0",
"dotenv": "^16.5.0",
@@ -30,6 +30,6 @@
"proxy-chain": "^2.5.9",
"ts-node": "^10.9.2",
"typescript": "^5.8.3",
"typescript-eslint": "^8.33.1"
"typescript-eslint": "^8.34.0"
}
}