File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @ngnjs/queue" ,
3- "version" : " 1.0.0-alpha.8 " ,
3+ "version" : " 1.0.0-alpha.9 " ,
44 "description" : " A lightweight NGN queue (taskrunner)." ,
55 "type" : " module" ,
66 "main" : " src/index.js" ,
Original file line number Diff line number Diff line change 66 Queue ,
77 Task
88}
9+
10+ export const moduleVersion = '<#REPLACE_VERSION#>'
Original file line number Diff line number Diff line change @@ -42,8 +42,7 @@ export default class Queue extends EventEmitter {
4242 this . emit ( 'status.change' , { old, current : value } )
4343 }
4444 } ) ,
45- continue : NGN . get ( ( ) => this . #status !== 'aborting' && this . #status !== 'cancelled' ) ,
46- moduleVersion : NGN . hiddenconstant ( '<#REPLACE_VERSION#>' )
45+ continue : NGN . get ( ( ) => this . #status !== 'aborting' && this . #status !== 'cancelled' )
4746 } )
4847
4948 this . on ( 'end' , ( ) => this . reset ( ) )
You can’t perform that action at this time.
0 commit comments