serverless-step-functions
Advanced tools
Comparing version 2.27.1 to 2.28.0
@@ -11,2 +11,8 @@ const Joi = require('@hapi/joi'); | ||
}), | ||
Joi.object().keys({ | ||
'Fn::ImportValue': Joi.alternatives().try( | ||
Joi.string(), | ||
Joi.object(), | ||
), | ||
}), | ||
); | ||
@@ -13,0 +19,0 @@ |
{ | ||
"name": "serverless-step-functions", | ||
"version": "2.27.1", | ||
"version": "2.28.0", | ||
"description": "The module is AWS Step Functions plugin for Serverless Framework", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -1195,3 +1195,3 @@ # Serverless Step Functions | ||
PolicyDocument: | ||
Version: version | ||
Version: "2012-10-17" | ||
Statement: | ||
@@ -1198,0 +1198,0 @@ - Effect: Allow |
522644
12684