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

View file

@ -2,6 +2,10 @@
"name": "@librechat/client",
"version": "0.4.0",
"description": "React components for LibreChat",
"repository": {
"type": "git",
"url": "https://github.com/danny-avila/LibreChat"
},
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "dist/types/index.d.ts",