@lsbjordao/type-taxon-script 1.0.8 → 1.0.10
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/dist/tts.js +2 -1
- package/package.json +1 -1
package/dist/tts.js
CHANGED
|
@@ -9,6 +9,7 @@ const new_1 = __importDefault(require("./new"));
|
|
|
9
9
|
const import_1 = __importDefault(require("./import"));
|
|
10
10
|
const export_1 = __importDefault(require("./export"));
|
|
11
11
|
const exportSources_1 = __importDefault(require("./exportSources"));
|
|
12
|
+
const exportToCsv_1 = __importDefault(require("./exportToCsv"));
|
|
12
13
|
const findProperty_1 = __importDefault(require("./findProperty"));
|
|
13
14
|
yargs_1.default.version();
|
|
14
15
|
yargs_1.default.command({
|
|
@@ -103,7 +104,7 @@ yargs_1.default.command({
|
|
|
103
104
|
}
|
|
104
105
|
},
|
|
105
106
|
handler: (argv) => {
|
|
106
|
-
(0,
|
|
107
|
+
(0, exportToCsv_1.default)(argv.genus, argv.load);
|
|
107
108
|
},
|
|
108
109
|
});
|
|
109
110
|
yargs_1.default.command({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lsbjordao/type-taxon-script",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.10",
|
|
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",
|