feathers-mongodb

v7.0.0-pre.4
Feathers MongoDB service
feathers feathers-plugin REST Socket.io realtime mongo mongoskin mongodb service and 1 more...

prepublish

npm run compile

postpublish

git push origin --tags

compile

shx rm -rf lib/ && tsc

changelog

github_changelog_generator --user feathersjs-ecosystem --project feathers-mongodb && git add CHANGELOG.md && git commit -am "Updating changelog"

release:patch

npm version patch && npm publish

release:minor

npm version minor && npm publish

release:major

npm version major && npm publish

update-dependencies

ncu -u

mocha

mocha --require ts-node/register --recursive test/*.test.ts --timeout 20000 --exit

coverage

nyc npm run mocha

test

npm run coverage

mongodb

run-rs -v 4.0.0

Metadata

  • MIT
  • >= 8
  • Feathers contributors
  • released 11/29/2021

Downloads