feat(config): migrate project metadata to .smartconfig and refresh build configuration

This commit is contained in:
2026-03-24 19:52:31 +00:00
parent a048c5a4d0
commit 18904d18e8
12 changed files with 702 additions and 236 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tstest',
version: '3.5.1',
version: '3.6.0',
description: 'A powerful, modern test runner for TypeScript with multi-runtime support (Node.js, Deno, Bun, Chromium) and a batteries-included test framework.'
}