[PR #29] [MERGED] fix: windows support for gen ui, pnpm resolution issues #34

Closed
opened 2026-02-16 04:17:04 -05:00 by yindo · 0 comments
Owner

📋 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: mainHead: dqbd/api-windows-pnpm-fix


📝 Commits (3)

  • 4896359 fix: windows support for gen ui, pnpm resolution issues
  • 89367f2 Fix Node 18.x support
  • 1c2f580 Bump 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.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraphjs-api/pull/29 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 3/14/2025 **Status:** ✅ Merged **Merged:** 3/14/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/api-windows-pnpm-fix` --- ### 📝 Commits (3) - [`4896359`](https://github.com/langchain-ai/langgraphjs-api/commit/489635940889e223bbfac567c2013970dd5dfaf9) fix: windows support for gen ui, pnpm resolution issues - [`89367f2`](https://github.com/langchain-ai/langgraphjs-api/commit/89367f2bcfc8459ec286949be321a9100f771871) Fix Node 18.x support - [`1c2f580`](https://github.com/langchain-ai/langgraphjs-api/commit/1c2f5802a2722fd834eb5e0e0d87c43fa864a816) Bump to 0.0.17 ### 📊 Changes **8 files changed** (+82 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Closes https://github.com/langchain-ai/langgraphjs-gen-ui-examples/issues/12 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 04:17:04 -05:00
yindo closed this issue 2026-02-16 04:17:04 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs-api#34