@smartface/marketplace-service
Advanced tools
Comparing version 1.0.19 to 1.2.0-beta.1
@@ -120,2 +120,11 @@ #!/usr/bin/env node | ||
program | ||
.command('import <type>') | ||
.option('--wsPath [value]', 'workspace path') | ||
.option('--packageFolder [value]', 'package folder path') | ||
.option('--outputFolder [value]', 'output package folder path') | ||
.action((type, cmd) => { | ||
taskHandler("import", type, getOptions(cmd)); | ||
}); | ||
program | ||
.command('uninstall <name>') | ||
@@ -140,3 +149,2 @@ .option('--wsPath [value]', 'workspace path') | ||
.action((type, cmd) => { | ||
if (!isValidName(cmd.name || "").isValid) | ||
@@ -143,0 +151,0 @@ return writeError(`'${cmd.name}' ` + checkRes.errors.join(""), "Invalid Name"); |
{ | ||
"name": "@smartface/marketplace-service", | ||
"version": "1.0.19", | ||
"version": "1.2.0-beta.1", | ||
"description": "", | ||
@@ -28,2 +28,2 @@ "main": "marketplace-service.js", | ||
} | ||
} | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
100438
2783
3