@icarusmx/creta 1.0.12 → 1.0.13

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.
@@ -14,10 +14,6 @@ export class Lesson1SystemDecomposition {
14
14
  }
15
15
 
16
16
  async start() {
17
- console.log("LECCIÓN 1: Descomposición de Sistemas")
18
- console.log("=" .repeat(50))
19
- console.log("Concepto: La parte difícil del diseño orientado a objetos es descomponer un sistema como un conjunto de objetos que interactúan entre sí.")
20
-
21
17
  await this.waitForEnter("\nPresiona Enter para comenzar...")
22
18
 
23
19
  await this.practicalExercise()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icarusmx/creta",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "Salgamos de este laberinto.",
5
5
  "type": "module",
6
6
  "bin": {