chore(data-schemas): update package dependencies and restructure peerDependencies

- Moved dependencies to peerDependencies in package.json for better compatibility.
- Added "peer": true to several entries in package-lock.json to indicate peer dependencies.
This commit is contained in:
Danny Avila 2025-05-30 12:23:29 -04:00
parent 5fb6b91e71
commit c682d45fb2
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956
2 changed files with 20 additions and 16 deletions

View file

@ -59,7 +59,10 @@
"ts-node": "^10.9.2",
"typescript": "^5.0.4"
},
"dependencies": {
"peerDependencies": {
"keyv": "^5.3.2",
"mongoose": "^8.12.1",
"librechat-data-provider": "*",
"jsonwebtoken": "^9.0.2",
"klona": "^2.0.6",
"lodash": "^4.17.21",
@ -68,11 +71,6 @@
"winston": "^3.17.0",
"winston-daily-rotate-file": "^5.0.0"
},
"peerDependencies": {
"keyv": "^5.3.2",
"mongoose": "^8.12.1",
"librechat-data-provider": "*"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"