@anttiviljami/serverless-stack-output
Advanced tools
Comparing version 0.2.5 to 0.3.0
@@ -94,3 +94,3 @@ "use strict"; | ||
var _this = this; | ||
Promise.resolve() | ||
return Promise.resolve() | ||
.then(function () { return _this.validate(); }).then(function () { return _this.fetch(); }).then(function (res) { return _this.beautify(res); }).then(function (res) { return _this.handle(res); }).catch(function (err) { return _this.serverless.cli.log(util.format('Cannot process Stack Output: %s!', err.message)); }); | ||
@@ -97,0 +97,0 @@ }; |
{ | ||
"name": "@anttiviljami/serverless-stack-output", | ||
"version": "0.2.5", | ||
"version": "0.3.0", | ||
"description": "Serverless plugin to process AWS CloudFormation Stack Output", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -140,3 +140,3 @@ import * as assert from 'assert' | ||
private process () { | ||
Promise.resolve() | ||
return Promise.resolve() | ||
.then( | ||
@@ -143,0 +143,0 @@ () => this.validate() |
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
115624