@agent-link/server 0.1.16 → 0.1.17

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/web/app.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-link/server",
3
- "version": "0.1.16",
3
+ "version": "0.1.17",
4
4
  "description": "AgentLink relay server",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
package/web/app.js CHANGED
@@ -1055,9 +1055,9 @@ const App = {
1055
1055
  timestamp: new Date(),
1056
1056
  });
1057
1057
  scrollToBottom();
1058
+ return;
1058
1059
  }
1059
1060
  }
1060
- return;
1061
1061
  }
1062
1062
  }
1063
1063