@openephemeris/mcp-server 3.21.1 → 3.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openephemeris/mcp-server",
3
- "version": "3.21.1",
3
+ "version": "3.22.0",
4
4
  "description": "Model Context Protocol server for the Open Ephemeris astronomical computation API",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -20,7 +20,7 @@
20
20
  "test": "test"
21
21
  },
22
22
  "scripts": {
23
- "build:ui": "cd src/ui/chart-wheel && npx vite build && cd ../../.. && cd src/ui/bodygraph && npx vite build && cd ../../.. && cd src/ui/bi-wheel && npx vite build && cd ../../.. && cd src/ui/moon-phase && npx vite build",
23
+ "build:ui": "npm --prefix ../../../packages/widget-ui install --no-audit --no-fund && npm --prefix ../../../packages/widget-ui run build && node scripts/copy-widget-ui.mjs",
24
24
  "build": "npm run build:ui && tsc -p tsconfig.build.json",
25
25
  "prebuild": "node -e \"const fs=require('fs');fs.rmSync('dist',{recursive:true,force:true})\"",
26
26
  "dev": "tsx watch src/index.ts",