@illuma-ai/code-sandbox 1.4.0 → 1.5.0

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/LICENSE CHANGED
@@ -1,15 +1,21 @@
1
- Copyright (c) 2026 Illuma AI. All rights reserved.
1
+ MIT License
2
2
 
3
- PROPRIETARY AND CONFIDENTIAL
3
+ Copyright (c) 2026 Illuma AI
4
4
 
5
- This software is the proprietary information of Illuma AI.
6
- Use is subject to license terms. Unauthorized copying of this software,
7
- via any medium, is strictly prohibited.
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
8
11
 
9
- This software is provided "as is", without warranty of any kind, express or
10
- implied, including but not limited to the warranties of merchantability,
11
- fitness for a particular purpose and noninfringement. In no event shall the
12
- authors or copyright holders be liable for any claim, damages or other
13
- liability, whether in an action of contract, tort or otherwise, arising from,
14
- out of or in connection with the software or the use or other dealings in the
15
- software.
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -27,18 +27,17 @@ npm install @illuma-ai/code-sandbox
27
27
  These must be installed by the consuming application:
28
28
 
29
29
  ```bash
30
- npm install react react-dom @monaco-editor/react monaco-editor @xterm/xterm @xterm/addon-fit lucide-react
30
+ npm install react react-dom @monaco-editor/react monaco-editor allotment framer-motion
31
31
  ```
32
32
 
33
- | Peer Dependency | Version |
34
- | ---------------------- | ---------------------- |
35
- | `react` | `^18.0.0 \|\| ^19.0.0` |
36
- | `react-dom` | `^18.0.0 \|\| ^19.0.0` |
37
- | `@monaco-editor/react` | `^4.6.0` |
38
- | `monaco-editor` | `>=0.40.0` |
39
- | `@xterm/xterm` | `^5.5.0 \|\| ^6.0.0` |
40
- | `@xterm/addon-fit` | `^0.11.0` |
41
- | `lucide-react` | `>=0.300.0` |
33
+ | Peer Dependency | Version |
34
+ | ---------------------- | ----------------------------------- |
35
+ | `react` | `^18.0.0 \|\| ^19.0.0` |
36
+ | `react-dom` | `^18.0.0 \|\| ^19.0.0` |
37
+ | `@monaco-editor/react` | `^4.6.0` |
38
+ | `monaco-editor` | `>=0.40.0` |
39
+ | `allotment` | `^1.20.0` |
40
+ | `framer-motion` | `^10.0.0 \|\| ^11.0.0 \|\| ^12.0.0` |
42
41
 
43
42
  ## Prerequisites
44
43
 
@@ -712,4 +711,4 @@ export type {
712
711
 
713
712
  ## License
714
713
 
715
- Proprietary - Illuma AI. See [LICENSE](./LICENSE) for details.
714
+ MIT - See [LICENSE](./LICENSE) for details.