Skip to content

Commit 26b93df

Browse files
authored
Merge pull request #11 from e2b-dev/fix-js-release
Fix initial JS release
2 parents c77cddd + 5dc0284 commit 26b93df

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.changeset/neat-impalas-judge.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@e2b/desktop": patch
3+
---
4+
5+
Rerelease the init version

packages/js-sdk/package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@e2b/desktop",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "E2B Desktop Sandbox - isolated cloud environment with a desktop-like interface powered by E2B. Ready for AI Computer Use",
55
"author": {
66
"name": "FoundryLabs, Inc.",
@@ -41,12 +41,13 @@
4141
"main": "dist/index.js",
4242
"module": "dist/index.mjs",
4343
"types": "dist/index.d.ts",
44+
"sideEffects": false,
4445
"scripts": {
46+
"prepublishOnly": "pnpm build",
4547
"build": "tsc --noEmit && tsup",
46-
"example": "tsx example.mts",
4748
"dev": "tsup --watch",
4849
"test": "vitest run --disable-console-intercept",
49-
"test:coverage": "vitest run --coverage"
50+
"example": "npx tsx example.mts"
5051
},
5152
"devDependencies": {
5253
"dotenv": "^16.4.5",

0 commit comments

Comments
 (0)