Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a69b613087 | |||
| 1ea186d233 |
@@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-11-03 - 1.19.3 - fix(tsdoc)
|
||||
Bump @git.zone/tsdoc to ^1.8.0 and add .claude local settings
|
||||
|
||||
- Upgrade dependency @git.zone/tsdoc from ^1.6.1 to ^1.8.0 in package.json
|
||||
- Add .claude/settings.local.json for local assistant permissions/configuration
|
||||
|
||||
## 2025-11-03 - 1.19.2 - fix(tsdoc)
|
||||
Bump @git.zone/tsdoc to ^1.6.1 and add .claude/settings.local.json
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@git.zone/cli",
|
||||
"private": false,
|
||||
"version": "1.19.2",
|
||||
"version": "1.19.3",
|
||||
"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.",
|
||||
"main": "dist_ts/index.ts",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
@@ -68,7 +68,7 @@
|
||||
"@types/node": "^22.15.18"
|
||||
},
|
||||
"dependencies": {
|
||||
"@git.zone/tsdoc": "^1.6.1",
|
||||
"@git.zone/tsdoc": "^1.8.0",
|
||||
"@git.zone/tspublish": "^1.10.3",
|
||||
"@push.rocks/commitinfo": "^1.0.12",
|
||||
"@push.rocks/early": "^4.0.4",
|
||||
|
||||
10
pnpm-lock.yaml
generated
10
pnpm-lock.yaml
generated
@@ -9,8 +9,8 @@ importers:
|
||||
.:
|
||||
dependencies:
|
||||
'@git.zone/tsdoc':
|
||||
specifier: ^1.6.1
|
||||
version: 1.6.1(ws@8.18.3)(zod@3.25.76)
|
||||
specifier: ^1.8.0
|
||||
version: 1.8.0(ws@8.18.3)(zod@3.25.76)
|
||||
'@git.zone/tspublish':
|
||||
specifier: ^1.10.3
|
||||
version: 1.10.3
|
||||
@@ -512,8 +512,8 @@ packages:
|
||||
resolution: {integrity: sha512-gBskgM3ECy9FEmhCWnQahDyFCAjjw/7emjx/KYM/FOlPqGV+hmYzt368zwSlkzOGgYF8k9OZ+mp6vexDL/+f2w==}
|
||||
hasBin: true
|
||||
|
||||
'@git.zone/tsdoc@1.6.1':
|
||||
resolution: {integrity: sha512-zKEXLA3JkqHMsFyV3nI8/EKhwnNXs6ImI3WmvsY99guAHPaPfT3Mxl54fLa9uLgwp7q14Ot7g5lI1+48N8A5eQ==}
|
||||
'@git.zone/tsdoc@1.8.0':
|
||||
resolution: {integrity: sha512-6pixfOwrAYqimt4/6RnfrHJIyNCdR9dPESfEj/aK9pIK12XOtUq5gBNjrFFwUhOlo0SUeBIdqN5lbN5iQ/Klgw==}
|
||||
hasBin: true
|
||||
|
||||
'@git.zone/tspublish@1.10.3':
|
||||
@@ -5333,7 +5333,7 @@ snapshots:
|
||||
- '@swc/helpers'
|
||||
- supports-color
|
||||
|
||||
'@git.zone/tsdoc@1.6.1(ws@8.18.3)(zod@3.25.76)':
|
||||
'@git.zone/tsdoc@1.8.0(ws@8.18.3)(zod@3.25.76)':
|
||||
dependencies:
|
||||
'@git.zone/tspublish': 1.10.3
|
||||
'@push.rocks/early': 4.0.4
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@git.zone/cli',
|
||||
version: '1.19.2',
|
||||
version: '1.19.3',
|
||||
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.'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user