From abc58125a71fafc880bbf58c48fc3980ba077244 Mon Sep 17 00:00:00 2001 From: Lucas Merencia Date: Thu, 18 Jun 2026 11:34:23 -0300 Subject: [PATCH] chore(release): align package description with the repo (drop per-fire claim) per-fire coordination is @node-cron/redis-coordinator's job; this package is the NestJS integration that surfaces node-cron's scheduling and is distributed-ready via a pluggable coordinator. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index febe252..226a46c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@node-cron/nestjs", "version": "0.1.0", - "description": "Drop-in replacement for @nestjs/schedule backed by node-cron: same decorators, plus distributed scheduling, background tasks and per-fire coordination.", + "description": "NestJS integration for node-cron: a drop-in replacement for @nestjs/schedule with the same decorators, plus background tasks and distributed-ready scheduling.", "author": "Lucas Merencia", "license": "ISC", "homepage": "https://github.com/node-cron/nestjs#readme",