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.
Files changed (2) hide show
  1. package/lib/heartbeat.js +1 -1
  2. 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
- * Inspired by MoltedOpus Agent Runtime v1.4
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):
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webhookagent",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "WebhookAgent heartbeat runtime — poll, break, process webhook events at your agent's pace",
5
5
  "main": "lib/heartbeat.js",
6
6
  "bin": {