assume-aws-role
Advanced tools
Comparing version 1.4.0 to 1.5.0
@@ -143,6 +143,11 @@ #!/usr/bin/env node | ||
spawn(process.env.SHELL, { | ||
var sh = spawn(process.env.SHELL, { | ||
env: modEnv, | ||
stdio: "inherit" | ||
}); | ||
sh.on('close', (code) => { | ||
process.exit(code); | ||
}); | ||
}); |
@@ -0,1 +1,5 @@ | ||
1.5.0 | ||
------------------ | ||
- #19 Return the return code from the shell | ||
1.4.0 | ||
@@ -2,0 +6,0 @@ ------------------ |
{ | ||
"name": "assume-aws-role", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "Work with multiple AWS accounts more easily", | ||
@@ -22,3 +22,4 @@ "homepage": "https://github.com/jbuck/assume-aws-role", | ||
"Eric Rutherford <eric@homepage.me>", | ||
"Frank Pavageau <fpavageau@ekino.com>" | ||
"Frank Pavageau <fpavageau@ekino.com>", | ||
"Pablo Chacin <pablochacin@gmail.com>" | ||
], | ||
@@ -25,0 +26,0 @@ "license": "Apache-2.0", |
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
6922
129
4