whatsapp-pi 1.0.64 → 1.0.65

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/package.json +1 -1
  2. package/src/i18n.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "whatsapp-pi",
3
- "version": "1.0.64",
3
+ "version": "1.0.65",
4
4
  "type": "module",
5
5
  "description": "WhatsApp integration extension for Pi",
6
6
  "main": "whatsapp-pi.ts",
package/src/i18n.ts CHANGED
@@ -193,7 +193,7 @@ const fallback = {
193
193
  "incoming.media.reactionRemoved": "Removed reaction",
194
194
  "tool.sendReaction.label": "Send WhatsApp Reaction",
195
195
  "tool.sendReaction.description": "React to a WhatsApp message with an emoji",
196
- "tool.sendReaction.error.invalidEmoji": "Invalid emoji provided",
196
+ "tool.sendReaction.error.invalidEmoji": "Invalid emoji",
197
197
  "tool.listConversations.label": "List WhatsApp Conversations",
198
198
  "tool.listConversations.description": "List recent WhatsApp conversations from the local recents store (sender number, optional name, last message preview, direction, timestamp, allowed flag). Read-only.",
199
199
  "tool.getHistory.label": "Get WhatsApp Conversation History",