caelus-birth 0.16.0 → 0.18.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/README.md +1 -1
- 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, twenty-
|
|
97
|
+
- [caelus-mcp](https://www.npmjs.com/package/caelus-mcp) — MCP server, twenty-nine chart tools over stdio
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "caelus-birth",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.18.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.
|
|
21
|
+
"caelus": "^0.18.0",
|
|
22
22
|
"luxon": "^3.7.2",
|
|
23
23
|
"tz-lookup": "^6.1.25"
|
|
24
24
|
},
|