fix: return engine call IDs

This commit is contained in:
2026-05-08 16:24:45 +00:00
parent 980a1500f5
commit 04e706715f
4 changed files with 539 additions and 721 deletions
+7 -7
View File
@@ -13,18 +13,18 @@
"restartBackground": "pnpm run buildRust && pnpm run bundle; test -f .server.pid && kill $(cat .server.pid) 2>/dev/null; sleep 1; rm -f sip_trace.log proxy.out && nohup tsx ts/sipproxy.ts > proxy.out 2>&1 & echo $! > .server.pid; sleep 2; cat proxy.out"
},
"dependencies": {
"@design.estate/dees-catalog": "^3.77.0",
"@design.estate/dees-catalog": "^3.81.0",
"@design.estate/dees-element": "^2.2.4",
"@push.rocks/smartrust": "^1.3.2",
"@push.rocks/smartstate": "^2.3.0",
"@push.rocks/smartrust": "^1.4.0",
"@push.rocks/smartstate": "^2.3.1",
"tsx": "^4.21.0",
"ws": "^8.20.0"
},
"devDependencies": {
"@git.zone/tsbundle": "^2.10.0",
"@git.zone/tsdocker": "^2.2.4",
"@git.zone/tsrust": "^1.3.2",
"@git.zone/tswatch": "^3.3.2",
"@git.zone/tsbundle": "^2.10.1",
"@git.zone/tsdocker": "^2.2.5",
"@git.zone/tsrust": "^1.3.3",
"@git.zone/tswatch": "^3.3.3",
"@types/ws": "^8.18.1"
}
}