fix(deps): bump dependencies, update tests and docs, adjust tsconfig and npm release config

This commit is contained in:
2025-12-15 15:58:52 +00:00
parent fc4238f0fc
commit 207ebd0e07
8 changed files with 7031 additions and 4050 deletions

View File

@@ -1,4 +1,4 @@
import { expect, tap } from '@push.rocks/tapbundle';
import { expect, tap } from '@git.zone/tstest/tapbundle';
import * as smartexit from '../ts/index.js';
let testSmartexit: smartexit.SmartExit;
@@ -11,4 +11,4 @@ tap.test('should end processes upon SIGINT', async (tools) => {
await tools.delayFor(5000);
});
tap.start();
export default tap.start();