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.
- package/bin/darwin-arm64/thoth-core +0 -0
- package/dist/bin.js +1 -1
- package/package.json +1 -1
|
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.
|
|
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