@e2b/code-interpreter
Advanced tools
Comparing version 0.0.9-beta.61 to 0.0.9-beta.62
@@ -26,8 +26,10 @@ import { ConnectionConfig, Sandbox } from 'e2b'; | ||
label: string; | ||
points: [number, number][]; | ||
points: [number | string, number | string][]; | ||
}; | ||
type PointGraph = Graph2D & { | ||
x_ticks: number[]; | ||
x_ticks: (number | string)[]; | ||
x_scale: string; | ||
x_tick_labels: string[]; | ||
y_ticks: number[]; | ||
y_ticks: (number | string)[]; | ||
y_scale: string; | ||
y_tick_labels: string[]; | ||
@@ -34,0 +36,0 @@ elements: PointData[]; |
{ | ||
"name": "@e2b/code-interpreter", | ||
"version": "0.0.9-beta.61", | ||
"version": "0.0.9-beta.62", | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
100666
1323