gencow 0.1.51 → 0.1.52

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/bin/gencow.mjs +1 -1
  2. package/package.json +1 -1
package/bin/gencow.mjs CHANGED
@@ -2797,7 +2797,7 @@ process.exit(0);
2797
2797
 
2798
2798
  async function connectLogStream() {
2799
2799
  const { WebSocket: WS } = await import("ws");
2800
- const wsUrl = `wss://${appName}.gencow.app/_admin/ws`;
2800
+ const wsUrl = `wss://${appName}.gencow.app/ws`;
2801
2801
 
2802
2802
  try {
2803
2803
  logWs = new WS(wsUrl);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gencow",
3
- "version": "0.1.51",
3
+ "version": "0.1.52",
4
4
  "description": "Gencow — AI Backend Engine",
5
5
  "type": "module",
6
6
  "bin": {