Compare commits
	
		
			2 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| f5e7d43cf3 | |||
| d80faa044a | 
@@ -1,5 +1,11 @@
 | 
			
		||||
# Changelog
 | 
			
		||||
 | 
			
		||||
## 2025-11-03 - 1.19.2 - fix(tsdoc)
 | 
			
		||||
Bump @git.zone/tsdoc to ^1.6.1 and add .claude/settings.local.json
 | 
			
		||||
 | 
			
		||||
- Update dependency @git.zone/tsdoc from ^1.6.0 to ^1.6.1
 | 
			
		||||
- Add .claude/settings.local.json to include local Claude settings/permissions
 | 
			
		||||
 | 
			
		||||
## 2025-11-02 - 1.19.1 - fix(dependencies)
 | 
			
		||||
Bump dependencies and add local Claude settings
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,7 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "@git.zone/cli",
 | 
			
		||||
  "private": false,
 | 
			
		||||
  "version": "1.19.1",
 | 
			
		||||
  "version": "1.19.2",
 | 
			
		||||
  "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.0",
 | 
			
		||||
    "@git.zone/tsdoc": "^1.6.1",
 | 
			
		||||
    "@git.zone/tspublish": "^1.10.3",
 | 
			
		||||
    "@push.rocks/commitinfo": "^1.0.12",
 | 
			
		||||
    "@push.rocks/early": "^4.0.4",
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										20
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										20
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							@@ -9,8 +9,8 @@ importers:
 | 
			
		||||
  .:
 | 
			
		||||
    dependencies:
 | 
			
		||||
      '@git.zone/tsdoc':
 | 
			
		||||
        specifier: ^1.6.0
 | 
			
		||||
        version: 1.6.0(ws@8.18.3)(zod@3.25.76)
 | 
			
		||||
        specifier: ^1.6.1
 | 
			
		||||
        version: 1.6.1(ws@8.18.3)(zod@3.25.76)
 | 
			
		||||
      '@git.zone/tspublish':
 | 
			
		||||
        specifier: ^1.10.3
 | 
			
		||||
        version: 1.10.3
 | 
			
		||||
@@ -339,6 +339,9 @@ packages:
 | 
			
		||||
  '@emnapi/runtime@1.6.0':
 | 
			
		||||
    resolution: {integrity: sha512-obtUmAHTMjll499P+D9A3axeJFlhdjOWdKUNs/U6QIGT7V5RjcUW1xToAzjvmgTSQhDbYn/NwfTRoJcQ2rNBxA==}
 | 
			
		||||
 | 
			
		||||
  '@emnapi/runtime@1.7.0':
 | 
			
		||||
    resolution: {integrity: sha512-oAYoQnCYaQZKVS53Fq23ceWMRxq5EhQsE0x0RdQ55jT7wagMu5k+fS39v1fiSLrtrLQlXwVINenqhLMtTrV/1Q==}
 | 
			
		||||
 | 
			
		||||
  '@emnapi/wasi-threads@1.1.0':
 | 
			
		||||
    resolution: {integrity: sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==}
 | 
			
		||||
 | 
			
		||||
@@ -509,8 +512,8 @@ packages:
 | 
			
		||||
    resolution: {integrity: sha512-gBskgM3ECy9FEmhCWnQahDyFCAjjw/7emjx/KYM/FOlPqGV+hmYzt368zwSlkzOGgYF8k9OZ+mp6vexDL/+f2w==}
 | 
			
		||||
    hasBin: true
 | 
			
		||||
 | 
			
		||||
  '@git.zone/tsdoc@1.6.0':
 | 
			
		||||
    resolution: {integrity: sha512-j3PN7PA/MUn9AgJ6QvLuWtiZsmgRXFgTlVRhhwdqb7xlxcmgq/hT1CkTLiRXH7TgnYBqhynRY2SQZaf/TjzZig==}
 | 
			
		||||
  '@git.zone/tsdoc@1.6.1':
 | 
			
		||||
    resolution: {integrity: sha512-zKEXLA3JkqHMsFyV3nI8/EKhwnNXs6ImI3WmvsY99guAHPaPfT3Mxl54fLa9uLgwp7q14Ot7g5lI1+48N8A5eQ==}
 | 
			
		||||
    hasBin: true
 | 
			
		||||
 | 
			
		||||
  '@git.zone/tspublish@1.10.3':
 | 
			
		||||
@@ -5198,6 +5201,11 @@ snapshots:
 | 
			
		||||
      tslib: 2.8.1
 | 
			
		||||
    optional: true
 | 
			
		||||
 | 
			
		||||
  '@emnapi/runtime@1.7.0':
 | 
			
		||||
    dependencies:
 | 
			
		||||
      tslib: 2.8.1
 | 
			
		||||
    optional: true
 | 
			
		||||
 | 
			
		||||
  '@emnapi/wasi-threads@1.1.0':
 | 
			
		||||
    dependencies:
 | 
			
		||||
      tslib: 2.8.1
 | 
			
		||||
@@ -5325,7 +5333,7 @@ snapshots:
 | 
			
		||||
      - '@swc/helpers'
 | 
			
		||||
      - supports-color
 | 
			
		||||
 | 
			
		||||
  '@git.zone/tsdoc@1.6.0(ws@8.18.3)(zod@3.25.76)':
 | 
			
		||||
  '@git.zone/tsdoc@1.6.1(ws@8.18.3)(zod@3.25.76)':
 | 
			
		||||
    dependencies:
 | 
			
		||||
      '@git.zone/tspublish': 1.10.3
 | 
			
		||||
      '@push.rocks/early': 4.0.4
 | 
			
		||||
@@ -5503,7 +5511,7 @@ snapshots:
 | 
			
		||||
 | 
			
		||||
  '@img/sharp-wasm32@0.34.4':
 | 
			
		||||
    dependencies:
 | 
			
		||||
      '@emnapi/runtime': 1.6.0
 | 
			
		||||
      '@emnapi/runtime': 1.7.0
 | 
			
		||||
    optional: true
 | 
			
		||||
 | 
			
		||||
  '@img/sharp-win32-arm64@0.34.4':
 | 
			
		||||
 
 | 
			
		||||
@@ -3,6 +3,6 @@
 | 
			
		||||
 */
 | 
			
		||||
export const commitinfo = {
 | 
			
		||||
  name: '@git.zone/cli',
 | 
			
		||||
  version: '1.19.1',
 | 
			
		||||
  version: '1.19.2',
 | 
			
		||||
  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