[PR #6] [MERGED] Fix up some issues #411

Closed
opened 2026-02-15 18:16:50 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/6
Author: @nfcampos
Created: 1/16/2024
Status: Merged
Merged: 1/16/2024
Merged by: @bracesproul

Base: mainHead: nc/fixup


📝 Commits (8)

📊 Changes

44 files changed (+1506 additions, -466 deletions)

View changed files

.github/pull_request_template.md (+14 -0)
.github/workflows/ci.yml (+79 -0)
📝 .gitignore (+1 -0)
CONTRIBUTING.md (+220 -0)
📝 langgraph/.eslintrc.cjs (+0 -0)
langgraph/.gitignore (+8 -0)
langgraph/.release-it.json (+13 -0)
langgraph/LICENSE (+21 -0)
langgraph/README.md (+426 -0)
📝 langgraph/jest.config.cjs (+0 -0)
📝 langgraph/jest.env.cjs (+0 -0)
langgraph/package.json (+81 -0)
📝 langgraph/scripts/check-tree-shaking.js (+0 -0)
📝 langgraph/scripts/create-entrypoints.js (+0 -0)
📝 langgraph/scripts/identify-secrets.js (+0 -0)
📝 langgraph/scripts/jest-setup-after-env.js (+0 -0)
📝 langgraph/scripts/move-cjs-to-dist.js (+0 -0)
📝 langgraph/scripts/release-branch.sh (+0 -0)
📝 langgraph/src/channels/base.ts (+13 -67)
📝 langgraph/src/channels/binop.ts (+7 -43)

...and 24 more files

📄 Description

No description provided


🔄 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/pull/6 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 1/16/2024 **Status:** ✅ Merged **Merged:** 1/16/2024 **Merged by:** [@bracesproul](https://github.com/bracesproul) **Base:** `main` ← **Head:** `nc/fixup` --- ### 📝 Commits (8) - [`89d4184`](https://github.com/langchain-ai/langgraphjs/commit/89d418467a1649b6bc23ea5a4e3d183e51ce670e) Package infra - [`c526d9d`](https://github.com/langchain-ai/langgraphjs/commit/c526d9dd6efff815cf2ddade7f7c9b4be3184933) cr - [`1f11014`](https://github.com/langchain-ai/langgraphjs/commit/1f110147b1e159214ecfa12e94ec54005e5df4c3) rm turbo - [`8d308be`](https://github.com/langchain-ai/langgraphjs/commit/8d308bead207cd25b727e06b07bbf3bb89bf9ea0) update release script - [`3eff97f`](https://github.com/langchain-ai/langgraphjs/commit/3eff97f65afefe67a831d1fba18e68a50531752e) Fix up some issues - [`5f07c89`](https://github.com/langchain-ai/langgraphjs/commit/5f07c89a4955aa1656b98cd0acf8a31cd194871d) Remove .only - [`54657ad`](https://github.com/langchain-ai/langgraphjs/commit/54657ad37be177ea86f47d71f3c9ce246058f254) Merge branch 'brace/package-infra' of https://github.com/langchain-ai/langgraphjs into nc/fixup - [`4c7e63a`](https://github.com/langchain-ai/langgraphjs/commit/4c7e63abdc8d449beda6b1c5b590f378eaf7cb6f) merge ### 📊 Changes **44 files changed** (+1506 additions, -466 deletions) <details> <summary>View changed files</summary> ➕ `.github/pull_request_template.md` (+14 -0) ➕ `.github/workflows/ci.yml` (+79 -0) 📝 `.gitignore` (+1 -0) ➕ `CONTRIBUTING.md` (+220 -0) 📝 `langgraph/.eslintrc.cjs` (+0 -0) ➕ `langgraph/.gitignore` (+8 -0) ➕ `langgraph/.release-it.json` (+13 -0) ➕ `langgraph/LICENSE` (+21 -0) ➕ `langgraph/README.md` (+426 -0) 📝 `langgraph/jest.config.cjs` (+0 -0) 📝 `langgraph/jest.env.cjs` (+0 -0) ➕ `langgraph/package.json` (+81 -0) 📝 `langgraph/scripts/check-tree-shaking.js` (+0 -0) 📝 `langgraph/scripts/create-entrypoints.js` (+0 -0) 📝 `langgraph/scripts/identify-secrets.js` (+0 -0) 📝 `langgraph/scripts/jest-setup-after-env.js` (+0 -0) 📝 `langgraph/scripts/move-cjs-to-dist.js` (+0 -0) 📝 `langgraph/scripts/release-branch.sh` (+0 -0) 📝 `langgraph/src/channels/base.ts` (+13 -67) 📝 `langgraph/src/channels/binop.ts` (+7 -43) _...and 24 more files_ </details> ### 📄 Description _No description provided_ --- <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-15 18:16:50 -05:00
yindo closed this issue 2026-02-15 18:16:50 -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#411