Comparing version 0.30.0 to 0.31.0
@@ -18,3 +18,3 @@ /// <reference types="node" /> | ||
*/ | ||
printAndExit: (additionalMessage?: string | undefined, exitCode?: number) => void; | ||
printAndExit: (exitCode?: number, additionalMessage?: string | undefined) => void; | ||
}; | ||
@@ -21,0 +21,0 @@ declare type Arguments = Array<string> & { |
{ | ||
"name": "jsh", | ||
"version": "0.30.0", | ||
"version": "0.31.0", | ||
"description": "Helpers for Bash like shell scripting in JavaScript", | ||
@@ -5,0 +5,0 @@ "author": "Brady Holt", |
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
75604
1656