@moxxy/plugin-channel-imessage 0.29.0 → 0.30.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.
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-imessage",
3
- "version": "0.29.0",
3
+ "version": "0.30.0",
4
4
  "description": "iMessage channel for moxxy via a localhost BlueBubbles server (macOS only). Sends text with the apple-script method and receives via the BlueBubbles socket.io feed, driving the Session from allow-listed handles (your own self-chat by default). Immutable chunked replies; autonomous allow-list permission model.",
5
5
  "keywords": [
6
6
  "moxxy",
@@ -75,10 +75,10 @@
75
75
  "@clack/prompts": "^1.4.0",
76
76
  "socket.io-client": "^4.8.1",
77
77
  "zod": "^3.24.0",
78
- "@moxxy/core": "0.29.0",
79
- "@moxxy/plugin-vault": "0.29.0",
80
- "@moxxy/channel-kit": "0.29.0",
81
- "@moxxy/sdk": "0.29.0"
78
+ "@moxxy/channel-kit": "0.30.0",
79
+ "@moxxy/plugin-vault": "0.30.0",
80
+ "@moxxy/sdk": "0.30.0",
81
+ "@moxxy/core": "0.30.0"
82
82
  },
83
83
  "devDependencies": {
84
84
  "@types/node": "^22.10.0",