@icarusmx/creta 1.4.15 → 1.4.17

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.
@@ -404,10 +404,8 @@ export class LessonBuilder {
404
404
  if (!this.sandbox) {
405
405
  this.sandbox = new SandboxManager(this.lesson.id)
406
406
  this.sandbox.createSandbox(action.initialFiles || [])
407
- } else {
408
- // Restore sandbox state before each validation
409
- this.sandbox.restoreState()
410
407
  }
408
+ // Sandbox state persists across interactive steps in the same lesson
411
409
 
412
410
  const workingDir = this.sandbox.getPath()
413
411
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icarusmx/creta",
3
- "version": "1.4.15",
3
+ "version": "1.4.17",
4
4
  "description": "Salgamos de este laberinto.",
5
5
  "type": "module",
6
6
  "bin": {