fix: prevent silent logout when multiple pi instances refresh OAuth tokens (#466)

This commit is contained in:
cursive 2026-01-05 23:55:05 +08:00 committed by GitHub
parent 80be0fc901
commit 6a8609ac56
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 162 additions and 16 deletions

View file

@ -49,11 +49,13 @@
"glob": "^11.0.3",
"jiti": "^2.6.1",
"marked": "^15.0.12",
"proper-lockfile": "^4.1.2",
"sharp": "^0.34.2"
},
"devDependencies": {
"@types/diff": "^7.0.2",
"@types/node": "^24.3.0",
"@types/proper-lockfile": "^4.1.4",
"typescript": "^5.7.3",
"vitest": "^3.2.4"
},