Comparing version 0.29.0 to 0.30.0
@@ -6,7 +6,7 @@ /// <reference types="node" /> | ||
/** | ||
* Echos error message and then exists with the specified exit code (defaults to 1) | ||
* @param errorMessage | ||
* Echos error message to stdout and then exits with the specified exit code (defaults to 1) | ||
* @param error The error message string or Error object to print | ||
* @param exitCode | ||
*/ | ||
declare const _error: (errorMessage: string, exitCode?: number) => never; | ||
declare const _error: (error: string | Error, exitCode?: number) => never; | ||
declare const _usage: { | ||
@@ -13,0 +13,0 @@ (message: string, printAndExitIfHelpArgumentSpecified?: boolean): void; |
{ | ||
"name": "jsh", | ||
"version": "0.29.0", | ||
"version": "0.30.0", | ||
"description": "Helpers for Bash like shell scripting in JavaScript", | ||
@@ -43,3 +43,4 @@ "author": "Brady Holt", | ||
"ts-jest": "^28.0.3", | ||
"typescript": "^4.6.4" | ||
"typescript": "^4.6.4", | ||
"ts-node": "^10.8.0" | ||
}, | ||
@@ -46,0 +47,0 @@ "scripts": { |
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
204
74428
7
1628