fix(ci): Update CI/release config and bump devDependencies; enable verbose tests

This commit is contained in:
2025-12-15 07:08:35 +00:00
parent 8563262850
commit 0a8965b781
5 changed files with 254 additions and 207 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-12-15 - 1.1.1 - fix(ci)
Update CI/release config and bump devDependencies; enable verbose tests
- Add @git.zone/cli release configuration with registries (verdaccio.lossless.digital and registry.npmjs.org) and public access in npmextra.json
- Bump devDependencies: @git.zone/tsbuild -> ^4.0.2, @git.zone/tsbundle -> ^2.6.3, @git.zone/tsrun -> ^2.0.1, @types/node -> ^25.0.2
- Change test script to run tstest with --verbose
## 2025-12-02 - 1.1.0 - feat(deno)
Add Deno tool and smartdeno integration; export and register DenoTool; update docs and tests