[PR #1742] [MERGED] feat(js-sdk): Support CJS #2265

Closed
opened 2026-02-20 17:46:41 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1742
Author: @jacoblee93
Created: 9/17/2024
Status: Merged
Merged: 9/17/2024
Merged by: @jacoblee93

Base: mainHead: jacob/cjs


📝 Commits (2)

📊 Changes

14 files changed (+363 additions, -15 deletions)

View changed files

📝 libs/sdk-js/package.json (+1 -2)
📝 libs/sdk-js/scripts/create-entrypoints.js (+2 -2)
📝 libs/sdk-js/src/client.ts (+7 -4)
📝 libs/sdk-js/src/index.ts (+1 -1)
📝 libs/sdk-js/src/types.ts (+0 -0)
📝 libs/sdk-js/src/utils/async_caller.ts (+0 -0)
libs/sdk-js/src/utils/eventsource-parser/LICENSE (+21 -0)
libs/sdk-js/src/utils/eventsource-parser/index.ts (+11 -0)
libs/sdk-js/src/utils/eventsource-parser/parse.ts (+185 -0)
libs/sdk-js/src/utils/eventsource-parser/stream.ts (+38 -0)
libs/sdk-js/src/utils/eventsource-parser/types.ts (+90 -0)
📝 libs/sdk-js/src/utils/stream.ts (+6 -0)
📝 libs/sdk-js/tsconfig.json (+1 -1)
📝 libs/sdk-js/yarn.lock (+0 -5)

📄 Description

@dqbd

Fixes #1739


🔄 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/langgraph/pull/1742 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 9/17/2024 **Status:** ✅ Merged **Merged:** 9/17/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/cjs` --- ### 📝 Commits (2) - [`dc09fd6`](https://github.com/langchain-ai/langgraph/commit/dc09fd6c494a7acf1d5f3aebc3422b3668070149) feat(js-sdk): Support CJS - [`c296541`](https://github.com/langchain-ai/langgraph/commit/c29654112f4b14022c759c15ae42b5a0e025944e) Bump version ### 📊 Changes **14 files changed** (+363 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `libs/sdk-js/package.json` (+1 -2) 📝 `libs/sdk-js/scripts/create-entrypoints.js` (+2 -2) 📝 `libs/sdk-js/src/client.ts` (+7 -4) 📝 `libs/sdk-js/src/index.ts` (+1 -1) 📝 `libs/sdk-js/src/types.ts` (+0 -0) 📝 `libs/sdk-js/src/utils/async_caller.ts` (+0 -0) ➕ `libs/sdk-js/src/utils/eventsource-parser/LICENSE` (+21 -0) ➕ `libs/sdk-js/src/utils/eventsource-parser/index.ts` (+11 -0) ➕ `libs/sdk-js/src/utils/eventsource-parser/parse.ts` (+185 -0) ➕ `libs/sdk-js/src/utils/eventsource-parser/stream.ts` (+38 -0) ➕ `libs/sdk-js/src/utils/eventsource-parser/types.ts` (+90 -0) 📝 `libs/sdk-js/src/utils/stream.ts` (+6 -0) 📝 `libs/sdk-js/tsconfig.json` (+1 -1) 📝 `libs/sdk-js/yarn.lock` (+0 -5) </details> ### 📄 Description @dqbd Fixes #1739 --- <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-20 17:46:41 -05:00
yindo closed this issue 2026-02-20 17:46:41 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#2265