@mcma/aws-cloudwatch-events
Advanced tools
Comparing version 0.16.7 to 0.16.8
{ | ||
"name": "@mcma/aws-cloudwatch-events", | ||
"version": "0.16.7", | ||
"version": "0.16.8", | ||
"description": "Node module with code and type definitions for using Cloudwatch Events in an MCMA environment.", | ||
@@ -34,13 +34,13 @@ "engines": { | ||
"dependencies": { | ||
"@aws-sdk/client-cloudwatch-events": "^3.300.0" | ||
"@aws-sdk/client-cloudwatch-events": "^3.441.0" | ||
}, | ||
"peerDependencies": { | ||
"@mcma/core": "0.16.7", | ||
"@mcma/data": "0.16.7" | ||
"@mcma/core": "0.16.8", | ||
"@mcma/data": "0.16.8" | ||
}, | ||
"devDependencies": { | ||
"@mcma/core": "0.16.7", | ||
"@mcma/data": "0.16.7", | ||
"@mcma/core": "0.16.8", | ||
"@mcma/data": "0.16.8", | ||
"@types/node": "^18.15.10" | ||
} | ||
} |
+ Added@mcma/core@0.16.8(transitive)
+ Added@mcma/data@0.16.8(transitive)
- Removed@mcma/core@0.16.7(transitive)
- Removed@mcma/data@0.16.7(transitive)