Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/quiet-stream-sleepafter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@cloudflare/sandbox': patch
---

Require `@cloudflare/containers` 0.2.1 or newer so long-running streamed commands stay alive past `sleepAfter` while work is still in progress.
58 changes: 42 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"description": "A sandboxed environment for running commands",
"type": "module",
"dependencies": {
"@cloudflare/containers": "^0.2.0",
"@cloudflare/containers": "^0.2.1",
"aws4fetch": "^1.0.20"
},
"devDependencies": {
Expand Down
Loading
Loading