fix(build): tighten TypeScript compiler settings and harden error message handling

This commit is contained in:
2026-04-30 13:09:28 +00:00
parent a7c3ab3eea
commit ad73e8ecb8
9 changed files with 1624 additions and 1915 deletions
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartvm',
version: '1.1.0',
version: '1.1.1',
description: 'A TypeScript module wrapping Amazon Firecracker VMM for managing lightweight microVMs'
}