caelus-wheel 0.7.0 → 0.9.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -55,4 +55,4 @@ counterclockwise.
55
55
  - [caelus](https://www.npmjs.com/package/caelus) — the engine
56
56
  - [caelus-birth](https://www.npmjs.com/package/caelus-birth) — local birth time + place → UT
57
57
  - caelus-wheel — this package
58
- - [caelus-mcp](https://www.npmjs.com/package/caelus-mcp) — MCP server, seven chart tools over stdio
58
+ - [caelus-mcp](https://www.npmjs.com/package/caelus-mcp) — MCP server, nine chart tools over stdio
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "caelus-wheel",
3
- "version": "0.7.0",
3
+ "version": "0.9.0",
4
4
  "description": "React SVG chart wheel for caelus: zodiac, houses, planets with collision avoidance, aspect lines. SSR-safe, zero runtime dependencies.",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",
@@ -21,6 +21,7 @@
21
21
  "@types/react": "^19.0.0",
22
22
  "@types/react-dom": "^19.0.0",
23
23
  "caelus": "*",
24
+ "caelus-birth": "*",
24
25
  "react": "^19.0.0",
25
26
  "react-dom": "^19.0.0",
26
27
  "typescript": "^6.0.3"