@middy/cloudwatch-metrics
Advanced tools
Comparing version 3.0.4 to 3.1.0-rc.0
{ | ||
"name": "@middy/cloudwatch-metrics", | ||
"version": "3.0.4", | ||
"version": "3.1.0-rc.0", | ||
"description": "Embedded CloudWatch metrics middleware for the middy framework", | ||
@@ -13,7 +13,13 @@ "type": "module", | ||
}, | ||
"main": "./index.cjs", | ||
"exports": { | ||
".": { | ||
"import": "./index.js", | ||
"require": "./index.cjs", | ||
"types": "./index.d.ts" | ||
"import": { | ||
"types": "./index.d.ts", | ||
"default": "./index.js" | ||
}, | ||
"require": { | ||
"types": "./index.d.ts", | ||
"default": "./index.cjs" | ||
} | ||
} | ||
@@ -65,5 +71,5 @@ }, | ||
"devDependencies": { | ||
"@middy/core": "3.0.4" | ||
"@middy/core": "3.1.0-rc.0" | ||
}, | ||
"gitHead": "3e9bc83e791f943c71cd7003fc27f0a3692d83a1" | ||
"gitHead": "03a8794d3cdb4319eca49ba4c55420bea5d66430" | ||
} |
@@ -78,3 +78,3 @@ <div align="center"> | ||
handler.use(cloudwatchMetrics({ | ||
namspace: "myAppliction", | ||
namespace: "myAppliction", | ||
dimensions: [ | ||
@@ -81,0 +81,0 @@ { "Action": "Buy" } |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
10266
1