Skip to content

Commit

Permalink
Merge pull request #11 from e2b-dev/fix-js-release
Browse files Browse the repository at this point in the history
Fix initial JS release
  • Loading branch information
ValentaTomas authored Nov 24, 2024
2 parents c77cddd + 5dc0284 commit 26b93df
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/neat-impalas-judge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@e2b/desktop": patch
---

Rerelease the init version
7 changes: 4 additions & 3 deletions packages/js-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@e2b/desktop",
"version": "1.0.0",
"version": "1.0.1",
"description": "E2B Desktop Sandbox - isolated cloud environment with a desktop-like interface powered by E2B. Ready for AI Computer Use",
"author": {
"name": "FoundryLabs, Inc.",
Expand Down Expand Up @@ -41,12 +41,13 @@
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"sideEffects": false,
"scripts": {
"prepublishOnly": "pnpm build",
"build": "tsc --noEmit && tsup",
"example": "tsx example.mts",
"dev": "tsup --watch",
"test": "vitest run --disable-console-intercept",
"test:coverage": "vitest run --coverage"
"example": "npx tsx example.mts"
},
"devDependencies": {
"dotenv": "^16.4.5",
Expand Down

0 comments on commit 26b93df

Please sign in to comment.