fix(build): Update build script and async function signature

This commit is contained in:
2025-04-20 20:18:07 +00:00
parent 8e18898542
commit 2ea29cffbb
4 changed files with 9 additions and 3 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2025-04-20 - 1.2.4 - fix(build)
Update build script and async function signature
- Added '--skiplibcheck' flag to the tsbuild command in package.json
- Changed startRecording return type to Promise<void> in ts_web/elements/sio-recorder.ts for proper async handling
## 2025-04-20 - 1.2.3 - fix(core)
Update dependency versions and adjust UI CSS for fab and combox elements