@middy/cloudwatch-metrics
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "@middy/cloudwatch-metrics", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Embedded CloudWatch metrics middleware for the middy framework", | ||
@@ -19,5 +19,4 @@ "type": "commonjs", | ||
"scripts": { | ||
"test": "npm run test:typings && npm run test:unit", | ||
"test:unit": "ava", | ||
"test:typings": "typings-tester --config tsconfig.json index.d.ts" | ||
"test": "npm run test:unit", | ||
"test:unit": "ava" | ||
}, | ||
@@ -57,5 +56,5 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@middy/core": "^2.0.0" | ||
"@middy/core": "^2.0.1" | ||
}, | ||
"gitHead": "5bad22e2b785084806db6ea3887751a08c1ba4e1" | ||
"gitHead": "b0eca01cad1b16439cb4dc21dab92b7221f52515" | ||
} |
7548