@gui-chat-plugin/drawing-game 0.4.0 → 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
@@ -110,3 +110,8 @@ yarn lint
110
110
  ## License
111
111
 
112
112
  MIT
113
+
114
+ ## Related
115
+
116
+ - Protocol spec: [gui-chat-protocol](https://github.com/receptron/gui-chat-protocol)
117
+ - 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/drawing-game",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "description": "Drawing game plugin - draw with primitives and let AI guess",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -68,6 +68,6 @@
68
68
  ],
69
69
  "license": "MIT",
70
70
  "dependencies": {
71
- "gui-chat-protocol": "^0.3.3"
71
+ "gui-chat-protocol": "^0.4.0"
72
72
  }
73
73
  }