opticore-installer 1.2.59 → 1.2.60

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -463,6 +463,10 @@ function endingMessageInfo(projectName) {
463
463
  console.log(` ${import_chalk4.default.dim("\u276F")} ${import_chalk4.default.cyan("npm run start:dev")}
464
464
  `);
465
465
  console.log(` ${import_chalk4.default.dim("NB: Before running app, make sure to define in .env file application host and port.")}
466
+ `);
467
+ console.log(` ${import_chalk4.default.bold("Recommended packages:")}`);
468
+ console.log(` ${import_chalk4.default.dim("\u276F")} ${import_chalk4.default.cyan("npm install opticore-validator")} ${import_chalk4.default.dim("\u2014 data schema validation with rich rules and custom messages.")}`);
469
+ console.log(` ${import_chalk4.default.dim("\u276F")} ${import_chalk4.default.cyan("npm install opticore-orm-orchestrator")} ${import_chalk4.default.dim("\u2014 interactive model/entity generator for Prisma, TypeORM, Drizzle ORM, MikroORM and Sequelize.")}
466
470
  `);
467
471
  (0, import_prompts9.outro)(import_chalk4.default.dim("To install opticore components: ") + import_chalk4.default.green("npx opticore list"));
468
472
  }
package/dist/index.js CHANGED
@@ -440,6 +440,10 @@ function endingMessageInfo(projectName) {
440
440
  console.log(` ${chalk4.dim("\u276F")} ${chalk4.cyan("npm run start:dev")}
441
441
  `);
442
442
  console.log(` ${chalk4.dim("NB: Before running app, make sure to define in .env file application host and port.")}
443
+ `);
444
+ console.log(` ${chalk4.bold("Recommended packages:")}`);
445
+ console.log(` ${chalk4.dim("\u276F")} ${chalk4.cyan("npm install opticore-validator")} ${chalk4.dim("\u2014 data schema validation with rich rules and custom messages.")}`);
446
+ console.log(` ${chalk4.dim("\u276F")} ${chalk4.cyan("npm install opticore-orm-orchestrator")} ${chalk4.dim("\u2014 interactive model/entity generator for Prisma, TypeORM, Drizzle ORM, MikroORM and Sequelize.")}
443
447
  `);
444
448
  outro(chalk4.dim("To install opticore components: ") + chalk4.green("npx opticore list"));
445
449
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opticore-installer",
3
- "version": "1.2.59",
3
+ "version": "1.2.60",
4
4
  "description": "opticore framework installer",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",