@openfn/engine-multi
Advanced tools
Comparing version 1.2.5 to 1.3.0
# engine-multi | ||
## 1.3.0 | ||
### Minor Changes | ||
- ae55a6a: Include timestamp on JOB_ERROR payload | ||
## 1.2.5 | ||
@@ -4,0 +10,0 @@ |
@@ -608,3 +608,4 @@ // src/api.ts | ||
jobId, | ||
next | ||
next, | ||
time: timestamp() | ||
}); | ||
@@ -790,3 +791,3 @@ }; | ||
name: "@openfn/engine-multi", | ||
version: "1.2.5", | ||
version: "1.3.0", | ||
description: "Multi-process runtime engine", | ||
@@ -793,0 +794,0 @@ main: "dist/index.js", |
{ | ||
"name": "@openfn/engine-multi", | ||
"version": "1.2.5", | ||
"version": "1.3.0", | ||
"description": "Multi-process runtime engine", | ||
@@ -13,5 +13,5 @@ "main": "dist/index.js", | ||
"@openfn/compiler": "0.3.3", | ||
"@openfn/logger": "1.0.2", | ||
"@openfn/lexicon": "^1.1.0", | ||
"@openfn/runtime": "1.4.2" | ||
"@openfn/runtime": "1.4.2", | ||
"@openfn/logger": "1.0.2" | ||
}, | ||
@@ -18,0 +18,0 @@ "devDependencies": { |
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
49512
1332