feathers-sequelize

v7.0.3
A service adapter for Sequelize an SQL ORM
feathers feathers-plugin sequel sequelize mysql sqlite mariadb postgres pg and 3 more...

prepublishOnly

npm run compile

compile

shx rm -rf lib/ && tsc

publish

git push origin --tags && npm run changelog && git push origin

changelog

github_changelog_generator -u feathersjs-ecosystem -p feathers-sequelize && git add CHANGELOG.md && git commit -am "Updating changelog"

update-dependencies

ncu -u

release:prerelease

npm version prerelease --preid pre && npm publish --tag pre

release:patch

npm version patch && npm publish

release:minor

npm version minor && npm publish

release:major

npm version major && npm publish

lint

eslint src/**/*.ts test/**/*.ts --fix

mocha

mocha --require ts-node/register

test

npm run lint && npm run coverage

coverage

c8 npm run mocha

Metadata

  • MIT
  • >= 14
  • Feathers contributors
  • released 11/1/2023

Downloads