We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4297be3 commit 3bd90dcCopy full SHA for 3bd90dc
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@hokify/agenda",
3
- "version": "4.0.1",
+ "version": "4.0.2",
4
"description": "Light weight job scheduler for Node.js",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
src/index.ts
@@ -375,3 +375,11 @@ export class Agenda extends EventEmitter {
375
376
// Agenda.prototype._findAndLockNextJob = find_and_lock_next_job; -> moved to JobProcessor
377
}
378
+
379
+export * from './types/AgendaConfig';
380
381
+export * from './types/JobDefinition';
382
383
+export * from './types/JobParameters';
384
385
+export * from './types/DbOptions';
0 commit comments