From 3a6f526cc356062f28361b9a75e9747aecc864a5 Mon Sep 17 00:00:00 2001 From: jamie-at-bunny Date: Wed, 1 Jul 2026 09:50:18 +0100 Subject: [PATCH 1/2] chore(sandbox): publish @bunny.net/sandbox to npm --- .changeset/publish-sandbox.md | 5 +++++ README.md | 1 + 2 files changed, 6 insertions(+) create mode 100644 .changeset/publish-sandbox.md diff --git a/.changeset/publish-sandbox.md b/.changeset/publish-sandbox.md new file mode 100644 index 0000000..a5afec9 --- /dev/null +++ b/.changeset/publish-sandbox.md @@ -0,0 +1,5 @@ +--- +"@bunny.net/sandbox": minor +--- + +Publish @bunny.net/sandbox to npm diff --git a/README.md b/README.md index 615e8fb..0977523 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Monorepo for the [bunny.net](https://bunny.net) CLI and supporting packages. | ------------------------------------------------------------------------ | ------------------------------------ | ------------------------------------------------------------ | | [`packages/cli/`](packages/cli/) | `@bunny.net/cli` | Command-line interface for bunny.net | | [`packages/openapi-client/`](packages/openapi-client/) | `@bunny.net/openapi-client` | Standalone, type-safe OpenAPI client for bunny.net | +| [`packages/sandbox/`](packages/sandbox/) | `@bunny.net/sandbox` | Standalone sandbox SDK over Magic Containers and SSH | | [`packages/app-config/`](packages/app-config/) | `@bunny.net/app-config` | Shared Zod schemas, types, and JSON Schema for `bunny.jsonc` | | [`packages/database-shell/`](packages/database-shell/) | `@bunny.net/database-shell` | Standalone interactive SQL shell for libSQL databases | | [`packages/database-openapi/`](packages/database-openapi/) | `@bunny.net/database-openapi` | Generate OpenAPI 3.0 specs from a database schema | From 5c07f9f53e890f37d030f8d30031b174bfc7864e Mon Sep 17 00:00:00 2001 From: Jamie Barton Date: Wed, 1 Jul 2026 09:51:13 +0100 Subject: [PATCH 2/2] Update .changeset/publish-sandbox.md --- .changeset/publish-sandbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/publish-sandbox.md b/.changeset/publish-sandbox.md index a5afec9..0e9c00f 100644 --- a/.changeset/publish-sandbox.md +++ b/.changeset/publish-sandbox.md @@ -1,5 +1,5 @@ --- -"@bunny.net/sandbox": minor +"@bunny.net/sandbox": patch --- Publish @bunny.net/sandbox to npm