fix(build): add Node types to tsconfig and update build dependencies for tsbuild 4.4.x

This commit is contained in:
2026-04-30 08:35:36 +00:00
parent 394d4e5b27
commit 1556a14a09
9 changed files with 893 additions and 11296 deletions
+6 -6
View File
@@ -9,17 +9,17 @@
"license": "MIT",
"scripts": {
"test": "(tstest test/ --verbose --logfile --timeout 120)",
"build": "(tsbuild tsfolders --allowimplicitany)"
"build": "(tsbuild tsfolders)"
},
"devDependencies": {
"@git.zone/tsbuild": "~4.3.0",
"@git.zone/tsbuild": "^4.4.0",
"@git.zone/tsrun": "^2.0.2",
"@git.zone/tstest": "^3.6.3",
"@push.rocks/qenv": "^6.1.3",
"@types/node": "^25.5.2"
"@types/node": "^25.6.0"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.1025.0",
"@aws-sdk/client-s3": "^3.1039.0",
"@push.rocks/smartmime": "^2.0.4",
"@push.rocks/smartpath": "^6.0.0",
"@push.rocks/smartpromise": "^4.2.3",
@@ -27,7 +27,7 @@
"@push.rocks/smartstream": "^3.4.0",
"@push.rocks/smartstring": "^4.1.0",
"@push.rocks/smartunique": "^3.0.9",
"@tsclass/tsclass": "^9.5.0",
"@tsclass/tsclass": "^9.5.1",
"minimatch": "^10.2.5"
},
"private": false,
@@ -73,5 +73,5 @@
"type": "git",
"url": "https://code.foss.global/push.rocks/smartbucket.git"
},
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748"
"packageManager": "pnpm@10.28.2"
}