Files
langgraphjs/libs/langgraph-api
Hunter Lovell af64bf527f fix: restore checkpoint peer ranges (#2713)
## 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.
2026-08-19 22:38:43 +00:00
..
2026-08-03 16:20:31 -07:00
2025-02-05 01:22:24 +01:00
2025-07-03 14:21:00 +02:00

LangGraph.js API

In-memory implementation of the LangGraph.js API.

Tests

  1. Build the latest code changes to test: pnpm build
  2. Start a local server: pnpm dev
  3. Run the tests: pnpm test