Skip to content

Commit 43780a7

Browse files
expose preview
1 parent 9d2e766 commit 43780a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codesandbox/sdk",
3-
"version": "1.0.0-beta.8",
3+
"version": "1.0.0-rc.1",
44
"description": "The CodeSandbox SDK",
55
"author": "CodeSandbox",
66
"license": "MIT",

src/browser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { WebSocketSession } from "./sessions/WebSocketSession";
44

55
export * from "./sessions/WebSocketSession";
66

7-
export { createPreview } from "./previews";
7+
export { createPreview, Preview } from "./previews";
88

99
/**
1010
* With this function you can connect to a sandbox from the browser.

0 commit comments

Comments
 (0)