fix(mod_update): try private registry (verdaccio.lossless.digital) first when fetching package versions; fall back to public npm; handle unknown latest versions gracefully in output

This commit is contained in:
2026-02-03 22:58:28 +00:00
parent 4c1608cf94
commit 00fef1ae06
4 changed files with 42 additions and 11 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tools',
version: '3.1.2',
version: '3.1.3',
description: 'A CLI tool placeholder for development utilities.'
}