@mulmoclaude/google-plugin 0.2.1 → 0.3.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mulmoclaude/google-plugin",
3
- "version": "0.2.1",
3
+ "version": "0.3.0",
4
4
  "description": "Google integration tool for MulmoClaude — operates the user's locally linked Google account (Calendar now; Tasks / Drive ride the same grant later). Server-only; no Vue View.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -21,7 +21,7 @@
21
21
  "test": "tsx --test test/test_*.ts"
22
22
  },
23
23
  "dependencies": {
24
- "@mulmoclaude/core": "^0.22.0"
24
+ "@mulmoclaude/core": "^0.23.0"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "gui-chat-protocol": "^0.4.0",