mirror of
https://github.com/langchain-ai/langgraphjs.git
synced 2026-07-21 08:35:23 -04:00
e051ef6aa8
Co-authored-by: Tat Dat Duong <david@duong.cz>
27 lines
605 B
JSON
27 lines
605 B
JSON
{
|
|
"$schema": "https://unpkg.com/@changesets/config@3.1.1/schema.json",
|
|
"changelog": [
|
|
"@changesets/changelog-github",
|
|
{
|
|
"repo": "langchain-ai/langgraphjs"
|
|
}
|
|
],
|
|
"commit": false,
|
|
"fixed": [
|
|
[
|
|
"@langchain/langgraph-api",
|
|
"@langchain/langgraph-cli",
|
|
"@langchain/langgraph-ui"
|
|
]
|
|
],
|
|
"linked": [],
|
|
"access": "public",
|
|
"baseBranch": "main",
|
|
"updateInternalDependencies": "patch",
|
|
"ignore": [
|
|
"@langchain/langgraph-benchmark"
|
|
],
|
|
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
|
|
"onlyUpdatePeerDependentsWhenOutOfRange": true
|
|
}
|
|
} |