Skip to content

Releases: nodezoo/nodezoo-npm

m01

27 Nov 22:03
Compare
Choose a tag to compare
consul

v7.1.0

12 May 10:31
Compare
Choose a tag to compare
  • changed the response type for seneca actions from (err, data) to (null, {ok: true | false, err: 'Err message in case ok is false', data: {....data object in case ok is true}})
  • other minor changes