@gui-chat-plugin/othello 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.
- package/README.md +5 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -114,3 +114,8 @@ Try these prompts to test the plugin:
|
|
|
114
114
|
## License
|
|
115
115
|
|
|
116
116
|
MIT
|
|
117
|
+
|
|
118
|
+
## Related
|
|
119
|
+
|
|
120
|
+
- Protocol spec: [gui-chat-protocol](https://github.com/receptron/gui-chat-protocol)
|
|
121
|
+
- 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/othello",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"description": "Othello/Reversi game plugin for GUI Chat",
|
|
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.
|
|
37
|
+
"gui-chat-protocol": "^0.4.0",
|
|
38
38
|
"vue": "^3.5.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"eslint": "^10.3.0",
|
|
47
47
|
"eslint-plugin-vue": "^10.9.1",
|
|
48
48
|
"globals": "^17.6.0",
|
|
49
|
-
"gui-chat-protocol": "^0.
|
|
49
|
+
"gui-chat-protocol": "^0.4.0",
|
|
50
50
|
"tailwindcss": "^4.2.4",
|
|
51
51
|
"typescript": "~6.0.3",
|
|
52
52
|
"vite": "^8.0.11",
|