@middy/cloudwatch-metrics
Advanced tools
Comparing version 3.0.2 to 3.0.3
{ | ||
"name": "@middy/cloudwatch-metrics", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "Embedded CloudWatch metrics middleware for the middy framework", | ||
@@ -64,5 +64,5 @@ "type": "module", | ||
"devDependencies": { | ||
"@middy/core": "^3.0.2" | ||
"@middy/core": "3.0.3" | ||
}, | ||
"gitHead": "983649b8359ea32a786e75dfc2953aeee8ec6052" | ||
"gitHead": "ea9e5e8cce754d0c467c7dd3ac9a7601149efea2" | ||
} |
@@ -12,4 +12,4 @@ <div align="center"> | ||
</a> | ||
<a href="https://github.com/middyjs/middy/actions"> | ||
<img src="https://github.com/middyjs/middy/workflows/Tests/badge.svg" alt="GitHub Actions test status badge" style="max-width:100%;"> | ||
<a href="https://github.com/middyjs/middy/actions/workflows/tests.yml"> | ||
<img src="https://github.com/middyjs/middy/actions/workflows/tests.yml/badge.svg?branch=main&event=push" alt="GitHub Actions CI status badge" style="max-width:100%;"> | ||
</a> | ||
@@ -37,2 +37,3 @@ <br/> | ||
</p> | ||
<p>You can read the documentation at: <a href="https://middy.js.org/docs/middlewares/cloudwatch-metrics">https://middy.js.org/docs/middlewares/cloudwatch-metrics</a></p> | ||
</div> | ||
@@ -39,0 +40,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
9637
100