@byu-oit/cbsetup
Advanced tools
Comparing version 1.3.2 to 1.4.0
@@ -54,3 +54,3 @@ #!/usr/bin/env node | ||
'Docker + OpenJDK + Maven', | ||
'Amazon Standard 1.0' | ||
'Amazon Standard 2.0 (NPM runtime)' | ||
] | ||
@@ -191,5 +191,5 @@ }, | ||
} else { | ||
buildImage = 'aws/codebuild/standard:1.0'; | ||
buildImage = 'aws/codebuild/standard:2.0'; | ||
} | ||
return buildImage; | ||
} |
{ | ||
"name": "@byu-oit/cbsetup", | ||
"version": "1.3.2", | ||
"version": "1.4.0", | ||
"description": "Create an AWS CodeBuild project from your command line", | ||
@@ -24,4 +24,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"aws-sdk": "^2.439.0", | ||
"inquirer": "^6.3.1" | ||
"aws-sdk": "^2.484.0", | ||
"inquirer": "^6.4.1" | ||
}, | ||
@@ -28,0 +28,0 @@ "bin": { |
@@ -0,0 +0,0 @@ # cbsetup |
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
18136
+ Addedwhich-typed-array@1.1.15(transitive)
- Removedwhich-typed-array@1.1.16(transitive)
Updatedaws-sdk@^2.484.0
Updatedinquirer@^6.4.1