@mcma/api
Advanced tools
Comparing version 0.13.3 to 0.13.4
@@ -25,3 +25,3 @@ "use strict"; | ||
await this.workerInvoker.invoke(context_variable_provider_ext_1.getWorkerFunctionId(requestContext), "ProcessJobAssignment", requestContext.getAllContextVariables(), { | ||
jobAssignmentId: jobAssignment.id.replace(context_variable_provider_ext_1.getPublicUrl(requestContext), "") | ||
jobAssignmentDatabaseId: jobAssignment.id.replace(context_variable_provider_ext_1.getPublicUrl(requestContext), "") | ||
}, jobAssignment.tracker); | ||
@@ -28,0 +28,0 @@ } |
{ | ||
"name": "@mcma/api", | ||
"version": "0.13.3", | ||
"version": "0.13.4", | ||
"description": "Node module for building APIs based on the EBU MCMA framework", | ||
@@ -40,10 +40,10 @@ "engines": { | ||
"peerDependencies": { | ||
"@mcma/client": "0.13.3", | ||
"@mcma/core": "0.13.3", | ||
"@mcma/data": "0.13.3" | ||
"@mcma/client": "0.13.4", | ||
"@mcma/core": "0.13.4", | ||
"@mcma/data": "0.13.4" | ||
}, | ||
"devDependencies": { | ||
"@mcma/client": "0.13.3", | ||
"@mcma/core": "0.13.3", | ||
"@mcma/data": "0.13.3", | ||
"@mcma/client": "0.13.4", | ||
"@mcma/core": "0.13.4", | ||
"@mcma/data": "0.13.4", | ||
"@types/node": "^13.7.4", | ||
@@ -50,0 +50,0 @@ "@types/pluralize": "0.0.29", |
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
60029