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.
This commit is contained in:
parent
90d575797f
commit
54bfbff71c
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue