File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "devDepOverrides" : [" @types/node" ]
3+ }
Original file line number Diff line number Diff line change 108108 "test:nuts" : " nyc mocha \" ./test/**/*.nut.ts\" --slow 4500 --timeout 600000 --parallel --jobs 20" ,
109109 "test:nuts:bulk:export" : " nyc mocha \" ./test/commands/data/export/*.nut.ts\" --slow 4500 --timeout 600000 --parallel --jobs 20" ,
110110 "test:nuts:bulk:import" : " nyc mocha \" ./test/commands/data/import/*.nut.ts\" --slow 4500 --timeout 600000 --parallel --jobs 20" ,
111- "test:nuts:bulk:update" : " nyc mocha \" ./test/commands/data/update/*.nut.ts\" --slow 4500 --timeout 600000 --parallel --jobs 20" ,
112111 "test:nuts:bulk:results" : " nyc mocha \" ./test/commands/data/bulk/*.nut.ts\" --slow 4500 --timeout 600000 --parallel --jobs 20" ,
112+ "test:nuts:bulk:update" : " nyc mocha \" ./test/commands/data/update/*.nut.ts\" --slow 4500 --timeout 600000 --parallel --jobs 20" ,
113113 "test:nuts:data:bulk-upsert-delete" : " nyc mocha \" ./test/commands/data/dataBulk.nut.ts\" --slow 4500 --timeout 600000 --parallel --jobs 20" ,
114114 "test:nuts:data:create" : " nyc mocha \" ./test/commands/data/create/*.nut.ts\" --slow 4500 --timeout 600000 --parallel --jobs 20" ,
115115 "test:nuts:data:query" : " nyc mocha \" ./test/commands/data/query/*.nut.ts\" --slow 4500 --timeout 600000 --parallel --jobs 20" ,
145145 "@salesforce/dev-scripts" : " ^11.0.4" ,
146146 "@salesforce/plugin-command-reference" : " ^3.1.79" ,
147147 "@salesforce/types" : " ^1.6.0" ,
148+ "@types/node" : " ^25.3.0" ,
148149 "eslint-plugin-sf-plugin" : " ^1.20.33" ,
149150 "oclif" : " ^4.22.77" ,
150151 "ts-node" : " ^10.9.2" ,
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ const createBaseFakeEmitter = function (): EventEmitter {
6363 getMaxListeners ( ) : number {
6464 return 10 ;
6565 } ,
66- listeners ( event : string ) : Function [ ] {
66+ listeners ( event : string ) : Array < ( ... args : any [ ] ) => void > {
6767 return [ ] ;
6868 } ,
6969 listenerCount ( event : string ) : number {
You can’t perform that action at this time.
0 commit comments