v0.8.1 (#10882)

* v0.8.1

* fix: GitHub workflows for OIDC trusted publishing

- Added permissions for OIDC trusted publishing in client, data-provider, and data-schemas workflows.
- Updated npm installation to support OIDC in all workflows.
- Changed npm publish commands to include `--provenance` for better package integrity.
- Updated repository URLs in package.json files for client, data-provider, and data-schemas to remove `git+` prefix.
This commit is contained in:
Danny Avila 2025-12-10 09:06:01 -05:00 committed by GitHub
parent e7bb987441
commit 6fe44ff116
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 50 additions and 27 deletions

8
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "LibreChat",
"version": "v0.8.1-rc2",
"version": "v0.8.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "LibreChat",
"version": "v0.8.1-rc2",
"version": "v0.8.1",
"license": "ISC",
"workspaces": [
"api",
@ -45,7 +45,7 @@
},
"api": {
"name": "@librechat/backend",
"version": "v0.8.1-rc2",
"version": "v0.8.1",
"license": "ISC",
"dependencies": {
"@anthropic-ai/sdk": "^0.52.0",
@ -446,7 +446,7 @@
},
"client": {
"name": "@librechat/frontend",
"version": "v0.8.1-rc2",
"version": "v0.8.1",
"license": "ISC",
"dependencies": {
"@ariakit/react": "^0.4.15",