def-ant-cli
Advanced tools
Comparing version 1.0.9 to 1.1.0
@@ -10,2 +10,3 @@ | ||
uploadFail: "Upload failed.", | ||
packageTooLarge: "Upload failed".red +"\nMaximum file size is 5M of individual files.\nApplication package should not exceed 15M.", | ||
notLoggedIn: "You have not logged in yet.\nLogin is required before publishing your application.", | ||
@@ -12,0 +13,0 @@ oldToken: "Your token is too old.\nPlease login to re-new security token.", |
@@ -63,2 +63,5 @@ | ||
break | ||
case 413: | ||
console.log(Message.packageTooLarge) | ||
break | ||
case 422: | ||
@@ -65,0 +68,0 @@ console.log(Message.uploadFail) |
@@ -9,3 +9,4 @@ | ||
*/ | ||
console.log("\ndefiant version: "+ package.version.white +"\n") | ||
console.log("\ndefiant cli tool: version "+ package.version.white) | ||
console.log("ant-app-builder: version "+ package.dependencies["ant-app-builder"].slice(1).white +"\n") | ||
} |
{ | ||
"name": "def-ant-cli", | ||
"version": "1.0.9", | ||
"version": "1.1.0", | ||
"description": "Command Line Interface for Def-ant", | ||
@@ -5,0 +5,0 @@ "main": "./lib", |
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
46110
311