fix(build): migrate smart config setup and align TypeScript compatibility updates

This commit is contained in:
2026-04-02 12:50:20 +00:00
parent 3338261cfa
commit 47f2a64a61
15 changed files with 2222 additions and 2749 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2026-04-02 - 1.7.1 - fix(build)
migrate smart config setup and align TypeScript compatibility updates
- replace npmextra.json with .smartconfig.json and simplify build/watch script usage
- update runtime and development dependencies to newer versions
- rename browser tests to the Chromium-specific convention expected by the test tooling
- add explicit property initializers and non-null assertions to satisfy stricter TypeScript checks
## 2026-01-02 - 1.7.0 - feat(recorder)
lazy-load rrweb and rrweb-player from CDN via SioServiceLibLoader and switch sio-recorder to use the loader