Skip to content

Commit a25a81f

Browse files
committed
Fix changeset
1 parent 9c48425 commit a25a81f

File tree

4 files changed

+10
-21
lines changed

4 files changed

+10
-21
lines changed

.changeset/angry-pants-tell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"@cloudflare/sandbox-sdk": patch
2+
"@cloudflare/sandbox": patch
33
---
44

55
fix examples failing to deploy and prevent committing node_modules

.changeset/fruity-banks-add.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"@cloudflare/sandbox": patch
2+
"@cloudflare/sandbox": minor
33
---
44

55
Rewrite SDK with cleaner design patterns and tests. Remove the unnecessary isolation cruft and fix foundational issues with streaming, sessions, validations and error handling. Cover the SDK with unit & e2e tests.

package-lock.json

Lines changed: 6 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"workspaces": [
2222
"packages/*",
2323
"tooling/*",
24-
"examples/*"
24+
"examples/basic",
25+
"examples/code-interpreter"
2526
],
2627
"devDependencies": {
2728
"@biomejs/biome": "^2.1.2",

0 commit comments

Comments
 (0)