mirror of
https://github.com/langchain-ai/langgraphjs.git
synced 2026-08-25 11:39:33 -04:00
af64bf527f
## Summary Restores the published checkpoint peer ranges and local development workspace references that were unintentionally narrowed by the security-release dependency edits. ## Changes - Restore the compatible public peer ranges for checkpoint integration packages and `@langchain/langgraph-api`. - Restore local checkpoint dev dependencies to `workspace:*`. - Preserve the serializer security fix and avoid unnecessary peer-dependent release cascades.
LangGraph.js API
In-memory implementation of the LangGraph.js API.
Tests
- Build the latest code changes to test:
pnpm build - Start a local server:
pnpm dev - Run the tests:
pnpm test