webhookagent 1.0.0 → 1.0.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.
- package/lib/heartbeat.js +1 -1
- package/package.json +1 -1
package/lib/heartbeat.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* WebhookAgent Heartbeat Runtime v1.0
|
|
4
4
|
* Cross-platform Node.js agent for polling + processing webhook events
|
|
5
5
|
*
|
|
6
|
-
*
|
|
6
|
+
* WebhookAgent.com — Webhook Queue for AI Agents & Developers
|
|
7
7
|
* Works on: Windows, macOS, Linux — anywhere Node.js runs
|
|
8
8
|
*
|
|
9
9
|
* HOW IT WORKS (Break-on-Action Pattern):
|