novatec-cli 3.0.0 โ†’ 3.0.1

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.
Files changed (2) hide show
  1. package/lib/create.js +1 -1
  2. package/package.json +1 -1
package/lib/create.js CHANGED
@@ -10,7 +10,7 @@ import { generateBusiness } from './generators/business.js';
10
10
  import { generateDocker } from './generators/docker.js';
11
11
  import { generateSecurity } from './generators/security.js';
12
12
  import { generateDeploy } from './generators/deploy.js';
13
- import { isInstalled, runCmd } from './utils.js';
13
+ import { isInstalled } from './utils.js';
14
14
 
15
15
  function bar(cur, tot, label) {
16
16
  const w = 28, f = Math.round((cur / tot) * w);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "novatec-cli",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "๐Ÿš€ NOVATEC FULLSTACK CLI โ€” Generador profesional de proyectos full stack | React, Next.js, Vue, Express, NestJS, FastAPI y mรกs",
5
5
  "type": "module",
6
6
  "main": "./lib/create.js",