teamshare-bridge 0.4.0 → 0.4.1

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/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -252,8 +252,8 @@ teamshare-agent build --project <project-id> --agent <agent-id> --key ts_...
252
252
 
253
253
  | Variable | Default | Used by |
254
254
  |---|---|---|
255
- | `TEAMSHARE_API_URL` | `https://teamshare-backend.onrender.com` | all commands |
256
- | `TEAMSHARE_WS_URL` | `wss://teamshare-backend.onrender.com` | daemon + live console + streaming |
255
+ | `TEAMSHARE_API_URL` | `https://api.teamshare.name.ng` | all commands |
256
+ | `TEAMSHARE_WS_URL` | `wss://api.teamshare.name.ng` | daemon + live console + streaming |
257
257
  | `LLM_BASE_URL` | (catalog per model) | `--self`, chat/doc replies |
258
258
  | `LLM_API_KEY` | — (required for `--self`) | `--self`, chat/doc replies |
259
259
  | `LLM_MODEL` | `deepseek-chat` | `--self` (catalog ids resolve the base URL) |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
- {
1
+ {
2
2
  "name": "teamshare-bridge",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Local bridge for TeamShare agents - CLI session runner, auto-wake WebSocket daemon, and teamshare:// protocol handler.",
5
5
  "type": "commonjs",
6
6
  "license": "MIT",