@gui-chat-plugin/avatar 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 +6 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -96,4 +96,9 @@ Try these prompts to test the plugin:
96
96
 
97
97
  ## License
98
98
 
99
- MIT
99
+ MIT
100
+
101
+ ## Related
102
+
103
+ - Protocol spec: [gui-chat-protocol](https://github.com/receptron/gui-chat-protocol)
104
+ - 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/avatar",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "description": "3D Avatar Plugin for GUIChat - VRM avatar with lip-sync",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -93,7 +93,7 @@
93
93
  "license": "MIT",
94
94
  "dependencies": {
95
95
  "@pixiv/three-vrm": "^3.3.3",
96
- "gui-chat-protocol": "^0.3.3",
96
+ "gui-chat-protocol": "^0.4.0",
97
97
  "three": "^0.174.0"
98
98
  }
99
99
  }