fix(config): rename smartconfig metadata file and update config-based compile references

This commit is contained in:
2026-03-24 18:16:56 +00:00
parent 9e288057f4
commit 2bd4acb153
10 changed files with 286 additions and 167 deletions

View File

@@ -20,20 +20,20 @@
"ts/**/*",
"dist_ts/**/*",
"cli.js",
"npmextra.json",
".smartconfig.json",
"readme.md"
],
"dependencies": {
"@push.rocks/early": "^4.0.4",
"@push.rocks/smartconfig": "^6.0.0",
"@push.rocks/smartcli": "^4.0.20",
"@push.rocks/smartconfig": "^6.0.1",
"@push.rocks/smartfs": "^1.5.0",
"@push.rocks/smartshell": "^3.3.7"
"@push.rocks/smartshell": "^3.3.8"
},
"devDependencies": {
"@git.zone/tsbuild": "^4.3.0",
"@git.zone/tsrun": "^2.0.1",
"@git.zone/tstest": "^3.3.2",
"@git.zone/tstest": "^3.5.1",
"@types/node": "^25.5.0"
}
}