thoth-cli 0.2.2 → 0.2.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thoth-cli",
3
- "version": "0.2.2",
3
+ "version": "0.2.5",
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",
@@ -12,8 +12,8 @@ import https from 'https';
12
12
 
13
13
  const __dirname = dirname(fileURLToPath(import.meta.url));
14
14
 
15
- const VERSION = '0.1.0';
16
- const REPO = 'aklo/thoth-cli';
15
+ const VERSION = '0.2.5';
16
+ const REPO = 'aklo360/thoth-cli';
17
17
  const BASE_URL = `https://github.com/${REPO}/releases/download/v${VERSION}`;
18
18
 
19
19
  function getPlatformKey() {