Changelog
Release history for @ipfs-meshkit/meshkit and @ipfs-meshkit/mcp.
v1.0.2 — 2026-07-11
Added
meshkit.listPins()andclient.listPins()— list pinned CIDs on the primary node viakubo-rpc-client, respecting RPC auth headers.
v1.0.1 — 2026-07-06
Fixed
- Corrected repository links in README and package metadata to IPFS-Meshkit/meshkit0.
- Expanded README with install instructions, usage examples, API overview, and CommonJS support documentation.
v1.0.0 — 2026-06-18
Added
@ipfs-meshkit/meshkitv1.0.0 — single npm package with ESM + CJS + TypeScript types.- Bundles
core,node, andmeshkitpackages into one install. - Portable
./.ipfsrepo for server migration. init(),upload,retrieve,pin, IPNS operations, local daemon management, graceful shutdown.- Unit test suite with coverage; integration tests for persistence, IPNS, and attach.