1.0.11 • Published 7 years ago
dc-jsutils v1.0.11
This is the code that facilitate SQL communication for the different lambda projects.
It's built in an npm package called dc-jsutils for ease of use on any project.
Release a new version
if you change something, you need to publish a new version on npm for other projects to have the latest code.
first you need to change the version number in package.json (bump the last number by one), then simply do:
npm run deploythen on the other projects that use this package you need to do:
npm update dc-jsutilsdeveloping
this is a typescript project so if you make changes run tsc to have the typescript compiler run.