@illuma-ai/code-sandbox 1.2.0 → 1.2.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.
@@ -18,8 +18,8 @@ import type { CodeSandboxProps, FileChangeStatus, FileMap, RuntimeState, Sandbox
18
18
  /**
19
19
  * Hook that manages the full Nodepod runtime lifecycle.
20
20
  *
21
- * The sandbox is a pure renderer — files come in via props or the
22
- * imperative handle. No GitHub, no polling, no storage backends.
21
+ * The sandbox is a pure renderer — it receives files via props or the
22
+ * imperative handle. No polling, no storage backends.
23
23
  *
24
24
  * @param props - CodeSandbox component props
25
25
  * @returns Reactive runtime state + control functions + imperative methods