Skip to content

Commit

Permalink
Merge pull request #8 from e2b-dev/init-release
Browse files Browse the repository at this point in the history
Create initial release
  • Loading branch information
ValentaTomas authored Nov 24, 2024
2 parents 02b1402 + a63d33d commit c5b333d
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 398 deletions.
6 changes: 6 additions & 0 deletions .changeset/slimy-spiders-doubt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@e2b/desktop-python": patch
"@e2b/desktop": patch
---

Create initial release
3 changes: 2 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ enable-pre-post-scripts=true
auto-install-peers=true
exclude-links-from-lockfile=true
prefer-workspace-packages=false
link-workspace-packages=false
link-workspace-packages=false
engine-strict=true
4 changes: 0 additions & 4 deletions packages/js-sdk/example.mts
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
import { config } from 'dotenv'
// import Tesseract from 'tesseract.js'
import { createCanvas, loadImage } from 'canvas'
import fs from 'fs'

config()
import { Sandbox } from './dist'



const sbx = await Sandbox.create({
videoStream: true,
onVideoStreamStart: (url) => console.log('Video stream started:', url)
Expand Down
1 change: 0 additions & 1 deletion packages/js-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"test:coverage": "vitest run --coverage"
},
"devDependencies": {
"canvas": "^2.11.2",
"dotenv": "^16.4.5",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/python-sdk/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "e2b-desktop"
version = "0.0.1"
version = "1.0.0"
description = "E2B Desktop Sandbox - Deskstop sandbox in cloud powered by E2B"
authors = ["e2b <[email protected]>"]
license = "Apache-2.0"
Expand Down
Loading

0 comments on commit c5b333d

Please sign in to comment.