@gui-chat-plugin/map 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
@@ -94,3 +94,8 @@ Try these prompts to test the plugin:
94
94
  ## License
95
95
 
96
96
  MIT
97
+
98
+ ## Related
99
+
100
+ - Protocol spec: [gui-chat-protocol](https://github.com/receptron/gui-chat-protocol)
101
+ - 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/map",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "type": "module",
5
5
  "description": "Google Map location plugin for GUI Chat applications",
6
6
  "author": "receptron",
@@ -31,7 +31,7 @@
31
31
  "lint": "eslint src"
32
32
  },
33
33
  "dependencies": {
34
- "gui-chat-protocol": "^0.3.3"
34
+ "gui-chat-protocol": "^0.4.0"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@eslint/js": "^10.0.1",
@@ -42,7 +42,7 @@
42
42
  "eslint": "^10.3.0",
43
43
  "eslint-plugin-vue": "^10.9.1",
44
44
  "globals": "^17.6.0",
45
- "gui-chat-protocol": "^0.3.3",
45
+ "gui-chat-protocol": "^0.4.0",
46
46
  "tailwindcss": "^4.2.4",
47
47
  "typescript": "~6.0.3",
48
48
  "vite": "^8.0.11",