thoth-cli 0.2.22 → 0.2.23

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
@@ -860,6 +860,6 @@ program.command("tarot-spreads").alias("spreads").description("List available ta
860
860
  }
861
861
  });
862
862
  console.log(chalk.dim(""));
863
- console.log(chalk.yellow(" \u{1315D}") + chalk.dim(" thoth-cli v0.2.22"));
863
+ console.log(chalk.yellow(" \u{1315D}") + chalk.dim(" thoth-cli v0.2.23"));
864
864
  console.log(chalk.dim(""));
865
865
  program.parse();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thoth-cli",
3
- "version": "0.2.22",
3
+ "version": "0.2.23",
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",