crewly 1.3.11 → 1.3.12

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.
@@ -122,7 +122,7 @@ else
122
122
  '{space: $space, text: $text}')
123
123
  fi
124
124
 
125
- api_call POST "/messenger/google-chat/send" "$BODY"
125
+ api_call POST "/messengers/google-chat/send" "$BODY"
126
126
 
127
127
  # Emit a [NOTIFY] block so the chat service/logs capture this reply and
128
128
  # unblock any pending Google Chat queue items.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crewly",
3
- "version": "1.3.11",
3
+ "version": "1.3.12",
4
4
  "type": "module",
5
5
  "description": "Multi-agent orchestration platform for AI coding teams — coordinates Claude Code, Gemini CLI, and Codex agents with a real-time web dashboard",
6
6
  "main": "dist/cli/cli/src/index.js",