serverless-provisioned-concurrency-autoscaling
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -24,3 +24,3 @@ "use strict"; | ||
? this.customMetricJson(this.data.customMetric) | ||
: this.predfinedMetricJson(); | ||
: this.predefinedMetricJson(); | ||
return { | ||
@@ -39,3 +39,3 @@ [PolicyName]: { | ||
} | ||
predfinedMetricJson() { | ||
predefinedMetricJson() { | ||
return { | ||
@@ -42,0 +42,0 @@ PredefinedMetricSpecification: { |
{ | ||
"name": "serverless-provisioned-concurrency-autoscaling", | ||
"version": "1.3.1", | ||
"description": "Serverless Plugin for AWS Lambdas Provisioned Concurrency Auto Scaling configuration.", | ||
"version": "1.3.2", | ||
"description": "Serverless Plugin for AWS Lambdas Provisioned Concurrency Auto Scaling Configuration.", | ||
"main": "./lib/index.js", | ||
@@ -52,6 +52,6 @@ "files": [ | ||
"devDependencies": { | ||
"@types/jest": "^26.0.9", | ||
"@types/lodash": "^4.14.158", | ||
"@types/md5": "^2.2.0", | ||
"@types/node": "^14.0.27", | ||
"@types/jest": "^27.4.0", | ||
"@types/lodash": "^4.14.178", | ||
"@types/md5": "^2.3.1", | ||
"@types/node": "^17.0.13", | ||
"@types/serverless": "^1.78.13", | ||
@@ -63,10 +63,10 @@ "@typescript-eslint/eslint-plugin": "^3.8.0", | ||
"eslint-plugin-jest": "^23.20.0", | ||
"jest": "^26.2.2", | ||
"prettier": "^2.0.5", | ||
"ts-jest": "^26.1.4", | ||
"jest": "^27.4.7", | ||
"prettier": "^2.5.1", | ||
"ts-jest": "^27.1.3", | ||
"typescript": "^3.9.7" | ||
}, | ||
"dependencies": { | ||
"lodash": "^4.17.19" | ||
"lodash": "^4.17.21" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
41787
Updatedlodash@^4.17.21