fix(deps): bump dependencies, adjust build script and npmextra publish config, and refresh documentation

This commit is contained in:
2026-02-13 22:21:55 +00:00
parent 9cf33ab850
commit aad9d65a96
7 changed files with 2625 additions and 1446 deletions

View File

@@ -1,5 +1,14 @@
# Changelog
## 2026-02-13 - 3.0.8 - fix(deps)
bump dependencies, adjust build script and npmextra publish config, and refresh documentation
- Bumped runtime deps: @push.rocks/lik ^6.0.0 -> ^6.2.2, @push.rocks/smartenv ^5.0.2 -> ^6.0.0, @push.rocks/smartnetwork ^3.0.0 -> ^4.4.0, @push.rocks/smartpromise ^4.0.2 -> ^4.2.3, systeminformation ^5.12.1 -> ^5.30.7
- Updated devDependencies: @git.zone/tsbuild ^2.1.63 -> ^4.1.2, @git.zone/tsrun ^1.3.3 -> ^2.0.1, @git.zone/tstest ^1.0.72 -> ^3.1.8; removed tslint and tslint-config-prettier
- Changed build script to remove --allowimplicitany ("build": "(tsbuild tsfolders)")
- Updated npmextra.json: migrated keys to scoped entries (@git.zone/cli, @git.zone/tsdoc, @ship.zone/szci), added release registries (verdaccio + npm) and accessLevel
- Documentation updates: expanded readme.md with examples, runtime detection, network and system usage, legal/licensing clarifications; added readme.hints.md
## 2025-08-29 - 3.0.7 - fix(build)
Switch build script to run tsbuild on tsfolders instead of using the --web flag