mirror of
https://github.com/langchain-ai/langgraphjs.git
synced 2026-07-21 08:35:23 -04:00
30 lines
659 B
JSON
30 lines
659 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",
|
|
"langgraph",
|
|
"@example/*",
|
|
"@examples/*"
|
|
],
|
|
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
|
|
"onlyUpdatePeerDependentsWhenOutOfRange": true
|
|
}
|
|
} |