Comparing version 1.1.0 to 1.2.0
@@ -30,5 +30,7 @@ var command, error, index, path, positionals, run, tokens, usage, values, version; | ||
Commands: | ||
db-backup [options] <directory> Backup a set of MariaDB tables. | ||
db-charset [options] <collation> Alter the character set of MariaDB tables. | ||
db-engine [options] <engine> Alter the storage engine of MariaDB tables. | ||
db-optimize [options] Optimize a set of MariaDB tables. | ||
db-restore [options] <fileOrDirectory> Restore a set of MariaDB tables. | ||
iconv [options] <fileOrDirectory> Convert the encoding of input files. | ||
@@ -35,0 +37,0 @@ jdk [options] Download and install the latest OpenJDK release. |
@@ -69,3 +69,3 @@ var usage; | ||
results = []; | ||
for await (file of files) { | ||
for (file of files) { | ||
if (file.isFile()) { | ||
@@ -72,0 +72,0 @@ results.push((await this._transcodeFile(join(file.parentPath, file.name)))); |
@@ -9,3 +9,3 @@ { | ||
"type": "module", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"author": { | ||
@@ -12,0 +12,0 @@ "email": "cedric@belin.io", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
97397
41
1861