@e2b/code-interpreter
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -88,2 +88,3 @@ import { Sandbox as Sandbox$1 } from 'e2b'; | ||
max: number; | ||
outliers: number[]; | ||
}; | ||
@@ -90,0 +91,0 @@ type BoxAndWhiskerChart = Chart2D & { |
@@ -147,3 +147,5 @@ "use strict"; | ||
"data", | ||
"extra" | ||
"chart", | ||
"extra", | ||
"text" | ||
].includes(key)) { | ||
@@ -150,0 +152,0 @@ this.extra[key] = data[key]; |
{ | ||
"name": "@e2b/code-interpreter", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "E2B Code Interpreter - Stateful code execution", | ||
@@ -5,0 +5,0 @@ "homepage": "https://e2b.dev", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
118780
1363