fix(package): Update dependencies and pnpm configuration
This commit is contained in:
		@@ -1,5 +1,11 @@
 | 
			
		||||
# Changelog
 | 
			
		||||
 | 
			
		||||
## 2025-03-01 - 1.1.1 - fix(package)
 | 
			
		||||
Update dependencies and pnpm configuration
 | 
			
		||||
 | 
			
		||||
- Updated @types/node to 22.13.8
 | 
			
		||||
- Updated pnpm configuration to include onlyBuiltDependencies with esbuild, mongodb-memory-server, and puppeteer
 | 
			
		||||
 | 
			
		||||
## 2025-03-01 - 1.1.0 - feat(core)
 | 
			
		||||
Introduce ProcessMonitor class and integrate native and external plugins
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -19,7 +19,7 @@
 | 
			
		||||
    "@git.zone/tsrun": "^1.2.46",
 | 
			
		||||
    "@git.zone/tstest": "^1.0.44",
 | 
			
		||||
    "@push.rocks/tapbundle": "^5.0.15",
 | 
			
		||||
    "@types/node": "^20.8.7"
 | 
			
		||||
    "@types/node": "^22.13.8"
 | 
			
		||||
  },
 | 
			
		||||
  "dependencies": {
 | 
			
		||||
    "@push.rocks/smartpath": "^5.0.18"
 | 
			
		||||
@@ -45,6 +45,11 @@
 | 
			
		||||
    "readme.md"
 | 
			
		||||
  ],
 | 
			
		||||
  "pnpm": {
 | 
			
		||||
    "overrides": {}
 | 
			
		||||
    "overrides": {},
 | 
			
		||||
    "onlyBuiltDependencies": [
 | 
			
		||||
      "esbuild",
 | 
			
		||||
      "mongodb-memory-server",
 | 
			
		||||
      "puppeteer"
 | 
			
		||||
    ]
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1190
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										1190
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@@ -3,6 +3,6 @@
 | 
			
		||||
 */
 | 
			
		||||
export const commitinfo = {
 | 
			
		||||
  name: '@git.zone/tspm',
 | 
			
		||||
  version: '1.1.0',
 | 
			
		||||
  version: '1.1.1',
 | 
			
		||||
  description: 'a no fuzz process manager'
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user