Skip to content

Commit f2046a4

Browse files
chore(release): bump versions (#38)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 652442a commit f2046a4

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

.changeset/acture-sandbox-initial.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/sandbox/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# acture-sandbox
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 652442a: Initial release of `acture-sandbox` — the isolation seam for an extension system: one `ExtensionRunner` port plus an in-process (no-isolation) transport, with errors-as-data, async lifecycle, and an open `ExtensionSource` so cross-boundary transports (Web Worker / iframe / QuickJS / `isolated-vm`) drop in behind the same port. Isolation-only by design: the host/loader and manifest stay a core-only pattern (see `docs/hand-written-sandbox.md`), never bundled. Per the design in research-9.

packages/sandbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "acture-sandbox",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "acture sandbox — the isolation seam for an extension system: one ExtensionRunner port plus an in-process transport. Swap in Worker / iframe / QuickJS / isolated-vm transports when authors are untrusted.",
55
"license": "Apache-2.0",
66
"author": "Thor Whalen",

0 commit comments

Comments
 (0)