We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea0e940 + c67e204 commit e7a79f4Copy full SHA for e7a79f4
typescript-sdk/integrations/langgraph/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@ag-ui/langgraph",
3
- "version": "0.0.11",
+ "version": "0.0.12",
4
"main": "./dist/index.js",
5
"module": "./dist/index.mjs",
6
"types": "./dist/index.d.ts",
@@ -23,13 +23,18 @@
23
"unlink:global": "pnpm unlink --global"
24
},
25
"dependencies": {
26
- "@ag-ui/client": "workspace:*",
27
"@langchain/core": "^0.3.66",
28
"@langchain/langgraph-sdk": "^0.0.105",
29
"partial-json": "^0.1.7",
30
"rxjs": "7.8.1"
31
+ "peerDependencies": {
32
+ "@ag-ui/core": ">=0.0.37",
33
+ "@ag-ui/client": ">=0.0.37"
34
+ },
35
"devDependencies": {
36
+ "@ag-ui/core": "workspace:*",
37
+ "@ag-ui/client": "workspace:*",
38
"@types/jest": "^29.5.14",
39
"@types/node": "^20.11.19",
40
"jest": "^29.7.0",
0 commit comments