Comparing version 0.5.2 to 0.5.3
{ | ||
"name": "auri", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"description": "Organize package changes and releases", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
import childProcess from "child_process"; | ||
export const execute = (command, options) => { | ||
childProcess.execSync(command, options); | ||
const stdout = childProcess.execSync(command, options); | ||
process.stdout.write(stdout); | ||
}; | ||
@@ -5,0 +6,0 @@ export const pnpm = (command, options) => { |
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
33848
774