feat(core): Add core TypeScript TSPM implementation: CLI, daemon, client, process management and tests

This commit is contained in:
2025-08-31 08:08:27 +00:00
parent e39173a827
commit ee4532221a
2 changed files with 11 additions and 1 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tspm',
version: '5.7.0',
version: '5.8.0',
description: 'a no fuzz process manager'
}