File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 2626 "dependencies" : {
2727 "github" : " 9.2.0" ,
2828 "seneca" : " ../seneca" ,
29- "seneca-balance-client" : " ../seneca-balance-client " ,
29+ "seneca-balance-client" : " 0.6.1 " ,
3030 "seneca-monitor" : " ../seneca-monitor" ,
31- "seneca-mesh" : " ../seneca-mesh " ,
32- "seneca-entity" : " 2.0.0 " ,
31+ "seneca-mesh" : " 0.10.0 " ,
32+ "seneca-entity" : " 2.0.2 " ,
3333 "seneca-jsonfile-store" : " 1.0.0" ,
3434 "seneca-redis-transport" : " 0.3.0" ,
35- "seneca-repl" : " 1.0.0 "
35+ "seneca-repl" : " 1.1.2 "
3636 },
3737 "devDependencies" : {
3838 "code" : " 4.0.0" ,
Original file line number Diff line number Diff line change @@ -4,14 +4,13 @@ var Seneca = require('seneca')
44
55Seneca ( { tag : 'github' } )
66 . test ( )
7+ . use ( 'monitor' )
78
89 . use ( 'entity' )
910 . use ( 'jsonfile-store' , { folder : __dirname + '/../data' } )
1011
1112 . use ( '../github.js' )
1213
13- . use ( 'monitor' )
14-
1514 . use ( 'mesh' , {
1615 listen : [
1716 { pin : 'role:github' } ,
You can’t perform that action at this time.
0 commit comments