Update package.json to includ auth package

This commit is contained in:
Cha 2025-06-17 07:20:33 +08:00
parent f68be4727c
commit 49490984d1
3 changed files with 6 additions and 3 deletions

View file

@ -49,6 +49,7 @@
"@langchain/google-vertexai": "^0.2.9",
"@langchain/textsplitters": "^0.1.0",
"@librechat/agents": "^2.4.37",
"@librechat/auth": "*",
"@librechat/data-schemas": "*",
"@node-saml/passport-saml": "^5.0.0",
"@waylaidwanderer/fetch-event-source": "^3.0.1",
@ -121,4 +122,4 @@
"supertest": "^7.1.0",
"ts-jest": "^29.4.0"
}
}
}