From 54bfbff71c111fb6fabc44e0a256af052420c061 Mon Sep 17 00:00:00 2001 From: Ajax Davis Date: Fri, 6 Feb 2026 22:42:59 +1000 Subject: [PATCH] fix(tools-postmark): fix short description for registry validation Lengthen deleteWebhook description to meet 20-char minimum required by tpmjs field validator. Bump to 0.2.1. --- packages/tools/official/postmark/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/tools/official/postmark/package.json b/packages/tools/official/postmark/package.json index cb3f37d..673d177 100644 --- a/packages/tools/official/postmark/package.json +++ b/packages/tools/official/postmark/package.json @@ -1,6 +1,6 @@ { "name": "@tpmjs/tools-postmark", - "version": "0.2.0", + "version": "0.2.1", "description": "Postmark email API tools for AI agents. Send emails, manage templates, bounces, domains, webhooks, and more.", "type": "module", "keywords": [ @@ -341,7 +341,7 @@ }, { "name": "deleteWebhook", - "description": "Delete a webhook." + "description": "Delete a webhook from the server." }, { "name": "listSuppressions",