@moxxy/plugin-channel-signal 0.27.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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moxxy/plugin-channel-signal",
3
- "version": "0.27.0",
3
+ "version": "0.28.1",
4
4
  "description": "Signal messenger channel for moxxy via a signal-cli JSON-RPC sidecar. Links as a secondary Signal device (QR pairing), drives the Session from allow-listed senders (Note to Self by default), and replies with buffered chunked sends. Autonomous allow-list permission model.",
5
5
  "keywords": [
6
6
  "moxxy",
@@ -67,10 +67,10 @@
67
67
  "@clack/prompts": "^1.4.0",
68
68
  "qrcode": "^1.5.4",
69
69
  "zod": "^3.24.0",
70
- "@moxxy/plugin-vault": "0.27.0",
71
- "@moxxy/core": "0.27.0",
72
- "@moxxy/sdk": "0.27.0",
73
- "@moxxy/channel-kit": "0.27.0"
70
+ "@moxxy/core": "0.28.1",
71
+ "@moxxy/plugin-vault": "0.28.1",
72
+ "@moxxy/channel-kit": "0.28.1",
73
+ "@moxxy/sdk": "0.28.1"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@types/node": "^22.10.0",