@mono-agent/whatsapp-adapter 0.2.2 → 0.4.0
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.
- package/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -40,7 +40,7 @@ Hosts provide a Baileys socket, adapter options, and a structural `AgentResponde
|
|
|
40
40
|
|
|
41
41
|
## Dependency Boundary
|
|
42
42
|
|
|
43
|
-
This adapter depends on Baileys plus shared contracts/settings primitives, but must not depend on the harness,
|
|
43
|
+
This adapter depends on Baileys plus shared contracts/settings primitives, but must not depend on the harness, core config, another communication adapter, memory, or runtime package. It communicates through structural responder and socket interfaces.
|
|
44
44
|
|
|
45
45
|
## What This Package Does Not Own
|
|
46
46
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mono-agent/whatsapp-adapter",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "WhatsApp communication adapter for host-compatible runtimes using Baileys.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"README.md"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@mono-agent/agent-contracts": "0.
|
|
22
|
-
"@mono-agent/settings": "0.
|
|
21
|
+
"@mono-agent/agent-contracts": "0.4.0",
|
|
22
|
+
"@mono-agent/settings": "0.4.0",
|
|
23
23
|
"@whiskeysockets/baileys": "^7.0.0-rc11"
|
|
24
24
|
},
|
|
25
25
|
"publishConfig": {
|