fix(package): Update dependencies and pnpm configuration

This commit is contained in:
Philipp Kunz 2025-03-01 17:27:24 +00:00
parent 00c4488cc3
commit 8a0a9dedb1
4 changed files with 715 additions and 492 deletions

View File

@ -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

View File

@ -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

File diff suppressed because it is too large Load Diff

View File

@ -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'
}