@mcma/aws-lambda-worker-invoker
Advanced tools
Comparing version 0.13.26 to 0.13.27
{ | ||
"name": "@mcma/aws-lambda-worker-invoker", | ||
"version": "0.13.26", | ||
"version": "0.13.27", | ||
"description": "Node module with code for invoking MCMA workers running as Lambda functions, via the AWS SDK", | ||
"engines": { | ||
"node": "^12.19.0" | ||
"node": "^14.17.0" | ||
}, | ||
@@ -34,14 +34,14 @@ "type": "commonjs", | ||
"dependencies": { | ||
"aws-sdk": "^2.530.0" | ||
"aws-sdk": "^2.1000.0" | ||
}, | ||
"peerDependencies": { | ||
"@mcma/core": "0.13.26", | ||
"@mcma/worker-invoker": "0.13.26" | ||
"@mcma/core": "0.13.27", | ||
"@mcma/worker-invoker": "0.13.27" | ||
}, | ||
"devDependencies": { | ||
"@mcma/core": "0.13.26", | ||
"@mcma/worker-invoker": "0.13.26", | ||
"@types/node": "^13.7.6", | ||
"@mcma/core": "0.13.27", | ||
"@mcma/worker-invoker": "0.13.27", | ||
"@types/node": "^14.17.22", | ||
"jasmine": "^3.2.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3841
+ Added@mcma/core@0.13.27(transitive)
+ Added@mcma/worker-invoker@0.13.27(transitive)
- Removed@mcma/core@0.13.26(transitive)
- Removed@mcma/worker-invoker@0.13.26(transitive)
Updatedaws-sdk@^2.1000.0