Update npm packages to latest versions

Fix JavaScript sourcemap paths to show full file locations
Implement --build-debug flag and complete Build UI streaming
Add xterm.js terminal UI and fix asset path routing
Add RSpade Build UI service with WebSocket support

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
root
2025-10-31 08:12:33 +00:00
parent 393479280f
commit d7d341f752
15084 changed files with 980818 additions and 138 deletions

4
node_modules/electron-to-chromium/full-versions.js generated vendored Executable file → Normal file
View File

@@ -1637,6 +1637,7 @@ module.exports = {
"38.2.2": "140.0.7339.133",
"38.3.0": "140.0.7339.240",
"38.4.0": "140.0.7339.240",
"38.5.0": "140.0.7339.249",
"39.0.0-alpha.1": "141.0.7361.0",
"39.0.0-alpha.2": "141.0.7361.0",
"39.0.0-alpha.3": "141.0.7390.7",
@@ -1651,5 +1652,6 @@ module.exports = {
"39.0.0-beta.3": "142.0.7417.0",
"39.0.0-beta.4": "142.0.7444.34",
"39.0.0-beta.5": "142.0.7444.34",
"39.0.0": "142.0.7444.52"
"39.0.0": "142.0.7444.52",
"40.0.0-alpha.2": "143.0.7499.0"
};