fix(mod_format/formatters): fix(packagejson.formatter): correctly parse scoped package dependency arguments and default to latest

This commit is contained in:
2025-12-15 17:30:51 +00:00
parent 4d7eaa238f
commit b191464ff9
3 changed files with 20 additions and 4 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/cli',
version: '2.11.0',
version: '2.11.1',
description: 'A comprehensive CLI tool for enhancing and managing local development workflows with gitzone utilities, focusing on project setup, version control, code formatting, and template management.'
}