feat(core): Refactor codebase and update dependencies.

This commit is contained in:
2024-12-09 02:39:31 +01:00
parent c9a3de2207
commit 35f59054f8
10 changed files with 3490 additions and 299 deletions

View File

@@ -8,7 +8,7 @@
"type": "module",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild --web)",
"build": "(tsbuild tsfolders --web)",
"buildDocs": "tsdoc"
},
"repository": {
@@ -33,11 +33,11 @@
},
"homepage": "https://code.foss.global/push.rocks/smartshell",
"devDependencies": {
"@git.zone/tsbuild": "^2.1.84",
"@git.zone/tsrun": "^1.2.49",
"@git.zone/tsbuild": "^2.2.0",
"@git.zone/tsrun": "^1.3.3",
"@git.zone/tstest": "^1.0.90",
"@push.rocks/tapbundle": "^5.0.24",
"@types/node": "^22.5.5"
"@push.rocks/tapbundle": "^5.5.3",
"@types/node": "^22.10.1"
},
"dependencies": {
"@push.rocks/smartdelay": "^3.0.1",
@@ -45,7 +45,7 @@
"@push.rocks/smartpromise": "^4.0.4",
"@types/which": "^3.0.4",
"tree-kill": "^1.2.2",
"which": "^4.0.0"
"which": "^5.0.0"
},
"files": [
"ts/**/*",