BREAKING CHANGE(build): Upgrade dependencies and dev tooling; adjust TypeScript config

This commit is contained in:
2025-12-10 20:55:28 +00:00
parent 5889b327bd
commit c8b5f78757
7 changed files with 3891 additions and 3122 deletions

View File

@@ -1,7 +1,7 @@
import * as plugins from "./plugins.js";
import * as paths from "./paths.js";
import * as interfaces from "../ts_shared/interfaces/index.js";
import { expect, tap } from "@push.rocks/tapbundle";
import { expect, tap } from "@git.zone/tstest/tapbundle";
import * as deesDocumentServer from "../ts/index.js";
let testPdfServiceInstance: deesDocumentServer.PdfService;
@@ -226,4 +226,4 @@ tap.test("should stop the service", async () => {
await testPdfServiceInstance.stop();
});
tap.start();
export default tap.start();