@mcma/aws-lambda-worker-invoker
Advanced tools
Comparing version 0.8.0 to 0.8.1
@@ -0,0 +0,0 @@ import { InvokeWorker, WorkerInvoker } from "@mcma/api"; |
@@ -0,0 +0,0 @@ const util = require("util"); |
{ | ||
"name": "@mcma/aws-lambda-worker-invoker", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "Node module with code for invoking MCMA workers running as Lambda functions, via the AWS SDK", | ||
"engines": { | ||
"node": "~8.10.0" | ||
"node": "~10.16.3" | ||
}, | ||
@@ -32,14 +32,14 @@ "main": "index.js", | ||
"peerDependencies": { | ||
"@mcma/client": "0.8.0", | ||
"@mcma/core": "0.8.0", | ||
"@mcma/data": "0.8.0", | ||
"@mcma/api": "0.8.0" | ||
"@mcma/client": "0.8.1", | ||
"@mcma/core": "0.8.1", | ||
"@mcma/data": "0.8.1", | ||
"@mcma/api": "0.8.1" | ||
}, | ||
"devDependencies": { | ||
"@mcma/client": "0.8.0", | ||
"@mcma/core": "0.8.0", | ||
"@mcma/data": "0.8.0", | ||
"@mcma/api": "0.8.0", | ||
"@mcma/client": "0.8.1", | ||
"@mcma/core": "0.8.1", | ||
"@mcma/data": "0.8.1", | ||
"@mcma/api": "0.8.1", | ||
"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
2069