fix(sdk-js): mark ui-related peer deps as optional (#3503)

This commit is contained in:
David Duong
2025-02-19 15:53:45 +01:00
committed by GitHub
+9 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@langchain/langgraph-sdk",
"version": "0.0.42",
"version": "0.0.43",
"description": "Client library for interacting with the LangGraph API",
"type": "module",
"packageManager": "yarn@1.22.19",
@@ -43,6 +43,14 @@
"react": "^18 || ^19",
"@langchain/core": ">=0.2.31 <0.4.0"
},
"peerDependenciesMeta": {
"react": {
"optional": true
},
"@langchain/core": {
"optional": true
}
},
"exports": {
".": {
"types": {