@gui-chat-plugin/mulmocast 0.4.1 → 0.5.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 (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -121,3 +121,8 @@ Try these prompts to test the plugin:
121
121
  ## License
122
122
 
123
123
  MIT
124
+
125
+ ## Related
126
+
127
+ - Protocol spec: [gui-chat-protocol](https://github.com/receptron/gui-chat-protocol)
128
+ - Reference implementations using this protocol: [mulmoclaude](https://github.com/receptron/mulmoclaude) · [MulmoChat](https://github.com/receptron/MulmoChat)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gui-chat-plugin/mulmocast",
3
- "version": "0.4.1",
3
+ "version": "0.5.0",
4
4
  "description": "Mulmocast presentation plugin for GUI Chat applications",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -31,7 +31,7 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@mulmocast/types": "^2.6.14",
34
- "gui-chat-protocol": "^0.3.3",
34
+ "gui-chat-protocol": "^0.4.0",
35
35
  "mulmocast": "^2.6.14",
36
36
  "mulmocast-viewer": "^0.2.4",
37
37
  "uuid": "^14.0.0"