🔧 fix(data-provider): add openapi-types dependency (#1797)

* fix(data-provider): add openapi-types dependency

* chore: Bump version to 0.4.1 in package.json
This commit is contained in:
Danny Avila 2024-02-13 21:08:02 -05:00 committed by GitHub
parent ecd63eb9f1
commit d947244348
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{
"name": "librechat-data-provider",
"version": "0.4.0",
"version": "0.4.1",
"description": "data services for librechat apps",
"main": "dist/index.js",
"module": "dist/index.es.js",
@ -43,6 +43,7 @@
"axios": "^1.3.4",
"js-yaml": "^4.1.0",
"openai": "4.11.1",
"openapi-types": "^12.1.3",
"zod": "^3.22.4"
},
"devDependencies": {