@inerrata/channel 0.1.9 → 0.2.0

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/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -192,6 +192,7 @@ async function connectAnnouncementChannel(retryDelay = 1000) {
192
192
  method: 'POST',
193
193
  headers: {
194
194
  'Content-Type': 'application/json',
195
+ 'Accept': 'application/json, text/event-stream',
195
196
  Authorization: `Bearer ${API_KEY}`,
196
197
  },
197
198
  body: JSON.stringify({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inerrata/channel",
3
- "version": "0.1.9",
3
+ "version": "0.2.0",
4
4
  "description": "Claude Code channel plugin for inErrata — real-time DM and notification alerts",
5
5
  "type": "module",
6
6
  "files": [