fix(client,testing,build): improve TypeScript compatibility for DNS client parsing and test suite

This commit is contained in:
2026-04-30 12:48:49 +00:00
parent 510801b109
commit 199dfe7ba3
18 changed files with 1944 additions and 3435 deletions
+13 -10
View File
@@ -10,7 +10,7 @@
},
"scripts": {
"test": "(tstest test/ --verbose --timeout 60)",
"build": "(tsbuild tsfolders --web --allowimplicitany) && (tsrust)",
"build": "(tsbuild tsfolders --web) && (tsrust)",
"buildDocs": "tsdoc"
},
"repository": {
@@ -46,18 +46,19 @@
"@push.rocks/smartdelay": "^3.0.1",
"@push.rocks/smartenv": "^6.0.0",
"@push.rocks/smartpromise": "^4.2.3",
"@push.rocks/smartrust": "^1.2.1",
"@tsclass/tsclass": "^9.3.0",
"@push.rocks/smartrust": "^1.4.0",
"@tsclass/tsclass": "^9.5.1",
"acme-client": "^5.4.0",
"minimatch": "^10.2.0"
"minimatch": "^10.2.5"
},
"devDependencies": {
"@git.zone/tsbuild": "^4.1.2",
"@git.zone/tsrun": "^2.0.1",
"@git.zone/tsrust": "^1.3.0",
"@git.zone/tstest": "^3.1.8",
"@git.zone/tsbuild": "^4.4.0",
"@git.zone/tsrun": "^2.0.2",
"@git.zone/tsrust": "^1.3.2",
"@git.zone/tstest": "^3.6.3",
"@types/dns-packet": "^5.6.5",
"@types/node": "^25.2.3",
"@types/lodash.clonedeep": "^4.5.9",
"@types/node": "^25.6.0",
"dns-packet": "^5.6.1"
},
"files": [
@@ -69,6 +70,8 @@
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
".smartconfig.json",
"license",
"npmextra.json",
"readme.md"
],
@@ -76,5 +79,5 @@
"last 1 chrome versions"
],
"type": "module",
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
"packageManager": "pnpm@10.28.2"
}