BREAKING CHANGE(UrlHaus): Rename UrlHouse to UrlHaus (public API change), migrate dev dependencies to @git.zone, bump runtime deps, adjust TS module resolution, and update tests/docs.

This commit is contained in:
2025-11-22 17:07:12 +00:00
parent 83fab5dbd3
commit 89b51ff9f7
13 changed files with 9022 additions and 4105 deletions

View File

@@ -14,12 +14,11 @@
"buildDocs": "(tsdoc)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.66",
"@gitzone/tsbundle": "^2.0.8",
"@gitzone/tsdoc": "^1.1.12",
"@gitzone/tsrun": "^1.2.44",
"@gitzone/tstest": "^1.0.77",
"@push.rocks/tapbundle": "^5.0.12",
"@git.zone/tsbuild": "^3.1.0",
"@git.zone/tsbundle": "^2.5.2",
"@git.zone/tsdoc": "^1.9.2",
"@git.zone/tsrun": "^2.0.0",
"@git.zone/tstest": "^3.1.3",
"@types/node": "^20.4.5"
},
"browserslist": [
@@ -38,11 +37,11 @@
"readme.md"
],
"dependencies": {
"@push.rocks/smartfile": "^10.0.28",
"@push.rocks/smartpath": "^5.0.5",
"csv-parser": "^3.0.0",
"https-proxy-agent": "^7.0.1",
"@push.rocks/smartfile": "^11.2.7",
"@push.rocks/smartpath": "^6.0.0",
"csv-parser": "^3.2.0",
"https-proxy-agent": "^7.0.6",
"node-fetch": "^3.3.2",
"unzipper": "^0.10.14"
"unzipper": "^0.12.3"
}
}