@gui-chat-plugin/spreadsheet 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 +3 -3
package/README.md CHANGED
@@ -120,3 +120,8 @@ Try these prompts to test the plugin:
120
120
  ## License
121
121
 
122
122
  MIT
123
+
124
+ ## Related
125
+
126
+ - Protocol spec: [gui-chat-protocol](https://github.com/receptron/gui-chat-protocol)
127
+ - 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/spreadsheet",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "description": "Spreadsheet plugin for GUIChat",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -41,7 +41,7 @@
41
41
  "test:all": "vitest run && tsx tests/engine/run-all-fixtures.ts"
42
42
  },
43
43
  "peerDependencies": {
44
- "gui-chat-protocol": "^0.3.3",
44
+ "gui-chat-protocol": "^0.4.0",
45
45
  "vue": "^3.5.0"
46
46
  },
47
47
  "dependencies": {
@@ -56,7 +56,7 @@
56
56
  "eslint": "^10.3.0",
57
57
  "eslint-plugin-vue": "^10.9.1",
58
58
  "globals": "^17.6.0",
59
- "gui-chat-protocol": "^0.3.3",
59
+ "gui-chat-protocol": "^0.4.0",
60
60
  "tailwindcss": "^4.2.4",
61
61
  "tsx": "^4.21.0",
62
62
  "typescript": "~6.0.3",