@astronomy-bundle/core 8.0.0 → 8.0.1

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 +15 -0
  2. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,15 @@
1
+ > **Work in progress.** This is the next major version of astronomy-bundle and is not yet stable. If you are looking for the current stable release, see the [README (version 7.7.7)](old/README.md).
2
+
3
+ # Astronomy Bundle
4
+
5
+ A TypeScript library for astronomical calculations including the position of the Sun, Moon, and planets, sunrise and sunset times, and solar eclipses. Most calculations are based on Jean Meeus' *Astronomical Algorithms* and the VSOP87 theory.
6
+
7
+ ---
8
+
9
+ ## API Reference
10
+
11
+ | Package | Description | Docs |
12
+ | ------- | ----------- | ---- |
13
+ | **Time** | The `TimeOfInterest` object — the central time representation for all calculations. Supports Julian Day, sidereal time, Delta T, and more. | [README](packages/time/README.md) |
14
+ | **Location** | The `Location` object — a geographic coordinate container with formatting and distance helpers. | [README](packages/location/README.md) |
15
+ | **Solar Eclipse** | Solar eclipse calculations using Besselian elements. Provides global and local eclipse circumstances for any observer position. | — |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astronomy-bundle/core",
3
- "version": "8.0.0",
3
+ "version": "8.0.1",
4
4
  "description": "Core astronomy bundle",
5
5
  "keywords": [
6
6
  "astronomy",