thoth-cli 0.2.18 → 0.2.19

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.
Binary file
package/dist/bin.js CHANGED
@@ -96,7 +96,7 @@ EPHEMERIS & MOON
96
96
  \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501
97
97
  REFERENCE
98
98
  \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501
99
- thoth key # full symbol reference`).version("0.2.18");
99
+ thoth key # full symbol reference`).version("0.2.19");
100
100
  program.command("chart").description("Calculate a natal chart").requiredOption("--date <date>", "Birth date (YYYY-MM-DD)").requiredOption("--time <time>", "Birth time (HH:MM)").option("--lat <lat>", "Latitude", parseFloat).option("--lng <lng>", "Longitude", parseFloat).option("--city <city>", "City name").option("--nation <nation>", "Country code", "US").option("--name <name>", "Name", "Subject").option("--json", "Output raw JSON").option("--svg", "Output SVG chart").option("--svg-file <path>", "Save SVG to file").action(async (options) => {
101
101
  if (!options.city && (!options.lat || !options.lng)) {
102
102
  console.error(chalk.red("Error: Must provide either --city or both --lat and --lng"));
@@ -797,6 +797,6 @@ program.command("ephemeris-multi").description("Get ephemeris for multiple bodie
797
797
  }
798
798
  });
799
799
  console.log(chalk.dim(""));
800
- console.log(chalk.yellow(" \u{1315D}") + chalk.dim(" thoth-cli v0.2.18"));
800
+ console.log(chalk.yellow(" \u{1315D}") + chalk.dim(" thoth-cli v0.2.19"));
801
801
  console.log(chalk.dim(""));
802
802
  program.parse();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thoth-cli",
3
- "version": "0.2.18",
3
+ "version": "0.2.19",
4
4
  "description": "𓅝 Astrological calculations from the command line. Swiss Ephemeris precision. Built for humans and agents.",
5
5
  "author": "AKLO <aklo@aklolabs.com>",
6
6
  "license": "MIT",
@@ -14,7 +14,7 @@ import https from 'https';
14
14
 
15
15
  const __dirname = dirname(fileURLToPath(import.meta.url));
16
16
 
17
- const VERSION = '0.2.18';
17
+ const VERSION = '0.2.17';
18
18
  const REPO = 'aklo360/thoth-cli';
19
19
 
20
20
  // Use jsDelivr CDN for faster downloads (mirrors GitHub releases)