rapidrestify
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -39,3 +39,4 @@ "use strict"; | ||
cmd[EInit.DBNAME] === commands_1.default.DBS.MYSQL || | ||
cmd[EInit.DBNAME] === commands_1.default.DBS.PSQL)) { | ||
cmd[EInit.DBNAME] === commands_1.default.DBS.PSQL || | ||
cmd[EInit.DBNAME] === commands_1.default.DBS.CARE_PSQL)) { | ||
switch (cmd[EInit.DBNAME]) { | ||
@@ -42,0 +43,0 @@ case commands_1.default.DBS.MYSQL: |
{ | ||
"name": "rapidrestify", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Create a robust Node.js backend REST API boilerplate integrated seamlessly with MongoDB. This package offers a comprehensive foundation for swiftly developing RESTful APIs. It includes a collection of pre-configured components, aiding in rapid setup and deployment. Streamline your backend development process with intuitive folder structures, standardized error handling, authentication middleware, database integration, and endpoint scaffolding. Simplify API creation with this boilerplate, equipped with essential tools and configurations, enabling developers to focus on application logic. Kickstart your Node.js backend project effortlessly, ensuring scalability, security, and maintainability in every API endpoint", | ||
@@ -5,0 +5,0 @@ "bin": { |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
76799290
1679
1