deckide 3.5.13 → 3.5.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/websocket.js CHANGED
@@ -143,7 +143,7 @@ export function setupWebSocketServer(server, terminals) {
143
143
  const session = terminals.get(id);
144
144
  if (!session) {
145
145
  untrackConnection(clientIP, socket);
146
- socket.close(1002, 'Terminal not found');
146
+ socket.close(1000, 'Terminal not found');
147
147
  return;
148
148
  }
149
149
  session.sockets.add(socket);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deckide",
3
- "version": "3.5.13",
3
+ "version": "3.5.15",
4
4
  "description": "Deck IDE - Browser-based IDE with terminal, file explorer, and git integration",
5
5
  "type": "module",
6
6
  "bin": {