@gui-chat-plugin/weather 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
@@ -93,3 +93,8 @@ Try these prompts to test the plugin:
93
93
  ## License
94
94
 
95
95
  MIT
96
+
97
+ ## Related
98
+
99
+ - Protocol spec: [gui-chat-protocol](https://github.com/receptron/gui-chat-protocol)
100
+ - 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/weather",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "description": "Weather forecast plugin for GUI Chat - Japan Meteorological Agency",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -37,7 +37,7 @@
37
37
  "vue": "^3.5.0"
38
38
  },
39
39
  "dependencies": {
40
- "gui-chat-protocol": "^0.3.3"
40
+ "gui-chat-protocol": "^0.4.0"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@eslint/js": "^10.0.1",