@heylemon/lemonade 0.1.4 → 0.1.5

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.4",
3
- "commit": "880ce819d9b8b545e14bf2e643af833ed51361f2",
4
- "builtAt": "2026-02-21T09:49:07.513Z"
2
+ "version": "0.1.5",
3
+ "commit": "936b6e3fef155e62bc430b0a7e2f70a6beb4673d",
4
+ "builtAt": "2026-02-21T14:21:36.657Z"
5
5
  }
@@ -1 +1 @@
1
- 266bfc5a1d9dd1a9db1ad07062f473788689bdfc7d2e7bff2fafc0f2a0922fb9
1
+ 696a3e08c75e17351d8a5d35872b5d5c56298886169a7c25d519cc906041653e
@@ -284,7 +284,6 @@ export async function monitorWebInbox(options) {
284
284
  isFromMe: Boolean(msg.key?.fromMe),
285
285
  messageTimestampMs,
286
286
  connectedAtMs,
287
- sock: { sendMessage: (jid, content) => sock.sendMessage(jid, content) },
288
287
  remoteJid,
289
288
  });
290
289
  if (!access.allowed)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heylemon/lemonade",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "AI gateway CLI for Lemon - local AI assistant with integrations",
5
5
  "publishConfig": {
6
6
  "access": "restricted"