Skip to content

Commit 23cff9d

Browse files
Version Packages (#42)
1 parent d6ac72d commit 23cff9d

5 files changed

Lines changed: 20 additions & 9 deletions

File tree

.changeset/tidy-v1-api-surface.md

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

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @execbox/core
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- 1fa0edc: Tighten the pre-1.0 public API surface by keeping low-level core helpers out of the main `@execbox/core` entrypoint and removing unsupported QuickJS runner subpath exports. The v1 runtime surface is now inline QuickJS plus worker-hosted QuickJS.
8+
39
## 0.5.0
410

511
### Minor Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@execbox/core",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "Core execution contract, provider resolution, and MCP adapters.",
55
"license": "MIT",
66
"type": "module",

packages/quickjs/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @execbox/quickjs
22

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- 1fa0edc: Tighten the pre-1.0 public API surface by keeping low-level core helpers out of the main `@execbox/core` entrypoint and removing unsupported QuickJS runner subpath exports. The v1 runtime surface is now inline QuickJS plus worker-hosted QuickJS.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [1fa0edc]
12+
- @execbox/core@0.6.0
13+
314
## 0.6.0
415

516
### Minor Changes

packages/quickjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@execbox/quickjs",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "QuickJS executor for the execbox core package across inline and worker hosts.",
55
"license": "MIT",
66
"type": "module",
@@ -45,7 +45,7 @@
4545
"homepage": "https://github.com/aallam/execbox/tree/main/packages/quickjs#readme",
4646
"bugs": "https://github.com/aallam/execbox/issues",
4747
"dependencies": {
48-
"@execbox/core": "^0.5.0",
48+
"@execbox/core": "^0.6.0",
4949
"quickjs-emscripten": "^0.31.0"
5050
}
5151
}

0 commit comments

Comments
 (0)