@moxxy/plugin-channel-whatsapp 0.28.0 → 0.28.1

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 (1) hide show
  1. package/package.json +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moxxy/plugin-channel-whatsapp",
3
- "version": "0.28.0",
3
+ "version": "0.28.1",
4
4
  "description": "WhatsApp channel for moxxy via Baileys (UNOFFICIAL WhatsApp Web protocol — violates WhatsApp's Terms of Service; the linked number can be banned, use a secondary number). QR device-link pairing, JID allow-list, voice-note transcription, dedicated isolated runner.",
5
5
  "keywords": [
6
6
  "moxxy",
@@ -75,20 +75,20 @@
75
75
  "@whiskeysockets/baileys": "^6.7.21",
76
76
  "qrcode": "^1.5.4",
77
77
  "zod": "^3.24.0",
78
- "@moxxy/channel-kit": "0.28.0",
79
- "@moxxy/plugin-vault": "0.28.0",
80
- "@moxxy/core": "0.28.0",
81
- "@moxxy/sdk": "0.28.0"
78
+ "@moxxy/channel-kit": "0.28.1",
79
+ "@moxxy/sdk": "0.28.1",
80
+ "@moxxy/core": "0.28.1",
81
+ "@moxxy/plugin-vault": "0.28.1"
82
82
  },
83
83
  "devDependencies": {
84
84
  "@types/node": "^22.10.0",
85
85
  "@types/qrcode": "^1.5.5",
86
86
  "typescript": "^5.7.3",
87
87
  "vitest": "^2.1.8",
88
- "@moxxy/mode-default": "0.28.0",
89
- "@moxxy/testing": "0.0.46",
90
- "@moxxy/vitest-preset": "0.0.0",
91
- "@moxxy/tsconfig": "0.0.0"
88
+ "@moxxy/mode-default": "0.28.1",
89
+ "@moxxy/testing": "0.0.47",
90
+ "@moxxy/tsconfig": "0.0.0",
91
+ "@moxxy/vitest-preset": "0.0.0"
92
92
  },
93
93
  "scripts": {
94
94
  "build": "tsc -p tsconfig.json",