mirror of
https://github.com/langchain-ai/langgraphjs-api.git
synced 2026-07-21 08:45:32 -04:00
[PR #29] [MERGED] fix: windows support for gen ui, pnpm resolution issues #34
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langchain-ai/langgraphjs-api/pull/29
Author: @dqbd
Created: 3/14/2025
Status: ✅ Merged
Merged: 3/14/2025
Merged by: @dqbd
Base:
main← Head:dqbd/api-windows-pnpm-fix📝 Commits (3)
4896359fix: windows support for gen ui, pnpm resolution issues89367f2Fix Node 18.x support1c2f580Bump to 0.0.17📊 Changes
8 files changed (+82 additions, -28 deletions)
View changed files
📝
libs/langgraph-api/package.json(+1 -1)📝
libs/langgraph-api/src/graph/load.hooks.mjs(+32 -3)📝
libs/langgraph-api/src/ui/bundler.mts(+29 -17)📝
libs/langgraph-api/src/ui/load.mts(+8 -5)➕
libs/langgraph-api/tests/graphs/agent/ui.tsx(+7 -0)📝
libs/langgraph-api/tests/graphs/langgraph.json(+3 -0)📝
libs/langgraph-api/tsconfig.json(+1 -1)📝
libs/langgraph-cli/package.json(+1 -1)📄 Description
Closes https://github.com/langchain-ai/langgraphjs-gen-ui-examples/issues/12
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.