capacitor-mobile-claw 2.4.0 → 2.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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "capacitor-mobile-claw",
3
- "version": "2.4.0",
3
+ "version": "2.5.0",
4
4
  "description": "On-device AI agent engine for Capacitor apps — thin WebView bridge to a native Rust agent with LLM, tool execution, cron, and MCP support",
5
5
  "main": "dist/esm/index.js",
6
6
  "types": "dist/esm/index.d.ts",
@@ -50,7 +50,7 @@
50
50
  "@capacitor/filesystem": "^8.0.0",
51
51
  "@modelcontextprotocol/sdk": ">=1.0.0",
52
52
  "capacitor-mobilecron": ">=0.1.0",
53
- "capacitor-native-agent": ">=0.9.14"
53
+ "capacitor-native-agent": ">=0.9.15"
54
54
  },
55
55
  "peerDependenciesMeta": {
56
56
  "@modelcontextprotocol/sdk": {