@mcma/aws-cloudwatch-events
Advanced tools
Comparing version 0.16.17 to 0.16.18
export * from "./lib"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { CloudWatchEventsClient } from "@aws-sdk/client-cloudwatch-events"; |
@@ -0,0 +0,0 @@ "use strict"; |
export * from "./event-rule-utils"; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "@mcma/aws-cloudwatch-events", | ||
"version": "0.16.17", | ||
"version": "0.16.18", | ||
"description": "Node module with code and type definitions for using Cloudwatch Events in an MCMA environment.", | ||
"engines": { | ||
"node": "^18.0.0" | ||
"node": ">=18.0.0" | ||
}, | ||
@@ -34,13 +34,13 @@ "type": "commonjs", | ||
"dependencies": { | ||
"@aws-sdk/client-cloudwatch-events": "^3.441.0" | ||
"@aws-sdk/client-cloudwatch-events": "^3.596.0" | ||
}, | ||
"peerDependencies": { | ||
"@mcma/core": "0.16.17", | ||
"@mcma/data": "0.16.17" | ||
"@mcma/core": "0.16.18", | ||
"@mcma/data": "0.16.18" | ||
}, | ||
"devDependencies": { | ||
"@mcma/core": "0.16.17", | ||
"@mcma/data": "0.16.17", | ||
"@types/node": "^18.15.10" | ||
"@mcma/core": "0.16.18", | ||
"@mcma/data": "0.16.18", | ||
"@types/node": "^18.19.34" | ||
} | ||
} |
5147
+ Added@mcma/core@0.16.18(transitive)
+ Added@mcma/data@0.16.18(transitive)
- Removed@mcma/core@0.16.17(transitive)
- Removed@mcma/data@0.16.17(transitive)