Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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: 0 additions & 5 deletions .changeset/lemon-glasses-beam.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/basic/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This image is unique to this repo, and you'll never need it.
# Whenever you're integrating with sandbox SDK in your own project,
# you should use the official image instead:
# FROM docker.io/cloudflare/sandbox:0.4.1
FROM cloudflare/sandbox-test:0.4.1
# FROM docker.io/cloudflare/sandbox:0.4.2
FROM cloudflare/sandbox-test:0.4.2

# On a mac, you might need to actively pick up the
# arm64 build of the image.
Expand Down
27 changes: 22 additions & 5 deletions package-lock.json

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

6 changes: 6 additions & 0 deletions packages/sandbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cloudflare/sandbox

## 0.4.2

### Patch Changes

- [`e53d7e7`](https://github.com/cloudflare/sandbox-sdk/commit/e53d7e7ce185f79bdd899029bb532e9651ae7ba5) Thanks [@threepointone](https://github.com/threepointone)! - fix build by inlining repo/shared

## 0.4.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/sandbox/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@cloudflare/sandbox",
"version": "0.4.1",
"version": "0.4.2",
"repository": {
"type": "git",
"url": "https://github.com/cloudflare/sandbox-sdk"
},
"description": "A sandboxed environment for running commands",
"dependencies": {
"@cloudflare/containers": "^0.0.28"
"@cloudflare/containers": "^0.0.28"
},
"devDependencies": {
"@repo/shared": "*"
Expand Down
Loading