From 3cec6d5731c35f9b27eec2ff20e9b556e7a06a87 Mon Sep 17 00:00:00 2001 From: Anton Date: Mon, 27 Jul 2026 10:23:02 +0300 Subject: [PATCH] fix: include event loop lag keywords for npm search --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 79cb909..a2cbf88 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@js-ak/watchdog", "version": "1.4.1", - "description": "Native watchdog for Node.js that detects event loop freezes with near-zero overhead.", + "description": "Native watchdog for Node.js that detects event loop lag and freezes with near-zero overhead.", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" @@ -34,8 +34,12 @@ "keywords": [ "nodejs", "event-loop", + "event-loop-lag", + "event loop lag", + "lag", "watchdog", "freeze", + "blocked", "monitoring", "napi" ],