Comparing version 0.0.20 to 0.0.21
{ | ||
"name": "awsass", | ||
"description": "AWSASS is an assistant to AWS, mostly for running better scripts.", | ||
"version": "0.0.20", | ||
"version": "0.0.21", | ||
"author": "Jsonize", | ||
@@ -6,0 +6,0 @@ "repository": "https://github.com/jsonize/awsass", |
@@ -510,5 +510,6 @@ const AWS = require("aws-sdk"); | ||
if (!smallestVersionId) { | ||
console.log("Couldn't find smallest version id", smallestVersionId); | ||
console.log("Couldn't find smallest version id, ignoring", smallestVersionId); | ||
console.log(resourcesResponse.items); | ||
callback("Couldn't find smallest version id"); | ||
//callback("Couldn't find smallest version id"); | ||
apigateway.createDeployment({ restApiId: restApiId, stageName: stageName }, callback); | ||
return; | ||
@@ -515,0 +516,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
33294
645