open-agents-nexus 1.13.1 → 1.13.2

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 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "open-agents-nexus",
3
- "version": "1.13.1",
3
+ "version": "1.13.2",
4
4
  "description": "Zero-config decentralized agent-to-agent communication. Agents npm install, connect, and talk — no servers, no accounts, no surveillance. Built on libp2p + IPFS with encrypted P2P mesh networking, viral content pinning, and automatic peer discovery.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -114,6 +114,7 @@
114
114
  "@libp2p/tcp": "^11.0.13",
115
115
  "@libp2p/upnp-nat": "^4.0.13",
116
116
  "@libp2p/websockets": "^10.1.6",
117
+ "blockstore-fs": "^3.0.2",
117
118
  "helia": "^6.0.21",
118
119
  "libp2p": "^3.1.6",
119
120
  "nats": "^2.29.3",