openfused 0.3.0 → 0.3.1

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openfused",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Decentralized context mesh for AI agents. Encrypted sync, signed messaging, MCP server. The protocol is files.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -26,13 +26,13 @@
26
26
  "dependencies": {
27
27
  "@modelcontextprotocol/sdk": "^1.27.1",
28
28
  "age-encryption": "^0.3.0",
29
- "chokidar": "^4.0.0",
30
- "commander": "^13.0.0",
31
- "nanoid": "^5.1.0",
29
+ "chokidar": "^5.0.0",
30
+ "commander": "^14.0.0",
31
+ "nanoid": "^5.1.7",
32
32
  "zod": "^4.3.6"
33
33
  },
34
34
  "devDependencies": {
35
- "@types/node": "^22.19.15",
35
+ "@types/node": "^25.5.0",
36
36
  "typescript": "^5.9.3"
37
37
  },
38
38
  "engines": {