Skip to content

Commit d4163c5

Browse files
committed
Update SDKs; Export more types; Export everything from used E2B SDK
1 parent 44f1154 commit d4163c5

File tree

7 files changed

+109
-258
lines changed

7 files changed

+109
-258
lines changed

js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"vm"
6161
],
6262
"dependencies": {
63-
"e2b": "^0.13.1",
63+
"e2b": "^0.16.0",
6464
"isomorphic-ws": "^5.0.0",
6565
"ws": "^8.15.1"
6666
},

js/src/index.ts

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
export { CodeInterpreter, JupyterExtension } from './code-interpreter'
22
export type { CreateKernelProps } from './code-interpreter'
33

4-
export type { ExecutionError, Result, Execution, MIMEType } from './messaging'
4+
export type { Logs, ExecutionError, Result, Execution, MIMEType, RawData } from './messaging'
55

66
import { CodeInterpreter } from './code-interpreter'
7-
export default CodeInterpreter
7+
8+
export * from 'e2b'
9+
10+
export default CodeInterpreter

pnpm-lock.yaml

+11-165
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)