Upgrade to rom-control v2 Client API; rename app.js → commander.js; hide incomplete telepresence/animator pages

This commit is contained in:
pasketti
2026-04-23 02:13:03 -04:00
parent 56578e59f9
commit ae624da7c2
6 changed files with 446 additions and 806 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "re-commander",
"version": "1.0.0",
"description": "Jibo ROM Commander — local Node.js recreation using port 8160",
"version": "2.0.0",
"description": "Jibo ROM Commander — built on the rom-control module",
"main": "server.js",
"scripts": {
"start": "node server.js"
@@ -9,7 +9,7 @@
"dependencies": {
"dotenv": "^17.4.2",
"express": "^4.18.2",
"golden-layout": "^2.6.0",
"rom-control": "^2.0.0",
"ws": "^8.14.2"
}
}