serverless-provisioned-concurrency-autoscaling
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -50,3 +50,5 @@ "use strict"; | ||
properties: { | ||
concurrencyAutoscaling: { type: ['boolean', 'object'] }, | ||
concurrencyAutoscaling: { | ||
anyOf: [{ type: 'boolean' }, { type: 'object' }], | ||
}, | ||
}, | ||
@@ -53,0 +55,0 @@ }; |
{ | ||
"name": "serverless-provisioned-concurrency-autoscaling", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Serverless Plugin for AWS Lambdas Provisioned Concurrency Auto Scaling configuration.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
Sorry, the diff of this file is not supported yet
41785
359