fix(tooling): migrate project config and test tooling while hardening fuzzy version parsing

This commit is contained in:
2026-04-07 16:13:35 +00:00
parent d152a5d684
commit 028bb19a10
9 changed files with 7249 additions and 4812 deletions

View File

@@ -9,20 +9,19 @@
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)",
"test": "(tstest test/)",
"build": "(tsbuild)",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@git.zone/tsbuild": "^2.1.61",
"@git.zone/tsrun": "^1.2.32",
"@git.zone/tstest": "^1.0.88",
"@push.rocks/tapbundle": "^5.0.8",
"@types/node": "^20.11.25"
"@git.zone/tsbuild": "^4.4.0",
"@git.zone/tsrun": "^2.0.2",
"@git.zone/tstest": "^3.6.3",
"@types/node": "^25.5.2"
},
"dependencies": {
"@types/semver": "^7.3.9",
"semver": "^7.3.5"
"@types/semver": "^7.7.1",
"semver": "^7.7.4"
},
"files": [
"ts/**/*",
@@ -33,7 +32,7 @@
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
".smartconfig.json",
"readme.md"
],
"browserslist": [