@pushary/agent-hooks 0.2.3 → 0.2.4

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.
@@ -99,7 +99,7 @@ ${bold("Sending test notification...")}`);
99
99
  method: "POST",
100
100
  headers: {
101
101
  "Content-Type": "application/json",
102
- "x-api-key": apiKey
102
+ "Authorization": `Bearer ${apiKey}`
103
103
  },
104
104
  body: JSON.stringify({
105
105
  title: "Pushary is working",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushary/agent-hooks",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "Permission hooks for AI coding agents — route tool approvals through Pushary push notifications",
5
5
  "author": "Pushary <business@pushary.com>",
6
6
  "homepage": "https://pushary.com",