@gui-chat-plugin/canvas 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 +3 -3
package/README.md CHANGED
@@ -73,3 +73,8 @@ yarn lint # Lint
73
73
  ## License
74
74
 
75
75
  MIT
76
+
77
+ ## Related
78
+
79
+ - Protocol spec: [gui-chat-protocol](https://github.com/receptron/gui-chat-protocol)
80
+ - 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/canvas",
3
- "version": "0.4.1",
3
+ "version": "0.5.0",
4
4
  "description": "Drawing canvas plugin for GUIChat",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -34,7 +34,7 @@
34
34
  "lint": "eslint src demo"
35
35
  },
36
36
  "peerDependencies": {
37
- "gui-chat-protocol": "^0.3.3",
37
+ "gui-chat-protocol": "^0.4.0",
38
38
  "vue": "^3.5.0"
39
39
  },
40
40
  "dependencies": {
@@ -49,7 +49,7 @@
49
49
  "eslint": "^10.3.0",
50
50
  "eslint-plugin-vue": "^10.9.1",
51
51
  "globals": "^17.6.0",
52
- "gui-chat-protocol": "^0.3.3",
52
+ "gui-chat-protocol": "^0.4.0",
53
53
  "tailwindcss": "^4.2.4",
54
54
  "typescript": "~6.0.3",
55
55
  "vite": "^8.0.11",