[PR #1811] [MERGED] fix(*): set proper url prefix for package reference #1747

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1811
Author: @christian-bromann
Created: 12/5/2025
Status: Merged
Merged: 12/7/2025
Merged by: @hntrl

Base: mainHead: cb/fix-repository


📝 Commits (1)

  • 6428d53 fix(*): set proper url prefix for package reference

📊 Changes

16 files changed (+35 additions, -15 deletions)

View changed files

📝 libs/checkpoint-mongodb/package.json (+2 -1)
📝 libs/checkpoint-postgres/package.json (+2 -1)
📝 libs/checkpoint-redis/package.json (+2 -1)
📝 libs/checkpoint-sqlite/package.json (+2 -1)
📝 libs/checkpoint-validation/package.json (+2 -1)
📝 libs/checkpoint/package.json (+2 -1)
📝 libs/create-langgraph/package.json (+2 -1)
📝 libs/langgraph-api/package.json (+2 -1)
📝 libs/langgraph-cli/package.json (+2 -1)
📝 libs/langgraph-core/package.json (+2 -1)
📝 libs/langgraph-cua/package.json (+2 -1)
📝 libs/langgraph-supervisor/package.json (+2 -1)
📝 libs/langgraph-swarm/package.json (+2 -1)
📝 libs/langgraph-ui/package.json (+2 -1)
📝 libs/langgraph/package.json (+2 -1)
📝 libs/sdk/package.json (+5 -0)

📄 Description

NPM supports the following formats for referencing a git repository:

This patch ensures all packages follow that and I added a directory as well.


🔄 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/1811 **Author:** [@christian-bromann](https://github.com/christian-bromann) **Created:** 12/5/2025 **Status:** ✅ Merged **Merged:** 12/7/2025 **Merged by:** [@hntrl](https://github.com/hntrl) **Base:** `main` ← **Head:** `cb/fix-repository` --- ### 📝 Commits (1) - [`6428d53`](https://github.com/langchain-ai/langgraphjs/commit/6428d535623abe448fb67f56b819c8358debb363) fix(*): set proper url prefix for package reference ### 📊 Changes **16 files changed** (+35 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `libs/checkpoint-mongodb/package.json` (+2 -1) 📝 `libs/checkpoint-postgres/package.json` (+2 -1) 📝 `libs/checkpoint-redis/package.json` (+2 -1) 📝 `libs/checkpoint-sqlite/package.json` (+2 -1) 📝 `libs/checkpoint-validation/package.json` (+2 -1) 📝 `libs/checkpoint/package.json` (+2 -1) 📝 `libs/create-langgraph/package.json` (+2 -1) 📝 `libs/langgraph-api/package.json` (+2 -1) 📝 `libs/langgraph-cli/package.json` (+2 -1) 📝 `libs/langgraph-core/package.json` (+2 -1) 📝 `libs/langgraph-cua/package.json` (+2 -1) 📝 `libs/langgraph-supervisor/package.json` (+2 -1) 📝 `libs/langgraph-swarm/package.json` (+2 -1) 📝 `libs/langgraph-ui/package.json` (+2 -1) 📝 `libs/langgraph/package.json` (+2 -1) 📝 `libs/sdk/package.json` (+5 -0) </details> ### 📄 Description NPM supports the following formats for referencing a git repository: - git+https://github.com/user/repo.git - git+ssh://git@github.com/user/repo.git This patch ensures all packages follow that and I added a directory as well. --- <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 20:16:42 -05:00
yindo closed this issue 2026-02-15 20:16:42 -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#1747