@icarusmx/creta 1.4.12 → 1.4.14

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/lib/data/menus.js CHANGED
@@ -5,25 +5,25 @@ import { UserState } from '../utils/user-state.js'
5
5
  export const SINTAXIS_LESSONS = [
6
6
  {
7
7
  id: 'terminal-basico',
8
- title: '1. Terminal básico',
8
+ title: '1. Primeros comandos',
9
9
  description: '',
10
10
  unlockAfter: null
11
11
  },
12
12
  {
13
13
  id: 'git-basico',
14
- title: '2. Git básico',
14
+ title: '2. Git',
15
15
  description: '',
16
16
  unlockAfter: 'terminal-basico'
17
17
  },
18
18
  {
19
19
  id: 'piping-redireccion',
20
- title: '3. Piping y Redirección',
20
+ title: '3. Combina comandos',
21
21
  description: '',
22
22
  unlockAfter: 'git-basico'
23
23
  },
24
24
  {
25
25
  id: 'bash-scripts',
26
- title: '4. Bash Scripts',
26
+ title: '4. Escribe scripts',
27
27
  description: '',
28
28
  unlockAfter: 'piping-redireccion'
29
29
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icarusmx/creta",
3
- "version": "1.4.12",
3
+ "version": "1.4.14",
4
4
  "description": "Salgamos de este laberinto.",
5
5
  "type": "module",
6
6
  "bin": {