After updating npm dependecies to:
"express": "~4.13.4",
"body-parser": "~1.15.0",
"cookie-parser": "~1.4.1",
"method-override": "~2.3.5",
"express-session": "~1.13.0",
"serve-static": "~1.10.2",
"optimist": "~0.6.1",
"ejs": "~2.4.1",
"ejs-locals": "~1.0.2",
"seneca": "plugin",
"seneca-user": "~1.0.0",
"seneca-auth": "~0.4.0",
"seneca-admin": "~0.2.0",
"seneca-jsonrest-api": "~0.3.1",
"seneca-perm": "~0.5.6",
"seneca-data-editor": "~0.2.0"
The example just doesn't work anymore. Specifically, seneca-data-editor and seneca-admin plugins fail with:
cmd:load,role:entity,ent:{},name:user,base:sys,zone:null} ENTRY (ozx7g) - seneca: Action cmd:load,role:entity callback threw: useract.register is not a function. act_callback {message:useract.register is not a function,pattern:cmd:load,role:entity,instance:Seneca/1.1.0/wyy1pxnq0z7i/145 TypeError: useract.register is not a function
After updating npm dependecies to:
The example just doesn't work anymore. Specifically,
seneca-data-editorandseneca-adminplugins fail with: