@lsbjordao/type-taxon-script 1.0.11 → 1.0.13

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.
@@ -11,7 +11,7 @@ function ttsExportSources(genus) {
11
11
  return;
12
12
  }
13
13
  if (!fs_1.default.existsSync('./input') && !fs_1.default.existsSync('./output')) {
14
- console.error("\x1b[31m✖ The ./input and ./output directories are not present within the project.\x1b[0m\n\x1b[33mℹ️ Please run `tts init` before attempting to export a database.\x1b[0m");
14
+ console.error("\x1b[31m✖ The ./input and ./output directories are not present within the project.\x1b[0m\n\x1b[36mℹ️ Please run \x1b[33m`tts init`\x1b[36m before attempting to export a database.\x1b[0m");
15
15
  return;
16
16
  }
17
17
  const filePath = `./output/${genus}DB.json`;
@@ -41,7 +41,7 @@ function ttsExportToCsv(genus, load) {
41
41
  return;
42
42
  }
43
43
  if (!fs_1.default.existsSync('./input') && !fs_1.default.existsSync('./output')) {
44
- console.error("\x1b[31m✖ The ./input and ./output directories are not present within the project.\x1b[0m\n\x1b[33mℹ️ Please run `tts init` before attempting to export a database.\x1b[0m");
44
+ console.error("\x1b[31m✖ The ./input and ./output directories are not present within the project.\x1b[0m\n\x1b[36mℹ️ Please run \x1b[33m`tts init`\x1b[36m before attempting to export a database.\x1b[0m");
45
45
  return;
46
46
  }
47
47
  const spinner = new cli_spinner_1.Spinner('\x1b[36mProcessing... %s\x1b[0m');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lsbjordao/type-taxon-script",
3
- "version": "1.0.11",
3
+ "version": "1.0.13",
4
4
  "author": "Lucas Jordão <tucarj@gmail.com> & André Eppinghaus <andreeppinghaus@gmail.com> & Vicente Calfo <vicentecalfo@gmail.com>",
5
5
  "license": "ISC",
6
6
  "description": "TypeTaxonScript",