caelus-birth 0.22.0 → 0.23.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 -2
package/README.md CHANGED
@@ -94,4 +94,4 @@ runtime dependencies by design; caelus core stays at zero.
94
94
  - [caelus](https://www.npmjs.com/package/caelus) — the engine
95
95
  - caelus-birth — this package
96
96
  - [caelus-wheel](https://www.npmjs.com/package/caelus-wheel) — React SVG chart wheel
97
- - [caelus-mcp](https://www.npmjs.com/package/caelus-mcp) — MCP server, thirty-one chart tools over stdio
97
+ - [caelus-mcp](https://www.npmjs.com/package/caelus-mcp) — MCP server, thirty-four chart tools over stdio
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "caelus-birth",
3
- "version": "0.22.0",
3
+ "version": "0.23.0",
4
4
  "description": "Local birth time + place -> UT, correctly. IANA timezone resolution for caelus charts: DST, half-hour zones, ambiguous and nonexistent times.",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",
@@ -18,7 +18,7 @@
18
18
  "provenance": true
19
19
  },
20
20
  "dependencies": {
21
- "caelus": "^0.22.0",
21
+ "caelus": "^0.23.0",
22
22
  "luxon": "^3.7.2",
23
23
  "tz-lookup": "^6.1.25"
24
24
  },