Skip to content

Commit

Permalink
export JobUpdate type
Browse files Browse the repository at this point in the history
  • Loading branch information
sanoel committed Jun 26, 2024
1 parent 5fa0ed9 commit e0e0cec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oada/jobs",
"version": "4.5.1",
"version": "4.5.2",
"description": "A library for oada job based microservices",
"source": "src/index.ts",
"main": "dist/index.js",
Expand Down Expand Up @@ -144,4 +144,4 @@
"resolutions": {
"xksuid": "https://github.com/g12i/xksuid.git#fix-crypto-polyfill"
}
}
}
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export {
type FinishReporter,
} from './Service.js';
export { JobError } from './Runner.js';
export { Job } from './Job.js';
export { type JobUpdate, Job } from './Job.js';
export { Logger } from './Logger.js';
export { parseAttachment, reportOnItem, type ReportConfig } from './Report.js';
export { postJob, postUpdate } from './utils.js';
Expand Down

0 comments on commit e0e0cec

Please sign in to comment.