learning_ai_common_plat/packages/llm-router/package.json
saravanakumardb1 a473a45aae chore(packages): bump versions + manifest after publishing 21 packages to Gitea
Published in this run:
  NEW: @bytelyst/charts@0.1.0
  NEW: @bytelyst/customizable-workspace@0.1.0
  NEW: @bytelyst/generative-theme@0.1.0
  NEW: @bytelyst/media-ui@0.1.0
  NEW: @bytelyst/notifications-ui@0.1.0
  NEW: @bytelyst/motion@0.2.1
  NEW: @bytelyst/data-viz@0.1.0 (?)
  CHANGED: @bytelyst/ui @0.2.0
  CHANGED: @bytelyst/auth-ui, broadcast-client, dashboard-components,
           llm-router, survey-client, ai-ui, command-palette,
           dashboard-shell, design-tokens, feature-flag-client,
           kill-switch-client, mcp-client, platform-client

Manifest fingerprint updated for all 21 packages.
2026-05-27 19:13:44 -07:00

27 lines
583 B
JSON

{
"name": "@bytelyst/llm-router",
"version": "0.1.7",
"description": "Pure-code LLM router for free-tier API providers with round-robin, fallback, and health tracking",
"type": "module",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"test": "vitest run --pool forks",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"vitest": "^3.0.0",
"typescript": "^5.7.0"
}
}