feat(tests): feat(tests): add sandbox test fixture, CI and editor configs; bump deps

This commit is contained in:
2025-12-16 10:49:41 +00:00
parent cb9f717d54
commit b51fa88283
5 changed files with 28 additions and 20 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-12-16 - 2.13.0 - feat(tests)
feat(tests): add sandbox test fixture, CI and editor configs; bump deps
- Added comprehensive test/ fixture (sandbox-npmts) including package.json, npmextra.json, readme, GitLab CI (.gitlab-ci.yml), .npmrc, VSCode launch/settings and qenv.yml
- Added test sources and helper files under test/test and test/ts (browser and node tests, commitinfo data, simple library code)
- Updated dependencies in package.json: @git.zone/tsdoc -> ^1.11.4, @push.rocks/smartfs -> ^1.3.1
## 2025-12-15 - 2.12.2 - fix(cli)
noop: no changes